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. VALUESA 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 AesheticCriteriaTypeAesheticCriteriaType. get(int value)Returns the 'Aeshetic Criteria Type' literal with the specified integer value.static AesheticCriteriaTypeAesheticCriteriaType. get(String literal)Returns the 'Aeshetic Criteria Type' literal with the specified literal value.static AesheticCriteriaTypeAesheticCriteriaType. getByName(String name)Returns the 'Aeshetic Criteria Type' literal with the specified name.static AesheticCriteriaTypeAesheticCriteriaType. 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. aestheticCriteriaThe cached value of the 'Aesthetic Criteria' attribute list.Methods in net.opengis.gml311.impl that return AesheticCriteriaType Modifier and Type Method Description AesheticCriteriaTypeGml311FactoryImpl. createAesheticCriteriaTypeFromString(EDataType eDataType, String initialValue)AesheticCriteriaTypeGml311FactoryImpl. 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 booleanGml311Validator. validateAesheticCriteriaType(AesheticCriteriaType aesheticCriteriaType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateAesheticCriteriaTypeObject(AesheticCriteriaType aesheticCriteriaTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-