Uses of Interface
org.opengis.referencing.datum.EngineeringDatum
-
Packages that use EngineeringDatum Package Description org.opengis.referencing.crs org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of EngineeringDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return EngineeringDatum Modifier and Type Method Description EngineeringDatumEngineeringCRS. getDatum()Returns the datum, which must be an engineering one.Methods in org.opengis.referencing.crs with parameters of type EngineeringDatum Modifier and Type Method Description EngineeringCRSCRSFactory. createEngineeringCRS(java.util.Map<java.lang.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 EngineeringDatum Modifier and Type Method Description EngineeringDatumDatumAuthorityFactory. createEngineeringDatum(java.lang.String code)Creates a engineering datum from a code.EngineeringDatumDatumFactory. createEngineeringDatum(java.util.Map<java.lang.String,?> properties)Creates an engineering datum. -
Uses of EngineeringDatum in org.opengis.test
Methods in org.opengis.test with parameters of type EngineeringDatum Modifier and Type Method Description voidValidatorContainer. validate(EngineeringDatum object)Tests the conformance of the given object.static voidValidators. 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 EngineeringDatum Modifier and Type Method Description voidDatumValidator. validate(EngineeringDatum object)Validates the given datum.
-