|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RasterRenderer
public abstract class RasterRenderer
Java class for RasterRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterRenderer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Indexed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Brightness" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Contrast" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResamplingType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NoDataColor" type="{http://www.esri.com/schemas/ArcGIS/10.3}Color" minOccurs="0"/>
<element name="NoDataValue" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDouble" minOccurs="0"/>
<element name="AlphaBandIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UseAlphaBand" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterRenderer()
RasterRenderer default constructor. |
|
RasterRenderer(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)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAlphaBandIndex()
Gets the value of the alphaBandIndex property. |
java.lang.Integer |
getBrightness()
Gets the value of the brightness property. |
java.lang.Integer |
getContrast()
Gets the value of the contrast property. |
java.lang.Boolean |
getIndexed()
Gets the value of the indexed property. |
Color |
getNoDataColor()
Gets the value of the noDataColor property. |
double[] |
getNoDataValue()
Gets the value of the noDataValue property. |
java.lang.String |
getResamplingType()
Gets the value of the resamplingType property. |
java.lang.Boolean |
getUseAlphaBand()
Gets the value of the useAlphaBand property. |
java.lang.Boolean |
isIndexed()
|
java.lang.Boolean |
isUseAlphaBand()
|
void |
setAlphaBandIndex(java.lang.Integer value)
Sets the value of the alphaBandIndex property. |
void |
setBrightness(java.lang.Integer value)
Sets the value of the brightness property. |
void |
setContrast(java.lang.Integer value)
Sets the value of the contrast property. |
void |
setIndexed(java.lang.Boolean value)
Sets the value of the indexed property. |
void |
setNoDataColor(Color value)
Sets the value of the noDataColor property. |
void |
setNoDataValue(double[] value)
Sets the value of the noDataValue property. |
void |
setResamplingType(java.lang.String value)
Sets the value of the resamplingType property. |
void |
setUseAlphaBand(java.lang.Boolean value)
Sets the value of the useAlphaBand property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterRenderer(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)
public RasterRenderer()
| Method Detail |
|---|
public java.lang.Boolean getIndexed()
Booleanpublic java.lang.Boolean isIndexed()
public void setIndexed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getBrightness()
Integerpublic void setBrightness(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getContrast()
Integerpublic void setContrast(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getResamplingType()
Stringpublic void setResamplingType(java.lang.String value)
value - allowed object is
Stringpublic Color getNoDataColor()
Colorpublic void setNoDataColor(Color value)
value - allowed object is
Colorpublic double[] getNoDataValue()
[] public void setNoDataValue(double[] value)
value - allowed object is
[] public java.lang.Integer getAlphaBandIndex()
Integerpublic void setAlphaBandIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getUseAlphaBand()
Booleanpublic java.lang.Boolean isUseAlphaBand()
public void setUseAlphaBand(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||