|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoFilter | |
---|---|
com.metsci.glimpse.charts.vector.iteration |
Uses of GeoFilter in com.metsci.glimpse.charts.vector.iteration |
---|
Classes in com.metsci.glimpse.charts.vector.iteration that implement GeoFilter | |
---|---|
class |
GeoAttributeExistanceFilter<V extends GeoObject>
This class will filter for geo objects that have a given attribute |
class |
GeoCompoundFilter<V extends GeoObject>
A filter that combines multiple filters to act as one. |
class |
GeoFilterByFeatureCode<V extends GeoObject>
A filter for filtering geoobjects by feature type |
class |
GeoIntAttributeFilter<V extends GeoObject>
Filters GeoObjects for a given int attribute value against a given comparison value and operator (<, <=, =, >=, >). |
Methods in com.metsci.glimpse.charts.vector.iteration with parameters of type GeoFilter | |
---|---|
void |
GeoStreamIterator.addFilter(GeoFilter<V> filter)
|
GeoCompoundFilter<V> |
GeoCompoundFilter.addFilter(GeoFilter<V> filter)
|
void |
GeoRecordListForStream.applyFilter(GeoFilter<V> filter,
boolean clobber)
|
void |
GeoFilterableRecordList.applyFilter(GeoFilter<V> filter,
boolean clobber)
|
Constructors in com.metsci.glimpse.charts.vector.iteration with parameters of type GeoFilter | |
---|---|
GeoCompoundFilter(GeoFilter<V> filter)
|
|
GeoCompoundFilter(GeoFilter<V> filter,
GeoFilter<V> filter2)
|
|
GeoCompoundFilter(GeoFilter<V> filter,
GeoFilter<V> filter2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |