| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
private ProjectedCoordinateReferenceSystem |
CrsWktDecoder.decodeProjectedCrs()
Implementation to decode a Projected CRS.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectedCoordinateReferenceSystem |
CrsRegistry.getProjectedCoordinateReferenceSystemForEPSG(int epsgCode) |
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(int srid,
LinearUnit unit) |
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(LinearUnit unit)
Creates a generic projected coordinate reference system using the specified units of length for coordinates.
|