Uses of Class
com.vividsolutions.jump.io.ParseException
Packages that use ParseException
-
Uses of ParseException in com.vividsolutions.jump.io
Methods in com.vividsolutions.jump.io that throw ParseExceptionModifier and TypeMethodDescriptionGMLInputTemplate.columnName(int index) Returns the column name for the 'index'th column.GMLInputTemplate.getColumnValue(int index, String tagBody, 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).GMLInputTemplate.getFeatureCollectionElementName()Get the name of the FeatureCollectionElement tagGMLInputTemplate.getFeatureElementName()Get the name of the FeatureElement tagFMEGMLReader.getGMLInputTemplate(InputStream inputStream, String fname) Parse the input file and make a GMLInputTemplate out of itvoidGMLInputTemplate.load(InputStream is) Helper function - load a GMLInputTemplate file with the stream name "Unknown Stream"voidDeprecated.use load(InputStream is, String readerName) insteadvoidMain function - load in an XML file.intGMLInputTemplate.match(String XMLtagName, Attributes xmlAtts) Given a tag name and its XML attributes, find the index of the column it belongs to.
Returns -1 if it doesnt match any of the columns.GMLInputTemplate.toFeatureSchema()Converts this GMLInputTemplate to a feature schema.