Uses of Enum Class
net.opengis.gml311.AesheticCriteriaType
Packages that use AesheticCriteriaType
-
Uses of AesheticCriteriaType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type AesheticCriteriaTypeModifier and TypeFieldDescriptionstatic final List<AesheticCriteriaType>
AesheticCriteriaType.VALUES
A public read-only list of all the 'Aeshetic Criteria Type' enumerators.Methods in net.opengis.gml311 that return AesheticCriteriaTypeModifier and TypeMethodDescriptionstatic AesheticCriteriaType
AesheticCriteriaType.get
(int value) Returns the 'Aeshetic Criteria Type' literal with the specified integer value.static AesheticCriteriaType
Returns the 'Aeshetic Criteria Type' literal with the specified literal value.static AesheticCriteriaType
Returns the 'Aeshetic Criteria Type' literal with the specified name.static AesheticCriteriaType
Returns the enum constant of this class with the specified name.static AesheticCriteriaType[]
AesheticCriteriaType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 that return types with arguments of type AesheticCriteriaTypeModifier and TypeMethodDescriptionEList<AesheticCriteriaType>
GraphStyleType.getAestheticCriteria()
Returns the value of the 'Aesthetic Criteria' attribute list. -
Uses of AesheticCriteriaType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl with type parameters of type AesheticCriteriaTypeModifier and TypeFieldDescriptionprotected EList<AesheticCriteriaType>
GraphStyleTypeImpl.aestheticCriteria
The cached value of the 'Aesthetic Criteria
' attribute list.Methods in net.opengis.gml311.impl that return AesheticCriteriaTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAesheticCriteriaTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createAesheticCriteriaTypeObjectFromString
(EDataType eDataType, String initialValue) Methods in net.opengis.gml311.impl that return types with arguments of type AesheticCriteriaTypeModifier and TypeMethodDescriptionEList<AesheticCriteriaType>
GraphStyleTypeImpl.getAestheticCriteria()
-
Uses of AesheticCriteriaType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AesheticCriteriaTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateAesheticCriteriaType
(AesheticCriteriaType aesheticCriteriaType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateAesheticCriteriaTypeObject
(AesheticCriteriaType aesheticCriteriaTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)