|
|||||||||
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.RasterUniqueValueRenderer
public class RasterUniqueValueRenderer
Java class for RasterUniqueValueRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterUniqueValueRenderer"> <complexContent> <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}RasterRenderer"> <sequence> <element name="ValueField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ClassField" 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="UseDefaultSymbol" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DefaultSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/> <element name="DefaultLabel" 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="ClassValuesCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ClassesInLegend" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt" minOccurs="0"/> <element name="ClassesInLegendSize" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt" minOccurs="0"/> <element name="UniqueValueVariants" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfValue" minOccurs="0"/> <element name="Global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="UniqueValues" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterUniqueValues" minOccurs="0"/> <element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.3}ColorRamp" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
RasterUniqueValueRenderer()
RasterUniqueValueRenderer default constructor. |
|
RasterUniqueValueRenderer(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 valueField,
java.lang.String classField,
java.lang.String colorSchema,
java.lang.Boolean useDefaultSymbol,
Symbol defaultSymbol,
java.lang.String defaultLabel,
java.lang.Integer legendGroupsCount,
LegendGroup[] legendGroups,
java.lang.Integer classValuesCount,
int[] classesInLegend,
int[] classesInLegendSize,
java.lang.Object[] uniqueValueVariants,
java.lang.Boolean global,
RasterUniqueValues uniqueValues,
ColorRamp colorRamp)
Deprecated. |
Method Summary | |
---|---|
int[] |
getClassesInLegend()
Gets the value of the classesInLegend property. |
int[] |
getClassesInLegendSize()
Gets the value of the classesInLegendSize property. |
java.lang.String |
getClassField()
Gets the value of the classField property. |
java.lang.Integer |
getClassValuesCount()
Gets the value of the classValuesCount property. |
ColorRamp |
getColorRamp()
Gets the value of the colorRamp property. |
java.lang.String |
getColorSchema()
Gets the value of the colorSchema property. |
java.lang.String |
getDefaultLabel()
Gets the value of the defaultLabel property. |
Symbol |
getDefaultSymbol()
Gets the value of the defaultSymbol property. |
java.lang.Boolean |
getGlobal()
Gets the value of the global property. |
LegendGroup[] |
getLegendGroups()
Gets the value of the legendGroups property. |
java.lang.Integer |
getLegendGroupsCount()
Gets the value of the legendGroupsCount property. |
RasterUniqueValues |
getUniqueValues()
Gets the value of the uniqueValues property. |
java.lang.Object[] |
getUniqueValueVariants()
Gets the value of the uniqueValueVariants property. |
java.lang.Boolean |
getUseDefaultSymbol()
Gets the value of the useDefaultSymbol property. |
java.lang.String |
getValueField()
Gets the value of the valueField property. |
java.lang.Boolean |
isGlobal()
|
java.lang.Boolean |
isUseDefaultSymbol()
|
void |
setClassesInLegend(int[] value)
Sets the value of the classesInLegend property. |
void |
setClassesInLegendSize(int[] value)
Sets the value of the classesInLegendSize property. |
void |
setClassField(java.lang.String value)
Sets the value of the classField property. |
void |
setClassValuesCount(java.lang.Integer value)
Sets the value of the classValuesCount property. |
void |
setColorRamp(ColorRamp value)
Sets the value of the colorRamp property. |
void |
setColorSchema(java.lang.String value)
Sets the value of the colorSchema property. |
void |
setDefaultLabel(java.lang.String value)
Sets the value of the defaultLabel property. |
void |
setDefaultSymbol(Symbol value)
Sets the value of the defaultSymbol property. |
void |
setGlobal(java.lang.Boolean value)
Sets the value of the global 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 |
setUniqueValues(RasterUniqueValues value)
Sets the value of the uniqueValues property. |
void |
setUniqueValueVariants(java.lang.Object[] value)
Sets the value of the uniqueValueVariants property. |
void |
setUseDefaultSymbol(java.lang.Boolean value)
Sets the value of the useDefaultSymbol property. |
void |
setValueField(java.lang.String value)
Sets the value of the valueField 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 RasterUniqueValueRenderer(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 valueField, java.lang.String classField, java.lang.String colorSchema, java.lang.Boolean useDefaultSymbol, Symbol defaultSymbol, java.lang.String defaultLabel, java.lang.Integer legendGroupsCount, LegendGroup[] legendGroups, java.lang.Integer classValuesCount, int[] classesInLegend, int[] classesInLegendSize, java.lang.Object[] uniqueValueVariants, java.lang.Boolean global, RasterUniqueValues uniqueValues, ColorRamp colorRamp)
public RasterUniqueValueRenderer()
Method Detail |
---|
public java.lang.String getValueField()
String
public void setValueField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClassField()
String
public void setClassField(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.Boolean getUseDefaultSymbol()
Boolean
public java.lang.Boolean isUseDefaultSymbol()
public void setUseDefaultSymbol(java.lang.Boolean value)
value
- allowed object is
Boolean
public Symbol getDefaultSymbol()
Symbol
public void setDefaultSymbol(Symbol value)
value
- allowed object is
Symbol
public java.lang.String getDefaultLabel()
String
public void setDefaultLabel(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 getClassValuesCount()
Integer
public void setClassValuesCount(java.lang.Integer value)
value
- allowed object is
Integer
public int[] getClassesInLegend()
[]
public void setClassesInLegend(int[] value)
value
- allowed object is
[]
public int[] getClassesInLegendSize()
[]
public void setClassesInLegendSize(int[] value)
value
- allowed object is
[]
public java.lang.Object[] getUniqueValueVariants()
[]
public void setUniqueValueVariants(java.lang.Object[] value)
value
- allowed object is
[]
public java.lang.Boolean getGlobal()
Boolean
public java.lang.Boolean isGlobal()
public void setGlobal(java.lang.Boolean value)
value
- allowed object is
Boolean
public RasterUniqueValues getUniqueValues()
RasterUniqueValues
public void setUniqueValues(RasterUniqueValues value)
value
- allowed object is
RasterUniqueValues
public ColorRamp getColorRamp()
ColorRamp
public void setColorRamp(ColorRamp value)
value
- allowed object is
ColorRamp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |