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