com.ctreber.acearth
Class MapData

java.lang.Object
  extended by com.ctreber.acearth.MapData

public class MapData
extends Object

AC.earth - XEarth for Java

The original XEarth was written by Kirk Johnson in July 1993 - thank you for writing this great little program and making it available for free!

I wanted to extend the program, but not in C. So I created this Java version, and found the process quite painfull interesting. The biggest effort went into resolving references between C files and eliminatiing pointers.

License

AC.earth Copyright (c) 2002 Christian Treber, [email protected]

AC.earth is based on XEarth by Kirk Johnson

To comply with the XEarth license I include the following text:

 XEarth Copyright (C) 1989, 1990, 1993-1995, 1999 Kirk Lauritz Johnson
 Parts of the source code are:
   Copyright (C) 1989, 1990, 1991 by Jim Frost
   Copyright (C) 1992 by Jamie Zawinski <[email protected]>
 Permission to use, copy, modify and freely distribute xearth for
 non-commercial and not-for-profit purposes is hereby granted
 without fee, provided that both the above copyright notice and this
 permission notice appear in all copies and in supporting
 documentation.
 [Section refering to GIF omitted because it doesn't apply to this version]
 The author makes no representations about the suitability of this
 software for any purpose. It is provided "as is" without express or
 implied warranty.
 THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT
 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 LOSS OF USE, d OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 

The license for this program (AC.earth) is the same as the quoted license above, with one change: The "copyright notice and permission notice" shall include the entire text of this section. todo Phase 2: Make grid value stuff more meaningful ("every n degrees") todo Phase 2: Enter fixed time as d and time, not seconds since epoch todo Phase 2: Compact map d into binary file

© 2002 Christian Treber, [email protected]

Author:
Christian Treber, [email protected]

Constructor Summary
MapData()
           
 
Method Summary
 List getLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapData

public MapData()
Method Detail

getLines

public List getLines()


Copyright © 2013. All Rights Reserved.