Uses of Class
net.opengis.wmts.v_1.ResourceTypeType
-
Packages that use ResourceTypeType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of ResourceTypeType in net.opengis.wmts.v_1
Fields in net.opengis.wmts.v_1 with type parameters of type ResourceTypeType Modifier and Type Field Description static List<ResourceTypeType>
ResourceTypeType. VALUES
A public read-only list of all the 'Resource Type Type' enumerators.Methods in net.opengis.wmts.v_1 that return ResourceTypeType Modifier and Type Method Description static ResourceTypeType
ResourceTypeType. get(int value)
Returns the 'Resource Type Type' literal with the specified integer value.static ResourceTypeType
ResourceTypeType. get(String literal)
Returns the 'Resource Type Type' literal with the specified literal value.static ResourceTypeType
ResourceTypeType. getByName(String name)
Returns the 'Resource Type Type' literal with the specified name.ResourceTypeType
URLTemplateType. getResourceType()
Returns the value of the 'Resource Type' attribute.static ResourceTypeType
ResourceTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceTypeType[]
ResourceTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wmts.v_1 with parameters of type ResourceTypeType Modifier and Type Method Description void
URLTemplateType. setResourceType(ResourceTypeType value)
Sets the value of the 'Resource Type
' attribute. -
Uses of ResourceTypeType in net.opengis.wmts.v_1.impl
Fields in net.opengis.wmts.v_1.impl declared as ResourceTypeType Modifier and Type Field Description protected static ResourceTypeType
URLTemplateTypeImpl. RESOURCE_TYPE_EDEFAULT
The default value of the 'Resource Type
' attribute.protected ResourceTypeType
URLTemplateTypeImpl. resourceType
The cached value of the 'Resource Type
' attribute.Methods in net.opengis.wmts.v_1.impl that return ResourceTypeType Modifier and Type Method Description ResourceTypeType
wmtsv_1FactoryImpl. createResourceTypeTypeFromString(EDataType eDataType, String initialValue)
ResourceTypeType
wmtsv_1FactoryImpl. createResourceTypeTypeObjectFromString(EDataType eDataType, String initialValue)
ResourceTypeType
URLTemplateTypeImpl. getResourceType()
Methods in net.opengis.wmts.v_1.impl with parameters of type ResourceTypeType Modifier and Type Method Description void
URLTemplateTypeImpl. setResourceType(ResourceTypeType newResourceType)
-
Uses of ResourceTypeType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type ResourceTypeType Modifier and Type Method Description boolean
wmtsv_1Validator. validateResourceTypeType(ResourceTypeType resourceTypeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
wmtsv_1Validator. validateResourceTypeTypeObject(ResourceTypeType resourceTypeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-