com.metsci.glimpse.charts.vector.parser
Class MetsciGeoReader<V extends GeoObject>

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

public class MetsciGeoReader<V extends GeoObject>
extends java.lang.Object
implements GeoReader<V>

Author:
Cunningham

Constructor Summary
MetsciGeoReader(StreamToGeoObjectConverter<V> loader, java.io.InputStream stream)
           
MetsciGeoReader(StreamToGeoObjectConverter<V> loader, java.lang.String resourceName)
           
 
Method Summary
static MetsciGeoReader<DNCObject> createDNCReader(java.lang.String resourceName)
           
static MetsciGeoReader<ENCObject> createENCReader(java.lang.String resourceName)
           
 java.util.Collection<V> getCollection()
           
 GeoFilterableRecordList<V> getGeoFilterableRecordList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetsciGeoReader

public MetsciGeoReader(StreamToGeoObjectConverter<V> loader,
                       java.lang.String resourceName)
                throws java.io.IOException
Throws:
java.io.IOException

MetsciGeoReader

public MetsciGeoReader(StreamToGeoObjectConverter<V> loader,
                       java.io.InputStream stream)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

createENCReader

public static MetsciGeoReader<ENCObject> createENCReader(java.lang.String resourceName)
                                                  throws java.io.IOException
Throws:
java.io.IOException

createDNCReader

public static MetsciGeoReader<DNCObject> createDNCReader(java.lang.String resourceName)
                                                  throws java.io.IOException
Throws:
java.io.IOException

getGeoFilterableRecordList

public GeoFilterableRecordList<V> getGeoFilterableRecordList()
Specified by:
getGeoFilterableRecordList in interface GeoReader<V extends GeoObject>

getCollection

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


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