com.vividsolutions.jump.workbench.ui.plugin
Class LayerStatisticsPlugIn.LayerStatistics

java.lang.Object
  extended by com.vividsolutions.jump.workbench.ui.plugin.LayerStatisticsPlugIn.LayerStatistics
Enclosing class:
LayerStatisticsPlugIn

public class LayerStatisticsPlugIn.LayerStatistics
extends java.lang.Object


Constructor Summary
LayerStatisticsPlugIn.LayerStatistics()
           
 
Method Summary
 void addFeature(int coordCount, int holeCount, int compCount, double area, double length)
           
 double avgArea()
           
 double avgComp()
           
 double avgCoord()
           
 double avgHoles()
           
 double avgLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerStatisticsPlugIn.LayerStatistics

public LayerStatisticsPlugIn.LayerStatistics()
Method Detail

addFeature

public void addFeature(int coordCount,
                       int holeCount,
                       int compCount,
                       double area,
                       double length)

avgCoord

public double avgCoord()

avgHoles

public double avgHoles()

avgComp

public double avgComp()

avgArea

public double avgArea()

avgLength

public double avgLength()