Class Wfs_element

Object
   |
   +--Wfs_element

class Wfs_element


an array of elements, each consisting of a name/value pair
Defined in geometry.js


Constructor Summary
Wfs_element()
           
 
Method Summary
 Integer count()
           returns the number of elements of this Wfs_element object.
 Integer, Boolean getElementIndexByName(<String> elementName)
           gets the index of the element with a given name.
 String, Boolean getElementValueByName(<String> elementName)
           gets the value of the element with a given name.
 String getName(<Integer> i)
           returns the name of the element at index i.
 Object getValue(<Integer> i)
           returns the value of the element at index i.
 void setElement(<String> aName, <String> aValue)
           appends a new element with a given name.

Constructor Detail

Wfs_element

Wfs_element()

Method Detail

count

Integer count()

getElementIndexByName

Integer, Boolean getElementIndexByName(<String> elementName)

getElementValueByName

String, Boolean getElementValueByName(<String> elementName)

getName

String getName(<Integer> i)

getValue

Object getValue(<Integer> i)

setElement

void setElement(<String> aName, <String> aValue)


Documentation generated by JSDoc on Wed Aug 8 10:35:22 2007