public class HeaderMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ColumnMeta> |
columns |
org.locationtech.jts.geom.Envelope |
envelope |
long |
featuresCount |
byte |
geometryType |
boolean |
hasM |
boolean |
hasT |
boolean |
hasTM |
boolean |
hasZ |
int |
indexNodeSize |
String |
name |
int |
offset |
int |
srid |
| Constructor and Description |
|---|
HeaderMeta() |
| Modifier and Type | Method and Description |
|---|---|
static HeaderMeta |
read(ByteBuffer bb) |
static HeaderMeta |
read(InputStream stream) |
static void |
write(HeaderMeta headerMeta,
OutputStream to,
com.google.flatbuffers.FlatBufferBuilder builder) |
public String name
public byte geometryType
public int srid
public org.locationtech.jts.geom.Envelope envelope
public long featuresCount
public boolean hasZ
public boolean hasM
public boolean hasT
public boolean hasTM
public int indexNodeSize
public List<ColumnMeta> columns
public int offset
public static void write(HeaderMeta headerMeta, OutputStream to, com.google.flatbuffers.FlatBufferBuilder builder) throws IOException
IOExceptionpublic static HeaderMeta read(ByteBuffer bb) throws IOException
IOExceptionpublic static HeaderMeta read(InputStream stream) throws IOException
IOExceptionCopyright © 2025. All rights reserved.