Uses of Class
net.opengis.gml.x33.lro.VerticalOffsetDirectionType.Enum
-
Packages that use VerticalOffsetDirectionType.Enum Package Description net.opengis.gml.x33.lro net.opengis.gml.x33.lro.impl -
-
Uses of VerticalOffsetDirectionType.Enum in net.opengis.gml.x33.lro
Fields in net.opengis.gml.x33.lro declared as VerticalOffsetDirectionType.Enum Modifier and Type Field Description static VerticalOffsetDirectionType.EnumVerticalOffsetDirectionType. DOWNstatic VerticalOffsetDirectionType.EnumVerticalOffsetDirectionType. UPMethods in net.opengis.gml.x33.lro that return VerticalOffsetDirectionType.Enum Modifier and Type Method Description static VerticalOffsetDirectionType.EnumVerticalOffsetDirectionType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static VerticalOffsetDirectionType.EnumVerticalOffsetDirectionType.Enum. forString(String s)Returns the enum value for a string, or null if none.VerticalOffsetDirectionType.EnumLRMWithOffsetType. getPositiveVerticalOffsetDirection()Gets the "positiveVerticalOffsetDirection" elementMethods in net.opengis.gml.x33.lro with parameters of type VerticalOffsetDirectionType.Enum Modifier and Type Method Description voidLRMWithOffsetType. setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType.Enum positiveVerticalOffsetDirection)Sets the "positiveVerticalOffsetDirection" element -
Uses of VerticalOffsetDirectionType.Enum in net.opengis.gml.x33.lro.impl
Methods in net.opengis.gml.x33.lro.impl that return VerticalOffsetDirectionType.Enum Modifier and Type Method Description VerticalOffsetDirectionType.EnumLRMWithOffsetTypeImpl. getPositiveVerticalOffsetDirection()Gets the "positiveVerticalOffsetDirection" elementMethods in net.opengis.gml.x33.lro.impl with parameters of type VerticalOffsetDirectionType.Enum Modifier and Type Method Description voidLRMWithOffsetTypeImpl. setPositiveVerticalOffsetDirection(VerticalOffsetDirectionType.Enum positiveVerticalOffsetDirection)Sets the "positiveVerticalOffsetDirection" element
-