Uses of Class
org.opengis.referencing.datum.RealizationMethod
Packages that use RealizationMethod
Package
Description
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
-
Uses of RealizationMethod in org.opengis.referencing.datum
Fields in org.opengis.referencing.datum declared as RealizationMethodModifier and TypeFieldDescriptionstatic final RealizationMethod
RealizationMethod.GEOID
Realization is through a geoid height model or a height correction model.static final RealizationMethod
RealizationMethod.LEVELLING
Realization is by adjustment of a levelling network fixed to one or more tide gauges.static final RealizationMethod
RealizationMethod.TIDAL
Realization is through a tidal model or by tidal predictions.Methods in org.opengis.referencing.datum that return RealizationMethodModifier and TypeMethodDescriptionRealizationMethod.family()
Returns the list of codes of the same kind as this code list element.static RealizationMethod
Returns the realization method that matches the given string, or returns a new one if none match it.static RealizationMethod[]
RealizationMethod.values()
Returns the list ofRealizationMethod
s.Methods in org.opengis.referencing.datum that return types with arguments of type RealizationMethodModifier and TypeMethodDescriptiondefault Optional
<RealizationMethod> VerticalDatum.getRealizationMethod()
Returns the method through which this vertical reference frame is realized.Methods in org.opengis.referencing.datum with parameters of type RealizationMethodModifier and TypeMethodDescriptiondefault VerticalDatum
DatumFactory.createVerticalDatum
(Map<String, ?> properties, RealizationMethod method) Creates a vertical datum from an enumerated type value.