public interface CoordinateReferenceSystem extends Identifiable
Datum (ISO/DIS 19111).
A point in the real world may have different coordinates, depending on
the CoordinateReferenceSystem used. The different types of
CoordinateReferenceSystem defined by EPSG
are :
| Modifier and Type | Interface and Description |
|---|---|
static class |
CoordinateReferenceSystem.Type
Coordinate Reference System Type.
|
DEFAULT, LOCAL, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
getCoordinateSystem()
Returns the
CoordinateSystem used by this
CoordinateReferenceSystem. |
Datum |
getDatum()
Returns the
Datum to which this
CoordinateReferenceSystem is refering. |
Projection |
getProjection()
Returns the
Projection to which this
CoordinateReferenceSystem is refering. |
CoordinateReferenceSystem.Type |
getType()
Returns this CoordinateReferenceSystem Type.
|
String |
toWKT()
Returns a WKT representation of the CoordinateReferenceSystem.
|
addAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNameCoordinateReferenceSystem.Type getType()
CoordinateSystem getCoordinateSystem()
CoordinateSystem used by this
CoordinateReferenceSystem.Datum getDatum()
Datum to which this
CoordinateReferenceSystem is refering. For compound
CoordinateReferenceSystem, getDatum returns the the main
datum, ie the GeodeticDatum (or horizontal Datum).Projection getProjection()
Projection to which this
CoordinateReferenceSystem is refering. It returns null if no
projection is defined for this CRS.String toWKT()
Copyright © 2019 CNRS. All rights reserved.