|
|||||||||
| 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.0}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.0}GeodataXform" minOccurs="0"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
<element name="NativeSpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
<element name="NativeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}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.0}rstPixelType" minOccurs="0"/>
<element name="NoData" type="{http://www.esri.com/schemas/ArcGIS/10.0}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,
Integer blockWidth,
Integer blockHeight,
Double pixelSizeX,
Double pixelSizeY,
GeodataXform geodataXform,
Envelope extent,
SpatialReference nativeSpatialReference,
Envelope nativeExtent,
Integer bandCount,
RstPixelType pixelType,
Object[] noData,
Integer firstPyramidLevel,
Integer maximumPyramidLevel,
String format)
Deprecated. |
|
| Method Summary | |
|---|---|
Integer |
getBandCount()
Gets the value of the bandCount property. |
Integer |
getBlockHeight()
Gets the value of the blockHeight property. |
Integer |
getBlockWidth()
Gets the value of the blockWidth property. |
Envelope |
getExtent()
Gets the value of the extent property. |
Integer |
getFirstPyramidLevel()
Gets the value of the firstPyramidLevel property. |
String |
getFormat()
Gets the value of the format property. |
GeodataXform |
getGeodataXform()
Gets the value of the geodataXform property. |
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. |
Object[] |
getNoData()
Gets the value of the noData property. |
Point |
getOrigin()
Gets the value of the origin property. |
Double |
getPixelSizeX()
Gets the value of the pixelSizeX property. |
Double |
getPixelSizeY()
Gets the value of the pixelSizeY property. |
RstPixelType |
getPixelType()
Gets the value of the pixelType property. |
void |
setBandCount(Integer value)
Sets the value of the bandCount property. |
void |
setBlockHeight(Integer value)
Sets the value of the blockHeight property. |
void |
setBlockWidth(Integer value)
Sets the value of the blockWidth property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setFirstPyramidLevel(Integer value)
Sets the value of the firstPyramidLevel property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setGeodataXform(GeodataXform value)
Sets the value of the geodataXform property. |
void |
setMaximumPyramidLevel(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(Object[] value)
Sets the value of the noData property. |
void |
setOrigin(Point value)
Sets the value of the origin property. |
void |
setPixelSizeX(Double value)
Sets the value of the pixelSizeX property. |
void |
setPixelSizeY(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,
Integer blockWidth,
Integer blockHeight,
Double pixelSizeX,
Double pixelSizeY,
GeodataXform geodataXform,
Envelope extent,
SpatialReference nativeSpatialReference,
Envelope nativeExtent,
Integer bandCount,
RstPixelType pixelType,
Object[] noData,
Integer firstPyramidLevel,
Integer maximumPyramidLevel,
String format)
public RasterInfo()
| Method Detail |
|---|
public Point getOrigin()
Pointpublic void setOrigin(Point value)
value - allowed object is
Pointpublic Integer getBlockWidth()
Integerpublic void setBlockWidth(Integer value)
value - allowed object is
Integerpublic Integer getBlockHeight()
Integerpublic void setBlockHeight(Integer value)
value - allowed object is
Integerpublic Double getPixelSizeX()
Doublepublic void setPixelSizeX(Double value)
value - allowed object is
Doublepublic Double getPixelSizeY()
Doublepublic void setPixelSizeY(Double value)
value - allowed object is
Doublepublic GeodataXform getGeodataXform()
GeodataXformpublic void setGeodataXform(GeodataXform value)
value - allowed object is
GeodataXformpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic SpatialReference getNativeSpatialReference()
SpatialReferencepublic void setNativeSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic Envelope getNativeExtent()
Envelopepublic void setNativeExtent(Envelope value)
value - allowed object is
Envelopepublic Integer getBandCount()
Integerpublic void setBandCount(Integer value)
value - allowed object is
Integerpublic RstPixelType getPixelType()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
RstPixelTypepublic Object[] getNoData()
[] public void setNoData(Object[] value)
value - allowed object is
[] public Integer getFirstPyramidLevel()
Integerpublic void setFirstPyramidLevel(Integer value)
value - allowed object is
Integerpublic Integer getMaximumPyramidLevel()
Integerpublic void setMaximumPyramidLevel(Integer value)
value - allowed object is
Integerpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||