Package com.vividsolutions.jump.io
Class JMLReader
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- com.vividsolutions.jump.io.GMLReader
-
- com.vividsolutions.jump.io.JMLReader
-
- All Implemented Interfaces:
JUMPReader
,TaskMonitorSupport
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
public class JMLReader extends GMLReader
JMLReader is aJUMPReader
specialized to read JML.This is a simple class that passes the work off to the
GMLReader
class which already has support for auto-generating a JML input template (seeGMLInputTemplate
).DataProperties for the JMLReader load(DataProperties) interface:
Parameter Meaning File or DefaultValue File name for the input JML file CompressedFile File name (a .zip or .gz) with a .jml/.xml/.gml inside (specified by File) CompressedFileTemplate File name (.zip or .gz) with the input template in (specified by InputTemplateFile)
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.io.GMLReader
multiItemsAsLists
-
-
Constructor Summary
Constructors Constructor Description JMLReader()
-
Method Summary
-
Methods inherited from class com.vividsolutions.jump.io.GMLReader
acceptSRID, addException, addParseException, characters, endDocument, endElement, error, fatalError, getExceptions, getTaskMonitor, processMultiItems, read, read, read, setDocumentLocator, setInputTemplate, setTaskMonitor, startDocument, startElement, warning
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl
-
-