Uses of Class
com.github.filosganga.geogson.model.Feature
-
Packages that use Feature Package Description com.github.filosganga.geogson.gson com.github.filosganga.geogson.model -
-
Uses of Feature in com.github.filosganga.geogson.gson
Methods in com.github.filosganga.geogson.gson that return Feature Modifier and Type Method Description FeatureFeatureAdapter. read(com.google.gson.stream.JsonReader in)Methods in com.github.filosganga.geogson.gson with parameters of type Feature Modifier and Type Method Description voidFeatureAdapter. write(com.google.gson.stream.JsonWriter out, Feature value) -
Uses of Feature in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return Feature Modifier and Type Method Description FeatureFeature.Builder. build()static FeatureFeature. of(Geometry<?> geometry)Methods in com.github.filosganga.geogson.model that return types with arguments of type Feature Modifier and Type Method Description List<Feature>FeatureCollection. features()Methods in com.github.filosganga.geogson.model with parameters of type Feature Modifier and Type Method Description static Feature.BuilderFeature. builder(Feature feature)static FeatureCollectionFeatureCollection. of(Feature... features)Constructor parameters in com.github.filosganga.geogson.model with type arguments of type Feature Constructor Description FeatureCollection(List<Feature> features)
-