org.shapelogic.polygon
Interface PolygonImprover

All Superinterfaces:
Calc0<Polygon>, CalcInvoke<Polygon>, CalcValue<Polygon>, LazyCalc<Polygon>

Deprecated.

@Deprecated
public interface PolygonImprover
extends CalcInvoke<Polygon>

Create an new improved polygon from an old polygon Use the Improver interface instead

Author:
Sami Badawi

Method Summary
 Polygon getInputPolygon()
          Deprecated.  
 Polygon getOutputPolygon()
          Deprecated.  
 
Methods inherited from interface org.shapelogic.calculation.LazyCalc
isDirty, setup
 
Methods inherited from interface org.shapelogic.calculation.CalcValue
getValue
 
Methods inherited from interface org.shapelogic.calculation.Calc0
invoke
 

Method Detail

getInputPolygon

Polygon getInputPolygon()
Deprecated. 

getOutputPolygon

Polygon getOutputPolygon()
Deprecated. 


Copyright © 2009. All Rights Reserved.