|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeoImageDescription
public class GeoImageDescription
Java class for GeoImageDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoImageDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstPixelType" minOccurs="0"/>
<element name="NoData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Interpolation" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstResamplingTypes" minOccurs="0"/>
<element name="Compression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CompressionQuality" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="BandIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
<element name="MosaicProperties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ViewpointProperties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MosaicRule" type="{http://www.esri.com/schemas/ArcGIS/10.0}MosaicRule" minOccurs="0"/>
<element name="RenderingRule" type="{http://www.esri.com/schemas/ArcGIS/10.0}RenderingRule" minOccurs="0"/>
<element name="BSQ" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GeoImageDescription()
GeoImageDescription default constructor. |
|
GeoImageDescription(SpatialReference spatialReference,
Envelope extent,
int width,
int height,
RstPixelType pixelType,
Object noData,
RstResamplingTypes interpolation,
String compression,
Integer compressionQuality,
int[] bandIDs,
String mosaicProperties,
String viewpointProperties,
MosaicRule mosaicRule,
RenderingRule renderingRule,
Boolean bsq)
Deprecated. |
|
| Method Summary | |
|---|---|
int[] |
getBandIDs()
Gets the value of the bandIDs property. |
Boolean |
getBSQ()
Gets the value of the bsq property. |
String |
getCompression()
Gets the value of the compression property. |
Integer |
getCompressionQuality()
Gets the value of the compressionQuality property. |
Envelope |
getExtent()
Gets the value of the extent property. |
int |
getHeight()
Gets the value of the height property. |
RstResamplingTypes |
getInterpolation()
Gets the value of the interpolation property. |
String |
getMosaicProperties()
Gets the value of the mosaicProperties property. |
MosaicRule |
getMosaicRule()
Gets the value of the mosaicRule property. |
Object |
getNoData()
Gets the value of the noData property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
RenderingRule |
getRenderingRule()
Gets the value of the renderingRule property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
String |
getViewpointProperties()
Gets the value of the viewpointProperties property. |
int |
getWidth()
Gets the value of the width property. |
Boolean |
isBSQ()
|
void |
setBandIDs(int[] value)
Sets the value of the bandIDs property. |
void |
setBSQ(Boolean value)
Sets the value of the bsq property. |
void |
setCompression(String value)
Sets the value of the compression property. |
void |
setCompressionQuality(Integer value)
Sets the value of the compressionQuality property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setHeight(int value)
Sets the value of the height property. |
void |
setInterpolation(RstResamplingTypes value)
Sets the value of the interpolation property. |
void |
setMosaicProperties(String value)
Sets the value of the mosaicProperties property. |
void |
setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule property. |
void |
setNoData(Object value)
Sets the value of the noData property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
void |
setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
void |
setViewpointProperties(String value)
Sets the value of the viewpointProperties property. |
void |
setWidth(int value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GeoImageDescription(SpatialReference spatialReference,
Envelope extent,
int width,
int height,
RstPixelType pixelType,
Object noData,
RstResamplingTypes interpolation,
String compression,
Integer compressionQuality,
int[] bandIDs,
String mosaicProperties,
String viewpointProperties,
MosaicRule mosaicRule,
RenderingRule renderingRule,
Boolean bsq)
public GeoImageDescription()
| Method Detail |
|---|
public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public RstPixelType getPixelType()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
RstPixelTypepublic Object getNoData()
Objectpublic void setNoData(Object value)
value - allowed object is
Objectpublic RstResamplingTypes getInterpolation()
RstResamplingTypespublic void setInterpolation(RstResamplingTypes value)
value - allowed object is
RstResamplingTypespublic String getCompression()
Stringpublic void setCompression(String value)
value - allowed object is
Stringpublic Integer getCompressionQuality()
Integerpublic void setCompressionQuality(Integer value)
value - allowed object is
Integerpublic int[] getBandIDs()
[] public void setBandIDs(int[] value)
value - allowed object is
[] public String getMosaicProperties()
Stringpublic void setMosaicProperties(String value)
value - allowed object is
Stringpublic String getViewpointProperties()
Stringpublic void setViewpointProperties(String value)
value - allowed object is
Stringpublic MosaicRule getMosaicRule()
MosaicRulepublic void setMosaicRule(MosaicRule value)
value - allowed object is
MosaicRulepublic RenderingRule getRenderingRule()
RenderingRulepublic void setRenderingRule(RenderingRule value)
value - allowed object is
RenderingRulepublic Boolean getBSQ()
Booleanpublic Boolean isBSQ()
public void setBSQ(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||