Uses of Interface
org.opengis.referencing.operation.Conversion
Packages that use Conversion
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Conversion in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ConversionModifier and TypeMethodDescriptionGeneralDerivedCRS.getConversionFromBase()
Returns the conversion from the base CRS to this CRS.Methods in org.opengis.referencing.crs with parameters of type ConversionModifier and TypeMethodDescriptionCRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system.CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a defining conversion. -
Uses of Conversion in org.opengis.referencing.operation
Subinterfaces of Conversion in org.opengis.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.interface
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).Methods in org.opengis.referencing.operation that return ConversionModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.