com.metsci.glimpse.charts.vector.iteration
Class GeoAttributeExistanceFilter<V extends GeoObject>

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.iteration.GeoAttributeExistanceFilter<V>
All Implemented Interfaces:
GeoFilter<V>

public class GeoAttributeExistanceFilter<V extends GeoObject>
extends java.lang.Object
implements GeoFilter<V>

This class will filter for geo objects that have a given attribute

Author:
Cunningham

Constructor Summary
GeoAttributeExistanceFilter(GeoAttributeType attributeKey)
           
 
Method Summary
 boolean passGeoFilter(GeoObject geoObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoAttributeExistanceFilter

public GeoAttributeExistanceFilter(GeoAttributeType attributeKey)
Method Detail

passGeoFilter

public boolean passGeoFilter(GeoObject geoObject)
Specified by:
passGeoFilter in interface GeoFilter<V extends GeoObject>


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