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 ParametersGeocentricAffine.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 TypeClassDescriptionclassParameters for a time-dependent geographic transformation between two datum.Fields in org.apache.sis.referencing.datum declared as BursaWolfParametersModifier and TypeFieldDescriptionprivate final BursaWolfParameters[]DefaultGeodeticDatum.bursaWolfBursa-Wolf parameters for datum shifts, ornullif none.private static final BursaWolfParameters[]DefaultGeodeticDatum.EMPTY_ARRAYThe 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 thepropertiesmap at construction time.private BursaWolfParametersDefaultGeodeticDatum.select(org.opengis.referencing.datum.GeodeticDatum targetDatum, ExtentSelector<BursaWolfParameters> selector) Returns the best parameters matching the given criteria, ornullif none.Methods in org.apache.sis.referencing.datum with parameters of type BursaWolfParametersModifier and TypeMethodDescriptionprivate static org.opengis.referencing.operation.MatrixDefaultGeodeticDatum.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 BursaWolfParametersDefaultGeodeticDatum.select(org.opengis.referencing.datum.GeodeticDatum targetDatum, ExtentSelector<BursaWolfParameters> selector) Returns the best parameters matching the given criteria, ornullif 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 voidBursaWolfInfo.setBursaWolfParameter(BursaWolfParameters parameters, int code, double value, javax.measure.Unit<?> unit, Locale locale) Sets a Bursa-Wolf parameter from an EPSG parameter.