com.esri.arcgisws
Class RasterClassifyRenderer

java.lang.Object
  extended by com.esri.arcgisws.RasterRenderer
      extended by com.esri.arcgisws.RasterClassifyRenderer
All Implemented Interfaces:
Serializable

public class RasterClassifyRenderer
extends RasterRenderer
implements Serializable

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.0}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.0}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.0}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.0}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.0}LegendClass" minOccurs="0"/>
         <element name="UniqueValues" type="{http://www.esri.com/schemas/ArcGIS/10.0}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>
 

See Also:
Serialized Form

Constructor Summary
RasterClassifyRenderer()
          RasterClassifyRenderer default constructor.
RasterClassifyRenderer(Boolean indexed, Integer brightness, Integer contrast, String resamplingType, Color noDataColor, double[] noDataValue, Integer alphaBandIndex, Boolean useAlphaBand, String classField, String normField, Boolean classificationComponent, String guid, String colorSchema, Integer legendGroupsCount, LegendGroup[] legendGroups, Integer breakSize, double[] arrayOfBreak, Boolean ascending, NumericFormat numberFormat, Boolean showClassGaps, Double deviationInterval, Object exlusionValues, Object exclusionRanges, Boolean exclusionShowClass, LegendClass exclusionLegendClass, RasterUniqueValues uniqueValues, Boolean useHillShader, Double zScale)
          Deprecated. 
 
