| Package | Description |
|---|---|
| com.revolsys.gis.cs.projection | |
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedCoordinatesOperation |
class |
CopyOperation |
class |
DegreesToRadiansOperation |
class |
InverseOperation |
class |
ProjectOperation |
class |
RadiansToDegreesOperation |
class |
UnitConverstionOperation |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatesOperation |
ProjectionFactory.getCoordinatesOperation(CoordinateSystem cs1,
CoordinateSystem cs2) |
static CoordinatesOperation |
ProjectionFactory.getCoordinatesOperation(GeometryFactory sourceGeometryFactory,
GeometryFactory targetGeometryFactory) |
static CoordinatesOperation |
ProjectionFactory.getInverseCoordinatesOperation(CoordinateSystem coordinateSystem)
Get the operation to convert coordinates to geographics coordinates.
|
CoordinatesOperation |
CoordinatesProjection.getInverseOperation() |
CoordinatesOperation |
AbstractCoordinatesProjection.getInverseOperation() |
static CoordinatesOperation |
ProjectionFactory.getProjectCoordinatesOperation(CoordinateSystem coordinateSystem)
Get the operation to convert geographics coordinates to projected
coordinates.
|
CoordinatesOperation |
CoordinatesProjection.getProjectOperation() |
CoordinatesOperation |
AbstractCoordinatesProjection.getProjectOperation() |
| Constructor and Description |
|---|
ChainedCoordinatesOperation(CoordinatesOperation... operations) |
| Constructor and Description |
|---|
ChainedCoordinatesOperation(List<CoordinatesOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesOperation |
GeometryFactory.getCoordinatesOperation(GeometryFactory geometryFactory)
Get the
CoordinatesOperation to convert between this factory's and the other factory's
CoordinateSystem. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.