com.metsci.glimpse.charts.vector.parser
Class MetsciGeoReader<V extends GeoObject>
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.