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. VALUES
A public read-only list of all the 'Sign Type' enumerators.Methods in net.opengis.gml311 that return SignType Modifier and Type Method Description static SignType
SignType. get(int value)
Returns the 'Sign Type' literal with the specified integer value.static SignType
SignType. get(String literal)
Returns the 'Sign Type' literal with the specified literal value.static SignType
SignType. getByName(String name)
Returns the 'Sign Type' literal with the specified name.SignType
DirectedEdgePropertyType. getOrientation()
Returns the value of the 'Orientation' attribute.SignType
DirectedFacePropertyType. getOrientation()
Returns the value of the 'Orientation' attribute.SignType
DirectedNodePropertyType. getOrientation()
Returns the value of the 'Orientation' attribute.SignType
DirectedTopoSolidPropertyType. getOrientation()
Returns the value of the 'Orientation' attribute.SignType
OrientableCurveType. getOrientation()
Returns the value of the 'Orientation' attribute.SignType
OrientableSurfaceType. getOrientation()
Returns the value of the 'Orientation' attribute.static SignType
SignType. 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 void
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 SignType Modifier and Type Field Description protected 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 SignType
DirectedEdgePropertyTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static SignType
DirectedFacePropertyTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static SignType
DirectedNodePropertyTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static SignType
DirectedTopoSolidPropertyTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static SignType
OrientableCurveTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.protected static SignType
OrientableSurfaceTypeImpl. ORIENTATION_EDEFAULT
The default value of the 'Orientation
' attribute.Methods in net.opengis.gml311.impl that return SignType Modifier and Type Method Description SignType
Gml311FactoryImpl. createDirectionTypeMember1FromString(EDataType eDataType, String initialValue)
SignType
Gml311FactoryImpl. createSignTypeFromString(EDataType eDataType, String initialValue)
SignType
Gml311FactoryImpl. createSignTypeObjectFromString(EDataType eDataType, String initialValue)
SignType
DirectedEdgePropertyTypeImpl. getOrientation()
SignType
DirectedFacePropertyTypeImpl. getOrientation()
SignType
DirectedNodePropertyTypeImpl. getOrientation()
SignType
DirectedTopoSolidPropertyTypeImpl. getOrientation()
SignType
OrientableCurveTypeImpl. getOrientation()
SignType
OrientableSurfaceTypeImpl. getOrientation()
Methods in net.opengis.gml311.impl with parameters of type SignType Modifier and Type Method Description void
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 SignType Modifier and Type Method Description boolean
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)
-