public class TPKBundle extends Object
Modifier and Type | Class and Description |
---|---|
class |
TPKBundle.SequentialInputFile
This object is used to manage the bundle data file and the bundle index file.
|
Modifier and Type | Field and Description |
---|---|
long |
baseColumn |
long |
baseRow |
TPKBundle.SequentialInputFile |
bundleData |
TPKBundle.SequentialInputFile |
bundleIndx |
long |
maxColumn |
long |
maxRow |
long |
minColumn |
long |
minRow |
Constructor and Description |
---|
TPKBundle(String bundleName,
String indexName,
long baseColumn,
long baseRow,
Supplier<ZipFile> TPKFile,
Supplier<Map<String,ZipEntry>> zipEntryMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
inBundle(long column,
long row)
Predicate function to determine if the column,row coordinates are contained in the "coverage"
of this bundle
|
void |
releaseResources() |
public TPKBundle.SequentialInputFile bundleData
public TPKBundle.SequentialInputFile bundleIndx
public long baseRow
public long baseColumn
public long minRow
public long maxRow
public long minColumn
public long maxColumn
public void releaseResources()
public boolean inBundle(long column, long row)
column
- -- column numberrow
- -- row numberCopyright © 1996–2023 Geotools. All rights reserved.