Package net.opengis.wcs20
Interface ServiceParametersType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ServiceParametersTypeImpl
public interface ServiceParametersType extends EObject
A representation of the model object 'Service Parameters Type'.The following features are supported:
- See Also:
Wcs20Package.getServiceParametersType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getCoverageSubtype()
Returns the value of the 'Coverage Subtype' attribute.CoverageSubtypeParentType
getCoverageSubtypeParent()
Returns the value of the 'Coverage Subtype Parent' containment reference.ExtensionType
getExtension()
Returns the value of the 'Extension' containment reference.String
getNativeFormat()
Returns the value of the 'Native Format' attribute.void
setCoverageSubtype(QName value)
Sets the value of the 'Coverage Subtype
' attribute.void
setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the 'Coverage Subtype Parent
' containment reference.void
setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.void
setNativeFormat(String value)
Sets the value of the 'Native Format
' attribute.
-
-
-
Method Detail
-
getCoverageSubtype
QName getCoverageSubtype()
Returns the value of the 'Coverage Subtype' attribute. CoverageSubtype characterizes the type of a coverage. This element shall contain the name of the XML root element that would be delivered if a GML encoded result were requested from the GetCoverage operation. The content model of the named element shall be described by a schema that is either normatively referenced by the WCS core specification or by a requirement in a WCS extension, the associated conformance class for which has been included in the ows:Profiles of the server's GetCapabilities response. This CoverageSubtype is delivered in GetCapabilities and DescribeCoverage to allow clients an estimation of the amount of data to be expected in the domain and range set. For example, a GridCoverage has a small domain set structure, but typically a large range set; a MultiSolidCoverage, on the other hand, tends to have large domain sets and small range sets.- Returns:
- the value of the 'Coverage Subtype' attribute.
- See Also:
setCoverageSubtype(QName)
,Wcs20Package.getServiceParametersType_CoverageSubtype()
-
setCoverageSubtype
void setCoverageSubtype(QName value)
Sets the value of the 'Coverage Subtype
' attribute.- Parameters:
value
- the new value of the 'Coverage Subtype' attribute.- See Also:
getCoverageSubtype()
-
getCoverageSubtypeParent
CoverageSubtypeParentType getCoverageSubtypeParent()
Returns the value of the 'Coverage Subtype Parent' containment reference.- Returns:
- the value of the 'Coverage Subtype Parent' containment reference.
- See Also:
setCoverageSubtypeParent(CoverageSubtypeParentType)
,Wcs20Package.getServiceParametersType_CoverageSubtypeParent()
-
setCoverageSubtypeParent
void setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the 'Coverage Subtype Parent
' containment reference.- Parameters:
value
- the new value of the 'Coverage Subtype Parent' containment reference.- See Also:
getCoverageSubtypeParent()
-
getNativeFormat
String getNativeFormat()
Returns the value of the 'Native Format' attribute.If the meaning of the 'Native Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Native Format' attribute.
- See Also:
setNativeFormat(String)
,Wcs20Package.getServiceParametersType_NativeFormat()
-
setNativeFormat
void setNativeFormat(String value)
Sets the value of the 'Native Format
' attribute.- Parameters:
value
- the new value of the 'Native Format' attribute.- See Also:
getNativeFormat()
-
getExtension
ExtensionType getExtension()
Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ExtensionType)
,Wcs20Package.getServiceParametersType_Extension()
-
setExtension
void setExtension(ExtensionType value)
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-