|
|||||||||
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()
String
public void setClassField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNormField()
String
public void setNormField(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getClassificationComponent()
Boolean
public java.lang.Boolean isClassificationComponent()
public void setClassificationComponent(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getGuid()
String
public void setGuid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColorSchema()
String
public void setColorSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getLegendGroupsCount()
Integer
public void setLegendGroupsCount(java.lang.Integer value)
value
- allowed object is
Integer
public LegendGroup[] getLegendGroups()
[]
public void setLegendGroups(LegendGroup[] value)
value
- allowed object is
[]
public java.lang.Integer getBreakSize()
Integer
public void setBreakSize(java.lang.Integer value)
value
- allowed object is
Integer
public double[] getArrayOfBreak()
[]
public void setArrayOfBreak(double[] value)
value
- allowed object is
[]
public java.lang.Boolean getAscending()
Boolean
public java.lang.Boolean isAscending()
public void setAscending(java.lang.Boolean value)
value
- allowed object is
Boolean
public NumericFormat getNumberFormat()
NumericFormat
public void setNumberFormat(NumericFormat value)
value
- allowed object is
NumericFormat
public java.lang.Boolean getShowClassGaps()
Boolean
public java.lang.Boolean isShowClassGaps()
public void setShowClassGaps(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getDeviationInterval()
Double
public void setDeviationInterval(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Object getExlusionValues()
Object
public void setExlusionValues(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Object getExclusionRanges()
Object
public void setExclusionRanges(java.lang.Object value)
value
- allowed object is
Object
public java.lang.Boolean getExclusionShowClass()
Boolean
public java.lang.Boolean isExclusionShowClass()
public void setExclusionShowClass(java.lang.Boolean value)
value
- allowed object is
Boolean
public LegendClass getExclusionLegendClass()
LegendClass
public void setExclusionLegendClass(LegendClass value)
value
- allowed object is
LegendClass
public RasterUniqueValues getUniqueValues()
RasterUniqueValues
public void setUniqueValues(RasterUniqueValues value)
value
- allowed object is
RasterUniqueValues
public java.lang.Boolean getUseHillShader()
Boolean
public java.lang.Boolean isUseHillShader()
public void setUseHillShader(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getZScale()
Double
public 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 |