Uses of Interface
org.opengis.referencing.operation.Conversion
Packages that use Conversion
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Relationship between any two Coordinate Reference Systems (CRS).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Conversion in org.apache.sis.referencing.crs
Subclasses with type arguments of type Conversion in org.apache.sis.referencing.crsModifier and TypeClassDescriptionclassA coordinate reference system that is defined by its coordinate conversion from another CRS.Methods in org.apache.sis.referencing.crs that return ConversionModifier and TypeMethodDescriptionDefaultDerivedCRS.getConversionFromBase()Returns the conversion from the base CRS to this CRS.Methods in org.apache.sis.referencing.crs with parameters of type ConversionModifier and TypeMethodDescriptionstatic DefaultDerivedCRSDefaultDerivedCRS.create(Map<String, ?> properties, SingleCRS baseCRS, Conversion baseToDerived, CoordinateSystem derivedCS) Creates a derived CRS from a defining conversion and a type inferred from the given arguments.Constructors in org.apache.sis.referencing.crs with parameters of type ConversionModifierConstructorDescriptionprotectedDefaultDerivedCRS(Map<String, ?> properties, SingleCRS baseCRS, Conversion conversion, CoordinateSystem derivedCS) Creates a derived CRS from a defining conversion.DefaultProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion baseToDerived, CartesianCS derivedCS) Creates a projected CRS from a defining conversion. -
Uses of Conversion in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with parameters of type ConversionModifier and TypeMethodDescriptionGeodeticObjectFactory.createDerivedCRS(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion baseToDerived, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.GeodeticObjectFactory.createProjectedCRS(Map<String, ?> properties, GeographicCRS baseCRS, Conversion baseToDerived, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion. -
Uses of Conversion in org.apache.sis.referencing.operation
Classes in org.apache.sis.referencing.operation that implement ConversionModifier and TypeClassDescriptionclassA parameterized mathematical operation that converts coordinates to another CRS without any change of datum.Methods in org.apache.sis.referencing.operation that return ConversionModifier and TypeMethodDescriptionDefaultCoordinateOperationFactory.createDefiningConversion(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Creates a defining conversion from the given operation parameters.DefaultConversion.specialize(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransformFactory factory) Returns a specialization of this conversion with non-null CRSs.Methods in org.apache.sis.referencing.operation that return types with arguments of type ConversionModifier and TypeMethodDescriptionClass<? extends Conversion> DefaultConversion.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.operation with parameters of type ConversionModifier and TypeMethodDescriptionstatic DefaultConversionDefaultConversion.castOrCopy(Conversion object) Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.referencing.operation with parameters of type ConversionModifierConstructorDescriptionprotectedDefaultConversion(Conversion operation) Creates a new coordinate operation with the same values as the specified one. -
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 TypeInterfaceDescriptioninterfaceBase interface for conical map projections.interfaceBase interface for cylindrical map projections.interfaceBase interface for for azimuthal (or planar) map projections.interfaceA 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.