es.unex.sextante.dataObjects.vectorFilters
Class VectorShapeTypeFilter

java.lang.Object
  extended by es.unex.sextante.dataObjects.vectorFilters.VectorShapeTypeFilter
All Implemented Interfaces:
IVectorLayerFilter

public class VectorShapeTypeFilter
extends java.lang.Object
implements IVectorLayerFilter


Constructor Summary
VectorShapeTypeFilter(int iShapeType)
          Creates a new filter
 
Method Summary
 int getShapeType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorShapeTypeFilter

public VectorShapeTypeFilter(int iShapeType)
Creates a new filter

Parameters:
iShapeType - the type of shape that passes the filter. Use the constants defined in IVectorLayer
Method Detail

getShapeType

public int getShapeType()