Uses of Class
org.apache.sis.io.wkt.VerticalInfo
Packages that use VerticalInfo
-
Uses of VerticalInfo in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as VerticalInfoModifier and TypeFieldDescriptionprivate VerticalInfo
VerticalInfo.next
The next instance to resolve.private VerticalInfo
GeodeticObjectParser.verticalElements
A chained list of temporary information needed for completing the construction ofDefaultVerticalExtent
instances.Methods in org.apache.sis.io.wkt that return VerticalInfoModifier and TypeMethodDescription(package private) final VerticalInfo
VerticalInfo.complete
(org.opengis.referencing.crs.CRSFactory crsFactory, org.opengis.referencing.cs.CSFactory csFactory) Completes the extent with a new CRS using the units specified at construction time.(package private) final VerticalInfo
VerticalInfo.resolve
(org.opengis.referencing.crs.VerticalCRS crs) If the pendingDefaultVerticalExtent
can use the given CRS, completes the extent now.private VerticalInfo
VerticalInfo.resolve
(org.opengis.referencing.crs.VerticalCRS crs, org.opengis.referencing.cs.CoordinateSystemAxis axis) Implementation ofresolve(VerticalCRS, CoordinateSystemAxis)
to be invoked recursively, after we checked the datum type and fetched the axis once for all.Constructors in org.apache.sis.io.wkt with parameters of type VerticalInfoModifierConstructorDescription(package private)
VerticalInfo
(VerticalInfo next, DefaultExtent extents, double minimum, double maximum, javax.measure.Unit<javax.measure.quantity.Length> unit) Adds to the chained list a newDefaultVerticalExtent
instance pending completion.