Package org.wololo.flatgeobuf.geotools
Class HeaderMeta
- java.lang.Object
-
- org.wololo.flatgeobuf.geotools.HeaderMeta
-
public class HeaderMeta extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<ColumnMeta>columnsorg.locationtech.jts.geom.EnvelopeenvelopelongfeaturesCountorg.opengis.feature.simple.SimpleFeatureTypefeatureTypebytegeometryTypebooleanhasMbooleanhasTbooleanhasTMbooleanhasZintindexNodeSizeStringnameintoffset
-
Constructor Summary
Constructors Constructor Description HeaderMeta()
-
-
-
Field Detail
-
name
public String name
-
geometryType
public byte geometryType
-
envelope
public org.locationtech.jts.geom.Envelope envelope
-
featuresCount
public long featuresCount
-
hasZ
public boolean hasZ
-
hasM
public boolean hasM
-
hasT
public boolean hasT
-
hasTM
public boolean hasTM
-
indexNodeSize
public int indexNodeSize
-
columns
public List<ColumnMeta> columns
-
featureType
public org.opengis.feature.simple.SimpleFeatureType featureType
-
offset
public int offset
-
-