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 TypeInterfaceDescriptioninterfaceBase interface for conical map projections.interfaceBase interface for cylindrical map projections.interfaceBase 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 TypeClassDescriptionclassBase class for conical map projections.classBase class for cylindrical map projections.classBase class for for azimuthal (or planar) map projections.classA 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.