# PostGIS Makefile
# (C) 2004 Paul Ramsey, pramsey@refractions.net
-# (C) 2005 Markus Schaber, schabios@logi-track.com
+# (C) 2005 Markus Schaber, markus@schabi.de
# (C) 2005 Sandro Santilli, strk@refractions.net
# (C) 2005 Alex Bodnaru, alexbodn@012.net.il
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* Binary Parser for JTS - relies on org.postgis V1.0.0+ package.
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* (bytes), so we cannot even get or build Geometries with more than approx.
* 2^28 coordinates (8 bytes each).
*
- * @author markus.schaber@logi-track.com
+ * @author Markus Schaber <markus@schabi.de>
*
*/
public class JtsBinaryParser {
* Wrapper for PostgreSQL JDBC driver to allow transparent reading and writing
* of JTS geometries
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Allows transparent usage of JTS Geometry classes via PostgreSQL JDBC driver
* connected to a PostGIS enabled PostgreSQL server.
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* adds the JTS/PostGIS Data types to a PG Connection.
*/
public static void addGISTypes(PGConnection pgconn) {
- pgconn.addDataType("geometry", "com.logitrack.gis.util.JtsGeometry");
+ pgconn.addDataType("geometry", "org.postgis.jts.JtsGeometry");
pgconn.addDataType("box3d", "org.postgis.PGbox3d");
//pgconn.addDataType("geometry",
- // com.logitrack.gis.util.JtsGeometry.class);
+ // org.postgis.jts.JtsGeometry.class);
//pgconn.addDataType("box3d", org.postgis.PGbox3d.class);
}
* Allows transparent usage of JTS Geometry classes via PostgreSQL JDBC driver
* connected to a PostGIS enabled PostgreSQL server.
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* implementation, set the driver class property in the datasource config, the
* following works for jboss:
*
- * <driver-class>com.logitrack.gis.util.PostGisWrapper</driver-class>
+ * <driver-class>org.postgis.jts.PostGisWrapper</driver-class>
*
* @author schabi
*
// Use the following for PostgreSQL jdbc driver V8.0 or newer
// The above way still works, but is deprecated.
// pgconn.addDataType("geometry",
- // com.logitrack.gis.util.JtsGeometry.class);
+ // org.postgis.jts.JtsGeometry.class);
}
/**
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* PostGIS extension for PostgreSQL JDBC driver - example and test classes
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* PostGIS extension for PostgreSQL JDBC driver - example and test classes
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* PostGIS extension for PostgreSQL JDBC driver - Wrapper utility class
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* are deprecated in pgjdbc 8.0, see the commented code variants in the
* addGisTypes() method.
*
- * @author Markus Schaber <schabios@logi-track.com>
+ * @author Markus Schaber <markus@schabi.de>
*
*/
public class DriverWrapper extends Driver {
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* (C) 2004 Paul Ramsey, pramsey@refractions.net
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* PostGIS extension for PostgreSQL JDBC driver - current version identification
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* PostGIS extension for PostgreSQL JDBC driver - Binary Parser
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* (bytes), so we cannot even get or build Geometries with more than approx.
* 2^28 coordinates (8 bytes each).
*
- * @author markus.schaber@logi-track.com
+ * @author Markus Schaber <markus@schabi.de>
*
*/
public class BinaryParser {
*
* PostGIS extension for PostgreSQL JDBC driver - Binary Parser
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
*
* PostGIS extension for PostgreSQL JDBC driver - Binary Parser
*
- * (C) 2005 Markus Schaber, schabios@logi-track.com
+ * (C) 2005 Markus Schaber, markus@schabi.de
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* the pgjdbc 7.2 binary jar which both are licensed under BSD license.
*
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
- * Copyright (c) 2005 Markus Schaber <schabios@logi-track.com>
+ * Copyright (c) 2005 Markus Schaber <markus@schabi.de>
*
* IDENTIFICATION
* $PostgreSQL: pgjdbc/org/postgresql/PGConnection.java,v 1.13 2005/01/17 09:51:40 jurka Exp $
* under BSD license.
*
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
- * Copyright (c) 2005 Markus Schaber <schabios@logi-track.com>
+ * Copyright (c) 2005 Markus Schaber <markus@schabi.de>
*
* IDENTIFICATION
* $PostgreSQL: pgjdbc/org/postgresql/PGConnection.java,v 1.13 2005/01/17 09:51:40 jurka Exp $