| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrsParameter> |
ProjectedCoordinateReferenceSystem.getParameters()
Returns the projection parameters
|
static Map<String,CrsParameter> |
CrsParameter.toMap(List<CrsParameter> params) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CrsParameter> |
CrsParameter.toMap(List<CrsParameter> params) |
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs)
Constructs a
ProjectedCoordinateReferenceSystem. |
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs,
Extension extension)
Constructs a
ProjectedCoordinateReferenceSystem. |
Copyright © 2023 geolatte.org. All rights reserved.