Community Map Builder 27 Apr 2008

Class WmsCapabilities

Object
   |
   +--Listener
         |
         +--ModelBase
               |
               +--WmsCapabilities

class WmsCapabilities
extends ModelBase

Defined in WmsCapabilities.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
WmsCapabilities (modelNode, parent)
            Stores a Web Map Server (WMS) Capabilities document as defined by the Open Geospatial Consortium (http://www.opengeospatial.org/) and extensions the the WMC.
 
Method Summary
 Object getFeatureNode(featureName)
           Returns the Layer node with the specified name from the list of nodes selected by the nodeSelectXpath from the capabilities doc.
 Object getImageFormat()
          
 Object getServerTitle()
          
 Object getServerUrl(requestName, method, feature)
           Returns the serverUrl for the WMS request passed in with the specified HTTP method from the capabilities doc.
 Object getServiceName()
          
 Object getVersion()
           Returns the version for the WMS
 
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

WmsCapabilities

WmsCapabilities(modelNode, parent)

Method Detail

getFeatureNode

Object getFeatureNode(featureName)

getImageFormat

Object getImageFormat()

getServerTitle

Object getServerTitle()

getServerUrl

Object getServerUrl(requestName, method, feature)

getServiceName

Object getServiceName()

getVersion

Object getVersion()

Community Map Builder 27 Apr 2008

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