Uses of Class
org.apache.sis.referencing.datum.DefaultParametricDatum
Packages that use DefaultParametricDatum
Package
Description
JAXB adapters for referencing.
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.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultParametricDatumModifier and TypeMethodDescriptionCD_ParametricDatum.getElement()
Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:ParametricDatum>
XML element.Methods in org.apache.sis.internal.jaxb.referencing that return types with arguments of type DefaultParametricDatumModifier and TypeMethodDescriptionprotected Class<DefaultParametricDatum>
CD_ParametricDatum.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParametricDatumModifier and TypeMethodDescriptionvoid
CD_ParametricDatum.setElement
(DefaultParametricDatum datum) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected CD_ParametricDatum
CD_ParametricDatum.wrap
(DefaultParametricDatum datum) Invoked byPropertyType
at marshalling time for wrapping the given value in a<gml:ParametricDatum>
XML element.Constructors in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultParametricDatumModifierConstructorDescriptionprivate
Constructor for theCD_ParametricDatum.wrap(org.apache.sis.referencing.datum.DefaultParametricDatum)
method only. -
Uses of DefaultParametricDatum in org.apache.sis.referencing.crs
Fields in org.apache.sis.referencing.crs declared as DefaultParametricDatumModifier and TypeFieldDescriptionprivate DefaultParametricDatum
DefaultParametricCRS.datum
The datum.Methods in org.apache.sis.referencing.crs that return DefaultParametricDatumModifier and TypeMethodDescriptionDefaultDerivedCRS.Parametric.getDatum()
Returns the datum of the base parametric CRS.DefaultParametricCRS.getDatum()
Returns the datum.Methods in org.apache.sis.referencing.crs with parameters of type DefaultParametricDatumModifier and TypeMethodDescriptionprivate void
DefaultParametricCRS.setDatum
(DefaultParametricDatum value) Invoked by JAXB at unmarshalling time.Constructors 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.