com.esri.arcgisws
Class RasterStretchRenderer

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

public class RasterStretchRenderer
extends RasterRenderer
implements Serializable

Java class for RasterStretchRenderer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RasterStretchRenderer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer">
       <sequence>
         <element name="ColorSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LayerIndex1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="StretchType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StandardDeviations" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="IsInvert" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BlackValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.0}ColorRamp" minOccurs="0"/>
         <element name="BkColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="LegendGroup" type="{http://www.esri.com/schemas/ArcGIS/10.0}LegendGroup" minOccurs="0"/>
         <element name="DisplayBkValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InitCustomMinMax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="UseCustomMinMax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CustomMin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="CustomMax" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterStretchRenderer()
          RasterStretchRenderer default constructor.
RasterStretchRenderer(Boolean indexed, Integer brightness, Integer contrast, String resamplingType, Color noDataColor, double[] noDataValue, Integer alphaBandIndex, Boolean useAlphaBand, String colorSchema, Integer layerIndex1, String stretchType, Double standardDeviations, Boolean isInvert, Double blackValue, ColorRamp colorRamp, Color bkColor, LegendGroup legendGroup, Boolean displayBkValue, Boolean initCustomMinMax, Boolean useCustomMinMax, Double customMin, Double customMax)
          Deprecated. 
 
Method Summary
 Color getBkColor()
          Gets the value of the bkColor property.
 Double getBlackValue()
          Gets the value of the blackValue property.
 ColorRamp getColorRamp()
          Gets the value of the colorRamp property.
 String getColorSchema()
          Gets the value of the colorSchema property.
 Double getCustomMax()
          Gets the value of the customMax property.
 Double getCustomMin()
          Gets the value of the customMin property.
 Boolean getDisplayBkValue()
          Gets the value of the displayBkValue property.
 Boolean getInitCustomMinMax()
          Gets the value of the initCustomMinMax property.
 Boolean getIsInvert()
          Gets the value of the isInvert property.
 Integer getLayerIndex1()
          Gets the value of the layerIndex1 property.
 LegendGroup getLegendGroup()
          Gets the value of the legendGroup property.
 Double getStandardDeviations()
          Gets the value of the standardDeviations property.
 String getStretchType()
          Gets the value of the stretchType property.
 Boolean getUseCustomMinMax()
          Gets the value of the useCustomMinMax property.
 Boolean isDisplayBkValue()
           
 Boolean isInitCustomMinMax()
           
 Boolean isIsInvert()
           
 Boolean isUseCustomMinMax()
           
 void setBkColor(Color value)
          Sets the value of the bkColor property.
 void setBlackValue(Double value)
          Sets the value of the blackValue property.
 void setColorRamp(ColorRamp value)
          Sets the value of the colorRamp property.
 void setColorSchema(String value)
          Sets the value of the colorSchema property.
 void setCustomMax(Double value)
          Sets the value of the customMax property.
 void setCustomMin(Double value)
          Sets the value of the customMin property.
 void setDisplayBkValue(Boolean value)
          Sets the value of the displayBkValue property.
 void setInitCustomMinMax(Boolean value)
          Sets the value of the initCustomMinMax property.
 void setIsInvert(Boolean value)
          Sets the value of the isInvert property.
 void setLayerIndex1(Integer value)
          Sets the value of the layerIndex1 property.
 void setLegendGroup(LegendGroup value)
          Sets the value of the legendGroup property.
 void setStandardDeviations(Double value)
          Sets the value of the standardDeviations property.
 void setStretchType(String value)
          Sets the value of the stretchType property.
 void setUseCustomMinMax(Boolean value)
          Sets the value of the useCustomMinMax 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

RasterStretchRenderer

@Deprecated
public RasterStretchRenderer(Boolean indexed,
                                        Integer brightness,
                                        Integer contrast,
                                        String resamplingType,
                                        Color noDataColor,
                                        double[] noDataValue,
                                        Integer alphaBandIndex,
                                        Boolean useAlphaBand,
                                        String colorSchema,
                                        Integer layerIndex1,
                                        String stretchType,
                                        Double standardDeviations,
                                        Boolean isInvert,
                                        Double blackValue,
                                        ColorRamp colorRamp,
                                        Color bkColor,
                                        LegendGroup legendGroup,
                                        Boolean displayBkValue,
                                        Boolean initCustomMinMax,
                                        Boolean useCustomMinMax,
                                        Double customMin,
                                        Double customMax)
Deprecated. 

RasterStretchRenderer constructor.


RasterStretchRenderer

public RasterStretchRenderer()
RasterStretchRenderer default constructor.

Method Detail

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

getLayerIndex1

public Integer getLayerIndex1()
Gets the value of the layerIndex1 property.

Returns:
possible object is Integer

setLayerIndex1

public void setLayerIndex1(Integer value)
Sets the value of the layerIndex1 property.

Parameters:
value - allowed object is Integer

getStretchType

public String getStretchType()
Gets the value of the stretchType property.

Returns:
possible object is String

setStretchType

public void setStretchType(String value)
Sets the value of the stretchType property.

Parameters:
value - allowed object is String

getStandardDeviations

public Double getStandardDeviations()
Gets the value of the standardDeviations property.

Returns:
possible object is Double

setStandardDeviations

public void setStandardDeviations(Double value)
Sets the value of the standardDeviations property.

Parameters:
value - allowed object is Double

getIsInvert

public Boolean getIsInvert()
Gets the value of the isInvert property.

Returns:
possible object is Boolean

isIsInvert

public Boolean isIsInvert()

setIsInvert

public void setIsInvert(Boolean value)
Sets the value of the isInvert property.

Parameters:
value - allowed object is Boolean

getBlackValue

public Double getBlackValue()
Gets the value of the blackValue property.

Returns:
possible object is Double

setBlackValue

public void setBlackValue(Double value)
Sets the value of the blackValue property.

Parameters:
value - allowed object is Double

getColorRamp

public ColorRamp getColorRamp()
Gets the value of the colorRamp property.

Returns:
possible object is ColorRamp

setColorRamp

public void setColorRamp(ColorRamp value)
Sets the value of the colorRamp property.

Parameters:
value - allowed object is ColorRamp

getBkColor

public Color getBkColor()
Gets the value of the bkColor property.

Returns:
possible object is Color

setBkColor

public void setBkColor(Color value)
Sets the value of the bkColor property.

Parameters:
value - allowed object is Color

getLegendGroup

public LegendGroup getLegendGroup()
Gets the value of the legendGroup property.

Returns:
possible object is LegendGroup

setLegendGroup

public void setLegendGroup(LegendGroup value)
Sets the value of the legendGroup property.

Parameters:
value - allowed object is LegendGroup

getDisplayBkValue

public Boolean getDisplayBkValue()
Gets the value of the displayBkValue property.

Returns:
possible object is Boolean

isDisplayBkValue

public Boolean isDisplayBkValue()

setDisplayBkValue

public void setDisplayBkValue(Boolean value)
Sets the value of the displayBkValue property.

Parameters:
value - allowed object is Boolean

getInitCustomMinMax

public Boolean getInitCustomMinMax()
Gets the value of the initCustomMinMax property.

Returns:
possible object is Boolean

isInitCustomMinMax

public Boolean isInitCustomMinMax()

setInitCustomMinMax

public void setInitCustomMinMax(Boolean value)
Sets the value of the initCustomMinMax property.

Parameters:
value - allowed object is Boolean

getUseCustomMinMax

public Boolean getUseCustomMinMax()
Gets the value of the useCustomMinMax property.

Returns:
possible object is Boolean

isUseCustomMinMax

public Boolean isUseCustomMinMax()

setUseCustomMinMax

public void setUseCustomMinMax(Boolean value)
Sets the value of the useCustomMinMax property.

Parameters:
value - allowed object is Boolean

getCustomMin

public Double getCustomMin()
Gets the value of the customMin property.

Returns:
possible object is Double

setCustomMin

public void setCustomMin(Double value)
Sets the value of the customMin property.

Parameters:
value - allowed object is Double

getCustomMax

public Double getCustomMax()
Gets the value of the customMax property.

Returns:
possible object is Double

setCustomMax

public void setCustomMax(Double value)
Sets the value of the customMax property.

Parameters:
value - allowed object is Double