Package org.locationtech.jts.io.gml2
Classes to read and write the GML2 geometry format.
-
Class Summary Class Description GeometryStrategies Container for GML2 Geometry parsing strategies which can be represented in JTS.GMLConstants Various constant strings associated with GML format.GMLHandler A SAXDefaultHandler
which buildsGeometry
s from GML2-formatted geometries.GMLReader Reads a GML2 geometry from an XML fragment into aGeometry
.GMLWriter WritesGeometry
s as XML fragments in GML2 format.