com.esri.sde.sdk.client
Class SeLayer.SeLayerGridStats

java.lang.Object
  extended by com.esri.sde.sdk.client.SeLayer.SeLayerGridStats
Enclosing class:
SeLayer

public static class SeLayer.SeLayerGridStats
extends java.lang.Object

SeLayer inner class that retrieves the spatial index grid statistics.


Method Summary
 SeObjectId getFeature()
          Returns the features indexed by this grid level.
 int getFeaturesInside()
          Returns features wholly inside one grid cell.
 int getGridCells()
          Returns number grid cells in this level.
 int[] getGroupCounts()
          Returns Index record count by group: <=4, >4, >10, >25, >50, >100, >250, >500.
 int getIndexRecords()
          Returns index records in this grid level.
 int getMaxFPG()
          Returns maximum number of features per grid cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFeature

public SeObjectId getFeature()
Returns the features indexed by this grid level.

Returns:
SeObjectId

getIndexRecords

public int getIndexRecords()
Returns index records in this grid level.

Returns:
int

getGroupCounts

public int[] getGroupCounts()
Returns Index record count by group: <=4, >4, >10, >25, >50, >100, >250, >500.

Returns:
int[]

getMaxFPG

public int getMaxFPG()
Returns maximum number of features per grid cell.

Returns:
int

getGridCells

public int getGridCells()
Returns number grid cells in this level.

Returns:
int

getFeaturesInside

public int getFeaturesInside()
Returns features wholly inside one grid cell.

Returns:
int