|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetCapabilitiesType
A representation of the model object 'Get Capabilities Type'. Request to a WFS to perform the GetCapabilities operation. This operation allows a client to retrieve a Capabilities XML document providing metadata for the specific WFS server. The GetCapapbilities element is used to request that a Web Feature Service generate an XML document describing the organization providing the service, the WFS operations that the service supports, a list of feature types that the service can operate on and list of filtering capabilities that the service support. Such an XML document is called a capabilities document.
The following features are supported:
WfsPackage.getGetCapabilitiesType()
Method Summary | |
---|---|
java.lang.String |
getService()
Returns the value of the 'Service' attribute. |
boolean |
isSetService()
Returns whether the value of the ' Service ' attribute is set. |
void |
setService(java.lang.String value)
Sets the value of the ' Service ' attribute. |
void |
unsetService()
Unsets the value of the ' Service ' attribute. |
Methods inherited from interface net.opengis.ows10.GetCapabilitiesType |
---|
getAcceptFormats, getAcceptVersions, getBaseUrl, getNamespace, getSections, getUpdateSequence, setAcceptFormats, setAcceptVersions, setBaseUrl, setNamespace, setSections, setUpdateSequence |
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 |
---|
java.lang.String getService()
"WFS"
.
If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
isSetService()
,
unsetService()
,
setService(String)
,
WfsPackage.getGetCapabilitiesType_Service()
void setService(java.lang.String value)
Service
' attribute.
value
- the new value of the 'Service' attribute.isSetService()
,
unsetService()
,
getService()
void unsetService()
Service
' attribute.
isSetService()
,
getService()
,
setService(String)
boolean isSetService()
Service
' attribute is set.
unsetService()
,
getService()
,
setService(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |