Package net.opengis.wmts.v_1
Interface URLTemplateType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- URLTemplateTypeImpl
 
 public interface URLTemplateType extends EObjectA representation of the model object 'URL Template Type'.The following features are supported: - See Also:
- wmtsv_1Package.getURLTemplateType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Returns the value of the 'Format' attribute.ResourceTypeTypegetResourceType()Returns the value of the 'Resource Type' attribute.StringgetTemplate()Returns the value of the 'Template' attribute.booleanisSetResourceType()Returns whether the value of the 'Resource Type' attribute is set.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetResourceType(ResourceTypeType value)Sets the value of the 'Resource Type' attribute.voidsetTemplate(String value)Sets the value of the 'Template' attribute.voidunsetResourceType()Unsets the value of the 'Resource Type' attribute.
 
- 
- 
- 
Method Detail- 
getFormatString 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()
 
 - 
setFormatvoid setFormat(String value) Sets the value of the 'Format' attribute.- Parameters:
- value- the new value of the 'Format' attribute.
- See Also:
- getFormat()
 
 - 
getResourceTypeResourceTypeType 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()
 
 - 
setResourceTypevoid 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()
 
 - 
unsetResourceTypevoid unsetResourceType() Unsets the value of the 'Resource Type' attribute.
 - 
isSetResourceTypeboolean 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)
 
 - 
getTemplateString 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()
 
 - 
setTemplatevoid setTemplate(String value) Sets the value of the 'Template' attribute.- Parameters:
- value- the new value of the 'Template' attribute.
- See Also:
- getTemplate()
 
 
- 
 
-