Uses of Class
net.opengis.gml.x32.SignType.Enum
-
Packages that use SignType.Enum Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SignType.Enum in net.opengis.gml.x32
Fields in net.opengis.gml.x32 declared as SignType.Enum Modifier and Type Field Description static SignType.EnumSignType. Xstatic SignType.EnumSignType. X_2Methods in net.opengis.gml.x32 that return SignType.Enum Modifier and Type Method Description static SignType.EnumSignType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SignType.EnumSignType.Enum. forString(String s)Returns the enum value for a string, or null if none.SignType.EnumDirectedEdgePropertyType. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedFacePropertyType. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedNodePropertyType. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedTopoSolidPropertyType. getOrientation()Gets the "orientation" attributeSignType.EnumOrientableCurveType. getOrientation()Gets the "orientation" attributeSignType.EnumOrientableSurfaceType. getOrientation()Gets the "orientation" attributeMethods in net.opengis.gml.x32 with parameters of type SignType.Enum Modifier and Type Method Description voidDirectedEdgePropertyType. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedFacePropertyType. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedNodePropertyType. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedTopoSolidPropertyType. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidOrientableCurveType. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidOrientableSurfaceType. setOrientation(SignType.Enum orientation)Sets the "orientation" attribute -
Uses of SignType.Enum in net.opengis.gml.x32.impl
Methods in net.opengis.gml.x32.impl that return SignType.Enum Modifier and Type Method Description SignType.EnumDirectedEdgePropertyTypeImpl. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedFacePropertyTypeImpl. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedNodePropertyTypeImpl. getOrientation()Gets the "orientation" attributeSignType.EnumDirectedTopoSolidPropertyTypeImpl. getOrientation()Gets the "orientation" attributeSignType.EnumOrientableCurveTypeImpl. getOrientation()Gets the "orientation" attributeSignType.EnumOrientableSurfaceTypeImpl. getOrientation()Gets the "orientation" attributeMethods in net.opengis.gml.x32.impl with parameters of type SignType.Enum Modifier and Type Method Description voidDirectedEdgePropertyTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedFacePropertyTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedNodePropertyTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidDirectedTopoSolidPropertyTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidOrientableCurveTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attributevoidOrientableSurfaceTypeImpl. setOrientation(SignType.Enum orientation)Sets the "orientation" attribute
-