Package org.wololo.flatgeobuf
Class GeometryOffsets
- java.lang.Object
-
- org.wololo.flatgeobuf.GeometryOffsets
-
public class GeometryOffsets extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcoordsOffsetint[]endsintendsOffsetGeometryOffsets[]gosint[]lengthsintlengthsOffsetbytetype
-
Constructor Summary
Constructors Constructor Description GeometryOffsets()
-
-
-
Field Detail
-
coordsOffset
public int coordsOffset
-
ends
public int[] ends
-
lengths
public int[] lengths
-
endsOffset
public int endsOffset
-
lengthsOffset
public int lengthsOffset
-
type
public byte type
-
gos
public GeometryOffsets[] gos
-
-