com.esri.arcgisws
Class Identify

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

public class Identify
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="MapDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapDescription"/>
         <element name="MapImageDisplay" type="{http://www.esri.com/schemas/ArcGIS/10.0}ImageDisplay"/>
         <element name="SearchShape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry"/>
         <element name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="IdentifyOption" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriIdentifyOption"/>
         <element name="LayerIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Identify()
          Identify default constructor.
Identify(MapDescription mapDescription, ImageDisplay mapImageDisplay, Geometry searchShape, int tolerance, EsriIdentifyOption identifyOption, int[] layerIDs)
          Deprecated. 
 
Method Summary
 EsriIdentifyOption getIdentifyOption()
          Gets the value of the identifyOption property.
 int[] getLayerIDs()
          Gets the value of the layerIDs property.
 MapDescription getMapDescription()
          Gets the value of the mapDescription property.
 ImageDisplay getMapImageDisplay()
          Gets the value of the mapImageDisplay property.
 Geometry getSearchShape()
          Gets the value of the searchShape property.
 int getTolerance()
          Gets the value of the tolerance property.
 void setIdentifyOption(EsriIdentifyOption value)
          Sets the value of the identifyOption property.
 void setLayerIDs(int[] value)
          Sets the value of the layerIDs property.
 void setMapDescription(MapDescription value)
          Sets the value of the mapDescription property.
 void setMapImageDisplay(ImageDisplay value)
          Sets the value of the mapImageDisplay property.
 void setSearchShape(Geometry value)
          Sets the value of the searchShape property.
 void setTolerance(int value)
          Sets the value of the tolerance property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identify

@Deprecated
public Identify(MapDescription mapDescription,
                           ImageDisplay mapImageDisplay,
                           Geometry searchShape,
                           int tolerance,
                           EsriIdentifyOption identifyOption,
                           int[] layerIDs)
Deprecated. 

Identify constructor.


Identify

public Identify()
Identify default constructor.

Method Detail

getMapDescription

public MapDescription getMapDescription()
Gets the value of the mapDescription property.

Returns:
possible object is MapDescription

setMapDescription

public void setMapDescription(MapDescription value)
Sets the value of the mapDescription property.

Parameters:
value - allowed object is MapDescription

getMapImageDisplay

public ImageDisplay getMapImageDisplay()
Gets the value of the mapImageDisplay property.

Returns:
possible object is ImageDisplay

setMapImageDisplay

public void setMapImageDisplay(ImageDisplay value)
Sets the value of the mapImageDisplay property.

Parameters:
value - allowed object is ImageDisplay

getSearchShape

public Geometry getSearchShape()
Gets the value of the searchShape property.

Returns:
possible object is Geometry

setSearchShape

public void setSearchShape(Geometry value)
Sets the value of the searchShape property.

Parameters:
value - allowed object is Geometry

getTolerance

public int getTolerance()
Gets the value of the tolerance property.


setTolerance

public void setTolerance(int value)
Sets the value of the tolerance property.


getIdentifyOption

public EsriIdentifyOption getIdentifyOption()
Gets the value of the identifyOption property.

Returns:
possible object is EsriIdentifyOption

setIdentifyOption

public void setIdentifyOption(EsriIdentifyOption value)
Sets the value of the identifyOption property.

Parameters:
value - allowed object is EsriIdentifyOption

getLayerIDs

public int[] getLayerIDs()
Gets the value of the layerIDs property.

Returns:
possible object is []

setLayerIDs

public void setLayerIDs(int[] value)
Sets the value of the layerIDs property.

Parameters:
value - allowed object is []