Package net.opengis.wcs10
Interface DescribeCoverageType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DescribeCoverageTypeImpl
public interface DescribeCoverageType extends EObject
A representation of the model object 'Describe Coverage Type'.The following features are supported:
- See Also:
Wcs10Package.getDescribeCoverageType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseUrl()
An extended property of the model which allows client code to specify a base url with this object.EList
getCoverage()
Returns the value of the 'Coverage' attribute.Map
getExtendedProperties()
Extended model properties.String
getService()
Returns the value of the 'Service' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setBaseUrl(String value)
Sets the value of the 'Base Url
' attribute.void
setExtendedProperties(Map value)
Sets the value of the 'Extended Properties
' attribute.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.void
unsetService()
Unsets the value of the 'Service
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getCoverage
EList getCoverage()
Returns the value of the 'Coverage' attribute. Name or identifier of this coverage. The same name value shall not be used for any other coverages available from the same server. A client can obtain this name by a prior GetCapabilities request, or possibly from a third-party source. If this element is omitted, the server may return descriptions of every coverage offering available, or return a service exception.- Returns:
- the value of the 'Coverage' attribute.
- See Also:
#setCoverage(String)
,Wcs10Package.getDescribeCoverageType_Coverage()
-
getService
String getService()
Returns the value of the 'Service' attribute. The default value is"WCS"
.If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' attribute.
- See Also:
isSetService()
,unsetService()
,setService(String)
,Wcs10Package.getDescribeCoverageType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
isSetService()
,unsetService()
,getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service
' attribute.- See Also:
isSetService()
,getService()
,setService(String)
-
isSetService
boolean isSetService()
Returns whether the value of the 'Service
' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
unsetService()
,getService()
,setService(String)
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
isSetVersion()
,unsetVersion()
,setVersion(String)
,Wcs10Package.getDescribeCoverageType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
isSetVersion
boolean isSetVersion()
Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
unsetVersion()
,getVersion()
,setVersion(String)
-
getBaseUrl
String getBaseUrl()
An extended property of the model which allows client code to specify a base url with this object.
-
setBaseUrl
void setBaseUrl(String value)
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
getBaseUrl()
-
getExtendedProperties
Map getExtendedProperties()
Extended model properties.This map allows client to store additional properties with the this request object, properties that are not part of the model proper.
-
setExtendedProperties
void setExtendedProperties(Map value)
Sets the value of the 'Extended Properties
' attribute.- Parameters:
value
- the new value of the 'Extended Properties' attribute.- See Also:
getExtendedProperties()
-
-