Package net.opengis.wcs10
Interface RequestType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RequestTypeImpl
public interface RequestType extends EObject
A representation of the model object 'Request Type'.The following features are supported:
- See Also:
Wcs10Package.getRequestType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCoverageType1
getDescribeCoverage()
Returns the value of the 'Describe Coverage' containment reference.GetCapabilitiesType1
getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.GetCoverageType1
getGetCoverage()
Returns the value of the 'Get Coverage' containment reference.void
setDescribeCoverage(DescribeCoverageType1 value)
Sets the value of the 'Describe Coverage
' containment reference.void
setGetCapabilities(GetCapabilitiesType1 value)
Sets the value of the 'Get Capabilities
' containment reference.void
setGetCoverage(GetCoverageType1 value)
Sets the value of the 'Get Coverage
' containment reference.
-
-
-
Method Detail
-
getGetCapabilities
GetCapabilitiesType1 getGetCapabilities()
Returns the value of the 'Get Capabilities' containment reference.If the meaning of the 'Get Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
setGetCapabilities(GetCapabilitiesType1)
,Wcs10Package.getRequestType_GetCapabilities()
-
setGetCapabilities
void setGetCapabilities(GetCapabilitiesType1 value)
Sets the value of the 'Get Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Get Capabilities' containment reference.- See Also:
getGetCapabilities()
-
getDescribeCoverage
DescribeCoverageType1 getDescribeCoverage()
Returns the value of the 'Describe Coverage' containment reference.If the meaning of the 'Describe Coverage' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Describe Coverage' containment reference.
- See Also:
setDescribeCoverage(DescribeCoverageType1)
,Wcs10Package.getRequestType_DescribeCoverage()
-
setDescribeCoverage
void setDescribeCoverage(DescribeCoverageType1 value)
Sets the value of the 'Describe Coverage
' containment reference.- Parameters:
value
- the new value of the 'Describe Coverage' containment reference.- See Also:
getDescribeCoverage()
-
getGetCoverage
GetCoverageType1 getGetCoverage()
Returns the value of the 'Get Coverage' containment reference.If the meaning of the 'Get Coverage' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Get Coverage' containment reference.
- See Also:
setGetCoverage(GetCoverageType1)
,Wcs10Package.getRequestType_GetCoverage()
-
setGetCoverage
void setGetCoverage(GetCoverageType1 value)
Sets the value of the 'Get Coverage
' containment reference.- Parameters:
value
- the new value of the 'Get Coverage' containment reference.- See Also:
getGetCoverage()
-
-