Method Summary |
|
abstract protected C | coordinatesOf(AbsolutePosition position) Returns the coordinates in this reference system of the specified
absolute position.
Parameters: position - the absolute position for which the coordinates in this reference system is returned. |
public Collection<String> | getAlias() OpenGIS® - An alternative name by which this object is identified. |
public CoordinatesConverter<C, T> | getConverterTo(CoordinateReferenceSystem<T> that) Returns the converter between this coordinate reference system
and the one specified.
Parameters: that - the coordinate reference system to convert to. |
abstract public CoordinateSystem | getCoordinateSystem() Returns the OpenGIS coordinate system associated to this
coordinate reference system.
the corresponding coordinate system. |
public Set<String> | getIdentifiers() OpenGIS® - An identifier which references elsewhere the object's defining information. |
public Identifier | getName() OpenGIS® - The primary name by which this object is identified. |
public InternationalString | getRemarks() OpenGIS® - Comments on or information about this object, including
data source information. |
public InternationalString | getScope() OpenGIS® - Description of domain of usage, or limitations of usage,
for which this (coordinate) reference system object is valid. |
public Extent | getValidArea() OpenGIS® - Area for which the (coordinate) reference system is valid. |
abstract protected AbsolutePosition | positionOf(C coordinates, AbsolutePosition position) Returns the absolute position from the coordinates in
this reference system. |
public String | toWKT() OpenGIS® - Returns a Well Known Text (WKT) for
this object. |