Uses of Interface
org.opengis.referencing.operation.Conversion
-
Packages that use Conversion Package Description org.opengis.referencing.crs org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of Conversion in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return Conversion Modifier and Type Method Description ConversionGeneralDerivedCRS. getConversionFromBase()Returns the conversion from the base CRS to this CRS.Methods in org.opengis.referencing.crs with parameters of type Conversion Modifier and Type Method Description DerivedCRSCRSFactory. createDerivedCRS(java.util.Map<java.lang.String,?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS)Creates a derived coordinate reference system.ProjectedCRSCRSFactory. createProjectedCRS(java.util.Map<java.lang.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.operation Modifier and Type Interface Description interfaceConicProjectionBase interface for conical map projections.interfaceCylindricalProjectionBase interface for cylindrical map projections.interfacePlanarProjectionBase interface for for azimuthal (or planar) map projections.interfaceProjectionA conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).Methods in org.opengis.referencing.operation that return Conversion Modifier and Type Method Description ConversionCoordinateOperationFactory. createDefiningConversion(java.util.Map<java.lang.String,?> properties, OperationMethod method, ParameterValueGroup parameters)Constructs a defining conversion from a set of properties. -
Uses of Conversion in org.opengis.test
Methods in org.opengis.test with parameters of type Conversion Modifier and Type Method Description voidValidatorContainer. validate(Conversion object)Tests the conformance of the given object.static voidValidators. 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 Conversion Modifier and Type Method Description voidOperationValidator. validate(Conversion object)Validates the given conversion.
-