Uses of Class
org.openstreetmap.josm.io.GeoJSONWriter.Options
-
Packages that use GeoJSONWriter.Options Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of GeoJSONWriter.Options in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type GeoJSONWriter.Options Modifier and Type Field Description private java.util.EnumSet<GeoJSONWriter.Options>GeoJSONWriter. optionsMethods in org.openstreetmap.josm.io that return GeoJSONWriter.Options Modifier and Type Method Description static GeoJSONWriter.OptionsGeoJSONWriter.Options. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoJSONWriter.Options[]GeoJSONWriter.Options. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.io with parameters of type GeoJSONWriter.Options Modifier and Type Method Description (package private) voidGeoJSONWriter. setOptions(GeoJSONWriter.Options... options)Set the options for this writer.
-