org.gcube.indexmanagement.featureindexlibrary.vafile.io
Class VectorFileReader

java.lang.Object
  extended by org.gcube.indexmanagement.featureindexlibrary.vafile.io.VectorFileReader

public class VectorFileReader
extends Object

Vector File Reader

Author:
UoA

Constructor Summary
VectorFileReader(VAFileParams params)
          Creates a new instance
 
Method Summary
 void close()
          Closes
 VectorFileEntryInfo getNext()
          reads next entry
 void open()
          Opens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorFileReader

public VectorFileReader(VAFileParams params)
                 throws Exception
Creates a new instance

Parameters:
params - The VAFile header params
Throws:
Exception - An error
Method Detail

open

public void open()
          throws Exception
Opens

Throws:
Exception - An error

getNext

public VectorFileEntryInfo getNext()
reads next entry

Returns:
The entry

close

public void close()
           throws Exception
Closes

Throws:
Exception - An error


Copyright © 2013. All Rights Reserved.