Uses of Interface
org.opengis.referencing.datum.EngineeringDatum
Packages that use EngineeringDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of EngineeringDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringDatumModifier and TypeMethodDescriptionEngineeringCRS.getDatum()
Returns the datum, which must be an engineering one.Methods in org.opengis.referencing.crs with parameters of type EngineeringDatumModifier and TypeMethodDescriptionCRSFactory.createEngineeringCRS
(Map<String, ?> properties, EngineeringDatum datum, CoordinateSystem cs) Creates a engineering coordinate reference system. -
Uses of EngineeringDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return EngineeringDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createEngineeringDatum
(String code) Creates a engineering datum from a code.DatumFactory.createEngineeringDatum
(Map<String, ?> properties) Creates an engineering datum. -
Uses of EngineeringDatum in org.opengis.test
Methods in org.opengis.test with parameters of type EngineeringDatumModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(EngineeringDatum object) Tests the conformance of the given object.static void
Validators.validate
(EngineeringDatum object) Tests the conformance of the given object. -
Uses of EngineeringDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type EngineeringDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(EngineeringDatum object) Validates the given datum.