NAME

OSM::Tree::Node -- OSM Node

SYNOPSIS

DESCRIPTION

the node-object derived from OSM::Tree::BASE

AUTHOR

ToPeG

METHODS

longitude()

get the longitude of this node

returns an numer or undef if the XML-tag ist not set

latitude()

get the latitude of this node

returns an numer or undef if the XML-tag ist not set

coordinate()

get the longitude and latitude of this node

returns an Longitude,Latitude

way()

get the first way-objects corresponding to this node

see OSM::Tree::Way for more

returns an way-object or undef

way_list()

get the way-objects corresponding to this node

see OSM::Tree::Way for more

returns an way-object list

way_id_list()

get the way-ids corresponding to this node

returns an way-id list

way_list_length()

get the length the list of the ways

returns the length of the ways-list

See also

OSM::Tree::BASE

OSM::Tree::Node

OSM::Tree::Way

OSM::Tree::Relation

OSM::Tree::TagList

OSM::Tree::Polygon

OSM::Tree