public class ST_GeomFromGML
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static org.locationtech.jts.geom.GeometryFactory |
gf |
| Constructor and Description |
|---|
ST_GeomFromGML() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toGeometry(String gmlFile)
Read the GML representation
|
static org.locationtech.jts.geom.Geometry |
toGeometry(String gmlFile,
int srid)
Read the GML representation with a specified SRID
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toGeometry(String gmlFile) throws SAXException, IOException, ParserConfigurationException
gmlFile - SAXExceptionIOExceptionParserConfigurationExceptionpublic static org.locationtech.jts.geom.Geometry toGeometry(String gmlFile, int srid) throws SAXException, IOException, ParserConfigurationException
gmlFile - srid - SAXExceptionIOExceptionParserConfigurationExceptionCopyright © 2019 CNRS. All rights reserved.