Package net.opengis.ows20
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:
Ows20Package.getAcceptFormatsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<String>
getOutputFormat()
Returns the value of the 'Output Format' attribute.
-
-
-
Method Detail
-
getOutputFormat
EList<String> getOutputFormat()
Returns the value of the 'Output Format' attribute.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.
- See Also:
#setOutputFormat(String)
,Ows20Package.getAcceptFormatsType_OutputFormat()
-
-