|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.identify.IdentifyParameters
public class IdentifyParameters
The Class IdentifyParameters.
Field Summary | |
---|---|
static int |
ALL_LAYERS
Identify on all layers of the service. |
static int |
TOP_MOST_LAYER
Identify only on the top-most layer of the service. |
static int |
VISIBLE_LAYERS
Identify only on the visible layers of the service. |
Constructor Summary | |
---|---|
IdentifyParameters()
Instantiates a new identify parameters. |
Method Summary | |
---|---|
int |
getDPI()
Gets the dpi. |
Geometry |
getGeometry()
Gets the geometry. |
int |
getLayerMode()
Gets the layer mode. |
int[] |
getLayers()
Gets the layers. |
Envelope |
getMapExtent()
Gets the map extent. |
int |
getMapHeight()
Gets the map height. |
int |
getMapWidth()
Gets the map width. |
SpatialReference |
getSpatialReference()
Gets the spatial reference. |
int |
getTolerance()
Gets the tolerance. |
boolean |
isReturnM()
True if M values are to be included in returned geometries. |
boolean |
isReturnZ()
True if Z values included returned geometries. |
void |
setDPI(int dpi)
Sets the dpi. |
void |
setGeometry(Geometry geometry)
Sets the geometry. |
void |
setLayerMode(int layerMode)
Sets the layer mode. |
void |
setLayers(int[] layers)
Sets the layers. |
void |
setMapExtent(Envelope extent)
Sets the map extent. |
void |
setMapHeight(int height)
Sets the map height. |
void |
setMapWidth(int width)
Sets the map width. |
void |
setReturnM(boolean returnM)
Sets to true if M values are to be returned in geometries. |
void |
setReturnZ(boolean returnZ)
Set to true to have Z values returned in geometries. |
void |
setSpatialReference(SpatialReference spatialReference)
Sets the spatial reference. |
void |
setTolerance(int tolerance)
Sets the tolerance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL_LAYERS
public static final int VISIBLE_LAYERS
public static final int TOP_MOST_LAYER
Constructor Detail |
---|
public IdentifyParameters()
Method Detail |
---|
public void setGeometry(Geometry geometry)
geometry
- the new geometrypublic Geometry getGeometry()
public void setMapExtent(Envelope extent)
extent
- the new map extentpublic Envelope getMapExtent()
public void setSpatialReference(SpatialReference spatialReference)
spatialReference
- the new spatial referencepublic SpatialReference getSpatialReference()
public void setLayerMode(int layerMode)
layerMode
- the new layer modepublic int getLayerMode()
public void setLayers(int[] layers)
layers
- the new layerspublic int[] getLayers()
public void setMapWidth(int width)
width
- the new map widthpublic int getMapWidth()
public void setMapHeight(int height)
height
- the new map heightpublic int getMapHeight()
public void setDPI(int dpi)
dpi
- the new dpipublic int getDPI()
public void setTolerance(int tolerance)
tolerance
- the new tolerancepublic int getTolerance()
public boolean isReturnZ()
public void setReturnZ(boolean returnZ)
returnZ
- true to have Z values returned.public boolean isReturnM()
public void setReturnM(boolean returnM)
returnM
- true to have M values returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |