| 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 Projection |
CrsWktDecoder.decodeProjection() |
| Modifier and Type | Field and Description |
|---|---|
private Projection |
ProjectedCoordinateReferenceSystem.projection |
static Projection |
Projection.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectedCoordinateReferenceSystem.getProjection()
Returns the map projection for this projected cooordinate system.
|
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
java.lang.String name,
Geographic2DCoordinateReferenceSystem geoCRS,
Projection projection,
java.util.List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs)
Constructs a
ProjectedCoordinateReferenceSystem. |
ProjectedCoordinateReferenceSystem(CrsId crsId,
java.lang.String name,
Geographic2DCoordinateReferenceSystem geoCRS,
Projection projection,
java.util.List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs,
Extension extension)
Constructs a
ProjectedCoordinateReferenceSystem. |