Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
DataLayer.SpatialRelationshipType |
DataLayer.getSpatialRelationship()
The spatial relationship to be applied on the input geometry while performing the query.
|
static DataLayer.SpatialRelationshipType |
DataLayer.SpatialRelationshipType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataLayer.SpatialRelationshipType[] |
DataLayer.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 |
DataLayer.setSpatialRelationship(DataLayer.SpatialRelationshipType spatialRelationship)
Set the spatial relationship
|