Package net.opengis.wcs10
Interface SupportedFormatsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SupportedFormatsTypeImpl
public interface SupportedFormatsType extends EObject
A representation of the model object 'Supported Formats Type'. Unordered list of data transfer formats supported.The following features are supported:
- See Also:
Wcs10Package.getSupportedFormatsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getFormats()
Returns the value of the 'Formats' containment reference list.String
getNativeFormat()
Returns the value of the 'Native Format' attribute.void
setNativeFormat(String value)
Sets the value of the 'Native Format
' attribute.
-
-
-
Method Detail
-
getFormats
EList getFormats()
Returns the value of the 'Formats' containment reference list. The list contents are of typeCodeListType
. Identifiers of one or more formats in which coverage content can be retrieved. The codeSpace optional attribute can reference the semantic of the format identifiers.- Returns:
- the value of the 'Formats' containment reference list.
- See Also:
Wcs10Package.getSupportedFormatsType_Formats()
-
getNativeFormat
String getNativeFormat()
Returns the value of the 'Native Format' attribute. Identifiers of one format in which the data is stored.- Returns:
- the value of the 'Native Format' attribute.
- See Also:
setNativeFormat(String)
,Wcs10Package.getSupportedFormatsType_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()
-
-