Uses of Interface
org.geotools.api.referencing.operation.Conversion
Packages that use Conversion
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate reference systems implementation.
Base classes for factories and
authority factories.
Coordinate operation implementation.
Basic implementations of math transforms.
-
Uses of Conversion in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return ConversionModifier and TypeMethodDescriptionGeneralDerivedCRS.getConversionFromBase()
Returns the conversion from the base CRS to this CRS.Methods in org.geotools.api.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.geotools.api.referencing.operation
Subinterfaces of Conversion in org.geotools.api.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.geotools.api.referencing.operation that return ConversionModifier and TypeMethodDescriptionCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties. -
Uses of Conversion in org.geotools.referencing.crs
Fields in org.geotools.referencing.crs declared as ConversionModifier and TypeFieldDescriptionprotected final Conversion
AbstractDerivedCRS.conversionFromBase
The conversion from the base CRS to this CRS.Methods in org.geotools.referencing.crs that return ConversionModifier and TypeMethodDescriptionAbstractDerivedCRS.getConversionFromBase()
Returns the conversion from the base CRS to this CRS.Constructors in org.geotools.referencing.crs with parameters of type ConversionModifierConstructorDescriptionprotected
AbstractDerivedCRS
(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.DefaultDerivedCRS
(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.DefaultProjectedCRS
(Map<String, ?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a defining conversion. -
Uses of Conversion in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type ConversionModifier and TypeMethodDescriptionReferencingObjectFactory.createDerivedCRS
(Map<String, ?> properties, CoordinateReferenceSystem baseCRS, Conversion conversionFromBase, CoordinateSystem derivedCS) Creates a derived coordinate reference system from a conversion.ReferencingObjectFactory.createProjectedCRS
(Map<String, ?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS) Creates a projected coordinate reference system from a conversion. -
Uses of Conversion in org.geotools.referencing.operation
Classes in org.geotools.referencing.operation that implement ConversionModifier and TypeClassDescriptionclass
Base class for conical map projections.class
An operation on coordinates that does not include any change of Datum.class
Base class for cylindrical map projections.class
Base class for for azimuthal (or planar) map projections.class
A conversion transforming (longitude,latitude) coordinates to cartesian coordinates (x,y).class
A conversion used for the definition of a derived CRS (including projections).Methods in org.geotools.referencing.operation that return ConversionModifier and TypeMethodDescriptionstatic Conversion
DefaultConversion.create
(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, Class<? extends Conversion> typeHint) Returns a conversion from the specified defining conversion.AbstractCoordinateOperationFactory.createDefiningConversion
(Map<String, ?> properties, OperationMethod method, ParameterValueGroup parameters) Constructs a defining conversion from a set of properties.Methods in org.geotools.referencing.operation with parameters of type ConversionModifier and TypeMethodDescriptionstatic Conversion
DefaultConversion.create
(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, Class<? extends Conversion> typeHint) Returns a conversion from the specified defining conversion.Method parameters in org.geotools.referencing.operation with type arguments of type ConversionModifier and TypeMethodDescriptionstatic Conversion
DefaultConversion.create
(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, Class<? extends Conversion> typeHint) Returns a conversion from the specified defining conversion.Constructors in org.geotools.referencing.operation with parameters of type ConversionModifierConstructorDescriptionDefaultConicProjection
(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultConversion
(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new conversion with the same values than the specified one, together with the specified source and target CRS.DefaultCylindricalProjection
(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultPlanarProjection
(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultProjection
(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform) Constructs a new projection with the same values than the specified one, together with the specified source and target CRS. -
Uses of Conversion in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that return types with arguments of type ConversionModifier and TypeMethodDescriptionExponentialTransform1D.Provider.getOperationType()
Returns the operation type.GeocentricTransform.Provider.getOperationType()
Returns the operation type.LogarithmicTransform1D.Provider.getOperationType()
Returns the operation type.ProjectiveTransform.ProviderAffine.getOperationType()
Returns the operation type.ProjectiveTransform.ProviderLongitudeRotation.getOperationType()
Returns the operation type.