Uses of Interface
org.opengis.referencing.crs.GeodeticCRS
Packages that use GeodeticCRS
Package
Description
Base classes for reference systems used for general positioning.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Relationship between any two Coordinate Reference Systems (CRS).
-
Uses of GeodeticCRS in org.apache.sis.referencing
Methods in org.apache.sis.referencing with parameters of type GeodeticCRSModifier and TypeMethodDescriptionstatic doubleCRS.getGreenwichLongitude(GeodeticCRS crs) Returns the Greenwich longitude of the prime meridian of the given CRS in degrees. -
Uses of GeodeticCRS in org.apache.sis.referencing.crs
Classes in org.apache.sis.referencing.crs that implement GeodeticCRSModifier and TypeClassDescriptionclassA 2- or 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.classA 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.Methods in org.apache.sis.referencing.crs with parameters of type GeodeticCRSModifier and TypeMethodDescriptionstatic DefaultGeocentricCRSDefaultGeocentricCRS.castOrCopy(GeodeticCRS object) Returns a SIS coordinate reference system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.crs with parameters of type GeodeticCRSModifierConstructorDescriptionprotectedConstructs a new coordinate reference system with the same values as the specified one. -
Uses of GeodeticCRS in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum with parameters of type GeodeticCRSModifier and TypeMethodDescriptionstatic GeodeticDatumDatumOrEnsemble.asDatum(GeodeticCRS crs) Returns the datum (preferred) or ensemble (fallback) of the given geodetic CRS.static Optional<GeodeticDatum> DatumOrEnsemble.asTargetDatum(GeodeticCRS source, GeodeticCRS target) Returns the datum or pseudo-datum of the result of an operation between the given geodetic CRSs. -
Uses of GeodeticCRS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return GeodeticCRSModifier and TypeMethodDescriptionGeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, CartesianCS cs) Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeodeticObjectFactory.createGeodeticCRS(Map<String, ?> properties, GeodeticDatum datum, DefaultDatumEnsemble<GeodeticDatum> ensemble, SphericalCS cs) Creates a geocentric coordinate reference system from a spherical coordinate system. -
Uses of GeodeticCRS in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation with parameters of type GeodeticCRSModifier and TypeMethodDescriptionprotected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(GeodeticCRS sourceCRS, GeodeticCRS targetCRS) Creates an operation between two geodetic (geographic or geocentric) coordinate reference systems.protected List<CoordinateOperation> CoordinateOperationFinder.createOperationStep(GeodeticCRS sourceCRS, VerticalCRS targetCRS) Creates an operation between a geodetic and a vertical coordinate reference systems. -
Uses of GeodeticCRS in org.opengis.referencing.crs
Subinterfaces of GeodeticCRS in org.opengis.referencing.crsModifier and TypeInterfaceDescriptioninterfaceA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceA coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.