Class GMLReader
java.lang.Object
org.gvsig.fmap.dal.store.simplereader.simplereaders.AbstractSimpleReader
org.gvsig.fmap.dal.store.gml.simplereaders.GMLReader
- All Implemented Interfaces:
Closeable,AutoCloseable,org.gvsig.fmap.dal.store.simplereader.AutomaticDetectionOfTypes.Rows,org.gvsig.fmap.dal.store.simplereader.simplereaders.SimpleReader
public class GMLReader
extends org.gvsig.fmap.dal.store.simplereader.simplereaders.AbstractSimpleReader
- Author:
- gvSIG Team
-
Constructor Details
-
GMLReader
- Throws:
IOException
-
-
Method Details
-
getHeader
- Throws:
IOException
-
getColumnsCount
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
close
- Throws:
IOException
-
skip
- Throws:
IOException
-
getLine
public int getLine() -
nextRowValues
-
getVirtualRows
public org.gvsig.tools.util.GetItemWithSize64<List<String>> getVirtualRows(org.gvsig.tools.task.SimpleTaskStatus status) - Overrides:
getVirtualRowsin classorg.gvsig.fmap.dal.store.simplereader.simplereaders.AbstractSimpleReader
-