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. VALUESA 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 CompassPointEnumerationCompassPointEnumeration. get(int value)Returns the 'Compass Point Enumeration' literal with the specified integer value.static CompassPointEnumerationCompassPointEnumeration. get(String literal)Returns the 'Compass Point Enumeration' literal with the specified literal value.static CompassPointEnumerationCompassPointEnumeration. getByName(String name)Returns the 'Compass Point Enumeration' literal with the specified name.CompassPointEnumerationDirectionPropertyType. getCompassPoint()Returns the value of the 'Compass Point' attribute.CompassPointEnumerationDocumentRoot. getCompassPoint()Returns the value of the 'Compass Point' attribute.static CompassPointEnumerationCompassPointEnumeration. 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 voidDirectionPropertyType. setCompassPoint(CompassPointEnumeration value)Sets the value of the 'Compass Point' attribute.voidDocumentRoot. 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 CompassPointEnumerationDirectionPropertyTypeImpl. COMPASS_POINT_EDEFAULTThe default value of the 'Compass Point' attribute.protected static CompassPointEnumerationDocumentRootImpl. COMPASS_POINT_EDEFAULTThe default value of the 'Compass Point' attribute.protected CompassPointEnumerationDirectionPropertyTypeImpl. compassPointThe cached value of the 'Compass Point' attribute.Methods in net.opengis.gml311.impl that return CompassPointEnumeration Modifier and Type Method Description CompassPointEnumerationGml311FactoryImpl. createCompassPointEnumerationFromString(EDataType eDataType, String initialValue)CompassPointEnumerationGml311FactoryImpl. createCompassPointEnumerationObjectFromString(EDataType eDataType, String initialValue)CompassPointEnumerationDirectionPropertyTypeImpl. getCompassPoint()CompassPointEnumerationDocumentRootImpl. getCompassPoint()Methods in net.opengis.gml311.impl with parameters of type CompassPointEnumeration Modifier and Type Method Description voidDirectionPropertyTypeImpl. setCompassPoint(CompassPointEnumeration newCompassPoint)voidDocumentRootImpl. 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 booleanGml311Validator. validateCompassPointEnumeration(CompassPointEnumeration compassPointEnumeration, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateCompassPointEnumerationObject(CompassPointEnumeration compassPointEnumerationObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-