Package org.wololo.flatgeobuf.geotools
Class FeatureTypeConversions
- java.lang.Object
-
- org.wololo.flatgeobuf.geotools.FeatureTypeConversions
-
public class FeatureTypeConversions extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureTypeConversions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HeaderMetadeserialize(ByteBuffer bb, String name, String geometryPropertyName)static HeaderMetaserialize(org.opengis.feature.simple.SimpleFeatureType featureType, long featuresCount, OutputStream outputStream, com.google.flatbuffers.FlatBufferBuilder builder)
-
-
-
Method Detail
-
serialize
public static HeaderMeta serialize(org.opengis.feature.simple.SimpleFeatureType featureType, long featuresCount, OutputStream outputStream, com.google.flatbuffers.FlatBufferBuilder builder) throws IOException
- Throws:
IOException
-
deserialize
public static HeaderMeta deserialize(ByteBuffer bb, String name, String geometryPropertyName) throws IOException
- Throws:
IOException
-
-