com.esri.arcgisws
Class RasterRGBRenderer

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

public class RasterRGBRenderer
extends RasterRenderer
implements Serializable

Java class for RasterRGBRenderer complex type.

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

 <complexType name="RasterRGBRenderer">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer">
       <sequence>
         <element name="LayerIndex1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="LayerIndex2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="LayerIndex3" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UseRGBBand" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" 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="DisplayBkValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BlackValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
         <element name="IsLegendExpand" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BkColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterRGBRenderer()
          RasterRGBRenderer default constructor.
RasterRGBRenderer(Boolean indexed, Integer brightness, Integer contrast, String resamplingType, Color noDataColor, double[] noDataValue, Integer alphaBandIndex, Boolean useAlphaBand, Integer layerIndex1, Integer layerIndex2, Integer layerIndex3, Short useRGBBand, String stretchType, Double standardDeviations, Boolean isInvert, Boolean displayBkValue, double[] blackValue, Boolean isLegendExpand, Color bkColor)
          Deprecated. 
 
Method Summary
 Color getBkColor()
          Gets the value of the bkColor property.
 double[] getBlackValue()
          Gets the value of the blackValue property.
 Boolean getDisplayBkValue()
          Gets the value of the displayBkValue property.
 Boolean getIsInvert()
          Gets the value of the isInvert property.
 Boolean getIsLegendExpand()
          Gets the value of the isLegendExpand property.
 Integer getLayerIndex1()
          Gets the value of the layerIndex1 property.
 Integer getLayerIndex2()
          Gets the value of the layerIndex2 property.
 Integer getLayerIndex3()
          Gets the value of the layerIndex3 property.
 Double getStandardDeviations()
          Gets the value of the standardDeviations property.
 String getStretchType()
          Gets the value of the stretchType property.
 Short getUseRGBBand()
          Gets the value of the useRGBBand property.
 Boolean isDisplayBkValue()
           
 Boolean isIsInvert()
           
 Boolean isIsLegendExpand()
           
 void setBkColor(Color value)
          Sets the value of the bkColor property.
 void setBlackValue(double[] value)
          Sets the value of the blackValue property.
 void setDisplayBkValue(Boolean value)
          Sets the value of the displayBkValue property.
 void setIsInvert(Boolean value)
          Sets the value of the isInvert property.
 void setIsLegendExpand(Boolean value)
          Sets the value of the isLegendExpand property.
 void setLayerIndex1(Integer value)
          Sets the value of the layerIndex1 property.
 void setLayerIndex2(Integer value)
          Sets the value of the layerIndex2 property.
 void setLayerIndex3(Integer value)
          Sets the value of the layerIndex3 property.
 void setStandardDeviations(Double value)
          Sets the value of the standardDeviations property.
 void setStretchType(String value)
          Sets the value of the stretchType property.
 void setUseRGBBand(Short value)
          Sets the value of the useRGBBand 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

RasterRGBRenderer

@Deprecated
public RasterRGBRenderer(Boolean indexed,
                                    Integer brightness,
                                    Integer contrast,
                                    String resamplingType,
                                    Color noDataColor,
                                    double[] noDataValue,
                                    Integer alphaBandIndex,
                                    Boolean useAlphaBand,
                                    Integer layerIndex1,
                                    Integer layerIndex2,
                                    Integer layerIndex3,
                                    Short useRGBBand,
                                    String stretchType,
                                    Double standardDeviations,
                                    Boolean isInvert,
                                    Boolean displayBkValue,
                                    double[] blackValue,
                                    Boolean isLegendExpand,
                                    Color bkColor)
Deprecated. 

RasterRGBRenderer constructor.


RasterRGBRenderer

public RasterRGBRenderer()
RasterRGBRenderer default constructor.

Method Detail

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

getLayerIndex2

public Integer getLayerIndex2()
Gets the value of the layerIndex2 property.

Returns:
possible object is Integer

setLayerIndex2

public void setLayerIndex2(Integer value)
Sets the value of the layerIndex2 property.

Parameters:
value - allowed object is Integer

getLayerIndex3

public Integer getLayerIndex3()
Gets the value of the layerIndex3 property.

Returns:
possible object is Integer

setLayerIndex3

public void setLayerIndex3(Integer value)
Sets the value of the layerIndex3 property.

Parameters:
value - allowed object is Integer

getUseRGBBand

public Short getUseRGBBand()
Gets the value of the useRGBBand property.

Returns:
possible object is Short

setUseRGBBand

public void setUseRGBBand(Short value)
Sets the value of the useRGBBand property.

Parameters:
value - allowed object is Short

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

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

getBlackValue

public double[] getBlackValue()
Gets the value of the blackValue property.

Returns:
possible object is []

setBlackValue

public void setBlackValue(double[] value)
Sets the value of the blackValue property.

Parameters:
value - allowed object is []

getIsLegendExpand

public Boolean getIsLegendExpand()
Gets the value of the isLegendExpand property.

Returns:
possible object is Boolean

isIsLegendExpand

public Boolean isIsLegendExpand()

setIsLegendExpand

public void setIsLegendExpand(Boolean value)
Sets the value of the isLegendExpand property.

Parameters:
value - allowed object is Boolean

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