Uses of Class
org.geotools.index.DataDefinition

Packages that use DataDefinition
org.geotools.index   
org.geotools.index.rtree   
org.geotools.index.rtree.cachefs   
org.geotools.index.rtree.database   
org.geotools.index.rtree.fs   
org.geotools.index.rtree.memory   
 

Uses of DataDefinition in org.geotools.index
 

Methods in org.geotools.index that return DataDefinition
 DataDefinition Data.getDefinition()
          Return the KeyDefinition
 

Constructors in org.geotools.index with parameters of type DataDefinition
Data(DataDefinition def)
          DOCUMENT ME!
 

Uses of DataDefinition in org.geotools.index.rtree
 

Fields in org.geotools.index.rtree declared as DataDefinition
protected  DataDefinition PageStore.def
           
 

Methods in org.geotools.index.rtree that return DataDefinition
 DataDefinition RTree.getDataDefinition()
           
 DataDefinition PageStore.getDataDefinition()
          DOCUMENT ME!
 

Constructors in org.geotools.index.rtree with parameters of type DataDefinition
PageStore(DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg)
          DOCUMENT ME!
 

Uses of DataDefinition in org.geotools.index.rtree.cachefs
 

Methods in org.geotools.index.rtree.cachefs that return DataDefinition
 DataDefinition FileSystemPageStore.getDataDefinition()
           
 DataDefinition Parameters.getDataDef()
          DOCUMENT ME!
 

Methods in org.geotools.index.rtree.cachefs with parameters of type DataDefinition
 void Parameters.setDataDef(DataDefinition definition)
          DOCUMENT ME!
 

Constructors in org.geotools.index.rtree.cachefs with parameters of type DataDefinition
FileSystemPageStore(java.io.File file, DataDefinition def)
          Create and index with default values, if the file exists then a TreeException will be thrown.
FileSystemPageStore(java.io.File file, DataDefinition def, int cacheSize)
          Create and index with default values, if the file exists then a TreeException will be thrown.
FileSystemPageStore(java.io.File file, DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg)
          Create and index with the specified values, if the file exists then a TreeException will be thrown.
FileSystemPageStore(java.io.File file, DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg, int cacheSize)
          Create and index with the specified values, if the file exists then a TreeException will be thrown.
 

Uses of DataDefinition in org.geotools.index.rtree.database
 

Methods in org.geotools.index.rtree.database that return DataDefinition
 DataDefinition DatabasePageStore.getDataDefinition()
           
 

Constructors in org.geotools.index.rtree.database with parameters of type DataDefinition
DatabasePageStore(javax.sql.DataSource ds, Dialect dialect, java.lang.String rtreeName, DataDefinition def)
          Constructor
DatabasePageStore(javax.sql.DataSource ds, Dialect dialect, java.lang.String rtreeName, DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg)
          Constructor
 

Uses of DataDefinition in org.geotools.index.rtree.fs
 

Methods in org.geotools.index.rtree.fs that return DataDefinition
 DataDefinition FileSystemPageStore.getDataDefinition()
           
 DataDefinition Parameters.getDataDef()
          DOCUMENT ME!
 

Methods in org.geotools.index.rtree.fs with parameters of type DataDefinition
 void Parameters.setDataDef(DataDefinition definition)
          DOCUMENT ME!
 

Constructors in org.geotools.index.rtree.fs with parameters of type DataDefinition
FileSystemPageStore(java.io.File file, DataDefinition def)
          DOCUMENT ME!
FileSystemPageStore(java.io.File file, DataDefinition def, int maxNodeEntries, int minNodeEntries, short splitAlg)
          Create and index with the specified values, if the file exists then an RTreeException will be thrown.
 

Uses of DataDefinition in org.geotools.index.rtree.memory
 

Constructors in org.geotools.index.rtree.memory with parameters of type DataDefinition
MemoryPageStore(DataDefinition def)
           
MemoryPageStore(DataDefinition def, int max, int min, short split)
           
 



Copyright © GeoTools. All Rights Reserved.