Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Geo::GoogleEarth::Pluggable::Style - Geo::GoogleEarth::Pluggable Style Object SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new(); my $style=$document->Style(); DESCRIPTION
Geo::GoogleEarth::Pluggable::Style is a Geo::GoogleEarth::Pluggable::Base with a few other methods. USAGE
my $style=$document->Style(id=>"Style_Internal_HREF", iconHref=>"http://.../path/image.png"); CONSTRUCTOR
new my $style=$document->Style(id=>"Style_Internal_HREF", iconHref=>"http://.../path/image.png"); METHODS
type Returns the object type. my $type=$style->type; node color Returns a color code for use in the XML structure given many different inputs. my $color=$style->color("FFFFFFFF"); #AABBGGRR in hex my $color=$style->color({color="FFFFFFFF"}); my $color=$style->color({red=>255, green=>255, blue=>255, alpha=>255}); my $color=$style->color({rgb=>[255,255,255], alpha=>255}); my $color=$style->color({abgr=>[255,255,255,255]}); #my $color=$style->color({name=>"blue", alpha=>255}); #TODO with ColorNames Note: alpha can be 0-255 or "0%"-"100%" 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 creates a GoogleEarth Document. perl v5.14.2 2010-01-22 Geo::GoogleEarth::Pluggable::Style(3pm)

Check Out this Related 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)
Man Page

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Style not working right

:( The style "Craig's InfoPop" doesn't wrap lines on Netscape 4.79. It seems to work okay on MSIE. When I get home, I'll check on FBSD/Mozilla 1.0. Back to Silk Road ... (3 Replies)
Discussion started by: criglerj
3 Replies

2. Solaris

Modify Style Manager programmatically

My Java application runs on SunOS 5.8. Our use of a 3rd party class requires us to modify the Style Manager-Window setting "Allow Primary Windows On Top" - the default for this is on, we need to turn it off. Is there any way for our application, or our installation, to modify this setting? We... (0 Replies)
Discussion started by: ped52
0 Replies

3. Programming

Coding Style checking

Is there any opensource tool which can check the coding style use in C/C++ program. (3 Replies)
Discussion started by: zinat
3 Replies

4. What is on Your Mind?

Coding Style at UNIX.com forums

Hi, as I mentioned in this thread(https://www.unix.com/shell-programming-and-scripting/280737-awk-function-return-permutations-n-items-out-m.html), a helpful coding style may improve overall value and support for people who come here and want to learn things the participants from unix.com have... (2 Replies)
Discussion started by: stomp
2 Replies