Uses of Class
org.apache.sis.referencing.datum.DefaultParametricDatum
Packages that use DefaultParametricDatum
Package
Description
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Relationship of a
CoordinateSystem
(an abstract mathematical entity) to the earth or other system.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 DefaultParametricDatumConstructors in org.apache.sis.referencing.crs with parameters of type DefaultParametricDatumModifierConstructorDescriptionDefaultParametricCRS
(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 DefaultParametricDatumModifierConstructorDescriptionprotected
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 DefaultParametricDatumModifier and TypeMethodDescriptionGeodeticAuthorityFactory.createParametricDatum
(String code) Creates a datum defining the origin of a parametric coordinate reference system.GeodeticObjectFactory.createParametricDatum
(Map<String, ?> properties) Creates a parametric datum.Methods in org.apache.sis.referencing.factory with parameters of type DefaultParametricDatumModifier and TypeMethodDescriptionGeodeticObjectFactory.createParametricCRS
(Map<String, ?> properties, DefaultParametricDatum datum, DefaultParametricCS cs) Creates a parametric coordinate reference system.