Uses of Enum
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…).
Reader of Landsat 8 level 1-2 data.
-
Uses of CommonCRS in org.apache.sis.referencing
Fields in org.apache.sis.referencing declared as CommonCRSModifier and TypeFieldDescription(package private) static final CommonCRS
CommonCRS.DEFAULT
The enum for the default CRS.Methods in org.apache.sis.referencing that return CommonCRSModifier and TypeMethodDescriptionstatic CommonCRS
CommonCRS.forDatum
(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns theCommonCRS
enumeration value for the datum of the given CRS.(package private) static CommonCRS
CommonCRS.forDatum
(org.opengis.referencing.datum.GeodeticDatum datum) Returns theCommonCRS
enumeration value for the given datum, ornull
if none.static CommonCRS
Returns the enum constant of this type with the specified name.static CommonCRS[]
CommonCRS.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommonCRS in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as CommonCRSModifier and TypeFieldDescription(package private) final CommonCRS
MilitaryGridReferenceSystem.datum
The datum to which to transform the coordinate before formatting the MGRS reference.private final CommonCRS
MilitaryGridReferenceSystem.Encoder.datum
The datum to which to transform the coordinates before formatting the MGRS reference.Constructors in org.apache.sis.referencing.gazetteer with parameters of type CommonCRSModifierConstructorDescription(package private)
Creates a new converter from direct positions to MGRS references.MilitaryGridReferenceSystem
(Map<String, ?> properties, CommonCRS datum) Creates a new Military Grid Reference System (MGRS) using the specified datum. -
Uses of CommonCRS in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as CommonCRS