Uses of Class
org.apache.sis.referencing.crs.DefaultGeographicCRS
Packages that use DefaultGeographicCRS
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of DefaultGeographicCRS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultGeographicCRSModifier and TypeMethodDescriptionstatic DefaultGeographicCRS
DefaultGeographicCRS.castOrCopy
(org.opengis.referencing.crs.GeographicCRS object) Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.DefaultGeographicCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention. -
Uses of DefaultGeographicCRS in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as DefaultGeographicCRSModifier and TypeFieldDescription(package private) final DefaultGeographicCRS
GeohashReferenceSystem.normalizedCRS
The user supplied CRS with (longitude, latitude) axis order in degrees.