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 TypeInterfaceDescriptioninterfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.interfaceA contextually local coordinate reference system.interfaceA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interfaceA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interfaceA coordinate reference system associated with a geodetic datum.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.interfaceAn engineering coordinate reference system applied to locations in images.interfaceA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interfaceA 1D coordinate reference system used for the recording of time.interfaceA 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 SingleCRSReturns the first horizontal coordinate reference system found in the given CRS, ornullif there is none. -
Uses of SingleCRS in org.geotools.referencing.crs
Classes in org.geotools.referencing.crs that implement SingleCRSModifier and TypeClassDescriptionclassA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).classAbstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).classA coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.classA contextually local coordinate reference system.classA 3D coordinate reference system with the origin at the approximate centre of mass of the earth.classA 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.classAn engineering coordinate reference system applied to locations in images.classA 2D coordinate reference system used to approximate the shape of the earth on a planar surface.classA 1D coordinate reference system used for the recording of time.classA 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 CoordinateOperationDefaultCoordinateOperationFactory.createOperationStep(CompoundCRS sourceCRS, SingleCRS targetCRS) Creates an operation from a compound to a single coordinate reference systems.protected CoordinateOperationDefaultCoordinateOperationFactory.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