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 VerticalInfoVerticalInfo.nextThe next instance to resolve.private VerticalInfoGeodeticObjectParser.verticalElementsA chained list of temporary information needed for completing the construction ofDefaultVerticalExtentinstances.Methods in org.apache.sis.io.wkt that return VerticalInfoModifier and TypeMethodDescription(package private) final VerticalInfoVerticalInfo.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 VerticalInfoVerticalInfo.resolve(org.opengis.referencing.crs.VerticalCRS crs) If the pendingDefaultVerticalExtentcan use the given CRS, completes the extent now.private VerticalInfoVerticalInfo.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 newDefaultVerticalExtentinstance pending completion.