|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Parameters.getDataDef()
DOCUMENT ME! |
DataDefinition |
FileSystemPageStore.getDataDefinition()
|
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(File file,
DataDefinition def)
Create and index with default values, if the file exists then a TreeException will be thrown. |
|
FileSystemPageStore(File file,
DataDefinition def,
int cacheSize)
Create and index with default values, if the file exists then a TreeException will be thrown. |
|
FileSystemPageStore(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(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(DataSource ds,
Dialect dialect,
String rtreeName,
DataDefinition def)
Constructor |
|
DatabasePageStore(DataSource ds,
Dialect dialect,
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 |
Parameters.getDataDef()
DOCUMENT ME! |
DataDefinition |
FileSystemPageStore.getDataDefinition()
|
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(File file,
DataDefinition def)
DOCUMENT ME! |
|
FileSystemPageStore(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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |