Uses of Interface
net.opengis.wmts.v_1.URLTemplateType
-
Packages that use URLTemplateType Package Description net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util -
-
Uses of URLTemplateType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return URLTemplateType Modifier and Type Method Description URLTemplateType
wmtsv_1Factory. createURLTemplateType()
Returns a new object of class 'URL Template Type'.Methods in net.opengis.wmts.v_1 that return types with arguments of type URLTemplateType Modifier and Type Method Description EList<URLTemplateType>
LayerType. getResourceURL()
Returns the value of the 'Resource URL' containment reference list. -
Uses of URLTemplateType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement URLTemplateType Modifier and Type Class Description class
URLTemplateTypeImpl
An implementation of the model object 'URL Template Type'.Fields in net.opengis.wmts.v_1.impl with type parameters of type URLTemplateType Modifier and Type Field Description protected EList<URLTemplateType>
LayerTypeImpl. resourceURL
The cached value of the 'Resource URL
' containment reference list.Methods in net.opengis.wmts.v_1.impl that return URLTemplateType Modifier and Type Method Description URLTemplateType
wmtsv_1FactoryImpl. createURLTemplateType()
Methods in net.opengis.wmts.v_1.impl that return types with arguments of type URLTemplateType Modifier and Type Method Description EList<URLTemplateType>
LayerTypeImpl. getResourceURL()
-
Uses of URLTemplateType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type URLTemplateType Modifier and Type Method Description T
wmtsv_1Switch. caseURLTemplateType(URLTemplateType object)
Returns the result of interpreting the object as an instance of 'URL Template Type'.boolean
wmtsv_1Validator. validateURLTemplateType(URLTemplateType urlTemplateType, DiagnosticChain diagnostics, Map<Object,Object> context)
-