Revision: 4367
http://sourceforge.net/p/jump-pilot/code/4367
Author: michaudm
Date: 2015-04-01 06:37:19 +0000 (Wed, 01 Apr 2015)
Log Message:
-----------
Get rid of System.out.println in GMLReader
Modified Paths:
--------------
core/trunk/src/com/vividsolutions/jump/io/GMLReader.java
Modified: core/trunk/src/com/vividsolutions/jump/io/GMLReader.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/io/GMLReader.java 2015-04-01
06:35:31 UTC (rev 4366)
+++ core/trunk/src/com/vividsolutions/jump/io/GMLReader.java 2015-04-01
06:37:19 UTC (rev 4367)
@@ -415,7 +415,7 @@
}
}
- System.out.println("wrap-element: " + qName);
+ //System.out.println("wrap-element: " + qName);
// finalize geometry and add to feature
if (GMLinput.isGeometryElement(qName)) {
tagBody = new StringBuffer();
@@ -454,7 +454,7 @@
}
- System.out.println("geom-element: " + qName);
+ //System.out.println("geom-element: " + qName);
// these correspond to <coord><X>0.0</X><Y>0.0</Y></coord>
if ((qName.compareToIgnoreCase("X") == 0)
|| (qName.compareToIgnoreCase("gml:X") == 0)) {
@@ -526,7 +526,7 @@
Geometry g = currentFeature.getGeometry();
if (g != null) {
- System.out.println(g.toString());
+ //System.out.println(g.toString());
}
throw new ParseException("no geometry specified in feature");
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel