|
|||||||||
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.3}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.3}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.3}Color" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
RasterRGBRenderer()
RasterRGBRenderer default constructor. |
|
RasterRGBRenderer(java.lang.Boolean indexed,
java.lang.Integer brightness,
java.lang.Integer contrast,
java.lang.String resamplingType,
Color noDataColor,
double[] noDataValue,
java.lang.Integer alphaBandIndex,
java.lang.Boolean useAlphaBand,
java.lang.Integer layerIndex1,
java.lang.Integer layerIndex2,
java.lang.Integer layerIndex3,
java.lang.Short useRGBBand,
java.lang.String stretchType,
java.lang.Double standardDeviations,
java.lang.Boolean isInvert,
java.lang.Boolean displayBkValue,
double[] blackValue,
java.lang.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. |
java.lang.Boolean |
getDisplayBkValue()
Gets the value of the displayBkValue property. |
java.lang.Boolean |
getIsInvert()
Gets the value of the isInvert property. |
java.lang.Boolean |
getIsLegendExpand()
Gets the value of the isLegendExpand property. |
java.lang.Integer |
getLayerIndex1()
Gets the value of the layerIndex1 property. |
java.lang.Integer |
getLayerIndex2()
Gets the value of the layerIndex2 property. |
java.lang.Integer |
getLayerIndex3()
Gets the value of the layerIndex3 property. |
java.lang.Double |
getStandardDeviations()
Gets the value of the standardDeviations property. |
java.lang.String |
getStretchType()
Gets the value of the stretchType property. |
java.lang.Short |
getUseRGBBand()
Gets the value of the useRGBBand property. |
java.lang.Boolean |
isDisplayBkValue()
|
java.lang.Boolean |
isIsInvert()
|
java.lang.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(java.lang.Boolean value)
Sets the value of the displayBkValue property. |
void |
setIsInvert(java.lang.Boolean value)
Sets the value of the isInvert property. |
void |
setIsLegendExpand(java.lang.Boolean value)
Sets the value of the isLegendExpand property. |
void |
setLayerIndex1(java.lang.Integer value)
Sets the value of the layerIndex1 property. |
void |
setLayerIndex2(java.lang.Integer value)
Sets the value of the layerIndex2 property. |
void |
setLayerIndex3(java.lang.Integer value)
Sets the value of the layerIndex3 property. |
void |
setStandardDeviations(java.lang.Double value)
Sets the value of the standardDeviations property. |
void |
setStretchType(java.lang.String value)
Sets the value of the stretchType property. |
void |
setUseRGBBand(java.lang.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(java.lang.Boolean indexed, java.lang.Integer brightness, java.lang.Integer contrast, java.lang.String resamplingType, Color noDataColor, double[] noDataValue, java.lang.Integer alphaBandIndex, java.lang.Boolean useAlphaBand, java.lang.Integer layerIndex1, java.lang.Integer layerIndex2, java.lang.Integer layerIndex3, java.lang.Short useRGBBand, java.lang.String stretchType, java.lang.Double standardDeviations, java.lang.Boolean isInvert, java.lang.Boolean displayBkValue, double[] blackValue, java.lang.Boolean isLegendExpand, Color bkColor)
public RasterRGBRenderer()
Method Detail |
---|
public java.lang.Integer getLayerIndex1()
Integer
public void setLayerIndex1(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLayerIndex2()
Integer
public void setLayerIndex2(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLayerIndex3()
Integer
public void setLayerIndex3(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Short getUseRGBBand()
Short
public void setUseRGBBand(java.lang.Short value)
value
- allowed object is
Short
public java.lang.String getStretchType()
String
public void setStretchType(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getStandardDeviations()
Double
public void setStandardDeviations(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Boolean getIsInvert()
Boolean
public java.lang.Boolean isIsInvert()
public void setIsInvert(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getDisplayBkValue()
Boolean
public java.lang.Boolean isDisplayBkValue()
public void setDisplayBkValue(java.lang.Boolean value)
value
- allowed object is
Boolean
public double[] getBlackValue()
[]
public void setBlackValue(double[] value)
value
- allowed object is
[]
public java.lang.Boolean getIsLegendExpand()
Boolean
public java.lang.Boolean isIsLegendExpand()
public void setIsLegendExpand(java.lang.Boolean value)
value
- allowed object is
Boolean
public Color getBkColor()
Color
public 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 |