Class SimpleGMLReader

java.lang.Object
com.vividsolutions.jump.util.io.SimpleGMLReader

public class SimpleGMLReader extends Object
Provides an easy way to read spatial data from a GML document. Attributes are not read. Simply pass in a Reader on the GML, and the names of the various tags. A List of Geometries will be returned. Notice : currently, this class is only used in jumptest
  • Constructor Details

    • SimpleGMLReader

      public SimpleGMLReader()
  • Method Details