Uses of Class
net.opengis.gml.x32.DegreesType.Direction.Enum
-
Packages that use DegreesType.Direction.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DegreesType.Direction.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 declared as DegreesType.Direction.Enum Modifier and Type Field Description static DegreesType.Direction.EnumDegreesType.Direction. Estatic DegreesType.Direction.EnumDegreesType.Direction. Nstatic DegreesType.Direction.EnumDegreesType.Direction. Sstatic DegreesType.Direction.EnumDegreesType.Direction. Wstatic DegreesType.Direction.EnumDegreesType.Direction. Xstatic DegreesType.Direction.EnumDegreesType.Direction. X_2Methods in net.opengis.gml.x32 that return DegreesType.Direction.Enum Modifier and Type Method Description static DegreesType.Direction.EnumDegreesType.Direction.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static DegreesType.Direction.EnumDegreesType.Direction.Enum. forString(String s)Returns the enum value for a string, or null if none.DegreesType.Direction.EnumDegreesType. getDirection()Gets the "direction" attributeMethods in net.opengis.gml.x32 with parameters of type DegreesType.Direction.Enum Modifier and Type Method Description voidDegreesType. setDirection(DegreesType.Direction.Enum direction)Sets the "direction" attribute -
Uses of DegreesType.Direction.Enum in net.opengis.gml.x32.impl
Methods in net.opengis.gml.x32.impl that return DegreesType.Direction.Enum Modifier and Type Method Description DegreesType.Direction.EnumDegreesTypeImpl. getDirection()Gets the "direction" attributeMethods in net.opengis.gml.x32.impl with parameters of type DegreesType.Direction.Enum Modifier and Type Method Description voidDegreesTypeImpl. setDirection(DegreesType.Direction.Enum direction)Sets the "direction" attribute
-