Package net.opengis.ows11
Interface AcceptFormatsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AcceptFormatsTypeImpl
public interface AcceptFormatsType extends EObject
A representation of the model object 'Accept Formats Type'. Prioritized sequence of zero or more GetCapabilities operation response formats desired by client, with preferred formats listed first. Each response format shall be identified by its MIME type. See AcceptFormats parameter use subclause for more information.The following features are supported:
- See Also:
Ows11Package.getAcceptFormatsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getOutputFormat()
Returns the value of the 'Output Format' attribute list.
-
-
-
Method Detail
-
getOutputFormat
EList getOutputFormat()
Returns the value of the 'Output Format' attribute list. The list contents are of typeString
.If the meaning of the 'Output Format' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Format' attribute list.
- See Also:
Ows11Package.getAcceptFormatsType_OutputFormat()
-
-