Package ch.so.agi.filegdb.catalog
Class GdbCatalog
java.lang.Object
ch.so.agi.filegdb.catalog.GdbCatalog
Reads the geodatabase catalog: the system catalog lists the physical tables,
GDB_Items describes the datasets, domains and relationships.
The system catalog maps the row order to the physical table number, see
GDAL OpenFileGDB ogropenfilegdbdatasource.cpp.
-
Method Summary
Modifier and TypeMethodDescriptiondatasets()domains()Attribute domains declared in the catalog.items()static GdbCatalogRelationship classes declared in the catalog.inttableNumber(String name) Returns the one based physical table number or zero if the name is unknown.
-
Method Details
-
open
- Throws:
IOException
-
items
-
tableNames
-
tableNumber
Returns the one based physical table number or zero if the name is unknown. -
tableFile
-
datasets
-
dataset
-
domains
Attribute domains declared in the catalog. -
domain
-
relationships
Relationship classes declared in the catalog.
-