Uses of Class
org.apache.sis.referencing.datum.DefaultParametricDatum
-
Packages that use DefaultParametricDatum Package Description org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.org.apache.sis.referencing.datum Relationship of aCoordinateSystem
(an abstract mathematical entity) to the earth or other system.org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes. -
-
Uses of DefaultParametricDatum in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultParametricDatum Modifier and Type Method Description DefaultParametricDatum
DefaultParametricCRS. getDatum()
Returns the datum.Constructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricDatum Constructor Description DefaultParametricCRS(Map<String,?> properties, DefaultParametricDatum datum, DefaultParametricCS cs)
Creates a coordinate reference system from the given properties, datum and coordinate system. -
Uses of DefaultParametricDatum in org.apache.sis.referencing.datum
Constructors in org.apache.sis.referencing.datum with parameters of type DefaultParametricDatum Constructor Description DefaultParametricDatum(DefaultParametricDatum datum)
Creates a new datum with the same values than the specified one. -
Uses of DefaultParametricDatum in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return DefaultParametricDatum Modifier and Type Method Description DefaultParametricDatum
GeodeticAuthorityFactory. createParametricDatum(String code)
Creates a datum defining the origin of a parametric coordinate reference system.DefaultParametricDatum
GeodeticObjectFactory. createParametricDatum(Map<String,?> properties)
Creates a parametric datum.Methods in org.apache.sis.referencing.factory with parameters of type DefaultParametricDatum Modifier and Type Method Description DefaultParametricCRS
GeodeticObjectFactory. createParametricCRS(Map<String,?> properties, DefaultParametricDatum datum, DefaultParametricCS cs)
Creates a parametric coordinate reference system.
-