Package org.wololo.flatgeobuf.generated
Class Geometry
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.wololo.flatgeobuf.generated.Geometry
-
public final class Geometry extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeometry.Vector
-
Constructor Summary
Constructors Constructor Description Geometry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddEnds(com.google.flatbuffers.FlatBufferBuilder builder, int endsOffset)static voidaddM(com.google.flatbuffers.FlatBufferBuilder builder, int mOffset)static voidaddParts(com.google.flatbuffers.FlatBufferBuilder builder, int partsOffset)static voidaddT(com.google.flatbuffers.FlatBufferBuilder builder, int tOffset)static voidaddTm(com.google.flatbuffers.FlatBufferBuilder builder, int tmOffset)static voidaddType(com.google.flatbuffers.FlatBufferBuilder builder, int type)static voidaddXy(com.google.flatbuffers.FlatBufferBuilder builder, int xyOffset)static voidaddZ(com.google.flatbuffers.FlatBufferBuilder builder, int zOffset)static intcreateEndsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateGeometry(com.google.flatbuffers.FlatBufferBuilder builder, int endsOffset, int xyOffset, int zOffset, int mOffset, int tOffset, int tmOffset, int type, int partsOffset)static intcreateMVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)static intcreatePartsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)static intcreateTmVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)static intcreateTVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)static intcreateXyVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)static intcreateZVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)static intendGeometry(com.google.flatbuffers.FlatBufferBuilder builder)longends(int j)ByteBufferendsAsByteBuffer()ByteBufferendsInByteBuffer(ByteBuffer _bb)intendsLength()com.google.flatbuffers.IntVectorendsVector()com.google.flatbuffers.IntVectorendsVector(com.google.flatbuffers.IntVector obj)static GeometrygetRootAsGeometry(ByteBuffer _bb)static GeometrygetRootAsGeometry(ByteBuffer _bb, Geometry obj)doublem(int j)ByteBuffermAsByteBuffer()ByteBuffermInByteBuffer(ByteBuffer _bb)intmLength()com.google.flatbuffers.DoubleVectormVector()com.google.flatbuffers.DoubleVectormVector(com.google.flatbuffers.DoubleVector obj)Geometryparts(int j)Geometryparts(Geometry obj, int j)intpartsLength()Geometry.VectorpartsVector()Geometry.VectorpartsVector(Geometry.Vector obj)static voidstartEndsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartGeometry(com.google.flatbuffers.FlatBufferBuilder builder)static voidstartMVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartPartsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartTmVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartTVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartXyVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)static voidstartZVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)doublet(int j)ByteBuffertAsByteBuffer()ByteBuffertInByteBuffer(ByteBuffer _bb)inttLength()longtm(int j)ByteBuffertmAsByteBuffer()ByteBuffertmInByteBuffer(ByteBuffer _bb)inttmLength()com.google.flatbuffers.LongVectortmVector()com.google.flatbuffers.LongVectortmVector(com.google.flatbuffers.LongVector obj)com.google.flatbuffers.DoubleVectortVector()com.google.flatbuffers.DoubleVectortVector(com.google.flatbuffers.DoubleVector obj)inttype()static voidValidateVersion()doublexy(int j)ByteBufferxyAsByteBuffer()ByteBufferxyInByteBuffer(ByteBuffer _bb)intxyLength()com.google.flatbuffers.DoubleVectorxyVector()com.google.flatbuffers.DoubleVectorxyVector(com.google.flatbuffers.DoubleVector obj)doublez(int j)ByteBufferzAsByteBuffer()ByteBufferzInByteBuffer(ByteBuffer _bb)intzLength()com.google.flatbuffers.DoubleVectorzVector()com.google.flatbuffers.DoubleVectorzVector(com.google.flatbuffers.DoubleVector obj)-
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsGeometry
public static Geometry getRootAsGeometry(ByteBuffer _bb)
-
getRootAsGeometry
public static Geometry getRootAsGeometry(ByteBuffer _bb, Geometry obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public Geometry __assign(int _i, ByteBuffer _bb)
-
ends
public long ends(int j)
-
endsLength
public int endsLength()
-
endsVector
public com.google.flatbuffers.IntVector endsVector()
-
endsVector
public com.google.flatbuffers.IntVector endsVector(com.google.flatbuffers.IntVector obj)
-
endsAsByteBuffer
public ByteBuffer endsAsByteBuffer()
-
endsInByteBuffer
public ByteBuffer endsInByteBuffer(ByteBuffer _bb)
-
xy
public double xy(int j)
-
xyLength
public int xyLength()
-
xyVector
public com.google.flatbuffers.DoubleVector xyVector()
-
xyVector
public com.google.flatbuffers.DoubleVector xyVector(com.google.flatbuffers.DoubleVector obj)
-
xyAsByteBuffer
public ByteBuffer xyAsByteBuffer()
-
xyInByteBuffer
public ByteBuffer xyInByteBuffer(ByteBuffer _bb)
-
z
public double z(int j)
-
zLength
public int zLength()
-
zVector
public com.google.flatbuffers.DoubleVector zVector()
-
zVector
public com.google.flatbuffers.DoubleVector zVector(com.google.flatbuffers.DoubleVector obj)
-
zAsByteBuffer
public ByteBuffer zAsByteBuffer()
-
zInByteBuffer
public ByteBuffer zInByteBuffer(ByteBuffer _bb)
-
m
public double m(int j)
-
mLength
public int mLength()
-
mVector
public com.google.flatbuffers.DoubleVector mVector()
-
mVector
public com.google.flatbuffers.DoubleVector mVector(com.google.flatbuffers.DoubleVector obj)
-
mAsByteBuffer
public ByteBuffer mAsByteBuffer()
-
mInByteBuffer
public ByteBuffer mInByteBuffer(ByteBuffer _bb)
-
t
public double t(int j)
-
tLength
public int tLength()
-
tVector
public com.google.flatbuffers.DoubleVector tVector()
-
tVector
public com.google.flatbuffers.DoubleVector tVector(com.google.flatbuffers.DoubleVector obj)
-
tAsByteBuffer
public ByteBuffer tAsByteBuffer()
-
tInByteBuffer
public ByteBuffer tInByteBuffer(ByteBuffer _bb)
-
tm
public long tm(int j)
-
tmLength
public int tmLength()
-
tmVector
public com.google.flatbuffers.LongVector tmVector()
-
tmVector
public com.google.flatbuffers.LongVector tmVector(com.google.flatbuffers.LongVector obj)
-
tmAsByteBuffer
public ByteBuffer tmAsByteBuffer()
-
tmInByteBuffer
public ByteBuffer tmInByteBuffer(ByteBuffer _bb)
-
type
public int type()
-
parts
public Geometry parts(int j)
-
partsLength
public int partsLength()
-
partsVector
public Geometry.Vector partsVector()
-
partsVector
public Geometry.Vector partsVector(Geometry.Vector obj)
-
createGeometry
public static int createGeometry(com.google.flatbuffers.FlatBufferBuilder builder, int endsOffset, int xyOffset, int zOffset, int mOffset, int tOffset, int tmOffset, int type, int partsOffset)
-
startGeometry
public static void startGeometry(com.google.flatbuffers.FlatBufferBuilder builder)
-
addEnds
public static void addEnds(com.google.flatbuffers.FlatBufferBuilder builder, int endsOffset)
-
createEndsVector
public static int createEndsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startEndsVector
public static void startEndsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addXy
public static void addXy(com.google.flatbuffers.FlatBufferBuilder builder, int xyOffset)
-
createXyVector
public static int createXyVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
-
startXyVector
public static void startXyVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addZ
public static void addZ(com.google.flatbuffers.FlatBufferBuilder builder, int zOffset)
-
createZVector
public static int createZVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
-
startZVector
public static void startZVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addM
public static void addM(com.google.flatbuffers.FlatBufferBuilder builder, int mOffset)
-
createMVector
public static int createMVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
-
startMVector
public static void startMVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addT
public static void addT(com.google.flatbuffers.FlatBufferBuilder builder, int tOffset)
-
createTVector
public static int createTVector(com.google.flatbuffers.FlatBufferBuilder builder, double[] data)
-
startTVector
public static void startTVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addTm
public static void addTm(com.google.flatbuffers.FlatBufferBuilder builder, int tmOffset)
-
createTmVector
public static int createTmVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
-
startTmVector
public static void startTmVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
addType
public static void addType(com.google.flatbuffers.FlatBufferBuilder builder, int type)
-
addParts
public static void addParts(com.google.flatbuffers.FlatBufferBuilder builder, int partsOffset)
-
createPartsVector
public static int createPartsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
-
startPartsVector
public static void startPartsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
-
endGeometry
public static int endGeometry(com.google.flatbuffers.FlatBufferBuilder builder)
-
-