Uses of Class
mil.nga.crs.common.CoordinateSystemType
-
Packages that use CoordinateSystemType Package Description mil.nga.crs.common mil.nga.crs.wkt -
-
Uses of CoordinateSystemType in mil.nga.crs.common
Methods in mil.nga.crs.common that return CoordinateSystemType Modifier and Type Method Description CoordinateSystemTypeCoordinateSystem. getType()Get the typestatic CoordinateSystemTypeCoordinateSystemType. getType(String name)Get the type from the namestatic CoordinateSystemTypeCoordinateSystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinateSystemType[]CoordinateSystemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.crs.common with parameters of type CoordinateSystemType Modifier and Type Method Description voidCoordinateSystem. setType(CoordinateSystemType type)Set the typeConstructors in mil.nga.crs.common with parameters of type CoordinateSystemType Constructor Description CoordinateSystem(CoordinateSystemType type, int dimension, List<Axis> axes)ConstructorCoordinateSystem(CoordinateSystemType type, int dimension, Axis axis)Constructor -
Uses of CoordinateSystemType in mil.nga.crs.wkt
Methods in mil.nga.crs.wkt with parameters of type CoordinateSystemType Modifier and Type Method Description static booleanWKTUtils. isOrdinalDateTime(CoordinateSystemType type)Is the Coordinate System Type an ordinal or temporal date time typestatic booleanWKTUtils. isSpatial(CoordinateSystemType type)Is the Coordinate System Type a spatial typestatic booleanWKTUtils. isTemporalCountMeasure(CoordinateSystemType type)Is the Coordinate System Type a temporal count or measure typeList<Axis>CRSReader. readAxes(CoordinateSystemType type)Read AxesAxisCRSReader. readAxis(CoordinateSystemType type)Read an Axis
-