Package | Description |
---|---|
org.apache.sis.referencing.datum |
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system. |
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Constructor and Description |
---|
DatumShiftGrid(DatumShiftGrid<C,T> other)
Creates a new datum shift grid with the same grid geometry (size and units) than the given grid.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Quantity<T>> |
InterpolatedTransform.createGeodeticTransformation(MathTransformFactory factory,
DatumShiftGrid<T,T> grid)
Creates a transformation between two geodetic CRS.
|
static MathTransform |
InterpolatedMolodenskyTransform.createGeodeticTransformation(MathTransformFactory factory,
Ellipsoid source,
boolean isSource3D,
Ellipsoid target,
boolean isTarget3D,
DatumShiftGrid<Angle,Length> grid)
Creates a transformation between two geographic CRS.
|
static MathTransform |
InterpolatedGeocentricTransform.createGeodeticTransformation(MathTransformFactory factory,
Ellipsoid source,
boolean isSource3D,
Ellipsoid target,
boolean isTarget3D,
DatumShiftGrid<Angle,Length> grid)
Creates a transformation between two geographic CRS.
|
Constructor and Description |
---|
InterpolatedGeocentricTransform(Ellipsoid source,
boolean isSource3D,
Ellipsoid target,
boolean isTarget3D,
DatumShiftGrid<Angle,Length> grid)
Creates a transform from the specified parameters.
|
InterpolatedMolodenskyTransform(Ellipsoid source,
boolean isSource3D,
Ellipsoid target,
boolean isTarget3D,
DatumShiftGrid<Angle,Length> grid)
Creates a transform from the specified parameters.
|
InterpolatedTransform(DatumShiftGrid<T,T> grid)
Creates a transform for the given interpolation grid.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.