Uses of Class
org.apache.sis.referencing.datum.BursaWolfParameters
Packages that use BursaWolfParameters
Package
Description
Math transform provider
implementations.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of BursaWolfParameters in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider with parameters of type BursaWolfParametersModifier and TypeMethodDescriptionprivate static Parameters
GeocentricAffine.createParameters
(org.opengis.parameter.ParameterDescriptorGroup descriptor, BursaWolfParameters parameters, boolean isTranslation) Creates parameter values for a Molodensky, Geocentric Translation or Position Vector transformation. -
Uses of BursaWolfParameters in org.apache.sis.referencing.datum
Subclasses of BursaWolfParameters in org.apache.sis.referencing.datumModifier and TypeClassDescriptionclass
Parameters for a time-dependent geographic transformation between two datum.Fields in org.apache.sis.referencing.datum declared as BursaWolfParametersModifier and TypeFieldDescriptionprivate final BursaWolfParameters[]
DefaultGeodeticDatum.bursaWolf
Bursa-Wolf parameters for datum shifts, ornull
if none.private static final BursaWolfParameters[]
DefaultGeodeticDatum.EMPTY_ARRAY
The array to be returned byDefaultGeodeticDatum.getBursaWolfParameters()
when there is no Bursa-Wolf parameters.Methods in org.apache.sis.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.private BursaWolfParameters
DefaultGeodeticDatum.select
(org.opengis.referencing.datum.GeodeticDatum targetDatum, ExtentSelector<BursaWolfParameters> selector) Returns the best parameters matching the given criteria, ornull
if none.Methods in org.apache.sis.referencing.datum with parameters of type BursaWolfParametersModifier and TypeMethodDescriptionprivate static org.opengis.referencing.operation.Matrix
DefaultGeodeticDatum.createTransformation
(BursaWolfParameters bursaWolf, org.opengis.metadata.extent.Extent areaOfInterest) InvokesgetPositionVectorTransformation(Date)
for a date calculated from the temporal elements on the given extent.Method parameters in org.apache.sis.referencing.datum with type arguments of type BursaWolfParametersModifier and TypeMethodDescriptionprivate BursaWolfParameters
DefaultGeodeticDatum.select
(org.opengis.referencing.datum.GeodeticDatum targetDatum, ExtentSelector<BursaWolfParameters> selector) Returns the best parameters matching the given criteria, ornull
if none. -
Uses of BursaWolfParameters in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return BursaWolfParametersModifier and TypeMethodDescriptionprivate BursaWolfParameters[]
EPSGDataAccess.createBursaWolfParameters
(org.opengis.referencing.datum.PrimeMeridian meridian, Integer code) Returns Bursa-Wolf parameters for a geodetic datum.Methods in org.apache.sis.referencing.factory.sql with parameters of type BursaWolfParametersModifier and TypeMethodDescription(package private) static void
BursaWolfInfo.setBursaWolfParameter
(BursaWolfParameters parameters, int code, double value, javax.measure.Unit<?> unit, Locale locale) Sets a Bursa-Wolf parameter from an EPSG parameter.