Uses of Enum Class
net.opengis.gml311.SignType
Packages that use SignType
-
Uses of SignType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type SignTypeModifier and TypeFieldDescriptionSignType.VALUESA public read-only list of all the 'Sign Type' enumerators.Methods in net.opengis.gml311 that return SignTypeModifier and TypeMethodDescriptionstatic SignTypeSignType.get(int value) Returns the 'Sign Type' literal with the specified integer value.static SignTypeReturns the 'Sign Type' literal with the specified literal value.static SignTypeReturns the 'Sign Type' literal with the specified name.DirectedEdgePropertyType.getOrientation()Returns the value of the 'Orientation' attribute.DirectedFacePropertyType.getOrientation()Returns the value of the 'Orientation' attribute.DirectedNodePropertyType.getOrientation()Returns the value of the 'Orientation' attribute.DirectedTopoSolidPropertyType.getOrientation()Returns the value of the 'Orientation' attribute.OrientableCurveType.getOrientation()Returns the value of the 'Orientation' attribute.OrientableSurfaceType.getOrientation()Returns the value of the 'Orientation' attribute.static SignTypeReturns the enum constant of this class with the specified name.static SignType[]SignType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type SignTypeModifier and TypeMethodDescriptionvoidDirectedEdgePropertyType.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 SignTypeModifier and TypeFieldDescriptionprotected 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 final SignTypeDirectedEdgePropertyTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static final SignTypeDirectedFacePropertyTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static final SignTypeDirectedNodePropertyTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static final SignTypeDirectedTopoSolidPropertyTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static final SignTypeOrientableCurveTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.protected static final SignTypeOrientableSurfaceTypeImpl.ORIENTATION_EDEFAULTThe default value of the 'Orientation' attribute.Methods in net.opengis.gml311.impl that return SignTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectionTypeMember1FromString(EDataType eDataType, String initialValue) Gml311FactoryImpl.createSignTypeFromString(EDataType eDataType, String initialValue) Gml311FactoryImpl.createSignTypeObjectFromString(EDataType eDataType, String initialValue) DirectedEdgePropertyTypeImpl.getOrientation()DirectedFacePropertyTypeImpl.getOrientation()DirectedNodePropertyTypeImpl.getOrientation()DirectedTopoSolidPropertyTypeImpl.getOrientation()OrientableCurveTypeImpl.getOrientation()OrientableSurfaceTypeImpl.getOrientation()Methods in net.opengis.gml311.impl with parameters of type SignTypeModifier and TypeMethodDescriptionvoidDirectedEdgePropertyTypeImpl.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 SignTypeModifier and TypeMethodDescriptionbooleanGml311Validator.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)