Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Constructor and Description |
---|
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
Geographic2DCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs)
Constructs a
ProjectedCoordinateReferenceSystem . |
ProjectedCoordinateReferenceSystem(CrsId crsId,
String name,
Geographic2DCoordinateReferenceSystem geoCRS,
Projection projection,
List<CrsParameter> parameters,
CartesianCoordinateSystem2D crs,
Extension extension)
Constructs a
ProjectedCoordinateReferenceSystem . |
Copyright © 2019 geolatte.org. All rights reserved.