Uses of Enum Class
net.opengis.gml311.CompassPointEnumeration
Packages that use CompassPointEnumeration
-
Uses of CompassPointEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type CompassPointEnumerationModifier and TypeFieldDescriptionstatic final List<CompassPointEnumeration>
CompassPointEnumeration.VALUES
A public read-only list of all the 'Compass Point Enumeration' enumerators.Methods in net.opengis.gml311 that return CompassPointEnumerationModifier and TypeMethodDescriptionstatic CompassPointEnumeration
CompassPointEnumeration.get
(int value) Returns the 'Compass Point Enumeration' literal with the specified integer value.static CompassPointEnumeration
Returns the 'Compass Point Enumeration' literal with the specified literal value.static CompassPointEnumeration
Returns the 'Compass Point Enumeration' literal with the specified name.DirectionPropertyType.getCompassPoint()
Returns the value of the 'Compass Point' attribute.DocumentRoot.getCompassPoint()
Returns the value of the 'Compass Point' attribute.static CompassPointEnumeration
Returns the enum constant of this class with the specified name.static CompassPointEnumeration[]
CompassPointEnumeration.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 CompassPointEnumerationModifier and TypeMethodDescriptionvoid
DirectionPropertyType.setCompassPoint
(CompassPointEnumeration value) Sets the value of the 'Compass Point
' attribute.void
DocumentRoot.setCompassPoint
(CompassPointEnumeration value) Sets the value of the 'Compass Point
' attribute. -
Uses of CompassPointEnumeration in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as CompassPointEnumerationModifier and TypeFieldDescriptionprotected static final CompassPointEnumeration
DirectionPropertyTypeImpl.COMPASS_POINT_EDEFAULT
The default value of the 'Compass Point
' attribute.protected static final CompassPointEnumeration
DocumentRootImpl.COMPASS_POINT_EDEFAULT
The default value of the 'Compass Point
' attribute.protected CompassPointEnumeration
DirectionPropertyTypeImpl.compassPoint
The cached value of the 'Compass Point
' attribute.Methods in net.opengis.gml311.impl that return CompassPointEnumerationModifier and TypeMethodDescriptionGml311FactoryImpl.createCompassPointEnumerationFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createCompassPointEnumerationObjectFromString
(EDataType eDataType, String initialValue) DirectionPropertyTypeImpl.getCompassPoint()
DocumentRootImpl.getCompassPoint()
Methods in net.opengis.gml311.impl with parameters of type CompassPointEnumerationModifier and TypeMethodDescriptionvoid
DirectionPropertyTypeImpl.setCompassPoint
(CompassPointEnumeration newCompassPoint) void
DocumentRootImpl.setCompassPoint
(CompassPointEnumeration newCompassPoint) -
Uses of CompassPointEnumeration in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CompassPointEnumerationModifier and TypeMethodDescriptionboolean
Gml311Validator.validateCompassPointEnumeration
(CompassPointEnumeration compassPointEnumeration, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateCompassPointEnumerationObject
(CompassPointEnumeration compassPointEnumerationObject, DiagnosticChain diagnostics, Map<Object, Object> context)