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:
wmtsv_1Package.getURLTemplateType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormat()
Returns the value of the 'Format' attribute.ResourceTypeType
getResourceType()
Returns the value of the 'Resource Type' attribute.String
getTemplate()
Returns the value of the 'Template' attribute.boolean
isSetResourceType()
Returns whether the value of the 'Resource Type
' attribute is set.void
setFormat(String value)
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
unsetResourceType()
Unsets the value of the 'Resource Type
' attribute.
-
-
-
Method Detail
-
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(String)
,wmtsv_1Package.getURLTemplateType_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
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:
ResourceTypeType
,isSetResourceType()
,unsetResourceType()
,setResourceType(ResourceTypeType)
,wmtsv_1Package.getURLTemplateType_ResourceType()
-
setResourceType
void setResourceType(ResourceTypeType value)
Sets the value of the 'Resource Type
' attribute.- Parameters:
value
- the new value of the 'Resource Type' attribute.- See Also:
ResourceTypeType
,isSetResourceType()
,unsetResourceType()
,getResourceType()
-
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:
unsetResourceType()
,getResourceType()
,setResourceType(ResourceTypeType)
-
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(String)
,wmtsv_1Package.getURLTemplateType_Template()
-
setTemplate
void setTemplate(String value)
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
getTemplate()
-
-