Uses of Interface
org.opengis.referencing.operation.Projection
Packages that use Projection
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Projection in org.apache.sis.referencing.crs
Subclasses with type arguments of type Projection in org.apache.sis.referencing.crsModifier and TypeClassDescriptionclassA 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.Methods in org.apache.sis.referencing.crs that return ProjectionModifier and TypeMethodDescriptionDefaultProjectedCRS.getConversionFromBase()Returns the map projection from the base CRS to this CRS. -
Uses of Projection in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ProjectionModifier and TypeMethodDescriptionProjectedCRS.getConversionFromBase()Returns the map projection from the base CRS to this CRS. -
Uses of Projection in org.opengis.referencing.operation
Subinterfaces of Projection in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterfaceBase interface for conical map projections.interfaceBase interface for cylindrical map projections.interfaceBase interface for for azimuthal (or planar) map projections.