public class GeometryConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static double |
LINEARIZATION_TOLERANCE_MULTIPLIER |
protected static org.apache.commons.logging.Log |
log |
protected static int |
SRID |
| Constructor and Description |
|---|
GeometryConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.MultiLineString |
convertMultiLineStringGeometry(Element geometry) |
com.vividsolutions.jts.geom.MultiPolygon |
convertMultiPolygonGeometry(Element geometry) |
protected static final org.apache.commons.logging.Log log
protected static final double LINEARIZATION_TOLERANCE_MULTIPLIER
protected static final int SRID
public com.vividsolutions.jts.geom.MultiPolygon convertMultiPolygonGeometry(Element geometry) throws IOException, ParserConfigurationException, SAXException, TransformerException
public com.vividsolutions.jts.geom.MultiLineString convertMultiLineStringGeometry(Element geometry) throws IOException, SAXException, ParserConfigurationException, TransformerException
Copyright © 2018. All rights reserved.