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 CommonCRSCommonCRS.DEFAULTThe enum for the default CRS.Methods in org.apache.sis.referencing that return CommonCRSModifier and TypeMethodDescriptionstatic CommonCRSCommonCRS.forDatum(org.opengis.referencing.crs.CoordinateReferenceSystem crs) Returns theCommonCRSenumeration value for the datum of the given CRS.(package private) static CommonCRSCommonCRS.forDatum(org.opengis.referencing.datum.GeodeticDatum datum) Returns theCommonCRSenumeration value for the given datum, ornullif none.static CommonCRSReturns 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 CommonCRSMilitaryGridReferenceSystem.datumThe datum to which to transform the coordinate before formatting the MGRS reference.private final CommonCRSMilitaryGridReferenceSystem.Encoder.datumThe 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