|
|||||||||
| 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.0}Color" minOccurs="0"/>
<element name="NoDataValue" type="{http://www.esri.com/schemas/ArcGIS/10.0}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(Boolean indexed,
Integer brightness,
Integer contrast,
String resamplingType,
Color noDataColor,
double[] noDataValue,
Integer alphaBandIndex,
Boolean useAlphaBand)
Deprecated. |
|
| Method Summary | |
|---|---|
Integer |
getAlphaBandIndex()
Gets the value of the alphaBandIndex property. |
Integer |
getBrightness()
Gets the value of the brightness property. |
Integer |
getContrast()
Gets the value of the contrast property. |
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. |
String |
getResamplingType()
Gets the value of the resamplingType property. |
Boolean |
getUseAlphaBand()
Gets the value of the useAlphaBand property. |
Boolean |
isIndexed()
|
Boolean |
isUseAlphaBand()
|
void |
setAlphaBandIndex(Integer value)
Sets the value of the alphaBandIndex property. |
void |
setBrightness(Integer value)
Sets the value of the brightness property. |
void |
setContrast(Integer value)
Sets the value of the contrast property. |
void |
setIndexed(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(String value)
Sets the value of the resamplingType property. |
void |
setUseAlphaBand(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(Boolean indexed,
Integer brightness,
Integer contrast,
String resamplingType,
Color noDataColor,
double[] noDataValue,
Integer alphaBandIndex,
Boolean useAlphaBand)
public RasterRenderer()
| Method Detail |
|---|
public Boolean getIndexed()
Booleanpublic Boolean isIndexed()
public void setIndexed(Boolean value)
value - allowed object is
Booleanpublic Integer getBrightness()
Integerpublic void setBrightness(Integer value)
value - allowed object is
Integerpublic Integer getContrast()
Integerpublic void setContrast(Integer value)
value - allowed object is
Integerpublic String getResamplingType()
Stringpublic void setResamplingType(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 Integer getAlphaBandIndex()
Integerpublic void setAlphaBandIndex(Integer value)
value - allowed object is
Integerpublic Boolean getUseAlphaBand()
Booleanpublic Boolean isUseAlphaBand()
public void setUseAlphaBand(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||