Uses of Class
org.wololo.flatgeobuf.generated.Feature
-
Packages that use Feature Package Description org.wololo.flatgeobuf.generated org.wololo.flatgeobuf.geotools -
-
Uses of Feature in org.wololo.flatgeobuf.generated
Methods in org.wololo.flatgeobuf.generated that return Feature Modifier and Type Method Description FeatureFeature. __assign(int _i, ByteBuffer _bb)FeatureFeature.Vector. get(int j)FeatureFeature.Vector. get(Feature obj, int j)static FeatureFeature. getRootAsFeature(ByteBuffer _bb)static FeatureFeature. getRootAsFeature(ByteBuffer _bb, Feature obj)Methods in org.wololo.flatgeobuf.generated with parameters of type Feature Modifier and Type Method Description FeatureFeature.Vector. get(Feature obj, int j)static FeatureFeature. getRootAsFeature(ByteBuffer _bb, Feature obj) -
Uses of Feature in org.wololo.flatgeobuf.geotools
Methods in org.wololo.flatgeobuf.geotools with parameters of type Feature Modifier and Type Method Description static org.opengis.feature.simple.SimpleFeatureFeatureConversions. deserialize(Feature feature, org.geotools.feature.simple.SimpleFeatureBuilder fb, HeaderMeta headerMeta, String fid)
-