Community Map Builder 27 Apr 2008

Class WfsCapabilities

Object
   |
   +--Listener
         |
         +--ModelBase
               |
               +--WfsCapabilities

class WfsCapabilities
extends ModelBase

Defined in WfsCapabilities.js

Author: Mike Adair


Field Summary
 Object namespace
          
   
Fields inherited from class ModelBase
async, contentType, modelNode, id, title, debug, url, method, namespace, template, nodeSelectXpath, config, parentModel
   
Fields inherited from class Listener
listeners, values
 
Constructor Summary
WfsCapabilities (modelNode, parent)
            Stores a Web Feature (WFS) Capabilities document as defined by the Open Geospatial Consortium (http://www.opengeospatial.org/).
 
Method Summary
 Object getFeatureNode(featureName)
           Returns the featureType node with the specified name from the list of nodes selected by the nodeSelectXpath from the capabilities doc.
 Object getMethod()
           Get HTTP method used to retreive this model
 Object getServerUrl(requestName, method, feature)
           Returns the serverUrl for the WFS request passed in with the specified HTTP method from the capabilities doc.
 Object getVersion()
           Returns the version for the WFS
 
Methods inherited from class ModelBase
getProperty, getXpathValue, setXpathValue, loadModelDoc, setModel, finishLoading, newRequest, deleteTemplates, saveModel, createObject, loadObjects, parseConfig, refresh, init, clearModel
   
Methods inherited from class Listener
addListener, addFirstListener, removeListener, callListeners, setParam, getParam
 

Field Detail

namespace

Object namespace

Constructor Detail

WfsCapabilities

WfsCapabilities(modelNode, parent)

Method Detail

getFeatureNode

Object getFeatureNode(featureName)

getMethod

Object getMethod()

getServerUrl

Object getServerUrl(requestName, method, feature)

getVersion

Object getVersion()

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008