Uses of Interface
org.geotools.api.referencing.crs.SingleCRS
Packages that use SingleCRS
Package
Description
Reference systems implementation.
Coordinate reference systems implementation.
Coordinate operation implementation.
-
Uses of SingleCRS in org.geotools.api.referencing.crs
Subinterfaces of SingleCRS in org.geotools.api.referencing.crsModifier and TypeInterfaceDescriptioninterface
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interface
A contextually local coordinate reference system.interface
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interface
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interface
A coordinate reference system associated with a geodetic datum.interface
A 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.interface
An engineering coordinate reference system applied to locations in images.interface
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interface
A 1D coordinate reference system used for the recording of time.interface
A 1D coordinate reference system used for recording heights or depths. -
Uses of SingleCRS in org.geotools.referencing
Methods in org.geotools.referencing that return SingleCRSModifier and TypeMethodDescriptionstatic SingleCRS
Returns the first horizontal coordinate reference system found in the given CRS, ornull
if there is none. -
Uses of SingleCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement SingleCRSModifier and TypeClassDescriptionclass
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).class
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).class
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.class
A contextually local coordinate reference system.class
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.class
A 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.class
An engineering coordinate reference system applied to locations in images.class
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.class
A 1D coordinate reference system used for the recording of time.class
A 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.referencing.crs that return types with arguments of type SingleCRSModifier and TypeMethodDescriptionDefaultCompoundCRS.getSingleCRS()
Returns the ordered list of single coordinate reference systems.DefaultCompoundCRS.getSingleCRS
(CoordinateReferenceSystem crs) Returns the ordered list of single coordinate reference systems for the specified CRS.Constructors in org.geotools.referencing.crs with parameters of type SingleCRSModifierConstructorDescriptionConstructs a new coordinate reference system with the same values than the specified one. -
Uses of SingleCRS in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation with parameters of type SingleCRSModifier and TypeMethodDescriptionprotected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(CompoundCRS sourceCRS, SingleCRS targetCRS) Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperation
DefaultCoordinateOperationFactory.createOperationStep
(SingleCRS sourceCRS, CompoundCRS targetCRS) Creates an operation from a single to a compound coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory.findOperationSteps
(CompoundCRS sourceCRS, SingleCRS targetCRS, int limit) Returns all available operations from a compound to a single coordinate reference system.protected Set<CoordinateOperation>
DefaultCoordinateOperationFactory.findOperationSteps
(SingleCRS sourceCRS, CompoundCRS targetCRS, int limit) Returns all available operations from a single to a compound coordinate reference system. -
Uses of SingleCRS in org.geotools.renderer.crs
Fields in org.geotools.renderer.crs declared as SingleCRS