Uses of Interface
org.geotools.api.referencing.crs.SingleCRS
-
Packages that use SingleCRS Package Description org.geotools.api.referencing.crs org.geotools.referencing Reference systems implementation.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.operation Coordinate operation implementation.org.geotools.renderer.crs -
-
Uses of SingleCRS in org.geotools.api.referencing.crs
Subinterfaces of SingleCRS in org.geotools.api.referencing.crs Modifier and Type Interface Description interface
DerivedCRS
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
EngineeringCRS
A contextually local coordinate reference system.interface
GeneralDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).interface
GeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.interface
GeodeticCRS
A coordinate reference system associated with a geodetic datum.interface
GeographicCRS
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
ImageCRS
An engineering coordinate reference system applied to locations in images.interface
ProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.interface
TemporalCRS
A 1D coordinate reference system used for the recording of time.interface
VerticalCRS
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 SingleCRS Modifier and Type Method Description static SingleCRS
CRS. getHorizontalCRS(CoordinateReferenceSystem crs)
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 SingleCRS Modifier and Type Class Description class
AbstractDerivedCRS
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).class
AbstractSingleCRS
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).class
DefaultDerivedCRS
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
DefaultEngineeringCRS
A contextually local coordinate reference system.class
DefaultGeocentricCRS
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.class
DefaultGeographicCRS
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
DefaultImageCRS
An engineering coordinate reference system applied to locations in images.class
DefaultProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.class
DefaultTemporalCRS
A 1D coordinate reference system used for the recording of time.class
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths.Methods in org.geotools.referencing.crs that return types with arguments of type SingleCRS Modifier and Type Method Description List<SingleCRS>
DefaultCompoundCRS. getSingleCRS()
Returns the ordered list of single coordinate reference systems.static List<SingleCRS>
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 SingleCRS Constructor Description AbstractSingleCRS(SingleCRS crs)
Constructs 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 SingleCRS Modifier and Type Method Description protected 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 Modifier and Type Field Description protected SingleCRS
ProjectionHandler. geometryCRS
-