Uses of Enum Class
org.apache.sis.referencing.CommonCRS
Packages that use CommonCRS
Package
Description
Base classes for reference systems used for general positioning.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of CommonCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CommonCRSModifier and TypeMethodDescriptionstatic CommonCRS
CommonCRS.forDatum
(CoordinateReferenceSystem crs) Returns theCommonCRS
enumeration value for the datum of the given CRS.static CommonCRS
Returns the enum constant of this class with the specified name.static CommonCRS[]
CommonCRS.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonCRS in org.apache.sis.referencing.gazetteer
Constructors in org.apache.sis.referencing.gazetteer with parameters of type CommonCRSModifierConstructorDescriptionMilitaryGridReferenceSystem
(Map<String, ?> properties, CommonCRS datum) Creates a new Military Grid Reference System (MGRS) using the specified datum.