Uses of Class
net.opengis.wmts.v_1.GetFeatureInfoValueType
-
Packages that use GetFeatureInfoValueType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of GetFeatureInfoValueType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type GetFeatureInfoValueType Modifier and Type Field Description static List<GetFeatureInfoValueType>
GetFeatureInfoValueType. VALUES
A public read-only list of all the 'Get Feature Info Value Type' enumerators.Methods in net.opengis.wmts.v_1 that return GetFeatureInfoValueType Modifier and Type Method Description static GetFeatureInfoValueType
GetFeatureInfoValueType. get(int value)
Returns the 'Get Feature Info Value Type' literal with the specified integer value.static GetFeatureInfoValueType
GetFeatureInfoValueType. get(String literal)
Returns the 'Get Feature Info Value Type' literal with the specified literal value.static GetFeatureInfoValueType
GetFeatureInfoValueType. getByName(String name)
Returns the 'Get Feature Info Value Type' literal with the specified name.static GetFeatureInfoValueType
GetFeatureInfoValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetFeatureInfoValueType[]
GetFeatureInfoValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GetFeatureInfoValueType in net.opengis.wmts.v_1.impl
Methods in net.opengis.wmts.v_1.impl that return GetFeatureInfoValueType Modifier and Type Method Description GetFeatureInfoValueType
wmtsv_1FactoryImpl. createGetFeatureInfoValueTypeFromString(EDataType eDataType, String initialValue)
GetFeatureInfoValueType
wmtsv_1FactoryImpl. createGetFeatureInfoValueTypeObjectFromString(EDataType eDataType, String initialValue)
-
Uses of GetFeatureInfoValueType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type GetFeatureInfoValueType Modifier and Type Method Description boolean
wmtsv_1Validator. validateGetFeatureInfoValueType(GetFeatureInfoValueType getFeatureInfoValueType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
wmtsv_1Validator. validateGetFeatureInfoValueTypeObject(GetFeatureInfoValueType getFeatureInfoValueTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-