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