|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ImageView
public class ImageView
Java class for ImageView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" 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="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="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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ImageView()
ImageView default constructor. |
|
ImageView(java.lang.String vid,
java.lang.String description,
Envelope extent,
java.lang.Double pixelSizeX,
java.lang.Double pixelSizeY,
java.lang.Integer bandCount,
RstPixelType pixelType,
MosaicRule mosaicRule,
RenderingRule renderingRule)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getBandCount()
Gets the value of the bandCount property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
Envelope |
getExtent()
Gets the value of the extent property. |
MosaicRule |
getMosaicRule()
Gets the value of the mosaicRule 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. |
RenderingRule |
getRenderingRule()
Gets the value of the renderingRule property. |
java.lang.String |
getVID()
Gets the value of the vid property. |
void |
setBandCount(java.lang.Integer value)
Sets the value of the bandCount property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setExtent(Envelope value)
Sets the value of the extent property. |
void |
setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule 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. |
void |
setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property. |
void |
setVID(java.lang.String value)
Sets the value of the vid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ImageView(java.lang.String vid,
java.lang.String description,
Envelope extent,
java.lang.Double pixelSizeX,
java.lang.Double pixelSizeY,
java.lang.Integer bandCount,
RstPixelType pixelType,
MosaicRule mosaicRule,
RenderingRule renderingRule)
public ImageView()
| Method Detail |
|---|
public java.lang.String getVID()
Stringpublic void setVID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
Envelopepublic java.lang.Double getPixelSizeX()
Doublepublic void setPixelSizeX(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getPixelSizeY()
Doublepublic void setPixelSizeY(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getBandCount()
Integerpublic void setBandCount(java.lang.Integer value)
value - allowed object is
Integerpublic RstPixelType getPixelType()
RstPixelTypepublic void setPixelType(RstPixelType value)
value - allowed object is
RstPixelTypepublic MosaicRule getMosaicRule()
MosaicRulepublic void setMosaicRule(MosaicRule value)
value - allowed object is
MosaicRulepublic RenderingRule getRenderingRule()
RenderingRulepublic void setRenderingRule(RenderingRule value)
value - allowed object is
RenderingRule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||