| Package | Description |
|---|---|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| org.geolatte.geom.crs.trans.projections |
| Modifier and Type | Field and Description |
|---|---|
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.WEB_MERCATOR
The WGS 84/Pseudo-Mercator
ProjectedCoordinateReferenceSystem |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
CoordinateReferenceSystems.asProjected(CoordinateReferenceSystem<P> original)
Turn a geographic CRS into a projected CRS, using a no-op projection
|
static ProjectedCoordinateReferenceSystem |
CrsRegistry.getProjectedCoordinateReferenceSystemForEPSG(int epsgCode)
Returns the Projected Coordinate Reference System for the specified EPSG
|
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(CrsId srid,
LinearUnit unit) |
static ProjectedCoordinateReferenceSystem |
CoordinateReferenceSystems.mkProjected(LinearUnit unit)
Creates a generic projected coordinate reference system using the specified units of length for coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinateOperation |
Projections.buildFrom(ProjectedCoordinateReferenceSystem projected) |
Copyright © 2023 geolatte.org. All rights reserved.