|
|||||||||
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()
Boolean
public java.lang.Boolean isIndexed()
public void setIndexed(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getBrightness()
Integer
public void setBrightness(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getContrast()
Integer
public void setContrast(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getResamplingType()
String
public void setResamplingType(java.lang.String value)
value
- allowed object is
String
public Color getNoDataColor()
Color
public void setNoDataColor(Color value)
value
- allowed object is
Color
public double[] getNoDataValue()
[]
public void setNoDataValue(double[] value)
value
- allowed object is
[]
public java.lang.Integer getAlphaBandIndex()
Integer
public void setAlphaBandIndex(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean getUseAlphaBand()
Boolean
public 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 |