Sponsored Content
Full Discussion: earth in daylight
Top Forums UNIX for Dummies Questions & Answers earth in daylight Post 9438 by PxT on Friday 26th of October 2001 03:29:21 PM
Old 10-26-2001
There is a program called "xearth" which can do this. You can probably find it on <A HREF="http://www.freshmeat.net">Freshmeat</A>.
 

3 More Discussions You Might Find Interesting

1. Programming

How on earth can zsh know whether it's starting at the beginning of a line or not?

Hi everyone, I'm currently developing my own shell and I've been wondering how this awesome "printing a reverse-video percent character and a newline when the prompt doesn't start at the beginning of a line" feature is implemented in zsh. Although it is obvious what is needed to implement this... (2 Replies)
Discussion started by: AdrienE
2 Replies

2. Solaris

Google Earth in Solaris

Hi Gurus of Unix, is posible to Install Google Earth in Solaris I download this packets : GoogleEarthLinux.bin I Change the permission chwmod +x GoogleEarthLinux.bin after that I do ./GoogleEarthLinux.bin andres@opensolaris:~/Downloads# sudo ./GoogleEarthLinux.bin Verifying archive... (1 Reply)
Discussion started by: andresguillen
1 Replies

3. UNIX for Advanced & Expert Users

.csv to Google Earth .kml

Does anyone have an awk script that converts/translates an ascii .csv file to a Google Earth .kml file? The .csv would typically look like: X_Longitude_Coordinate,Y_Latitude_Coordinate,Elevation,Point_Number Thank you, Kenny. (4 Replies)
Discussion started by: kenneth.mcbride
4 Replies
Picture(3U)						    InterViews Reference Manual 					       Picture(3U)

NAME
Picture - composite structured graphic SYNOPSIS
#include <Unidraw/Graphic/picture.h> DESCRIPTION
A Picture defines a composition of graphic objects. A picture has its own graphics state, which it concatenates with its children's state when it is drawn or erased. Picture adopts the default concatenation semantics supported by the Graphic base class: The picture's graphics state effectively overrides its children's so that they are drawn with the picture's state information substituted for their own. A child's attribute is used only when the picture does not already define it. Moreover, each child's transformer is postmultiplied by the picture's transformer when the picture is drawn; thus children are drawn relative to the picture's coordinate system. PUBLIC OPERATIONS
Picture(Graphic* = nil) Construct a new picture, optionally supply a graphic from which to copy an initial set of graphics state. Picture is derived from FullGraphic and therefore defines a full set of graphics state. virtual ~Picture() The picture deletes its children when it is deleted. boolean IsEmpty() Picture defines IsEmpty in addition to the standard Graphic child traversal operations to provide a convenient way to check if the picture has any children. PROTECTED OPERATIONS
Graphic* graphic(UList*) UList* Elem(Iterator) Convenience functions for extracting a graphic from a UList element and a UList from an iterator. SEE ALSO
Graphic(3U), Iterator(3U), Transformer(3I), UList(3U), pspaint(3U) Unidraw 1 February 1991 Picture(3U)
All times are GMT -4. The time now is 01:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy