Uses of Class
com.github.filosganga.geogson.model.FeatureCollection
-
Packages that use FeatureCollection Package Description com.github.filosganga.geogson.gson com.github.filosganga.geogson.model -
-
Uses of FeatureCollection in com.github.filosganga.geogson.gson
Methods in com.github.filosganga.geogson.gson that return FeatureCollection Modifier and Type Method Description FeatureCollectionFeatureCollectionAdapter. read(com.google.gson.stream.JsonReader in)Methods in com.github.filosganga.geogson.gson with parameters of type FeatureCollection Modifier and Type Method Description voidFeatureCollectionAdapter. write(com.google.gson.stream.JsonWriter out, FeatureCollection value) -
Uses of FeatureCollection in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return FeatureCollection Modifier and Type Method Description static FeatureCollectionFeatureCollection. of(Feature... features)
-