net.refractions.udig.tool.edit
Class CurrentShapeTypePropertyValue

java.lang.Object
  extended by net.refractions.udig.tool.edit.CurrentShapeTypePropertyValue

public class CurrentShapeTypePropertyValue
extends java.lang.Object

Returns true if the current editGeom, see EditToolHandler.getCurrentGeom() matches the type of the value passed. Legal values are POLYGON, LINE, POINT, UNKNOWN

Since:
1.1.0
Author:
Jesse

Constructor Summary
CurrentShapeTypePropertyValue()
           
 
Method Summary
 void addListener(IOpFilterListener listener)
           
 boolean canCacheResult()
           
 boolean isBlocking()
           
 boolean isTrue(java.lang.Object object, java.lang.String value)
           
 void removeListener(IOpFilterListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentShapeTypePropertyValue

public CurrentShapeTypePropertyValue()
Method Detail

isTrue

public boolean isTrue(java.lang.Object object,
                      java.lang.String value)

addListener

public void addListener(IOpFilterListener listener)

canCacheResult

public boolean canCacheResult()

isBlocking

public boolean isBlocking()

removeListener

public void removeListener(IOpFilterListener listener)