Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Method and Description |
---|---|
static ProjectedCoordinateReferenceSystem |
CrsRegistry.getProjectedCoordinateReferenceSystemForEPSG(int epsgCode) |
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(int srid,
LinearUnit unit) |
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(LinearUnit unit)
Creates a generic projected coordinate reference system using the specified units of length for coordinates.
|
Copyright © 2018 geolatte.org. All rights reserved.