Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

geo::googleearth::pluggable::lookat(3pm) [debian man page]

Geo::GoogleEarth::Pluggable::LookAt(3pm)		User Contributed Perl Documentation		  Geo::GoogleEarth::Pluggable::LookAt(3pm)

NAME
Geo::GoogleEarth::Pluggable::LookAt - Geo::GoogleEarth::Pluggable LookAt package SYNOPSIS
my $lookat=$document->LookAt( latitude => 38.1741527, longitude => -96.7839388, range => 3525808, heading => 0, tilt => 0, ); $point->lookat($lookat); $folder->lookat($lookat); $document->lookat($lookat); DESCRIPTION
Provides a way to configure a LookAt for all Folders and Placemarks. USAGE
CONSTRUCTOR
new latitude longitude range tilt heading node Returns the XML::LibXML::LazyBuilder element for the LookAt object. BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
DavisNetworks.com supports all Perl applications including this package. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable creates a GoogleEarth Document. perl v5.14.2 2011-06-26 Geo::GoogleEarth::Pluggable::LookAt(3pm)

Check Out this Related Man Page

Geo::GoogleEarth::Pluggable::Contrib::LinearRing(3pm)	User Contributed Perl Documentation  Geo::GoogleEarth::Pluggable::Contrib::LinearRing(3pm)

NAME
Geo::GoogleEarth::Pluggable::Contrib::LinearRing - Geo::GoogleEarth::Pluggable LinearRing Object SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new(); $document->LinearRing(); DESCRIPTION
Geo::GoogleEarth::Pluggable::Contrib::LinearRing is a Geo::GoogleEarth::Pluggable::Placemark with a few other methods. USAGE
my $placemark=$document->LinearRing(name=>"LinearRing Name", coordinates=>[[lat,lon,alt], [lat,lon,alt],...]); CONSTRUCTOR
new my $placemark=$document->LinearRing(); METHODS
subnode BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
Try geo-perl email list. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable, XML::LibXML::LazyBuilder, Geo::GoogleEarth::Pluggable::Placemark perl v5.14.2 2010-01-22 Geo::GoogleEarth::Pluggable::Contrib::LinearRing(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Merge 2 text files to one text file side by side

Inquiring minds want to know.... I need to take two files that I have latitude and longitude values and then combine them into one file with the values side by side separated by a space. the first file is temp113-lat.txt and the second is temp113-lon.txt. They each have values listed in the... (15 Replies)
Discussion started by: ahinkebein
15 Replies

2. Shell Programming and Scripting

New to Awk question...

hi there, i need to validate the column heading in a csv file and i was considering using AWK (not sure if best choice as i am a newbie to UNIX). if the heading adheres to the correct names then i process the file via another script (just a bulk load). so far my reading has gotten me to... (2 Replies)
Discussion started by: treeNinja
2 Replies