Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Gdata_Geo_Extension_GmlPoint Class Reference

Public Member Functions

 __construct ($pos=null)
 Create a new instance.
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 Retrieves a DOMElement which corresponds to this element and all child properties.
 
 getPos ()
 Get the value for this element's pos attribute.
 
 setPos ($value)
 Set the value for this element's distance attribute.
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

 takeChildFromDOM ($child)
 Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
 

Protected Attributes

 $_rootNamespace = 'gml'
 
 $_rootElement = 'Point'
 
 $_pos = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

__construct (   $pos = null)

Create a new instance.

Parameters
Zend_Gdata_Geo_Extension_GmlPos$pos(optional) Pos to which this object should be initialized.

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)

Retrieves a DOMElement which corresponds to this element and all child properties.

This is used to build an entry back into a DOM and eventually XML text for application storage/persistence.

Parameters
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns
DOMElement The DOMElement representing this element and all child properties.
getPos ( )

Get the value for this element's pos attribute.

See Also
setPos
Returns
Zend_Gdata_Geo_Extension_GmlPos The requested attribute.
setPos (   $value)

Set the value for this element's distance attribute.

Parameters
Zend_Gdata_Geo_Extension_GmlPos$valueThe desired value for this attribute
Returns
Zend_Gdata_Geo_Extension_GmlPoint Provides a fluent interface
takeChildFromDOM (   $child)
protected

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Parameters
DOMNode$childThe DOMNode to process

Member Data Documentation

$_pos = null
protected
$_rootElement = 'Point'
protected
$_rootNamespace = 'gml'
protected