|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterRenderer
com.esri.arcgisws.RasterClassifyRenderer
public class RasterClassifyRenderer
Java class for RasterClassifyRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterClassifyRenderer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}RasterRenderer">
<sequence>
<element name="ClassField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NormField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClassificationComponent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ColorSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LegendGroupsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LegendGroups" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfLegendGroup" minOccurs="0"/>
<element name="BreakSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ArrayOfBreak" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/>
<element name="Ascending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="NumberFormat" type="{http://www.esri.com/schemas/ArcGIS/10.3}NumericFormat" minOccurs="0"/>
<element name="ShowClassGaps" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DeviationInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExlusionValues" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="ExclusionRanges" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="ExclusionShowClass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExclusionLegendClass" type="{http://www.esri.com/schemas/ArcGIS/10.3}LegendClass" minOccurs="0"/>
<element name="UniqueValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterUniqueValues" minOccurs="0"/>
<element name="UseHillShader" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ZScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterClassifyRenderer()
RasterClassifyRenderer default constructor. |
|
RasterClassifyRenderer(java.lang.Boolean indexed,
java.lang.Integer brightness,
java.lang.Integer contrast,
java.lang.String resamplingType,
Color noDataColor,
double[] noDataValue,
java.lang.Integer alphaBandIndex,
java.lang.Boolean useAlphaBand,
java.lang.String classField,
java.lang.String normField,
java.lang.Boolean classificationComponent,
java.lang.String guid,
java.lang.String colorSchema,
java.lang.Integer legendGroupsCount,
LegendGroup[] legendGroups,
java.lang.Integer breakSize,
double[] arrayOfBreak,
java.lang.Boolean ascending,
NumericFormat numberFormat,
java.lang.Boolean showClassGaps,
java.lang.Double deviationInterval,
java.lang.Object exlusionValues,
java.lang.Object exclusionRanges,
java.lang.Boolean exclusionShowClass,
LegendClass exclusionLegendClass,
RasterUniqueValues uniqueValues,
java.lang.Boolean useHillShader,
java.lang.Double zScale)
Deprecated. |
|
| Method Summary | |
|---|---|
double[] |
getArrayOfBreak()
Gets the value of the arrayOfBreak property. |
java.lang.Boolean |
getAscending()
Gets the value of the ascending property. |
java.lang.Integer |
getBreakSize()
Gets the value of the breakSize property. |
java.lang.String |
getClassField()
Gets the value of the classField property. |
java.lang.Boolean |
getClassificationComponent()
Gets the value of the classificationComponent property. |
java.lang.String |
getColorSchema()
Gets the value of the colorSchema property. |
java.lang.Double |
getDeviationInterval()
Gets the value of the deviationInterval property. |
LegendClass |
getExclusionLegendClass()
Gets the value of the exclusionLegendClass property. |
java.lang.Object |
getExclusionRanges()
Gets the value of the exclusionRanges property. |
java.lang.Boolean |
getExclusionShowClass()
Gets the value of the exclusionShowClass property. |
java.lang.Object |
getExlusionValues()
Gets the value of the exlusionValues property. |
java.lang.String |
getGuid()
Gets the value of the guid property. |
LegendGroup[] |
getLegendGroups()
Gets the value of the legendGroups property. |
java.lang.Integer |
getLegendGroupsCount()
Gets the value of the legendGroupsCount property. |
java.lang.String |
getNormField()
Gets the value of the normField property. |
NumericFormat |
getNumberFormat()
Gets the value of the numberFormat property. |
java.lang.Boolean |
getShowClassGaps()
Gets the value of the showClassGaps property. |
RasterUniqueValues |
getUniqueValues()
Gets the value of the uniqueValues property. |
java.lang.Boolean |
getUseHillShader()
Gets the value of the useHillShader property. |
java.lang.Double |
getZScale()
Gets the value of the zScale property. |
java.lang.Boolean |
isAscending()
|
java.lang.Boolean |
isClassificationComponent()
|
java.lang.Boolean |
isExclusionShowClass()
|
java.lang.Boolean |
isShowClassGaps()
|
java.lang.Boolean |
isUseHillShader()
|
void |
setArrayOfBreak(double[] value)
Sets the value of the arrayOfBreak property. |
void |
setAscending(java.lang.Boolean value)
Sets the value of the ascending property. |
void |
setBreakSize(java.lang.Integer value)
Sets the value of the breakSize property. |
void |
setClassField(java.lang.String value)
Sets the value of the classField property. |
void |
setClassificationComponent(java.lang.Boolean value)
Sets the value of the classificationComponent property. |
void |
setColorSchema(java.lang.String value)
Sets the value of the colorSchema property. |
void |
setDeviationInterval(java.lang.Double value)
Sets the value of the deviationInterval property. |
void |
setExclusionLegendClass(LegendClass value)
Sets the value of the exclusionLegendClass property. |
void |
setExclusionRanges(java.lang.Object value)
Sets the value of the exclusionRanges property. |
void |
setExclusionShowClass(java.lang.Boolean value)
Sets the value of the exclusionShowClass property. |
void |
setExlusionValues(java.lang.Object value)
Sets the value of the exlusionValues property. |
void |
setGuid(java.lang.String value)
Sets the value of the guid property. |
void |
setLegendGroups(LegendGroup[] value)
Sets the value of the legendGroups property. |
void |
setLegendGroupsCount(java.lang.Integer value)
Sets the value of the legendGroupsCount property. |
void |
setNormField(java.lang.String value)
Sets the value of the normField property. |
void |
setNumberFormat(NumericFormat value)
Sets the value of the numberFormat property. |
void |
setShowClassGaps(java.lang.Boolean value)
Sets the value of the showClassGaps property. |
void |
setUniqueValues(RasterUniqueValues value)
Sets the value of the uniqueValues property. |
void |
setUseHillShader(java.lang.Boolean value)
Sets the value of the useHillShader property. |
void |
setZScale(java.lang.Double value)
Sets the value of the zScale property. |
| Methods inherited from class com.esri.arcgisws.RasterRenderer |
|---|
getAlphaBandIndex, getBrightness, getContrast, getIndexed, getNoDataColor, getNoDataValue, getResamplingType, getUseAlphaBand, isIndexed, isUseAlphaBand, setAlphaBandIndex, setBrightness, setContrast, setIndexed, setNoDataColor, setNoDataValue, setResamplingType, setUseAlphaBand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterClassifyRenderer(java.lang.Boolean indexed,
java.lang.Integer brightness,
java.lang.Integer contrast,
java.lang.String resamplingType,
Color noDataColor,
double[] noDataValue,
java.lang.Integer alphaBandIndex,
java.lang.Boolean useAlphaBand,
java.lang.String classField,
java.lang.String normField,
java.lang.Boolean classificationComponent,
java.lang.String guid,
java.lang.String colorSchema,
java.lang.Integer legendGroupsCount,
LegendGroup[] legendGroups,
java.lang.Integer breakSize,
double[] arrayOfBreak,
java.lang.Boolean ascending,
NumericFormat numberFormat,
java.lang.Boolean showClassGaps,
java.lang.Double deviationInterval,
java.lang.Object exlusionValues,
java.lang.Object exclusionRanges,
java.lang.Boolean exclusionShowClass,
LegendClass exclusionLegendClass,
RasterUniqueValues uniqueValues,
java.lang.Boolean useHillShader,
java.lang.Double zScale)
public RasterClassifyRenderer()
| Method Detail |
|---|
public java.lang.String getClassField()
Stringpublic void setClassField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNormField()
Stringpublic void setNormField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getClassificationComponent()
Booleanpublic java.lang.Boolean isClassificationComponent()
public void setClassificationComponent(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorSchema()
Stringpublic void setColorSchema(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getLegendGroupsCount()
Integerpublic void setLegendGroupsCount(java.lang.Integer value)
value - allowed object is
Integerpublic LegendGroup[] getLegendGroups()
[] public void setLegendGroups(LegendGroup[] value)
value - allowed object is
[] public java.lang.Integer getBreakSize()
Integerpublic void setBreakSize(java.lang.Integer value)
value - allowed object is
Integerpublic double[] getArrayOfBreak()
[] public void setArrayOfBreak(double[] value)
value - allowed object is
[] public java.lang.Boolean getAscending()
Booleanpublic java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean value)
value - allowed object is
Booleanpublic NumericFormat getNumberFormat()
NumericFormatpublic void setNumberFormat(NumericFormat value)
value - allowed object is
NumericFormatpublic java.lang.Boolean getShowClassGaps()
Booleanpublic java.lang.Boolean isShowClassGaps()
public void setShowClassGaps(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getDeviationInterval()
Doublepublic void setDeviationInterval(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getExlusionValues()
Objectpublic void setExlusionValues(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getExclusionRanges()
Objectpublic void setExclusionRanges(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Boolean getExclusionShowClass()
Booleanpublic java.lang.Boolean isExclusionShowClass()
public void setExclusionShowClass(java.lang.Boolean value)
value - allowed object is
Booleanpublic LegendClass getExclusionLegendClass()
LegendClasspublic void setExclusionLegendClass(LegendClass value)
value - allowed object is
LegendClasspublic RasterUniqueValues getUniqueValues()
RasterUniqueValuespublic void setUniqueValues(RasterUniqueValues value)
value - allowed object is
RasterUniqueValuespublic java.lang.Boolean getUseHillShader()
Booleanpublic java.lang.Boolean isUseHillShader()
public void setUseHillShader(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getZScale()
Doublepublic void setZScale(java.lang.Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||