|
|||||||||
| 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.RasterStretchRenderer
public class RasterStretchRenderer
Java class for RasterStretchRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterStretchRenderer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer">
<sequence>
<element name="ColorSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LayerIndex1" type="{http://www.w3.org/2001/XMLSchema}int" 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="BlackValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.0}ColorRamp" minOccurs="0"/>
<element name="BkColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
<element name="LegendGroup" type="{http://www.esri.com/schemas/ArcGIS/10.0}LegendGroup" minOccurs="0"/>
<element name="DisplayBkValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="InitCustomMinMax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="UseCustomMinMax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CustomMin" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CustomMax" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterStretchRenderer()
RasterStretchRenderer default constructor. |
|
RasterStretchRenderer(Boolean indexed,
Integer brightness,
Integer contrast,
String resamplingType,
Color noDataColor,
double[] noDataValue,
Integer alphaBandIndex,
Boolean useAlphaBand,
String colorSchema,
Integer layerIndex1,
String stretchType,
Double standardDeviations,
Boolean isInvert,
Double blackValue,
ColorRamp colorRamp,
Color bkColor,
LegendGroup legendGroup,
Boolean displayBkValue,
Boolean initCustomMinMax,
Boolean useCustomMinMax,
Double customMin,
Double customMax)
Deprecated. |
|
| Method Summary | |
|---|---|
Color |
getBkColor()
Gets the value of the bkColor property. |
Double |
getBlackValue()
Gets the value of the blackValue property. |
ColorRamp |
getColorRamp()
Gets the value of the colorRamp property. |
String |
getColorSchema()
Gets the value of the colorSchema property. |
Double |
getCustomMax()
Gets the value of the customMax property. |
Double |
getCustomMin()
Gets the value of the customMin property. |
Boolean |
getDisplayBkValue()
Gets the value of the displayBkValue property. |
Boolean |
getInitCustomMinMax()
Gets the value of the initCustomMinMax property. |
Boolean |
getIsInvert()
Gets the value of the isInvert property. |
Integer |
getLayerIndex1()
Gets the value of the layerIndex1 property. |
LegendGroup |
getLegendGroup()
Gets the value of the legendGroup property. |
Double |
getStandardDeviations()
Gets the value of the standardDeviations property. |
String |
getStretchType()
Gets the value of the stretchType property. |
Boolean |
getUseCustomMinMax()
Gets the value of the useCustomMinMax property. |
Boolean |
isDisplayBkValue()
|
Boolean |
isInitCustomMinMax()
|
Boolean |
isIsInvert()
|
Boolean |
isUseCustomMinMax()
|
void |
setBkColor(Color value)
Sets the value of the bkColor property. |
void |
setBlackValue(Double value)
Sets the value of the blackValue property. |
void |
setColorRamp(ColorRamp value)
Sets the value of the colorRamp property. |
void |
setColorSchema(String value)
Sets the value of the colorSchema property. |
void |
setCustomMax(Double value)
Sets the value of the customMax property. |
void |
setCustomMin(Double value)
Sets the value of the customMin property. |
void |
setDisplayBkValue(Boolean value)
Sets the value of the displayBkValue property. |
void |
setInitCustomMinMax(Boolean value)
Sets the value of the initCustomMinMax property. |
void |
setIsInvert(Boolean value)
Sets the value of the isInvert property. |
void |
setLayerIndex1(Integer value)
Sets the value of the layerIndex1 property. |
void |
setLegendGroup(LegendGroup value)
Sets the value of the legendGroup property. |
void |
setStandardDeviations(Double value)
Sets the value of the standardDeviations property. |
void |
setStretchType(String value)
Sets the value of the stretchType property. |
void |
setUseCustomMinMax(Boolean value)
Sets the value of the useCustomMinMax 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 RasterStretchRenderer(Boolean indexed,
Integer brightness,
Integer contrast,
String resamplingType,
Color noDataColor,
double[] noDataValue,
Integer alphaBandIndex,
Boolean useAlphaBand,
String colorSchema,
Integer layerIndex1,
String stretchType,
Double standardDeviations,
Boolean isInvert,
Double blackValue,
ColorRamp colorRamp,
Color bkColor,
LegendGroup legendGroup,
Boolean displayBkValue,
Boolean initCustomMinMax,
Boolean useCustomMinMax,
Double customMin,
Double customMax)
public RasterStretchRenderer()
| Method Detail |
|---|
public String getColorSchema()
Stringpublic void setColorSchema(String value)
value - allowed object is
Stringpublic Integer getLayerIndex1()
Integerpublic void setLayerIndex1(Integer value)
value - allowed object is
Integerpublic 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 Double getBlackValue()
Doublepublic void setBlackValue(Double value)
value - allowed object is
Doublepublic ColorRamp getColorRamp()
ColorRamppublic void setColorRamp(ColorRamp value)
value - allowed object is
ColorRamppublic Color getBkColor()
Colorpublic void setBkColor(Color value)
value - allowed object is
Colorpublic LegendGroup getLegendGroup()
LegendGrouppublic void setLegendGroup(LegendGroup value)
value - allowed object is
LegendGrouppublic Boolean getDisplayBkValue()
Booleanpublic Boolean isDisplayBkValue()
public void setDisplayBkValue(Boolean value)
value - allowed object is
Booleanpublic Boolean getInitCustomMinMax()
Booleanpublic Boolean isInitCustomMinMax()
public void setInitCustomMinMax(Boolean value)
value - allowed object is
Booleanpublic Boolean getUseCustomMinMax()
Booleanpublic Boolean isUseCustomMinMax()
public void setUseCustomMinMax(Boolean value)
value - allowed object is
Booleanpublic Double getCustomMin()
Doublepublic void setCustomMin(Double value)
value - allowed object is
Doublepublic Double getCustomMax()
Doublepublic void setCustomMax(Double value)
value - allowed object is
Double
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||