API Documentation

Gdata/Geo/Extension/GmlPoint.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Geo
version
$Id: GmlPoint.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Gdata_Geo_Extension_GmlPoint

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Gdata_Geo_Extension_GmlPoint

Extends from
Zend_Gdata_Extension
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Gdata
subpackage
Geo
Properties
$_rootNamespace
$_rootElement
$_pos
Methods
__construct
getDOM
takeChildFromDOM
getPos
setPos

Description

Represents the gml:point element used by the Gdata Geo extensions.

Properties

$_pos

Zend_Gdata_Geo_Extension_GmlPos $_pos = 'null'

The position represented by this GmlPoint

Details

$_pos
Zend_Gdata_Geo_Extension_GmlPos
visibility
protected
default
null
final
false
static
false

$_rootElement

 $_rootElement = 'Point'

Details

visibility
protected
default
Point
final
false
static
false

$_rootNamespace

 $_rootNamespace = 'gml'

Details

visibility
protected
default
gml
final
false
static
false

Methods

__construct

__construct( Zend_Gdata_Geo_Extension_GmlPos $pos = null ) :

Create a new instance.

Arguments
$pos
Zend_Gdata_Geo_Extension_GmlPos
(optional) Pos to which this object should be initialized.
Details
visibility
public
final
false
static
false

getDOM

getDOM( DOMDocument $doc = null,  $majorVersion = 1,  $minorVersion = null ) : DOMElement

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.

Arguments
$doc
DOMDocument
The DOMDocument used to construct DOMElements
$majorVersion
$minorVersion
Output
DOMElement
The DOMElement representing this element and all child properties.
Details
visibility
public
final
false
static
false

getPos

getPos( ) : Zend_Gdata_Geo_Extension_GmlPos

Get the value for this element's pos attribute.

Output
Zend_Gdata_Geo_Extension_GmlPos
The requested attribute.
Details
visibility
public
final
false
static
false
see
setPos

setPos

setPos( Zend_Gdata_Geo_Extension_GmlPos $value ) : Zend_Gdata_Geo_Extension_GmlPoint

Set the value for this element's distance attribute.

Arguments
$value
Zend_Gdata_Geo_Extension_GmlPos
The desired value for this attribute
Output
Zend_Gdata_Geo_Extension_GmlPoint
Provides a fluent interface
Details
visibility
public
final
false
static
false

takeChildFromDOM

takeChildFromDOM( DOMNode $child ) :

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

Arguments
$child
DOMNode
The DOMNode to process
Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.