Uses of Class
org.wololo.flatgeobuf.geotools.HeaderMeta
-
Packages that use HeaderMeta Package Description org.wololo.flatgeobuf.geotools -
-
Uses of HeaderMeta in org.wololo.flatgeobuf.geotools
Methods in org.wololo.flatgeobuf.geotools that return HeaderMeta Modifier and Type Method Description static HeaderMetaFeatureTypeConversions. deserialize(ByteBuffer bb, String name, String geometryPropertyName)static HeaderMetaFeatureTypeConversions. serialize(org.opengis.feature.simple.SimpleFeatureType featureType, long featuresCount, OutputStream outputStream, com.google.flatbuffers.FlatBufferBuilder builder)Methods in org.wololo.flatgeobuf.geotools with parameters of type HeaderMeta Modifier and Type Method Description protected static intFeatureConversions. buildGeometry(org.opengis.feature.simple.SimpleFeature feature, com.google.flatbuffers.FlatBufferBuilder builder, HeaderMeta headerMeta)static org.opengis.feature.simple.SimpleFeatureFeatureConversions. deserialize(Feature feature, org.geotools.feature.simple.SimpleFeatureBuilder fb, HeaderMeta headerMeta, String fid)static voidFeatureConversions. serialize(org.opengis.feature.simple.SimpleFeature feature, HeaderMeta headerMeta, OutputStream to, com.google.flatbuffers.FlatBufferBuilder builder)
-