| Modifier and Type | Method and Description |
|---|---|
static SpatialType |
SpatialType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialType[] |
SpatialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SpatialType> |
SpatialSpec.getSpatialTypes()
Gets the collection of spatial types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialSpec.setSpatialTypes(Collection<SpatialType> spatialTypes)
Sets the collection of spatial types.
|
Copyright © 2020. All rights reserved.