Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
Query.SpatialRelationshipType |
Query.getSpatialRelationship()
The spatial relationship to be applied on the input geometry while performing the
query.
|
static Query.SpatialRelationshipType |
Query.SpatialRelationshipType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Query.SpatialRelationshipType[] |
Query.SpatialRelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setSpatialRelationship(Query.SpatialRelationshipType spatialRelationship)
Set the spatial relationship for this query.
|