com.esri.arcgisws
Class ImageView

java.lang.Object
  extended by com.esri.arcgisws.ImageView
All Implemented Interfaces:
java.io.Serializable

public class ImageView
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

ImageView

@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)
Deprecated. 

ImageView constructor.


ImageView

public ImageView()
ImageView default constructor.

Method Detail

getVID

public java.lang.String getVID()
Gets the value of the vid property.

Returns:
possible object is String

setVID

public void setVID(java.lang.String value)
Sets the value of the vid property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getPixelSizeX

public java.lang.Double getPixelSizeX()
Gets the value of the pixelSizeX property.

Returns:
possible object is Double

setPixelSizeX

public void setPixelSizeX(java.lang.Double value)
Sets the value of the pixelSizeX property.

Parameters:
value - allowed object is Double

getPixelSizeY

public java.lang.Double getPixelSizeY()
Gets the value of the pixelSizeY property.

Returns:
possible object is Double

setPixelSizeY

public void setPixelSizeY(java.lang.Double value)
Sets the value of the pixelSizeY property.

Parameters:
value - allowed object is Double

getBandCount

public java.lang.Integer getBandCount()
Gets the value of the bandCount property.

Returns:
possible object is Integer

setBandCount

public void setBandCount(java.lang.Integer value)
Sets the value of the bandCount property.

Parameters:
value - allowed object is Integer

getPixelType

public RstPixelType getPixelType()
Gets the value of the pixelType property.

Returns:
possible object is RstPixelType

setPixelType

public void setPixelType(RstPixelType value)
Sets the value of the pixelType property.

Parameters:
value - allowed object is RstPixelType

getMosaicRule

public MosaicRule getMosaicRule()
Gets the value of the mosaicRule property.

Returns:
possible object is MosaicRule

setMosaicRule

public void setMosaicRule(MosaicRule value)
Sets the value of the mosaicRule property.

Parameters:
value - allowed object is MosaicRule

getRenderingRule

public RenderingRule getRenderingRule()
Gets the value of the renderingRule property.

Returns:
possible object is RenderingRule

setRenderingRule

public void setRenderingRule(RenderingRule value)
Sets the value of the renderingRule property.

Parameters:
value - allowed object is RenderingRule