Package net.opengis.wmts.v_1
Interface URLTemplateType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
URLTemplateTypeImpl
public interface URLTemplateType
extends EObject
A representation of the model object 'URL Template Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Format' attribute.Returns the value of the 'Resource Type' attribute.Returns the value of the 'Template' attribute.boolean
Returns whether the value of the 'Resource Type
' attribute is set.void
Sets the value of the 'Format
' attribute.void
setResourceType
(ResourceTypeType value) Sets the value of the 'Resource Type
' attribute.void
setTemplate
(String value) Sets the value of the 'Template
' attribute.void
Unsets the value of the 'Resource Type
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFormat
String getFormat()Returns the value of the 'Format' attribute. Format of the resource representation that can be retrieved one resolved the URL template.- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
-
getResourceType
ResourceTypeType getResourceType()Returns the value of the 'Resource Type' attribute. The literals are from the enumerationResourceTypeType
. Resource type to be retrieved. It can only be "tile" or "FeatureInfo"- Returns:
- the value of the 'Resource Type' attribute.
- See Also:
-
setResourceType
Sets the value of the 'Resource Type
' attribute.- Parameters:
value
- the new value of the 'Resource Type' attribute.- See Also:
-
unsetResourceType
void unsetResourceType()Unsets the value of the 'Resource Type
' attribute. -
isSetResourceType
boolean isSetResourceType()Returns whether the value of the 'Resource Type
' attribute is set.- Returns:
- whether the value of the 'Resource Type' attribute is set.
- See Also:
-
getTemplate
String getTemplate()Returns the value of the 'Template' attribute. URL template. A template processor will be applied to substitute some variables between {} for their values and get a URL to a resource. We cound not use a anyURI type (that conforms the character restrictions specified in RFC2396 and excludes '{' '}' characters in some XML parsers) because this attribute must accept the '{' '}' caracters.- Returns:
- the value of the 'Template' attribute.
- See Also:
-
setTemplate
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
-