Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
RelationParameters.SpatialRelationType |
RelationParameters.getRelation()
The spatial relationship to be tested between the two input geometry arrays.
|
static RelationParameters.SpatialRelationType |
RelationParameters.SpatialRelationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelationParameters.SpatialRelationType[] |
RelationParameters.SpatialRelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationParameters.setRelation(RelationParameters.SpatialRelationType relation)
Set the relation parameter.
|