public class PublisherImpl extends Publisher
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
static File |
serverPathDir |
static String |
webServerUrl |
| Constructor and Description |
|---|
PublisherImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Storable> |
deleteById(Class<T> clazz,
ObjectManager<T> manager,
String id) |
static PublisherImpl |
get() |
<T extends CoverageDescriptor> |
get(Class<T> clazz,
ObjectManager<T> manager,
CoverageDescriptor coverageDescriptor) |
<T extends CoverageDescriptor> |
getByCoverage(Class<T> clazz,
CoverageDescriptor descriptor) |
<T extends Storable> |
getById(Class<T> clazz,
String id) |
List<FileSet> |
getFileSetsBySpeciesIds(String speciesId) |
List<Layer> |
getLayersBySpeciesIds(String speciesId) |
File |
getServerPathDir() |
String |
getWebServerUrl() |
Iterator<WMSContext> |
getWMSContextByLayer(String layerId) |
ReportDescriptor |
initialize(PublisherConfiguration configuration) |
void |
shutdown() |
<T extends Storable> |
store(Class<T> clazz,
ObjectManager<T> manager,
StoreConfiguration config,
CoverageDescriptor... descriptor) |
getPublisherprotected static final org.slf4j.Logger logger
public static String webServerUrl
public static File serverPathDir
public static PublisherImpl get()
public ReportDescriptor initialize(PublisherConfiguration configuration) throws Exception
initialize in class PublisherExceptionpublic <T extends CoverageDescriptor> Future<T> get(Class<T> clazz, ObjectManager<T> manager, CoverageDescriptor coverageDescriptor) throws Exception
public <T extends CoverageDescriptor> Iterator<T> getByCoverage(Class<T> clazz, CoverageDescriptor descriptor) throws Exception
getByCoverage in class PublisherExceptionpublic Iterator<WMSContext> getWMSContextByLayer(String layerId) throws Exception
getWMSContextByLayer in class PublisherExceptionpublic <T extends Storable> StoreResponse<T> store(Class<T> clazz, ObjectManager<T> manager, StoreConfiguration config, CoverageDescriptor... descriptor) throws Exception
public <T extends Storable> void deleteById(Class<T> clazz, ObjectManager<T> manager, String id) throws Exception
deleteById in class PublisherExceptionpublic List<Layer> getLayersBySpeciesIds(String speciesId) throws Exception
getLayersBySpeciesIds in class PublisherExceptionpublic List<FileSet> getFileSetsBySpeciesIds(String speciesId) throws Exception
getFileSetsBySpeciesIds in class PublisherExceptionpublic void shutdown()
throws Exception
public String getWebServerUrl()
getWebServerUrl in class Publisherpublic File getServerPathDir()
getServerPathDir in class PublisherCopyright © 2016. All Rights Reserved.