| 
 | |||||||||
| 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.0}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.0}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.0}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.0}ArrayOfInt" minOccurs="0"/>
         <element name="ClassesInLegendSize" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
         <element name="UniqueValueVariants" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}RasterUniqueValues" minOccurs="0"/>
         <element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.0}ColorRamp" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| RasterUniqueValueRenderer()RasterUniqueValueRenderer default constructor. | |
| RasterUniqueValueRenderer(Boolean indexed,
                          Integer brightness,
                          Integer contrast,
                          String resamplingType,
                          Color noDataColor,
                          double[] noDataValue,
                          Integer alphaBandIndex,
                          Boolean useAlphaBand,
                          String valueField,
                          String classField,
                          String colorSchema,
                          Boolean useDefaultSymbol,
                          Symbol defaultSymbol,
                          String defaultLabel,
                          Integer legendGroupsCount,
                          LegendGroup[] legendGroups,
                          Integer classValuesCount,
                          int[] classesInLegend,
                          int[] classesInLegendSize,
                          Object[] uniqueValueVariants,
                          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. | 
|  String | getClassField()Gets the value of the classField property. | 
|  Integer | getClassValuesCount()Gets the value of the classValuesCount property. | 
|  ColorRamp | getColorRamp()Gets the value of the colorRamp property. | 
|  String | getColorSchema()Gets the value of the colorSchema property. | 
|  String | getDefaultLabel()Gets the value of the defaultLabel property. | 
|  Symbol | getDefaultSymbol()Gets the value of the defaultSymbol property. | 
|  Boolean | getGlobal()Gets the value of the global property. | 
|  LegendGroup[] | getLegendGroups()Gets the value of the legendGroups property. | 
|  Integer | getLegendGroupsCount()Gets the value of the legendGroupsCount property. | 
|  RasterUniqueValues | getUniqueValues()Gets the value of the uniqueValues property. | 
|  Object[] | getUniqueValueVariants()Gets the value of the uniqueValueVariants property. | 
|  Boolean | getUseDefaultSymbol()Gets the value of the useDefaultSymbol property. | 
|  String | getValueField()Gets the value of the valueField property. | 
|  Boolean | isGlobal() | 
|  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(String value)Sets the value of the classField property. | 
|  void | setClassValuesCount(Integer value)Sets the value of the classValuesCount property. | 
|  void | setColorRamp(ColorRamp value)Sets the value of the colorRamp property. | 
|  void | setColorSchema(String value)Sets the value of the colorSchema property. | 
|  void | setDefaultLabel(String value)Sets the value of the defaultLabel property. | 
|  void | setDefaultSymbol(Symbol value)Sets the value of the defaultSymbol property. | 
|  void | setGlobal(Boolean value)Sets the value of the global property. | 
|  void | setLegendGroups(LegendGroup[] value)Sets the value of the legendGroups property. | 
|  void | setLegendGroupsCount(Integer value)Sets the value of the legendGroupsCount property. | 
|  void | setUniqueValues(RasterUniqueValues value)Sets the value of the uniqueValues property. | 
|  void | setUniqueValueVariants(Object[] value)Sets the value of the uniqueValueVariants property. | 
|  void | setUseDefaultSymbol(Boolean value)Sets the value of the useDefaultSymbol property. | 
|  void | setValueField(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(Boolean indexed,
                                            Integer brightness,
                                            Integer contrast,
                                            String resamplingType,
                                            Color noDataColor,
                                            double[] noDataValue,
                                            Integer alphaBandIndex,
                                            Boolean useAlphaBand,
                                            String valueField,
                                            String classField,
                                            String colorSchema,
                                            Boolean useDefaultSymbol,
                                            Symbol defaultSymbol,
                                            String defaultLabel,
                                            Integer legendGroupsCount,
                                            LegendGroup[] legendGroups,
                                            Integer classValuesCount,
                                            int[] classesInLegend,
                                            int[] classesInLegendSize,
                                            Object[] uniqueValueVariants,
                                            Boolean global,
                                            RasterUniqueValues uniqueValues,
                                            ColorRamp colorRamp)
public RasterUniqueValueRenderer()
| Method Detail | 
|---|
public String getValueField()
Stringpublic void setValueField(String value)
value - allowed object is
     Stringpublic String getClassField()
Stringpublic void setClassField(String value)
value - allowed object is
     Stringpublic String getColorSchema()
Stringpublic void setColorSchema(String value)
value - allowed object is
     Stringpublic Boolean getUseDefaultSymbol()
Booleanpublic Boolean isUseDefaultSymbol()
public void setUseDefaultSymbol(Boolean value)
value - allowed object is
     Booleanpublic Symbol getDefaultSymbol()
Symbolpublic void setDefaultSymbol(Symbol value)
value - allowed object is
     Symbolpublic String getDefaultLabel()
Stringpublic void setDefaultLabel(String value)
value - allowed object is
     Stringpublic Integer getLegendGroupsCount()
Integerpublic void setLegendGroupsCount(Integer value)
value - allowed object is
     Integerpublic LegendGroup[] getLegendGroups()
[] public void setLegendGroups(LegendGroup[] value)
value - allowed object is
     [] public Integer getClassValuesCount()
Integerpublic void setClassValuesCount(Integer value)
value - allowed object is
     Integerpublic int[] getClassesInLegend()
[] public void setClassesInLegend(int[] value)
value - allowed object is
     [] public int[] getClassesInLegendSize()
[] public void setClassesInLegendSize(int[] value)
value - allowed object is
     [] public Object[] getUniqueValueVariants()
[] public void setUniqueValueVariants(Object[] value)
value - allowed object is
     [] public Boolean getGlobal()
Booleanpublic Boolean isGlobal()
public void setGlobal(Boolean value)
value - allowed object is
     Booleanpublic RasterUniqueValues getUniqueValues()
RasterUniqueValuespublic void setUniqueValues(RasterUniqueValues value)
value - allowed object is
     RasterUniqueValuespublic ColorRamp getColorRamp()
ColorRamppublic 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 | ||||||||