Uses of Class
com.vividsolutions.jump.io.ParseException

Packages that use ParseException
com.vividsolutions.jump.io   
com.vividsolutions.jump.workbench.driver   
 

Uses of ParseException in com.vividsolutions.jump.io
 

Methods in com.vividsolutions.jump.io that throw ParseException
 java.lang.String GMLInputTemplate.columnName(int index)
          Returns the column name for the 'index'th column.
 GMLOutputTemplate FMEGMLWriter.createOutputTemplate(FeatureSchema fs)
          Makes a GMLOutputTemplate from a featureSchema.
 java.lang.Object GMLInputTemplate.getColumnValue(int index, java.lang.String tagBody, org.xml.sax.Attributes xmlAtts)
          Given a ColumnDescription index, the XML tagBody, and the tag's attributes, return the actual value (it could be an attribute or the tag's body).
 java.lang.String GMLInputTemplate.getFeatureCollectionElementName()
          Get the name of the FeatureCollectionElement tag
 java.lang.String GMLInputTemplate.getFeatureElementName()
          Get the name of the FeatureElement tag
 GMLInputTemplate FMEGMLReader.getGMLInputTemplate(java.io.Reader r, java.lang.String fname)
          Parse the input file and make a GMLInputTemplate out of it
 void GMLInputTemplate.load(java.io.Reader r)
          Helper function - load a GMLInputTemplate file with the stream name "Unknown Stream"
 void GMLInputTemplate.load(java.io.Reader r, java.lang.String readerName)
          Main function - load in an XML file.
 int GMLInputTemplate.match(java.lang.String XMLtagName, org.xml.sax.Attributes xmlAtts)
          Given a tag name and its XML attributes, find the index of the column it belongs to.
 FeatureSchema GMLInputTemplate.toFeatureSchema()
          Converts this GMLInputTemplate to a feature schema.
 

Uses of ParseException in com.vividsolutions.jump.workbench.driver
 

Methods in com.vividsolutions.jump.workbench.driver that throw ParseException
 void JMLFileInputDriver.input(LayerManager layerManager, java.lang.String categoryName)
           
 void ShapeFileInputDriver.input(LayerManager layerManager, java.lang.String categoryName)
           
 void ShapeFileInputDriver.input(LayerManager layerManager, java.lang.String categoryName)
           
 void FMEFileInputDriver.input(LayerManager layerManager, java.lang.String categoryName)
           
 void WKTFileInputDriver.input(LayerManager layerManager, java.lang.String categoryName)
           
 void ShapefileOutputDriver.output(Layer layer)
           
 void FMEFileOutputDriver.output(Layer layer)
           
 void JMLFileOutputDriver.output(Layer layer)