Method Summary
 double[] getArrayOfBreak()
          Gets the value of the arrayOfBreak property.
 Boolean getAscending()
          Gets the value of the ascending property.
 Integer getBreakSize()
          Gets the value of the breakSize property.
 String getClassField()
          Gets the value of the classField property.
 Boolean getClassificationComponent()
          Gets the value of the classificationComponent property.
 String getColorSchema()
          Gets the value of the colorSchema property.
 Double getDeviationInterval()
          Gets the value of the deviationInterval property.
 LegendClass getExclusionLegendClass()
          Gets the value of the exclusionLegendClass property.
 Object getExclusionRanges()
          Gets the value of the exclusionRanges property.
 Boolean getExclusionShowClass()
          Gets the value of the exclusionShowClass property.
 Object getExlusionValues()
          Gets the value of the exlusionValues property.
 String getGuid()
          Gets the value of the guid property.
 LegendGroup[] getLegendGroups()
          Gets the value of the legendGroups property.
 Integer getLegendGroupsCount()
          Gets the value of the legendGroupsCount property.
 String getNormField()
          Gets the value of the normField property.
 NumericFormat getNumberFormat()
          Gets the value of the numberFormat property.
 Boolean getShowClassGaps()
          Gets the value of the showClassGaps property.
 RasterUniqueValues getUniqueValues()
          Gets the value of the uniqueValues property.
 Boolean getUseHillShader()
          Gets the value of the useHillShader property.
 Double getZScale()
          Gets the value of the zScale property.
 Boolean isAscending()
           
 Boolean isClassificationComponent()
           
 Boolean isExclusionShowClass()
           
 Boolean isShowClassGaps()
           
 Boolean isUseHillShader()
           
 void setArrayOfBreak(double[] value)
          Sets the value of the arrayOfBreak property.
 void setAscending(Boolean value)
          Sets the value of the ascending property.
 void setBreakSize(Integer value)
          Sets the value of the breakSize property.
 void setClassField(String value)
          Sets the value of the classField property.
 void setClassificationComponent(Boolean value)
          Sets the value of the classificationComponent property.
 void setColorSchema(String value)
          Sets the value of the colorSchema property.
 void setDeviationInterval(Double value)
          Sets the value of the deviationInterval property.
 void setExclusionLegendClass(LegendClass value)
          Sets the value of the exclusionLegendClass property.
 void setExclusionRanges(Object value)
          Sets the value of the exclusionRanges property.
 void setExclusionShowClass(Boolean value)
          Sets the value of the exclusionShowClass property.
 void setExlusionValues(Object value)
          Sets the value of the exlusionValues property.
 void setGuid(String value)
          Sets the value of the guid property.
 void setLegendGroups(LegendGroup[] value)
          Sets the value of the legendGroups property.
 void setLegendGroupsCount(Integer value)
          Sets the value of the legendGroupsCount property.
 void setNormField(String value)
          Sets the value of the normField property.
 void setNumberFormat(NumericFormat value)
          Sets the value of the numberFormat property.
 void setShowClassGaps(Boolean value)
          Sets the value of the showClassGaps property.
 void setUniqueValues(RasterUniqueValues value)
          Sets the value of the uniqueValues property.
 void setUseHillShader(Boolean value)
          Sets the value of the useHillShader property.
 void setZScale(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

RasterClassifyRenderer

@Deprecated
public RasterClassifyRenderer(Boolean indexed,
                                         Integer brightness,
                                         Integer contrast,
                                         String resamplingType,
                                         Color noDataColor,
                                         double[] noDataValue,
                                         Integer alphaBandIndex,
                                         Boolean useAlphaBand,
                                         String classField,
                                         String normField,
                                         Boolean classificationComponent,
                                         String guid,
                                         String colorSchema,
                                         Integer legendGroupsCount,
                                         LegendGroup[] legendGroups,
                                         Integer breakSize,
                                         double[] arrayOfBreak,
                                         Boolean ascending,
                                         NumericFormat numberFormat,
                                         Boolean showClassGaps,
                                         Double deviationInterval,
                                         Object exlusionValues,
                                         Object exclusionRanges,
                                         Boolean exclusionShowClass,
                                         LegendClass exclusionLegendClass,
                                         RasterUniqueValues uniqueValues,
                                         Boolean useHillShader,
                                         Double zScale)
Deprecated. 

RasterClassifyRenderer constructor.


RasterClassifyRenderer

public RasterClassifyRenderer()
RasterClassifyRenderer default constructor.

Method Detail

getClassField

public String getClassField()
Gets the value of the classField property.

Returns:
possible object is String

setClassField

public void setClassField(String value)
Sets the value of the classField property.

Parameters:
value - allowed object is String

getNormField

public String getNormField()
Gets the value of the normField property.

Returns:
possible object is String

setNormField

public void setNormField(String value)
Sets the value of the normField property.

Parameters:
value - allowed object is String

getClassificationComponent

public Boolean getClassificationComponent()
Gets the value of the classificationComponent property.

Returns:
possible object is Boolean

isClassificationComponent

public Boolean isClassificationComponent()

setClassificationComponent

public void setClassificationComponent(Boolean value)
Sets the value of the classificationComponent property.

Parameters:
value - allowed object is Boolean

getGuid

public String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getColorSchema

public String getColorSchema()
Gets the value of the colorSchema property.

Returns:
possible object is String

setColorSchema

public void setColorSchema(String value)
Sets the value of the colorSchema property.

Parameters:
value - allowed object is String

getLegendGroupsCount

public Integer getLegendGroupsCount()
Gets the value of the legendGroupsCount property.

Returns:
possible object is Integer

setLegendGroupsCount

public void setLegendGroupsCount(Integer value)
Sets the value of the legendGroupsCount property.

Parameters:
value - allowed object is Integer

getLegendGroups

public LegendGroup[] getLegendGroups()
Gets the value of the legendGroups property.

Returns:
possible object is []

setLegendGroups

public void setLegendGroups(LegendGroup[] value)
Sets the value of the legendGroups property.

Parameters:
value - allowed object is []

getBreakSize

public Integer getBreakSize()
Gets the value of the breakSize property.

Returns:
possible object is Integer

setBreakSize

public void setBreakSize(Integer value)
Sets the value of the breakSize property.

Parameters:
value - allowed object is Integer

getArrayOfBreak

public double[] getArrayOfBreak()
Gets the value of the arrayOfBreak property.

Returns:
possible object is []

setArrayOfBreak

public void setArrayOfBreak(double[] value)
Sets the value of the arrayOfBreak property.

Parameters:
value - allowed object is []

getAscending

public Boolean getAscending()
Gets the value of the ascending property.

Returns:
possible object is Boolean

isAscending

public Boolean isAscending()

setAscending

public void setAscending(Boolean value)
Sets the value of the ascending property.

Parameters:
value - allowed object is Boolean

getNumberFormat

public NumericFormat getNumberFormat()
Gets the value of the numberFormat property.

Returns:
possible object is NumericFormat

setNumberFormat

public void setNumberFormat(NumericFormat value)
Sets the value of the numberFormat property.

Parameters:
value - allowed object is NumericFormat

getShowClassGaps

public Boolean getShowClassGaps()
Gets the value of the showClassGaps property.

Returns:
possible object is Boolean

isShowClassGaps

public Boolean isShowClassGaps()

setShowClassGaps

public void setShowClassGaps(Boolean value)
Sets the value of the showClassGaps property.

Parameters:
value - allowed object is Boolean

getDeviationInterval

public Double getDeviationInterval()
Gets the value of the deviationInterval property.

Returns:
possible object is Double

setDeviationInterval

public void setDeviationInterval(Double value)
Sets the value of the deviationInterval property.

Parameters:
value - allowed object is Double

getExlusionValues

public Object getExlusionValues()
Gets the value of the exlusionValues property.

Returns:
possible object is Object

setExlusionValues

public void setExlusionValues(Object value)
Sets the value of the exlusionValues property.

Parameters:
value - allowed object is Object

getExclusionRanges

public Object getExclusionRanges()
Gets the value of the exclusionRanges property.

Returns:
possible object is Object

setExclusionRanges

public void setExclusionRanges(Object value)
Sets the value of the exclusionRanges property.

Parameters:
value - allowed object is Object

getExclusionShowClass

public Boolean getExclusionShowClass()
Gets the value of the exclusionShowClass property.

Returns:
possible object is Boolean

isExclusionShowClass

public Boolean isExclusionShowClass()

setExclusionShowClass

public void setExclusionShowClass(Boolean value)
Sets the value of the exclusionShowClass property.

Parameters:
value - allowed object is Boolean

getExclusionLegendClass

public LegendClass getExclusionLegendClass()
Gets the value of the exclusionLegendClass property.

Returns:
possible object is LegendClass

setExclusionLegendClass

public void setExclusionLegendClass(LegendClass value)
Sets the value of the exclusionLegendClass property.

Parameters:
value - allowed object is LegendClass

getUniqueValues

public RasterUniqueValues getUniqueValues()
Gets the value of the uniqueValues property.

Returns:
possible object is RasterUniqueValues

setUniqueValues

public void setUniqueValues(RasterUniqueValues value)
Sets the value of the uniqueValues property.

Parameters:
value - allowed object is RasterUniqueValues

getUseHillShader

public Boolean getUseHillShader()
Gets the value of the useHillShader property.

Returns:
possible object is Boolean

isUseHillShader

public Boolean isUseHillShader()

setUseHillShader

public void setUseHillShader(Boolean value)
Sets the value of the useHillShader property.

Parameters:
value - allowed object is Boolean

getZScale

public Double getZScale()
Gets the value of the zScale property.

Returns:
possible object is Double

setZScale

public void setZScale(Double value)
Sets the value of the zScale property.

Parameters:
value - allowed object is Double