Class GeometryOffsets
- java.lang.Object
-
- org.h2gis.functions.io.fgb.fileTable.GeometryOffsets
-
public class GeometryOffsets extends Object
- Author:
- Björn Harrtell, Nicolas Fortin // Support of Z and M in coordinates
-
-
Field Summary
Fields Modifier and Type Field Description intcoordsOffsetlong[]endsintendsOffsetGeometryOffsets[]gosint[]lengthsintlengthsOffsetintmOffsetinttypeintzOffset
-
Constructor Summary
Constructors Constructor Description GeometryOffsets()
-
-
-
Field Detail
-
coordsOffset
public int coordsOffset
-
zOffset
public int zOffset
-
mOffset
public int mOffset
-
ends
public long[] ends
-
lengths
public int[] lengths
-
endsOffset
public int endsOffset
-
lengthsOffset
public int lengthsOffset
-
type
public int type
-
gos
public GeometryOffsets[] gos
-
-