Package | Description |
---|---|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
Modifier and Type | Method and Description |
---|---|
abstract CoordinateReferenceSystemType |
CoordinateReferenceSystem.getType()
Gets the type of this Coordinate Reference System.
|
CoordinateReferenceSystemType |
NamedCoordinateReferenceSystem.getType() |
static CoordinateReferenceSystemType |
CoordinateReferenceSystemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateReferenceSystemType[] |
CoordinateReferenceSystemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|