Package | Description |
---|---|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.operation.builder |
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
|
org.geotools.referencing.operation.transform |
Basic implementations of math transforms.
|
Modifier and Type | Method and Description |
---|---|
BursaWolfParameters |
BursaWolfParameters.clone()
Returns a copy of this object.
|
BursaWolfParameters[] |
DefaultGeodeticDatum.getBursaWolfParameters()
Returns all Bursa Wolf parameters specified in the
properties map at construction
time. |
BursaWolfParameters |
DefaultGeodeticDatum.getBursaWolfParameters(GeodeticDatum target)
Returns Bursa Wolf parameters for a datum shift toward the specified target, or
null
if none. |
Modifier and Type | Method and Description |
---|---|
BursaWolfParameters |
BursaWolfTransformBuilder.getBursaWolfParameters(GeodeticDatum Datum)
Returns Bursa Wolf Transformation parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GeocentricTranslation.Provider.fill(BursaWolfParameters parameters,
ParameterValueGroup values)
Fill the specified Bursa-Wolf parameters according the specified values.
|
protected void |
GeocentricTranslation.ProviderSevenParam.fill(BursaWolfParameters parameters,
ParameterValueGroup values)
Fills the specified Bursa-Wolf parameters according the specified values.
|
protected void |
GeocentricTranslation.ProviderFrameRotation.fill(BursaWolfParameters parameters,
ParameterValueGroup values)
Fills the specified Bursa-Wolf parameters according the specified values.
|
Constructor and Description |
---|
GeocentricTranslation(BursaWolfParameters parameters)
Creates a new geocentric affine transform.
|
Copyright © 1996–2019 Geotools. All rights reserved.