Uses of Interface
org.geotools.api.referencing.operation.Projection
Packages that use Projection
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate reference systems implementation.
Coordinate operation implementation.
Basic implementations of map projections.
-
Uses of Projection in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return ProjectionModifier and TypeMethodDescriptionProjectedCRS.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.operationModifier and TypeInterfaceDescriptioninterface
Base interface for conical map projections.interface
Base interface for cylindrical map projections.interface
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 ProjectionModifier and TypeMethodDescriptionDefaultProjectedCRS.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 ProjectionModifier and TypeClassDescriptionclass
Base class for conical map projections.class
Base class for cylindrical map projections.class
Base class for for azimuthal (or planar) map projections.class
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 ProjectionModifier and TypeMethodDescriptionClass<? extends Projection>
MapProjection.AbstractProvider.getOperationType()
Returns the operation type for this map projection.