Uses of Class
org.geotools.referencing.datum.BursaWolfParameters
Packages that use BursaWolfParameters
Package
Description
Datum implementation.
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.
Basic implementations of math transforms.
-
Uses of BursaWolfParameters in org.geotools.referencing.datum
Methods in org.geotools.referencing.datum that return BursaWolfParametersModifier and TypeMethodDescriptionBursaWolfParameters.clone()
Returns a copy of this object.DefaultGeodeticDatum.getBursaWolfParameters()
Returns all Bursa Wolf parameters specified in theproperties
map at construction time.DefaultGeodeticDatum.getBursaWolfParameters
(GeodeticDatum target) Returns Bursa Wolf parameters for a datum shift toward the specified target, ornull
if none. -
Uses of BursaWolfParameters in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that return BursaWolfParametersModifier and TypeMethodDescriptionBursaWolfTransformBuilder.getBursaWolfParameters
(GeodeticDatum Datum) Returns Bursa Wolf Transformation parameters. -
Uses of BursaWolfParameters in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform with parameters of type BursaWolfParametersModifier and TypeMethodDescriptionprotected void
GeocentricTranslation.Provider.fill
(BursaWolfParameters parameters, ParameterValueGroup values) Fill 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.protected void
GeocentricTranslation.ProviderSevenParam.fill
(BursaWolfParameters parameters, ParameterValueGroup values) Fills the specified Bursa-Wolf parameters according the specified values.Constructors in org.geotools.referencing.operation.transform with parameters of type BursaWolfParametersModifierConstructorDescriptionGeocentricTranslation
(BursaWolfParameters parameters) Creates a new geocentric affine transform.