Commit a750a04e authored by duminil's avatar duminil
Browse files

RegionChooser: doc.

parent f3f5c798
...@@ -89,7 +89,7 @@ static public StringBuffer selectRegionDirectlyFromCityGML(Path citygmlPath, Str ...@@ -89,7 +89,7 @@ static public StringBuffer selectRegionDirectlyFromCityGML(Path citygmlPath, Str
* @return CityGML Header with an updated envelope * @return CityGML Header with an updated envelope
*/ */
private static String replaceEnvelopeInHeader(String header, Envelope envelope, String srsName) { private static String replaceEnvelopeInHeader(String header, Envelope envelope, String srsName) {
//NOTE: Sorry for using a regex to parse XML. The header in itself isn't correct, so this looked like the easiest solution. //NOTE: Sorry for using a regex to parse XML. The header in itself isn't a valid XML, so this looked like the easiest solution.
double zMin = 0; double zMin = 0;
double zMax = 0; double zMax = 0;
Pattern boundedByPattern = Pattern.compile( Pattern boundedByPattern = Pattern.compile(
......
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