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 RealizationMethodRealizationMethod.GEOIDRealization is through a geoid height model or a height correction model.static final RealizationMethodRealizationMethod.LEVELLINGRealization is by adjustment of a levelling network fixed to one or more tide gauges.static final RealizationMethodRealizationMethod.TIDALRealization 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 RealizationMethodReturns the realization method that matches the given string, or returns a new one if none match it.static RealizationMethod[]RealizationMethod.values()Returns the list ofRealizationMethods.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 VerticalDatumDatumFactory.createVerticalDatum(Map<String, ?> properties, RealizationMethod method) Creates a vertical datum from an enumerated type value.