Uses of Interface
org.opengis.referencing.datum.VerticalDatum
Packages that use VerticalDatum
Package
Description
Reference systems by coordinates.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of VerticalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalDatumModifier and TypeMethodDescriptionVerticalCRS.getDatum()Returns the reference frame, which shall be vertical.Methods in org.opengis.referencing.crs that return types with arguments of type VerticalDatumModifier and TypeMethodDescriptiondefault DatumEnsemble<VerticalDatum> VerticalCRS.getDatumEnsemble()Returns the datum ensemble, which shall have vertical datum members.Methods in org.opengis.referencing.crs with parameters of type VerticalDatumModifier and TypeMethodDescriptiondefault VerticalCRSCRSFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRSCRSFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, DatumEnsemble<VerticalDatum> datumEnsemble, VerticalCS cs) Creates a vertical CRS from a reference frame or datum ensemble.Method parameters in org.opengis.referencing.crs with type arguments of type VerticalDatumModifier and TypeMethodDescriptiondefault VerticalCRSCRSFactory.createVerticalCRS(Map<String, ?> properties, VerticalDatum datum, DatumEnsemble<VerticalDatum> datumEnsemble, VerticalCS cs) Creates a vertical CRS from a reference frame or datum ensemble. -
Uses of VerticalDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return VerticalDatumModifier and TypeMethodDescriptiondefault VerticalDatumDatumAuthorityFactory.createVerticalDatum(String code) Returns a vertical datum from a code.default VerticalDatumDatumFactory.createVerticalDatum(Map<String, ?> properties, RealizationMethod method) Creates a vertical datum from an enumerated type value.default VerticalDatumDatumFactory.createVerticalDatum(Map<String, ?> properties, VerticalDatumType type) Deprecated. -
Uses of VerticalDatum in org.opengis.test
Methods in org.opengis.test with parameters of type VerticalDatumModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(VerticalDatum object) Tests the conformance of the given object.static voidValidators.validate(VerticalDatum object) Tests the conformance of the given object. -
Uses of VerticalDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return VerticalDatumModifier and TypeMethodDescriptionPseudoEpsgFactory.createVerticalDatum(String code) The default implementation throwsNoSuchAuthorityCodeExceptionunconditionally.Methods in org.opengis.test.referencing with parameters of type VerticalDatumModifier and TypeMethodDescriptionvoidDatumValidator.validate(VerticalDatum object) Validates the given datum.
DatumFactory.createVerticalDatum(Map, RealizationMethod).