|
|||||||||
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()
String
public void setVID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public Envelope getExtent()
Envelope
public void setExtent(Envelope value)
value
- allowed object is
Envelope
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 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 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |