Uses of Interface
org.geotools.api.referencing.operation.Projection
-
Packages that use Projection Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).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. -
-
Uses of Projection in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return Projection Modifier and Type Method Description Projection
ProjectedCRS. getConversionFromBase()
Returns the map projection from the base CRS to this CRS. -
Uses of Projection in org.geotools.api.referencing.operation
Subinterfaces of Projection in org.geotools.api.referencing.operation Modifier and Type Interface 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. -
Uses of Projection in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return Projection Modifier and Type Method Description Projection
DefaultProjectedCRS. getConversionFromBase()
Returns the map projection from the base CRS to this CRS. -
Uses of Projection in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement Projection Modifier and Type Class 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). -
Uses of Projection in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that return types with arguments of type Projection Modifier and Type Method Description Class<? extends Projection>
MapProjection.AbstractProvider. getOperationType()
Returns the operation type for this map projection.
-