|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<GeoServerRESTPublisher.DataStoreExtension> it.geosolutions.geoserver.rest.GeoServerRESTPublisher.DataStoreExtension
public static enum GeoServerRESTPublisher.DataStoreExtension
Vector data format being uploaded. Following extensions are supported:
SHP
Shapefile
PROPERTIES
Property file
H2
H2 Database
SPATIALITE
SpatiaLite Database
Enum Constant Summary | |
---|---|
H2
H2 Database |
|
PROPERTIES
Properties file |
|
SHP
Shapefile |
|
SPATIALITE
SpatiaLite Database |
Method Summary | |
---|---|
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call. |
static GeoServerRESTPublisher.DataStoreExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeoServerRESTPublisher.DataStoreExtension[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GeoServerRESTPublisher.DataStoreExtension SHP
public static final GeoServerRESTPublisher.DataStoreExtension PROPERTIES
public static final GeoServerRESTPublisher.DataStoreExtension H2
public static final GeoServerRESTPublisher.DataStoreExtension SPATIALITE
Method Detail |
---|
public static GeoServerRESTPublisher.DataStoreExtension[] values()
for (GeoServerRESTPublisher.DataStoreExtension c : GeoServerRESTPublisher.DataStoreExtension.values()) System.out.println(c);
public static GeoServerRESTPublisher.DataStoreExtension valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GeoServerRESTPublisher.DataStoreExtension>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |