NAME
Astro::NED::Query::Objects - base class for NED Objects queries
SYNOPSIS
use base qw/ Astro::NED::Query::Objects /;
DESCRIPTION
The is the base class for all "Objects" query classes. It subclasses the Astro::NED::Query class, and provides the _query and _parse_query internal methods. See the documentation for Astro::NED::Query for more information on those methods.
The Astro::NED::Query::ByName, Astro::NED::Query::NearName, Astro::NED::Query::NearPosition classes are the actual classes which should be used.
It sets the following search parameters:
Format => 'table'
ListLimit => 1
ImageStamp => 'NO'
EXPORT
None by default.
AUTHOR
Diab Jerius, <djerius@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (C) 2003 Smithsonian Astrophysical Observatory. All rights are of course reserved.
It is released under the GNU General Public License. You may find a copy at
http://www.fsf.org/copyleft/gpl.html
SEE ALSO
Astro::NED::Query Astro::NED::Query::ByName, Astro::NED::Query::NearName, Astro::NED::Query::NearPosition, perl.