| 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 CrsParameter |
CrsWktDecoder.decodeOptionalParameter() |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<CrsParameter> |
CrsWktDecoder.decodeOptionalParameters() |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CrsParameter> |
ProjectedCoordinateReferenceSystem.parameters |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CrsParameter> |
ProjectedCoordinateReferenceSystem.getParameters()
Returns the projection parameters
|
| 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. |