|
|||||||||
| 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.RasterRGBRenderer
public class RasterRGBRenderer
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>
| 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 |
|---|
@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)
public RasterRGBRenderer()
| Method Detail |
|---|
public Integer getLayerIndex1()
Integerpublic void setLayerIndex1(Integer value)
value - allowed object is
Integerpublic Integer getLayerIndex2()
Integerpublic void setLayerIndex2(Integer value)
value - allowed object is
Integerpublic Integer getLayerIndex3()
Integerpublic void setLayerIndex3(Integer value)
value - allowed object is
Integerpublic Short getUseRGBBand()
Shortpublic void setUseRGBBand(Short value)
value - allowed object is
Shortpublic String getStretchType()
Stringpublic void setStretchType(String value)
value - allowed object is
Stringpublic Double getStandardDeviations()
Doublepublic void setStandardDeviations(Double value)
value - allowed object is
Doublepublic Boolean getIsInvert()
Booleanpublic Boolean isIsInvert()
public void setIsInvert(Boolean value)
value - allowed object is
Booleanpublic Boolean getDisplayBkValue()
Booleanpublic Boolean isDisplayBkValue()
public void setDisplayBkValue(Boolean value)
value - allowed object is
Booleanpublic double[] getBlackValue()
[] public void setBlackValue(double[] value)
value - allowed object is
[] public Boolean getIsLegendExpand()
Booleanpublic Boolean isIsLegendExpand()
public void setIsLegendExpand(Boolean value)
value - allowed object is
Booleanpublic Color getBkColor()
Colorpublic void setBkColor(Color value)
value - allowed object is
Color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||