Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Field and Description |
---|---|
static Projection |
Projection.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Projection |
ProjectedCoordinateReferenceSystem.getProjection()
Returns the map projection for this projected cooordinate system.
|
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 © 2024 geolatte.org. All rights reserved.