Interface GeopackageIndexManager

All Known Implementing Classes:
GeopackageIndexManagerImpl

public interface GeopackageIndexManager
Author:
jjdelcerro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkGeometryIndexes(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, String tablename, org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor attr)
     
    getGeometryIndex(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor attr)
     
  • Method Details

    • getGeometryIndex

      GeopackageIndex getGeometryIndex(org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor attr)
    • checkGeometryIndexes

      void checkGeometryIndexes(org.gvsig.fmap.dal.store.jdbc2.JDBCConnection conn, String tablename, org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor attr)