| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
GeographicCoordinateReferenceSystem |
ProjectedCoordinateReferenceSystem.getGeographicCoordinateSystem()
Returns the base
GeographicCoordinateReferenceSystem of this
projected reference system. |
| Constructor and Description |
|---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
GeographicCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CoordinateSystemAxis... axes)
Constructs a
ProjectedCoordinateReferenceSystem. |
Copyright © 2015 geolatte.org. All rights reserved.