Uses of Interface
org.opengis.referencing.operation.Conversion
Packages that use Conversion
Package
Description
Reference systems by coordinates.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of Conversion in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ConversionModifier and TypeMethodDescriptionDerivedCRS.getConversionFromBase()
Returns the conversion from the base CRS to this derived CRS.GeneralDerivedCRS.getConversionFromBase()
Deprecated.Returns the conversion from the base CRS to this CRS.Methods in org.opengis.referencing.crs with parameters of type ConversionModifier and TypeMethodDescriptiondefault DerivedCRS
CRSFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived CRS.default ProjectedCRS
CRSFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of Conversion in org.opengis.referencing.operation
Subinterfaces of Conversion in org.opengis.referencing.operationModifier and TypeInterfaceDescriptioninterface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
Deprecated.This interface is not part of the OGC/ISO abstract specifications.interface
A conversion from geodetic (longitude,latitude) coordinates to Cartesian (x,y) coordinates.Methods in org.opengis.referencing.operation that return ConversionModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates a defining conversion from a set of properties. -
Uses of Conversion in org.opengis.test
Methods in org.opengis.test with parameters of type ConversionModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(Conversion object) Tests the conformance of the given object.static void
Validators.validate
(Conversion object) Tests the conformance of the given object. -
Uses of Conversion in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ConversionModifier and TypeMethodDescriptionvoid
OperationValidator.validate
(Conversion object) Validates the given conversion.