Uses of Class
net.opengis.gml311.SignType
-
Packages that use SignType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SignType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SignType Modifier and Type Field Description static List<SignType>SignType. VALUESA public read-only list of all the 'Sign Type' enumerators.Methods in net.opengis.gml311 that return SignType Modifier and Type Method Description static SignTypeSignType. get(int value)Returns the 'Sign Type' literal with the specified integer value.static SignTypeSignType. get(String literal)Returns the 'Sign Type' literal with the specified literal value.static SignTypeSignType. getByName(String name)Returns the 'Sign Type' literal with the specified name.SignTypeDirectedEdgePropertyType. getOrientation()Returns the value of the 'Orientation' attribute.SignTypeDirectedFacePropertyType. getOrientation()Returns the value of the 'Orientation' attribute.SignTypeDirectedNodePropertyType. getOrientation()Returns the value of the 'Orientation' attribute.SignTypeDirectedTopoSolidPropertyType. getOrientation()Returns the value of the 'Orientation' attribute.SignTypeOrientableCurveType. getOrientation()Returns the value of the 'Orientation' attribute.SignTypeOrientableSurfaceType. getOrientation()Returns the value of the 'Orientation' attribute.static SignTypeSignType. valueOf(String name)Returns the enum constant of this type with the specified name.static SignType[]SignType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 with parameters of type SignType Modifier and Type Method Description voidDirectedEdgePropertyType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute.voidDirectedFacePropertyType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute.voidDirectedNodePropertyType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute.voidDirectedTopoSolidPropertyType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute.voidOrientableCurveType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute.voidOrientableSurfaceType. setOrientation(SignType value)Sets the value of the 'Orientation' attribute. -
Uses of SignType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as SignType Modifier and Type Field Description protected SignTypeDirectedEdgePropertyTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected SignTypeDirectedFacePropertyTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected SignTypeDirectedNodePropertyTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected SignTypeDirectedTopoSolidPropertyTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected SignTypeOrientableCurveTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected SignTypeOrientableSurfaceTypeImpl. orientationThe cached value of the 'Orientation' attribute.protected static SignTypeDirectedEdgePropertyTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static SignTypeDirectedFacePropertyTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static SignTypeDirectedNodePropertyTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static SignTypeDirectedTopoSolidPropertyTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static SignTypeOrientableCurveTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static SignTypeOrientableSurfaceTypeImpl. ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.Methods in net.opengis.gml311.impl that return SignType Modifier and Type Method Description SignTypeGml311FactoryImpl. createDirectionTypeMember1FromString(EDataType eDataType, String initialValue)SignTypeGml311FactoryImpl. createSignTypeFromString(EDataType eDataType, String initialValue)SignTypeGml311FactoryImpl. createSignTypeObjectFromString(EDataType eDataType, String initialValue)SignTypeDirectedEdgePropertyTypeImpl. getOrientation()SignTypeDirectedFacePropertyTypeImpl. getOrientation()SignTypeDirectedNodePropertyTypeImpl. getOrientation()SignTypeDirectedTopoSolidPropertyTypeImpl. getOrientation()SignTypeOrientableCurveTypeImpl. getOrientation()SignTypeOrientableSurfaceTypeImpl. getOrientation()Methods in net.opengis.gml311.impl with parameters of type SignType Modifier and Type Method Description voidDirectedEdgePropertyTypeImpl. setOrientation(SignType newOrientation)voidDirectedFacePropertyTypeImpl. setOrientation(SignType newOrientation)voidDirectedNodePropertyTypeImpl. setOrientation(SignType newOrientation)voidDirectedTopoSolidPropertyTypeImpl. setOrientation(SignType newOrientation)voidOrientableCurveTypeImpl. setOrientation(SignType newOrientation)voidOrientableSurfaceTypeImpl. setOrientation(SignType newOrientation) -
Uses of SignType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SignType Modifier and Type Method Description booleanGml311Validator. validateDirectionTypeMember1(SignType directionTypeMember1, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSignType(SignType signType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateSignTypeObject(SignType signTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-