com.vividsolutions.jts.io.gml2 |
JTS IO: Java Topology Suite IO Library
Classes to read and write the GML2 geometry format.
|
Java Source File Name | Type | Comment |
GeometryStrategies.java | Class | Container for GML2 Geometry parsing strategies which can be represented in JTS. |
GMLConstants.java | Class | This class encapsualtes a collection of parsable GML tag names. |
GMLHandler.java | Class | When you encounter some GML Geometry elements, you may either delegate the events to this handler.
This handler ignores both namespaces and prefixes. |
GMLReader.java | Class | Reads the gml geometry(s) from the user specified xml fragment into a JTS geometry. |
GMLReaderTestCase.java | Class | |
GMLWriter.java | Class | Writes JTS Geometries as GML2 into the writer provided, or as a string.
author: David Zwiers, Vivid Solutions. |
StaticLineStringTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiLineStringTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiPointTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticMultiPolygonTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticPointTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
StaticPolygonTest.java | Class | Does round trip testing by creating the oracle object, then decoding it. |
WritingTestCase.java | Class | Abstract Test Case. |