|
|||||||||
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.3}SpatialReference" minOccurs="0"/> <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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.3}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.3}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.3}MosaicRule" minOccurs="0"/> <element name="RenderingRule" type="{http://www.esri.com/schemas/ArcGIS/10.3}RenderingRule" minOccurs="0"/> <element name="BSQ" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="NoDataInterpretation" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNoDataInterpretation" minOccurs="0"/> <element name="GeoTransformation" type="{http://www.esri.com/schemas/ArcGIS/10.3}GeoTransformation" minOccurs="0"/> <element name="ResamplingHint" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriRasterResamplingHint" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeoImageDescription()
GeoImageDescription default constructor. |
|
GeoImageDescription(SpatialReference spatialReference,
Envelope extent,
int width,
int height,
RstPixelType pixelType,
java.lang.Object noData,
RstResamplingTypes interpolation,
java.lang.String compression,
java.lang.Integer compressionQuality,
int[] bandIDs,
java.lang.String mosaicProperties,
java.lang.String viewpointProperties,
MosaicRule mosaicRule,
RenderingRule renderingRule,
java.lang.Boolean bsq,
EsriNoDataInterpretation noDataInterpretation,
GeoTransformation geoTransformation,
EsriRasterResamplingHint resamplingHint)
Deprecated. |
Method Summary | |
---|---|
int[] |
getBandIDs()
Gets the value of the bandIDs property. |
java.lang.Boolean |
getBSQ()
Gets the value of the bsq property. |
java.lang.String |
getCompression()
Gets the value of the compression property. |
java.lang.Integer |
getCompressionQuality()
Gets the value of the compressionQuality property. |
Envelope |
getExtent()
Gets the value of the extent property. |
GeoTransformation |
getGeoTransformation()
Gets the value of the geoTransformation property. |
int |
getHeight()
Gets the value of the height property. |
RstResamplingTypes |
getInterpolation()
Gets the value of the interpolation property. |
java.lang.String |
getMosaicProperties()
Gets the value of the mosaicProperties property. |
MosaicRule |
getMosaicRule()
Gets the value of the mosaicRule property. |
java.lang.Object |
getNoData()
Gets the value of the noData property. |
EsriNoDataInterpretation |
getNoDataInterpretation()
Gets the value of the noDataInterpretation property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
RenderingRule |
getRenderingRule()
Gets the value of the renderingRule property. |
EsriRasterResamplingHint |
getResamplingHint()
Gets the value of the resamplingHint property. |
SpatialReference |
getSpatialReference()
Gets the value of the spatialReference property. |
java.lang.String |
getViewpointProperties()
Gets the value of the viewpointProperties property. |
int |
getWidth()
Gets the value of the width property. |
java.lang.Boolean |
isBSQ()
|
void |
setBandIDs(int[] value)
Sets the value of the bandIDs property. |
void |
setBSQ(java.lang.Boolean value)
Sets the value of the bsq property. |
void |
setCompression(java.lang.String value)
Sets the value of the compression property. |
void |
setCompressionQuality(java.lang.Integer value)
Sets the value of the compressionQuality property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setGeoTransformation(GeoTransformation value)
Sets the value of the geoTransformation 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(java.lang.String value)
Sets the value of the mosaicProperties property. |
void |
setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule property. |
void |
setNoData(java.lang.Object value)
Sets the value of the noData property. |
void |
setNoDataInterpretation(EsriNoDataInterpretation value)
Sets the value of the noDataInterpretation property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
void |
setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property. |
void |
setResamplingHint(EsriRasterResamplingHint value)
Sets the value of the resamplingHint property. |
void |
setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property. |
void |
setViewpointProperties(java.lang.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, java.lang.Object noData, RstResamplingTypes interpolation, java.lang.String compression, java.lang.Integer compressionQuality, int[] bandIDs, java.lang.String mosaicProperties, java.lang.String viewpointProperties, MosaicRule mosaicRule, RenderingRule renderingRule, java.lang.Boolean bsq, EsriNoDataInterpretation noDataInterpretation, GeoTransformation geoTransformation, EsriRasterResamplingHint resamplingHint)
public GeoImageDescription()
Method Detail |
---|
public SpatialReference getSpatialReference()
SpatialReference
public void setSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public Envelope getExtent()
Envelope
public void setExtent(Envelope value)
value
- allowed object is
Envelope
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public RstPixelType getPixelType()
RstPixelType
public void setPixelType(RstPixelType value)
value
- allowed object is
RstPixelType
public java.lang.Object getNoData()
Object
public void setNoData(java.lang.Object value)
value
- allowed object is
Object
public RstResamplingTypes getInterpolation()
RstResamplingTypes
public void setInterpolation(RstResamplingTypes value)
value
- allowed object is
RstResamplingTypes
public java.lang.String getCompression()
String
public void setCompression(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCompressionQuality()
Integer
public void setCompressionQuality(java.lang.Integer value)
value
- allowed object is
Integer
public int[] getBandIDs()
[]
public void setBandIDs(int[] value)
value
- allowed object is
[]
public java.lang.String getMosaicProperties()
String
public void setMosaicProperties(java.lang.String value)
value
- allowed object is
String
public java.lang.String getViewpointProperties()
String
public void setViewpointProperties(java.lang.String value)
value
- allowed object is
String
public MosaicRule getMosaicRule()
MosaicRule
public void setMosaicRule(MosaicRule value)
value
- allowed object is
MosaicRule
public RenderingRule getRenderingRule()
RenderingRule
public void setRenderingRule(RenderingRule value)
value
- allowed object is
RenderingRule
public java.lang.Boolean getBSQ()
Boolean
public java.lang.Boolean isBSQ()
public void setBSQ(java.lang.Boolean value)
value
- allowed object is
Boolean
public EsriNoDataInterpretation getNoDataInterpretation()
EsriNoDataInterpretation
public void setNoDataInterpretation(EsriNoDataInterpretation value)
value
- allowed object is
EsriNoDataInterpretation
public GeoTransformation getGeoTransformation()
GeoTransformation
public void setGeoTransformation(GeoTransformation value)
value
- allowed object is
GeoTransformation
public EsriRasterResamplingHint getResamplingHint()
EsriRasterResamplingHint
public void setResamplingHint(EsriRasterResamplingHint value)
value
- allowed object is
EsriRasterResamplingHint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |