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.VALUES
A public read-only list of all the 'Sign Type' enumerators.Methods in net.opengis.gml311 that return SignTypeModifier and TypeMethodDescriptionstatic SignType
SignType.get
(int value) Returns the 'Sign Type' literal with the specified integer value.static SignType
Returns the 'Sign Type' literal with the specified literal value.static SignType
Returns 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 SignType
Returns 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 TypeMethodDescriptionvoid
DirectedEdgePropertyType.setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
DirectedFacePropertyType.setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
DirectedNodePropertyType.setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
DirectedTopoSolidPropertyType.setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
OrientableCurveType.setOrientation
(SignType value) Sets the value of the 'Orientation
' attribute.void
OrientableSurfaceType.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 SignType
DirectedEdgePropertyTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected SignType
DirectedFacePropertyTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected SignType
DirectedNodePropertyTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected SignType
DirectedTopoSolidPropertyTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected SignType
OrientableCurveTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected SignType
OrientableSurfaceTypeImpl.orientation
The cached value of the 'Orientation
' attribute.protected static final SignType
DirectedEdgePropertyTypeImpl.ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static final SignType
DirectedFacePropertyTypeImpl.ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static final SignType
DirectedNodePropertyTypeImpl.ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static final SignType
DirectedTopoSolidPropertyTypeImpl.ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static final SignType
OrientableCurveTypeImpl.ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static final SignType
OrientableSurfaceTypeImpl.ORIENTATION_EDEFAULT
The 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 TypeMethodDescriptionvoid
DirectedEdgePropertyTypeImpl.setOrientation
(SignType newOrientation) void
DirectedFacePropertyTypeImpl.setOrientation
(SignType newOrientation) void
DirectedNodePropertyTypeImpl.setOrientation
(SignType newOrientation) void
DirectedTopoSolidPropertyTypeImpl.setOrientation
(SignType newOrientation) void
OrientableCurveTypeImpl.setOrientation
(SignType newOrientation) void
OrientableSurfaceTypeImpl.setOrientation
(SignType newOrientation) -
Uses of SignType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SignTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateDirectionTypeMember1
(SignType directionTypeMember1, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateSignType
(SignType signType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateSignTypeObject
(SignType signTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)