Uses of Interface
org.geotools.api.referencing.datum.GeodeticDatum
-
Packages that use GeodeticDatum Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.coverage.io.netcdf.crs org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.factory Base classes for factories and authority factories.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. -
-
Uses of GeodeticDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return GeodeticDatum Modifier and Type Method Description GeodeticDatumGeodeticCRS. getDatum()Returns the datum, which must be geodetic.GeodeticDatumProjectedCRS. getDatum()Returns the datum.Methods in org.geotools.api.referencing.crs with parameters of type GeodeticDatum Modifier and Type Method Description GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.GeographicCRSCRSFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system. -
Uses of GeodeticDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return GeodeticDatum Modifier and Type Method Description GeodeticDatumDatumAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumDatumFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters. -
Uses of GeodeticDatum in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that return GeodeticDatum Modifier and Type Method Description static GeodeticDatumProjectionBuilder. createGeodeticDatum(String name, Ellipsoid ellipsoid)Build a DefaultGeodeticDatumon top of a specificEllipsoidinstance, usingDefaultPrimeMeridian.GREENWICHas primeMeridian.Methods in org.geotools.coverage.io.netcdf.crs with parameters of type GeodeticDatum Modifier and Type Method Description static GeographicCRSProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum)Build aGeographicCRSgiven the name to be assigned and theGeodeticDatumto be used.static GeographicCRSProjectionBuilder. createGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS ellipsoidalCS)Build aGeographicCRSgiven the name to be assigned, theGeodeticDatumto be used and theEllipsoidalCS. -
Uses of GeodeticDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return GeodeticDatum Modifier and Type Method Description GeodeticDatumDefaultGeocentricCRS. getDatum()Returns the datum.GeodeticDatumDefaultGeographicCRS. getDatum()Returns the datum.GeodeticDatumDefaultProjectedCRS. getDatum()Returns the datum.Constructors in org.geotools.referencing.crs with parameters of type GeodeticDatum Constructor Description DefaultGeocentricCRS(String name, GeodeticDatum datum, CartesianCS cs)Constructs a geocentric CRS from a name.DefaultGeocentricCRS(String name, GeodeticDatum datum, SphericalCS cs)Constructs a geocentric CRS from a name.DefaultGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Constructs a geographic CRS from a set of properties.DefaultGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Constructs a geographic CRS from a set of properties.DefaultGeographicCRS(String name, GeodeticDatum datum, EllipsoidalCS cs)Constructs a geographic CRS from a name.DefaultGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Constructs a geographic CRS from a set of properties.DefaultGeographicCRS(GeodeticDatum datum, EllipsoidalCS cs)Constructs a geographic CRS with the same properties than the given datum. -
Uses of GeodeticDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement GeodeticDatum Modifier and Type Class Description classDefaultGeodeticDatumDefines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.Fields in org.geotools.referencing.datum declared as GeodeticDatum Modifier and Type Field Description GeodeticDatumBursaWolfParameters. targetDatumThe target datum for this parameters.Methods in org.geotools.referencing.datum with parameters of type GeodeticDatum Modifier and Type Method Description static MatrixDefaultGeodeticDatum. getAffineTransform(GeodeticDatum source, GeodeticDatum target)Returns a matrix that can be used to define a transformation to the specified datum.BursaWolfParametersDefaultGeodeticDatum. getBursaWolfParameters(GeodeticDatum target)Returns Bursa Wolf parameters for a datum shift toward the specified target, ornullif none.Constructors in org.geotools.referencing.datum with parameters of type GeodeticDatum Constructor Description BursaWolfParameters(GeodeticDatum target)Constructs a transformation info with all parameters set to 0.DefaultGeodeticDatum(GeodeticDatum datum)Constructs a new datum with the same values than the specified one. -
Uses of GeodeticDatum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return GeodeticDatum Modifier and Type Method Description GeodeticDatumAbstractAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumAbstractAuthorityMediator. createGeodeticDatum(String code)GeodeticDatumAbstractCachedAuthorityFactory. createGeodeticDatum(String code)GeodeticDatumAuthorityFactoryAdapter. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumBufferedAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumCachedAuthorityDecorator. createGeodeticDatum(String code)GeodeticDatumDatumAliases. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatumFallbackAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.GeodeticDatumReferencingObjectFactory. createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)Creates geodetic datum from ellipsoid and (optionaly) Bursa-Wolf parameters.GeodeticDatumThreadedAuthorityFactory. createGeodeticDatum(String code)Returns a geodetic datum from a code.Methods in org.geotools.referencing.factory with parameters of type GeodeticDatum Modifier and Type Method Description GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a cartesian coordinate system.GeocentricCRSReferencingObjectFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.GeographicCRSReferencingObjectFactory. createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)Creates a geographic coordinate reference system. -
Uses of GeodeticDatum in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder with parameters of type GeodeticDatum Modifier and Type Method Description BursaWolfParametersBursaWolfTransformBuilder. getBursaWolfParameters(GeodeticDatum Datum)Returns Bursa Wolf Transformation parameters.voidBursaWolfTransformBuilder. setTargetGeodeticDatum(GeodeticDatum gd)
-