|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Identify
public class Identify
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>
| 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 |
|---|
@Deprecated
public Identify(MapDescription mapDescription,
ImageDisplay mapImageDisplay,
Geometry searchShape,
int tolerance,
EsriIdentifyOption identifyOption,
int[] layerIDs)
public Identify()
| Method Detail |
|---|
public MapDescription getMapDescription()
MapDescriptionpublic void setMapDescription(MapDescription value)
value - allowed object is
MapDescriptionpublic ImageDisplay getMapImageDisplay()
ImageDisplaypublic void setMapImageDisplay(ImageDisplay value)
value - allowed object is
ImageDisplaypublic Geometry getSearchShape()
Geometrypublic void setSearchShape(Geometry value)
value - allowed object is
Geometrypublic int getTolerance()
public void setTolerance(int value)
public EsriIdentifyOption getIdentifyOption()
EsriIdentifyOptionpublic void setIdentifyOption(EsriIdentifyOption value)
value - allowed object is
EsriIdentifyOptionpublic int[] getLayerIDs()
[] public void setLayerIDs(int[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||