Uses of Class
net.opengis.gml311.AesheticCriteriaType
-
Packages that use AesheticCriteriaType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AesheticCriteriaType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type AesheticCriteriaType Modifier and Type Field Description static List<AesheticCriteriaType>
AesheticCriteriaType. VALUES
A public read-only list of all the 'Aeshetic Criteria Type' enumerators.Methods in net.opengis.gml311 that return AesheticCriteriaType Modifier and Type Method Description static AesheticCriteriaType
AesheticCriteriaType. get(int value)
Returns the 'Aeshetic Criteria Type' literal with the specified integer value.static AesheticCriteriaType
AesheticCriteriaType. get(String literal)
Returns the 'Aeshetic Criteria Type' literal with the specified literal value.static AesheticCriteriaType
AesheticCriteriaType. getByName(String name)
Returns the 'Aeshetic Criteria Type' literal with the specified name.static AesheticCriteriaType
AesheticCriteriaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AesheticCriteriaType[]
AesheticCriteriaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.gml311 that return types with arguments of type AesheticCriteriaType Modifier and Type Method Description EList<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 AesheticCriteriaType Modifier and Type Field Description protected EList<AesheticCriteriaType>
GraphStyleTypeImpl. aestheticCriteria
The cached value of the 'Aesthetic Criteria
' attribute list.Methods in net.opengis.gml311.impl that return AesheticCriteriaType Modifier and Type Method Description AesheticCriteriaType
Gml311FactoryImpl. createAesheticCriteriaTypeFromString(EDataType eDataType, String initialValue)
AesheticCriteriaType
Gml311FactoryImpl. createAesheticCriteriaTypeObjectFromString(EDataType eDataType, String initialValue)
Methods in net.opengis.gml311.impl that return types with arguments of type AesheticCriteriaType Modifier and Type Method Description EList<AesheticCriteriaType>
GraphStyleTypeImpl. getAestheticCriteria()
-
Uses of AesheticCriteriaType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AesheticCriteriaType Modifier and Type Method Description boolean
Gml311Validator. validateAesheticCriteriaType(AesheticCriteriaType aesheticCriteriaType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Gml311Validator. validateAesheticCriteriaTypeObject(AesheticCriteriaType aesheticCriteriaTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-