Uses of Class
com.esri.core.tasks.SpatialRelationship

Packages that use SpatialRelationship
com.esri.core.tasks Parent package for classes in com.esri.core.tasks.ags.* and also a class that defines the different spatial relationship types. 
com.esri.core.tasks.ags.query Contains classes for defining queries that are executed on an ArcGIS Server. 
 

Uses of SpatialRelationship in com.esri.core.tasks
 

Methods in com.esri.core.tasks that return SpatialRelationship
static SpatialRelationship SpatialRelationship.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpatialRelationship[] SpatialRelationship.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SpatialRelationship in com.esri.core.tasks.ags.query
 

Methods in com.esri.core.tasks.ags.query that return SpatialRelationship
 SpatialRelationship Query.getSpatialRelationship()
          Returns the spatial relationship to be applied on the input geometry.
 

Methods in com.esri.core.tasks.ags.query with parameters of type SpatialRelationship
 void Query.setSpatialRelationship(SpatialRelationship spatialRelationship)
          Sets the spatial relationship to be applied on the input geometry.
 



Copyright © 2012. All Rights Reserved.