com.metsci.glimpse.charts.vector.parser
Class MetsciENCReader

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.MetsciENCReader
All Implemented Interfaces:
GeoReader<ENCObject>

public class MetsciENCReader
extends java.lang.Object
implements GeoReader<ENCObject>


Constructor Summary
MetsciENCReader(java.io.InputStream stream)
           
MetsciENCReader(java.lang.String resourceName)
           
 
Method Summary
 java.util.Collection<ENCObject> getCollection()
           
 GeoFilterableRecordList<ENCObject> getGeoFilterableRecordList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetsciENCReader

public MetsciENCReader(java.lang.String resourceName)
                throws java.io.IOException
Throws:
java.io.IOException

MetsciENCReader

public MetsciENCReader(java.io.InputStream stream)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getGeoFilterableRecordList

public GeoFilterableRecordList<ENCObject> getGeoFilterableRecordList()
Specified by:
getGeoFilterableRecordList in interface GeoReader<ENCObject>

getCollection

public java.util.Collection<ENCObject> getCollection()
Specified by:
getCollection in interface GeoReader<ENCObject>


Copyright © 2012 Metron, Inc.. All Rights Reserved.