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

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

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

SeLayer inner class that retrieves the spatial index statistics for a layer.


Method Summary
 java.lang.String getColumnName()
          Returns the spatial coulmn name.
 SeLayer.SeLayerGridStats[] getGrids()
          Returns individual grid statistics.
 int getNumGrids()
          Returns the number of spatial index grids.
 java.lang.String getTableName()
          Returns the spatial table name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTableName

public java.lang.String getTableName()
Returns the spatial table name.

Returns:
String

getColumnName

public java.lang.String getColumnName()
Returns the spatial coulmn name.

Returns:
String

getNumGrids

public int getNumGrids()
Returns the number of spatial index grids.

Returns:
int

getGrids

public SeLayer.SeLayerGridStats[] getGrids()
Returns individual grid statistics.

Returns:
SeLayerGridStats[]