[geos-commits] r2579 - in trunk/source: headers/geos/io io

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Jun 15 10:03:52 EDT 2009


Author: strk
Date: 2009-06-15 10:03:52 -0400 (Mon, 15 Jun 2009)
New Revision: 2579

Modified:
   trunk/source/headers/geos/io/ByteOrderDataInStream.h
   trunk/source/headers/geos/io/ByteOrderDataInStream.inl
   trunk/source/headers/geos/io/ByteOrderValues.h
   trunk/source/headers/geos/io/CLocalizer.h
   trunk/source/headers/geos/io/ParseException.h
   trunk/source/headers/geos/io/StringTokenizer.h
   trunk/source/headers/geos/io/WKBConstants.h
   trunk/source/headers/geos/io/WKBReader.h
   trunk/source/headers/geos/io/WKBWriter.h
   trunk/source/headers/geos/io/WKTReader.h
   trunk/source/headers/geos/io/WKTReader.inl
   trunk/source/headers/geos/io/WKTWriter.h
   trunk/source/headers/geos/io/Writer.h
   trunk/source/io/ByteOrderDataInStream.cpp
   trunk/source/io/ByteOrderValues.cpp
   trunk/source/io/CLocalizer.cpp
   trunk/source/io/ParseException.cpp
   trunk/source/io/StringTokenizer.cpp
   trunk/source/io/WKBReader.cpp
   trunk/source/io/WKBWriter.cpp
   trunk/source/io/WKTReader.cpp
   trunk/source/io/WKTWriter.cpp
   trunk/source/io/Writer.cpp
Log:
Port info in the geos::io namespace 


Modified: trunk/source/headers/geos/io/ByteOrderDataInStream.h
===================================================================
--- trunk/source/headers/geos/io/ByteOrderDataInStream.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/ByteOrderDataInStream.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/ByteOrderDataInStream.java rev. 1.1 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_BYTEORDERDATAINSTREAM_H

Modified: trunk/source/headers/geos/io/ByteOrderDataInStream.inl
===================================================================
--- trunk/source/headers/geos/io/ByteOrderDataInStream.inl	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/ByteOrderDataInStream.inl	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/ByteOrderDataInStream.java rev. 1.1 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_BYTEORDERDATAINSTREAM_INL

Modified: trunk/source/headers/geos/io/ByteOrderValues.h
===================================================================
--- trunk/source/headers/geos/io/ByteOrderValues.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/ByteOrderValues.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/ByteOrderValues.java rev. 1.3 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_BYTEORDERVALUES_H

Modified: trunk/source/headers/geos/io/CLocalizer.h
===================================================================
--- trunk/source/headers/geos/io/CLocalizer.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/CLocalizer.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -1,3 +1,22 @@
+/**********************************************************************
+ * $Id$
+ *
+ * GEOS - Geometry Engine Open Source
+ * http://geos.refractions.net
+ *
+ * Copyright (C) 2008 Sean Gillies
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU Lesser General Public Licence as published
+ * by the Free Software Foundation. 
+ * See the COPYING file for more information.
+ *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK
+ *
+ **********************************************************************/
+
 #include <geos/export.h>
 
 #include <string>

Modified: trunk/source/headers/geos/io/ParseException.h
===================================================================
--- trunk/source/headers/geos/io/ParseException.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/ParseException.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/ParseException.java rev. 1.13 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_PARSEEXCEPTION_H

Modified: trunk/source/headers/geos/io/StringTokenizer.h
===================================================================
--- trunk/source/headers/geos/io/StringTokenizer.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/StringTokenizer.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_STRINGTOKENIZER_H

Modified: trunk/source/headers/geos/io/WKBConstants.h
===================================================================
--- trunk/source/headers/geos/io/WKBConstants.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKBConstants.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKBConstants.java rev. 1.1 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKBCONSTANTS_H

Modified: trunk/source/headers/geos/io/WKBReader.h
===================================================================
--- trunk/source/headers/geos/io/WKBReader.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKBReader.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKBReader.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKBREADER_H

Modified: trunk/source/headers/geos/io/WKBWriter.h
===================================================================
--- trunk/source/headers/geos/io/WKBWriter.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKBWriter.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKBWriter.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKBWRITER_H

