Uses of Interface
org.geotools.api.referencing.datum.VerticalDatum
Packages that use VerticalDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate reference systems implementation.
Datum implementation.
Base classes for factories and
authority factories.
-
Uses of VerticalDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return VerticalDatumModifier and TypeMethodDescriptionVerticalCRS.getDatum()
Returns the datum, which must be vertical.Methods in org.geotools.api.referencing.crs with parameters of type VerticalDatumModifier and TypeMethodDescriptionCRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system. -
Uses of VerticalDatum in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return VerticalDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code.DatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value. -
Uses of VerticalDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return VerticalDatumConstructors in org.geotools.referencing.crs with parameters of type VerticalDatumModifierConstructorDescriptionDefaultVerticalCRS
(String name, VerticalDatum datum, VerticalCS cs) Constructs a vertical CRS from a name.DefaultVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Constructs a vertical CRS from a set of properties.DefaultVerticalCRS
(VerticalDatum datum, VerticalCS cs) Constructs a vertical CRS with the same properties than the given datum. -
Uses of VerticalDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement VerticalDatumModifier and TypeClassDescriptionclass
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.Constructors in org.geotools.referencing.datum with parameters of type VerticalDatumModifierConstructorDescriptionConstructs a new datum with the same values than the specified one. -
Uses of VerticalDatum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return VerticalDatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code.AbstractAuthorityMediator.createVerticalDatum
(String code) AbstractCachedAuthorityFactory.createVerticalDatum
(String code) AuthorityFactoryAdapter.createVerticalDatum
(String code) Creates a vertical datum from a code.BufferedAuthorityFactory.createVerticalDatum
(String code) Returns a vertical datum from a code.CachedAuthorityDecorator.createVerticalDatum
(String code) DatumAliases.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.FallbackAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code.ReferencingObjectFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.ThreadedAuthorityFactory.createVerticalDatum
(String code) Returns a vertical datum from a code.Methods in org.geotools.referencing.factory with parameters of type VerticalDatumModifier and TypeMethodDescriptionReferencingObjectFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system.