Uses of Class
net.opengis.gml.SignType.Enum
-
Packages that use SignType.Enum Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SignType.Enum in net.opengis.gml
Fields in net.opengis.gml declared as SignType.Enum Modifier and Type Field Description static SignType.EnumDegreesType.Direction.Member2. Xstatic SignType.EnumSignType. Xstatic SignType.EnumDegreesType.Direction.Member2. X_2static SignType.EnumSignType. X_2Methods in net.opengis.gml 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 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.impl
Methods in net.opengis.gml.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.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
-