Uses of Class
org.openstreetmap.josm.io.UrlPatterns.GeoJsonUrlPattern
-
Packages that use UrlPatterns.GeoJsonUrlPattern Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of UrlPatterns.GeoJsonUrlPattern in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return UrlPatterns.GeoJsonUrlPattern Modifier and Type Method Description static UrlPatterns.GeoJsonUrlPatternUrlPatterns.GeoJsonUrlPattern. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UrlPatterns.GeoJsonUrlPattern[]UrlPatterns.GeoJsonUrlPattern. values()Returns an array containing the constants of this enum type, in the order they are declared.
-