|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.RasterInfo
public class RasterInfo
Java class for RasterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Origin" type="{http://www.esri.com/schemas/ArcGIS/10.3}Point" minOccurs="0"/> <element name="BlockWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="BlockHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PixelSizeX" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PixelSizeY" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="GeodataXform" type="{http://www.esri.com/schemas/ArcGIS/10.3}GeodataXform" minOccurs="0"/> <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/> <element name="NativeSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference" minOccurs="0"/> <element name="NativeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/> <element name="BandCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.3}rstPixelType" minOccurs="0"/> <element name="NoData" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfAnyType" minOccurs="0"/> <element name="FirstPyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="MaximumPyramidLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RasterInfo()
RasterInfo default constructor. |
|
RasterInfo(Point origin,
java.lang.Integer blockWidth,
java.lang.Integer blockHeight,
java.lang.Double pixelSizeX,
java.lang.Double pixelSizeY,
GeodataXform geodataXform,
Envelope extent,
SpatialReference nativeSpatialReference,
Envelope nativeExtent,
java.lang.Integer bandCount,
RstPixelType pixelType,
java.lang.Object[] noData,
java.lang.Integer firstPyramidLevel,
java.lang.Integer maximumPyramidLevel,
java.lang.String format)
Deprecated. |
Method Summary | |
---|---|
java.lang.Integer |
getBandCount()
Gets the value of the bandCount property. |
java.lang.Integer |
getBlockHeight()
Gets the value of the blockHeight property. |
java.lang.Integer |
getBlockWidth()
Gets the value of the blockWidth property. |
Envelope |
getExtent()
Gets the value of the extent property. |
java.lang.Integer |
getFirstPyramidLevel()
Gets the value of the firstPyramidLevel property. |
java.lang.String |
getFormat()
Gets the value of the format property. |
GeodataXform |
getGeodataXform()
Gets the value of the geodataXform property. |
java.lang.Integer |
getMaximumPyramidLevel()
Gets the value of the maximumPyramidLevel property. |
Envelope |
getNativeExtent()
Gets the value of the nativeExtent property. |
SpatialReference |
getNativeSpatialReference()
Gets the value of the nativeSpatialReference property. |
java.lang.Object[] |
getNoData()
Gets the value of the noData property. |
Point |
getOrigin()
Gets the value of the origin property. |
java.lang.Double |
getPixelSizeX()
Gets the value of the pixelSizeX property. |
java.lang.Double |
getPixelSizeY()
Gets the value of the pixelSizeY property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
void |
setBandCount(java.lang.Integer value)
Sets the value of the bandCount property. |
void |
setBlockHeight(java.lang.Integer value)
Sets the value of the blockHeight property. |
void |
setBlockWidth(java.lang.Integer value)
Sets the value of the blockWidth property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFirstPyramidLevel(java.lang.Integer value)
Sets the value of the firstPyramidLevel property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setGeodataXform(GeodataXform value)
Sets the value of the geodataXform property. |
void |
setMaximumPyramidLevel(java.lang.Integer value)
Sets the value of the maximumPyramidLevel property. |
void |
setNativeExtent(Envelope value)
Sets the value of the nativeExtent property. |
void |
setNativeSpatialReference(SpatialReference value)
Sets the value of the nativeSpatialReference property. |
void |
setNoData(java.lang.Object[] value)
Sets the value of the noData property. |
void |
setOrigin(Point value)
Sets the value of the origin property. |
void |
setPixelSizeX(java.lang.Double value)
Sets the value of the pixelSizeX property. |
void |
setPixelSizeY(java.lang.Double value)
Sets the value of the pixelSizeY property. |
void |
setPixelType(RstPixelType value)
Sets the value of the pixelType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public RasterInfo(Point origin, java.lang.Integer blockWidth, java.lang.Integer blockHeight, java.lang.Double pixelSizeX, java.lang.Double pixelSizeY, GeodataXform geodataXform, Envelope extent, SpatialReference nativeSpatialReference, Envelope nativeExtent, java.lang.Integer bandCount, RstPixelType pixelType, java.lang.Object[] noData, java.lang.Integer firstPyramidLevel, java.lang.Integer maximumPyramidLevel, java.lang.String format)
public RasterInfo()
Method Detail |
---|
public Point getOrigin()
Point
public void setOrigin(Point value)
value
- allowed object is
Point
public java.lang.Integer getBlockWidth()
Integer
public void setBlockWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getBlockHeight()
Integer
public void setBlockHeight(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Double getPixelSizeX()
Double
public void setPixelSizeX(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getPixelSizeY()
Double
public void setPixelSizeY(java.lang.Double value)
value
- allowed object is
Double
public GeodataXform getGeodataXform()
GeodataXform
public void setGeodataXform(GeodataXform value)
value
- allowed object is
GeodataXform
public Envelope getExtent()
Envelope
public void setExtent(Envelope value)
value
- allowed object is
Envelope
public SpatialReference getNativeSpatialReference()
SpatialReference
public void setNativeSpatialReference(SpatialReference value)
value
- allowed object is
SpatialReference
public Envelope getNativeExtent()
Envelope
public void setNativeExtent(Envelope value)
value
- allowed object is
Envelope
public java.lang.Integer getBandCount()
Integer
public void setBandCount(java.lang.Integer value)
value
- allowed object is
Integer
public RstPixelType getPixelType()
RstPixelType
public void setPixelType(RstPixelType value)
value
- allowed object is
RstPixelType
public java.lang.Object[] getNoData()
[]
public void setNoData(java.lang.Object[] value)
value
- allowed object is
[]
public java.lang.Integer getFirstPyramidLevel()
Integer
public void setFirstPyramidLevel(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaximumPyramidLevel()
Integer
public void setMaximumPyramidLevel(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |