public static enum GeoServerRESTPublisher.CoverageStoreExtension extends Enum<GeoServerRESTPublisher.CoverageStoreExtension>
GEOTIFF GeoTiff coverage
IMAGEMOSAIC ImageMosaic
WORLDIMAGE Geo referenced image (JPEG,PNG,TIF)
| Enum Constant and Description |
|---|
ARCGRID
Esri ArcGrid
|
GEOTIFF
GeoTiff coverage
|
IMAGEMOSAIC
ImageMosaic
|
WORLDIMAGE
Geo referenced image (JPEG,PNG,TIF)
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a lowercase representation of the parameter value, suitable to construct the rest call.
|
static GeoServerRESTPublisher.CoverageStoreExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoServerRESTPublisher.CoverageStoreExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoServerRESTPublisher.CoverageStoreExtension GEOTIFF
public static final GeoServerRESTPublisher.CoverageStoreExtension IMAGEMOSAIC
public static final GeoServerRESTPublisher.CoverageStoreExtension WORLDIMAGE
public static final GeoServerRESTPublisher.CoverageStoreExtension ARCGRID
public static GeoServerRESTPublisher.CoverageStoreExtension[] values()
for (GeoServerRESTPublisher.CoverageStoreExtension c : GeoServerRESTPublisher.CoverageStoreExtension.values()) System.out.println(c);
public static GeoServerRESTPublisher.CoverageStoreExtension valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GeoServerRESTPublisher.CoverageStoreExtension>Copyright © 2007–2016 PDOK. All rights reserved.