Package ch.so.agi.filegdb.table
Class FileGdbTableFile.WriteLayout
java.lang.Object
ch.so.agi.filegdb.table.FileGdbTableFile.WriteLayout
- Enclosing class:
FileGdbTableFile
Physical layout needed to append without rewriting existing field definitions.
-
Constructor Summary
ConstructorsConstructorDescriptionWriteLayout(int version, long descriptorOffset, int offsetWidth, byte[] blockMap, long extentOffset, long gridOffset) -
Method Summary
-
Constructor Details
-
WriteLayout
public WriteLayout(int version, long descriptorOffset, int offsetWidth, byte[] blockMap, long extentOffset, long gridOffset)
-
-
Method Details
-
version
public int version() -
descriptorOffset
public long descriptorOffset() -
offsetWidth
public int offsetWidth() -
blockMap
public byte[] blockMap() -
extentOffset
public long extentOffset() -
gridOffset
public long gridOffset() -
equals
-
hashCode
public final int hashCode() -
toString
-