|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialRelationship | |
---|---|
com.esri.core.internal.value | |
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.internal.value |
---|
Methods in com.esri.core.internal.value that return SpatialRelationship | |
---|---|
SpatialRelationship |
SpatialFilter.getSpatialRelationship()
|
Methods in com.esri.core.internal.value with parameters of type SpatialRelationship | |
---|---|
void |
SpatialFilter.setSpatialRelationship(SpatialRelationship spatialRelationship)
|
Constructors in com.esri.core.internal.value with parameters of type SpatialRelationship | |
---|---|
SpatialFilter(Geometry geometry,
SpatialRelationship spatialRelationship)
|
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 SpatialRelationship 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 SpatialRelationship to be applied on the input geometry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |