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.crsMethods in org.geotools.api.referencing.crs that return Projection Modifier and Type Method Description ProjectionProjectedCRS. getConversionFromBase()Returns the map projection from the base CRS to this CRS.
- 
Uses of Projection in org.geotools.api.referencing.operationSubinterfaces of Projection in org.geotools.api.referencing.operation Modifier and Type Interface Description interfaceConicProjectionBase interface for conical map projections.interfaceCylindricalProjectionBase interface for cylindrical map projections.interfacePlanarProjectionBase interface for for azimuthal (or planar) map projections.
- 
Uses of Projection in org.geotools.referencing.crsMethods in org.geotools.referencing.crs that return Projection Modifier and Type Method Description ProjectionDefaultProjectedCRS. getConversionFromBase()Returns the map projection from the base CRS to this CRS.
- 
Uses of Projection in org.geotools.referencing.operationClasses in org.geotools.referencing.operation that implement Projection Modifier and Type Class Description classDefaultConicProjectionBase class for conical map projections.classDefaultCylindricalProjectionBase class for cylindrical map projections.classDefaultPlanarProjectionBase class for for azimuthal (or planar) map projections.classDefaultProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).
- 
Uses of Projection in org.geotools.referencing.operation.projectionMethods 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.
 
-