Commit 227b6817 authored by duminil's avatar duminil
Browse files

RegionChooser: Logger.

parent 404a6f08
...@@ -18,14 +18,13 @@ ...@@ -18,14 +18,13 @@
import com.ximpleware.VTDNav; import com.ximpleware.VTDNav;
import com.ximpleware.XPathEvalException; import com.ximpleware.XPathEvalException;
import com.ximpleware.XPathParseException; import com.ximpleware.XPathParseException;
import sun.misc.Launcher;
public class RegionExtractor public class RegionExtractor
{ {
static private WKTReader wktReader = new WKTReader(); static private WKTReader wktReader = new WKTReader();
private static final Logger LOGGER = Logger.getLogger(Launcher.class.getName()); private static final Logger LOGGER = Logger.getLogger(RegionExtractor.class.getName());
static public StringBuffer selectRegionDirectlyFromCityGML(Path citygmlPath, String wktPolygon, String srsName) static public StringBuffer selectRegionDirectlyFromCityGML(Path citygmlPath, String wktPolygon, String srsName)
throws SAXParseException, XMLStreamException, ParseException, XPathParseException, NavException, throws SAXParseException, XMLStreamException, ParseException, XPathParseException, NavException,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment