| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Modifier and Type | Field and Description |
|---|---|
static Geographic2DCoordinateReferenceSystem |
CoordinateReferenceSystems.WGS84
The WGS 84
GeographicCoordinateReferenceSystem |
| Modifier and Type | Method and Description |
|---|---|
static Geographic2DCoordinateReferenceSystem |
CrsRegistry.getGeographicCoordinateReferenceSystemForEPSG(int epsgCode) |
Geographic2DCoordinateReferenceSystem |
ProjectedCoordinateReferenceSystem.getGeographicCoordinateSystem()
Returns the base
GeographicCoordinateReferenceSystem of this
projected reference system. |
static Geographic2DCoordinateReferenceSystem |
CoordinateReferenceSystems.mkGeographic(AngularUnit unit)
Creates a generic geographic coordinate reference system using the specified units of length for coordinates.
|
| 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 © 2018 geolatte.org. All rights reserved.