net.opengis.ows11
Interface AcceptFormatsType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AcceptFormatsTypeImpl

public interface AcceptFormatsType
extends org.eclipse.emf.ecore.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
 org.eclipse.emf.common.util.EList getOutputFormat()
          Returns the value of the 'Output Format' attribute list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOutputFormat

org.eclipse.emf.common.util.EList getOutputFormat()
Returns the value of the 'Output Format' attribute list. The list contents are of type String.

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.