Package | Description |
---|---|
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 | |
org.opengis.referencing.crs |
Modifier and Type | Method and Description |
---|---|
static SingleCRS |
CRS.getHorizontalCRS(CoordinateReferenceSystem crs)
Returns the first horizontal coordinate reference system found in the given CRS, or
null if there is none. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AbstractSingleCRS(SingleCRS crs)
Constructs a new coordinate reference system with the same values than the specified one.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected SingleCRS |
ProjectionHandler.geometryCRS |
Modifier and Type | Interface and 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.
|
Copyright © 1996–2019 Geotools. All rights reserved.