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
|
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.