Uses of Class
org.apache.sis.referencing.datum.DatumShiftGrid
Packages that use DatumShiftGrid
Package
Description
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DatumShiftGrid in org.apache.sis.referencing.datum
Constructors in org.apache.sis.referencing.datum with parameters of type DatumShiftGridModifierConstructorDescriptionprotectedDatumShiftGrid(DatumShiftGrid<C, T> other) Creates a new datum shift grid with the same grid geometry (size and units) than the given grid. -
Uses of DatumShiftGrid in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that return DatumShiftGridModifier and TypeMethodDescriptionfinal DatumShiftGrid<?, ?> InterpolatedTransform.getShiftGrid()Returns the grid of datum shifts specified at construction time.Methods in org.apache.sis.referencing.operation.transform with parameters of type DatumShiftGridModifier and TypeMethodDescriptionstatic org.opengis.referencing.operation.MathTransformInterpolatedGeocentricTransform.createGeodeticTransformation(org.opengis.referencing.operation.MathTransformFactory factory, org.opengis.referencing.datum.Ellipsoid source, boolean isSource3D, org.opengis.referencing.datum.Ellipsoid target, boolean isTarget3D, DatumShiftGrid<javax.measure.quantity.Angle, javax.measure.quantity.Length> grid) Creates a transformation between two geographic CRS.static org.opengis.referencing.operation.MathTransformInterpolatedMolodenskyTransform.createGeodeticTransformation(org.opengis.referencing.operation.MathTransformFactory factory, org.opengis.referencing.datum.Ellipsoid source, boolean isSource3D, org.opengis.referencing.datum.Ellipsoid target, boolean isTarget3D, DatumShiftGrid<javax.measure.quantity.Angle, javax.measure.quantity.Length> grid) Creates a transformation between two geographic CRS.static <T extends javax.measure.Quantity<T>>
org.opengis.referencing.operation.MathTransformInterpolatedTransform.createGeodeticTransformation(org.opengis.referencing.operation.MathTransformFactory factory, DatumShiftGrid<T, T> grid) Creates a transformation between two geodetic CRS.Constructors in org.apache.sis.referencing.operation.transform with parameters of type DatumShiftGridModifierConstructorDescriptionprotectedInterpolatedGeocentricTransform(org.opengis.referencing.datum.Ellipsoid source, boolean isSource3D, org.opengis.referencing.datum.Ellipsoid target, boolean isTarget3D, DatumShiftGrid<javax.measure.quantity.Angle, javax.measure.quantity.Length> grid) Creates a transform from the specified parameters.protectedInterpolatedMolodenskyTransform(org.opengis.referencing.datum.Ellipsoid source, boolean isSource3D, org.opengis.referencing.datum.Ellipsoid target, boolean isTarget3D, DatumShiftGrid<javax.measure.quantity.Angle, javax.measure.quantity.Length> grid) Creates a transform from the specified parameters.protectedInterpolatedTransform(DatumShiftGrid<T, T> grid) Creates a transform for the given interpolation grid.