Package com.metsci.glimpse.charts.vector.iteration

Interface Summary
GeoFilter<V extends GeoObject> Simple filter for filtering GeoObjects
GeoFilterableRecordList<V extends GeoObject>  
GeoObjectIterator<V extends GeoObject>  
GeoRecordList<V extends GeoObject>  
StreamToGeoObjectConverter<V extends GeoObject> Given a DataInputStream, implementing classes will parse the stream for geoobjects of their underlying type.
 

Class Summary
DNCComparatorByFeatureName Compare DNCObjects by feature code name alphabetically
DNCObjectLoader Given a DataInputStream, this class will parse the next DNCObject
ENCObjectLoader Given a DataInputStream, this class will parse the next DNCObject
GeoAttributeExistanceFilter<V extends GeoObject> This class will filter for geo objects that have a given attribute
GeoCompoundFilter<V extends GeoObject> A filter that combines multiple filters to act as one.
GeoFilterByFeatureCode<V extends GeoObject> A filter for filtering geoobjects by feature type
GeoFilterByFeatureCode.ENCFilterBuilder  
GeoIntAttributeFilter<V extends GeoObject> Filters GeoObjects for a given int attribute value against a given comparison value and operator (<, <=, =, >=, >).
GeoRecordListForStream<V extends GeoObject> An "ArrayList" of GeoObjects with filtering capabilities.
GeoStreamIterator<V extends GeoObject> Given single or multiple streams of geo objects, this class will iterate over every GeoObject in those streams.
 

Enum Summary
GeoIntAttributeFilter.Operator  
 

Exception Summary
UncheckedIOException  
 



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