Package org.geotools.tpk
Class TPKBundle
Object
TPKBundle
A zoom level consists of 1 or more bundles A bundle is physically always 128 columns by 128 rows but may be
 "logically" smaller (ie it doesn't necessarily have data for each row/column)
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassThis object is used to manage the bundle data file and the bundle index file.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionlonglonglonglonglonglong
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninBundle(long column, long row) Predicate function to determine if the column,row coordinates are contained in the "coverage" of this bundlevoid
- 
Field Details- 
bundleData
- 
bundleIndx
- 
baseRowpublic long baseRow
- 
baseColumnpublic long baseColumn
- 
minRowpublic long minRow
- 
maxRowpublic long maxRow
- 
minColumnpublic long minColumn
- 
maxColumnpublic long maxColumn
 
- 
- 
Constructor Details- 
TPKBundle
 
- 
- 
Method Details- 
releaseResourcespublic void releaseResources()
- 
inBundlepublic boolean inBundle(long column, long row) Predicate function to determine if the column,row coordinates are contained in the "coverage" of this bundle- Parameters:
- column- -- column number
- row- -- row number
- Returns:
- -- true if tile at column,row is in this bundle otherwise false
 
 
-