Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.referencing.operation.projection |
Basic implementations of map projections.
|
org.opengis.referencing.crs | |
org.opengis.referencing.operation |
Coordinate operations
(relationship between any two coordinate reference systems).
|
Modifier and Type | Method and Description |
---|---|
Projection |
DefaultProjectedCRS.getConversionFromBase()
Returns the map projection from the base CRS to this CRS.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConicProjection
Base class for conical map projections.
|
class |
DefaultCylindricalProjection
Base class for cylindrical map projections.
|
class |
DefaultPlanarProjection
Base class for for azimuthal (or planar) map projections.
|
class |
DefaultProjection
A conversion transforming
(longitude,latitude) coordinates to cartesian coordinates
(x,y).
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Projection> |
MapProjection.AbstractProvider.getOperationType()
Returns the operation type for this map projection.
|
Modifier and Type | Method and Description |
---|---|
Projection |
ProjectedCRS.getConversionFromBase()
Returns the map projection from the base CRS to this CRS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConicProjection
Base interface for conical map projections.
|
interface |
CylindricalProjection
Base interface for cylindrical map projections.
|
interface |
PlanarProjection
Base interface for for azimuthal (or planar) map projections.
|
Copyright © 1996–2019 Geotools. All rights reserved.