Modified: trunk/source/headers/geos/io/WKTReader.h
===================================================================
--- trunk/source/headers/geos/io/WKTReader.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKTReader.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKTReader.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKTREADER_H

Modified: trunk/source/headers/geos/io/WKTReader.inl
===================================================================
--- trunk/source/headers/geos/io/WKTReader.inl	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKTReader.inl	2009-06-15 14:03:52 UTC (rev 2579)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKTReader.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKTREADER_INL

Modified: trunk/source/headers/geos/io/WKTWriter.h
===================================================================
--- trunk/source/headers/geos/io/WKTWriter.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/WKTWriter.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKTWriter.java rev. 1.34 (JTS-1.7)
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WKTWRITER_H

Modified: trunk/source/headers/geos/io/Writer.h
===================================================================
--- trunk/source/headers/geos/io/Writer.h	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/headers/geos/io/Writer.h	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK to be used like java.io.Writer
+ *
  **********************************************************************/
 
 #ifndef GEOS_IO_WRITER_H

Modified: trunk/source/io/ByteOrderDataInStream.cpp
===================================================================
--- trunk/source/io/ByteOrderDataInStream.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/ByteOrderDataInStream.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -13,7 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: 
+ * Last port: io/ByteOrderDataInStream.java rev. 1.1 (JTS-1.10)
  *
  **********************************************************************/
 

Modified: trunk/source/io/ByteOrderValues.cpp
===================================================================
--- trunk/source/io/ByteOrderValues.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/ByteOrderValues.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -13,7 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: io/ByteOrderValues.java rev. 1.3 (JTS-1.7)
+ * Last port: io/ByteOrderValues.java rev. 1.3 (JTS-1.10)
  *
  **********************************************************************/
 

Modified: trunk/source/io/CLocalizer.cpp
===================================================================
--- trunk/source/io/CLocalizer.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/CLocalizer.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -1,3 +1,22 @@
+/**********************************************************************
+ * $Id$
+ *
+ * GEOS - Geometry Engine Open Source
+ * http://geos.refractions.net
+ *
+ * Copyright (C) 2008 Sean Gillies
+ *
+ * This is free software; you can redistribute and/or modify it under
+ * the terms of the GNU Lesser General Public Licence as published
+ * by the Free Software Foundation. 
+ * See the COPYING file for more information.
+ *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK
+ *
+ **********************************************************************/
+
 #include <geos/io/CLocalizer.h>
 
 #include <string>

Modified: trunk/source/io/ParseException.cpp
===================================================================
--- trunk/source/io/ParseException.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/ParseException.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/ParseException.java rev. 1.13 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/io/ParseException.h>

Modified: trunk/source/io/StringTokenizer.cpp
===================================================================
--- trunk/source/io/StringTokenizer.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/StringTokenizer.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK
+ *
  **********************************************************************/
 
 #include <geos/io/StringTokenizer.h>

Modified: trunk/source/io/WKBReader.cpp
===================================================================
--- trunk/source/io/WKBReader.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/WKBReader.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKBReader.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #include <geos/io/WKBReader.h>

Modified: trunk/source/io/WKBWriter.cpp
===================================================================
--- trunk/source/io/WKBWriter.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/WKBWriter.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKBWriter.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #include <geos/io/WKBWriter.h>

Modified: trunk/source/io/WKTReader.cpp
===================================================================
--- trunk/source/io/WKTReader.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/WKTReader.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKTReader.java rev. 1.1 (JTS-1.7)
+ *
  **********************************************************************/
 
 #include <geos/io/WKTReader.h>

Modified: trunk/source/io/WKTWriter.cpp
===================================================================
--- trunk/source/io/WKTWriter.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/WKTWriter.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: io/WKTWriter.java rev. 1.34 (JTS-1.7)
+ *
  **********************************************************************/
 
 #include <geos/io/WKTWriter.h>

Modified: trunk/source/io/Writer.cpp
===================================================================
--- trunk/source/io/Writer.cpp	2009-06-15 13:19:35 UTC (rev 2578)
+++ trunk/source/io/Writer.cpp	2009-06-15 14:03:52 UTC (rev 2579)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: ORIGINAL WORK to be used like java.io.Writer
+ *
  **********************************************************************/
 
 #include <geos/io/Writer.h>



More information about the geos-commits mailing list