public static enum UrlPatterns.GeoJsonUrlPattern extends java.lang.Enum<UrlPatterns.GeoJsonUrlPattern> implements UrlPattern
Enum Constant and Description |
---|
COMPRESSED_FILE
URL of remote geojson files, optionally compressed
|
FORMAT_GEOJSON
URL of generic service providing geojson as output format
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
urlPattern |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
pattern()
Returns the URL pattern.
|
static UrlPatterns.GeoJsonUrlPattern |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlPatterns.GeoJsonUrlPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
matcher, matches, matches
public static final UrlPatterns.GeoJsonUrlPattern COMPRESSED_FILE
public static final UrlPatterns.GeoJsonUrlPattern FORMAT_GEOJSON
private final java.lang.String urlPattern
public static UrlPatterns.GeoJsonUrlPattern[] values()
for (UrlPatterns.GeoJsonUrlPattern c : UrlPatterns.GeoJsonUrlPattern.values()) System.out.println(c);
public static UrlPatterns.GeoJsonUrlPattern valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String pattern()
UrlPattern
pattern
in interface UrlPattern