Uses of Class
net.opengis.gml311.CompassPointEnumeration
-
Packages that use CompassPointEnumeration Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CompassPointEnumeration in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type CompassPointEnumeration Modifier and Type Field Description static List<CompassPointEnumeration>
CompassPointEnumeration. VALUES
A public read-only list of all the 'Compass Point Enumeration' enumerators.Methods in net.opengis.gml311 that return CompassPointEnumeration Modifier and Type Method Description static CompassPointEnumeration
CompassPointEnumeration. get(int value)
Returns the 'Compass Point Enumeration' literal with the specified integer value.static CompassPointEnumeration
CompassPointEnumeration. get(String literal)
Returns the 'Compass Point Enumeration' literal with the specified literal value.static CompassPointEnumeration
CompassPointEnumeration. getByName(String name)
Returns the 'Compass Point Enumeration' literal with the specified name.CompassPointEnumeration
DirectionPropertyType. getCompassPoint()
Returns the value of the 'Compass Point' attribute.CompassPointEnumeration
DocumentRoot. getCompassPoint()
Returns the value of the 'Compass Point' attribute.static CompassPointEnumeration
CompassPointEnumeration. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompassPointEnumeration[]
CompassPointEnumeration. 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 CompassPointEnumeration Modifier and Type Method Description void
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 CompassPointEnumeration Modifier and Type Field Description protected static CompassPointEnumeration
DirectionPropertyTypeImpl. COMPASS_POINT_EDEFAULT
The default value of the 'Compass Point
' attribute.protected static 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 CompassPointEnumeration Modifier and Type Method Description CompassPointEnumeration
Gml311FactoryImpl. createCompassPointEnumerationFromString(EDataType eDataType, String initialValue)
CompassPointEnumeration
Gml311FactoryImpl. createCompassPointEnumerationObjectFromString(EDataType eDataType, String initialValue)
CompassPointEnumeration
DirectionPropertyTypeImpl. getCompassPoint()
CompassPointEnumeration
DocumentRootImpl. getCompassPoint()
Methods in net.opengis.gml311.impl with parameters of type CompassPointEnumeration Modifier and Type Method Description void
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 CompassPointEnumeration Modifier and Type Method Description boolean
Gml311Validator. validateCompassPointEnumeration(CompassPointEnumeration compassPointEnumeration, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateCompassPointEnumerationObject(CompassPointEnumeration compassPointEnumerationObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-