com.esri.arcgisws
Class IdentifyImageServer

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

public class IdentifyImageServer
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Location" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="MosaicRule" type="{http://www.esri.com/schemas/ArcGIS/10.0}MosaicRule"/>
         <element name="PixelSize" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IdentifyImageServer()
          IdentifyImageServer default constructor.
IdentifyImageServer(Geometry location, MosaicRule mosaicRule, Point pixelSize)
          Deprecated. 
 
Method Summary
 Geometry getLocation()
          Gets the value of the location property.
 MosaicRule getMosaicRule()
          Gets the value of the mosaicRule property.
 Point getPixelSize()
          Gets the value of the pixelSize property.
 void setLocation(Geometry value)
          Sets the value of the location property.
 void setMosaicRule(MosaicRule value)
          Sets the value of the mosaicRule property.
 void setPixelSize(Point value)
          Sets the value of the pixelSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifyImageServer

@Deprecated
public IdentifyImageServer(Geometry location,
                                      MosaicRule mosaicRule,
                                      Point pixelSize)
Deprecated. 

IdentifyImageServer constructor.


IdentifyImageServer

public IdentifyImageServer()
IdentifyImageServer default constructor.

Method Detail

getLocation

public Geometry getLocation()
Gets the value of the location property.

Returns:
possible object is Geometry

setLocation

public void setLocation(Geometry value)
Sets the value of the location property.

Parameters:
value - allowed object is Geometry

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

getPixelSize

public Point getPixelSize()
Gets the value of the pixelSize property.

Returns:
possible object is Point

setPixelSize

public void setPixelSize(Point value)
Sets the value of the pixelSize property.

Parameters:
value - allowed object is Point