Uses of Class
com.github.filosganga.geogson.model.Feature.Builder
-
Packages that use Feature.Builder Package Description com.github.filosganga.geogson.model -
-
Uses of Feature.Builder in com.github.filosganga.geogson.model
Methods in com.github.filosganga.geogson.model that return Feature.Builder Modifier and Type Method Description static Feature.BuilderFeature. builder()static Feature.BuilderFeature. builder(Feature feature)Feature.BuilderFeature.Builder. withGeometry(Geometry<?> geometry)Feature.BuilderFeature.Builder. withId(String id)Feature.BuilderFeature.Builder. withId(Optional<String> id)Feature.BuilderFeature.Builder. withProperties(Map<String,com.google.gson.JsonElement> properties)Feature.BuilderFeature.Builder. withProperty(String name, com.google.gson.JsonElement value)
-