Uses of Interface
org.geotools.api.referencing.operation.PlanarProjection
-
Packages that use PlanarProjection Package Description org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections. -
-
Uses of PlanarProjection in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement PlanarProjection Modifier and Type Class Description class
DefaultPlanarProjection
Base class for for azimuthal (or planar) map projections. -
Uses of PlanarProjection in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that return types with arguments of type PlanarProjection Modifier and Type Method Description Class<PlanarProjection>
EquidistantConic.Provider. getOperationType()
Returns the operation type for this map projection.Class<PlanarProjection>
Orthographic.Provider. getOperationType()
Returns the operation type for this map projection.Class<PlanarProjection>
Stereographic.Provider. getOperationType()
Returns the operation type for this map projection.
-