Uses of Class
dev.morphia.geo.CoordinateReferenceSystemType
-
Packages that use CoordinateReferenceSystemType Package Description dev.morphia.geo -
-
Uses of CoordinateReferenceSystemType in dev.morphia.geo
Methods in dev.morphia.geo that return CoordinateReferenceSystemType Modifier and Type Method Description abstract CoordinateReferenceSystemTypeCoordinateReferenceSystem. getType()Gets the type of this Coordinate Reference System.CoordinateReferenceSystemTypeNamedCoordinateReferenceSystem. getType()static CoordinateReferenceSystemTypeCoordinateReferenceSystemType. 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.
-