Package | Description |
---|---|
org.geolatte.geom.codec | |
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Method and Description |
---|---|
CoordinateReferenceSystem |
CrsWktDecoder.decode(String wkt)
Decodes a WKT representation of a
CoordinateReferenceSystem . |
Modifier and Type | Class and Description |
---|---|
class |
GeocentricCoordinateReferenceSystem
A geo-centric
CoordinateReferenceSystem . |
class |
GeographicCoordinateReferenceSystem
A geographic
CoordinateReferenceSystem . |
class |
ProjectedCoordinateReferenceSystem
A projected
CoordinateReferenceSystem . |
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
CrsRegistry.getCoordinateRefenceSystemForEPSG(int epsgCode)
returns the
CoordinateReferenceSystem for the specified EPSG code. |
Copyright © 2015 geolatte.org. All rights reserved.