Package ch.so.agi.filegdb.io
Class GdbPaths
java.lang.Object
ch.so.agi.filegdb.io.GdbPaths
Physical layout of a
.gdb directory.-
Method Summary
Modifier and TypeMethodDescriptionstatic PathReturns the companion file of a.gdbtablefile, for example the.gdbtablx.static booleanisFileGeodatabase(Path path) Checks whether the path looks like a file geodatabase directory.static Pathstatic StringtableFileName(int tableNumber) Table file name for the one based table number used by the system catalog.
-
Method Details
-
isFileGeodatabase
Checks whether the path looks like a file geodatabase directory. -
tableFileName
Table file name for the one based table number used by the system catalog. -
tableFile
-
companion
Returns the companion file of a.gdbtablefile, for example the.gdbtablx.
-