| Package | Description |
|---|---|
| com.revolsys.gis.cs | |
| com.revolsys.gis.cs.projection |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesProjection |
ProjectedCoordinateSystem.getCoordinatesProjection() |
CoordinatesProjection |
GeographicCoordinateSystem.getCoordinatesProjection() |
CoordinatesProjection |
CoordinateSystem.getCoordinatesProjection() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoordinatesProjection |
class |
AlbersConicEqualArea
Albers Equal Area
|
class |
LambertConicConformal |
class |
LambertConicConformal1SP |
class |
Mercator1SP |
class |
Mercator1SPSpherical |
class |
Mercator2SP |
class |
TransverseMercator
An implementation of the Transverse Mercator projection.
|
class |
TransverseMercatorSouthOriented |
class |
WebMercator |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatesProjection |
ProjectionFactory.createCoordinatesProjection(ProjectedCoordinateSystem coordinateSystem) |
static CoordinatesProjection |
ProjectionFactory.getCoordinatesProjection(CoordinateSystem coordinateSystem) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProjectionFactory.registerCoordinatesProjection(String name,
Class<? extends CoordinatesProjection> projectionClass)
Register a projection for the named projection.
|
| Constructor and Description |
|---|
InverseOperation(CoordinatesProjection projection) |
ProjectOperation(CoordinatesProjection projection) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.