The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ekahau::Response::AreaList - Represents a list of areas contained in an Ekahau response

SYNOPSIS

Contains information about a list of areas, possibly from an Ekahau::Response::AreaEstimate object.

DESCRIPTION

Constructor

Generally you will not want to construct these objects yourself; they are created by Ekahau::Response, and use its constructor.

Methods

get ( $which )

Return Ekahau::Response::Area object number $which.

get_all ( )

Return all Ekahau::Response::Area objects in this list.

num_areas

Returns the number of areas in this object

type ( )

Returns the string AreaList, to identify the type of this object. Note that subclasses of this class will override this method, returning their own type string.

AUTHOR

Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>

Copyright (C) 2005 The Regents of the University of Michigan.

See the file LICENSE included with the distribution for license information.

SEE ALSO

Ekahau::Response, Ekahau::Response::Area, Ekahau::Response::AreaEstimate.