|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SingleCRS | |
---|---|
org.geotools.referencing | Reference systems implementation. |
org.geotools.referencing.crs | Coordinate reference systems implementation. |
org.geotools.referencing.operation | Coordinate operation implementation. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
Uses of SingleCRS in org.geotools.referencing |
---|
Methods in org.geotools.referencing that return SingleCRS | |
---|---|
static SingleCRS |
CRS.getHorizontalCRS(CoordinateReferenceSystem crs)
Returns the first horizontal coordinate reference system found in the given CRS, or null if there is none. |
Uses of SingleCRS in org.geotools.referencing.crs |
---|
Classes in org.geotools.referencing.crs that implement SingleCRS | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
Uses of SingleCRS in org.opengis.referencing.crs |
---|
Subinterfaces of SingleCRS in org.opengis.referencing.crs | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |