public abstract class Publisher extends Object
| Constructor and Description |
|---|
Publisher() |
public static Publisher getPublisher()
public abstract ReportDescriptor initialize(PublisherConfiguration configuration) throws Exception
Exceptionpublic abstract <T extends Storable> StoreResponse<T> store(Class<T> clazz, ObjectManager<T> generator, StoreConfiguration config, CoverageDescriptor... descriptor) throws Exception
Exceptionpublic abstract <T extends CoverageDescriptor> Future<T> get(Class<T> clazz, ObjectManager<T> manager, CoverageDescriptor coverageDescriptor) throws Exception
Exceptionpublic abstract <T extends Storable> void deleteById(Class<T> clazz, ObjectManager<T> manager, String id) throws Exception
Exceptionpublic abstract <T extends Storable> T getById(Class<T> clazz, String id) throws Exception
Exceptionpublic abstract <T extends CoverageDescriptor> Iterator<T> getByCoverage(Class<T> clazz, CoverageDescriptor descriptor) throws Exception
Exceptionpublic abstract List<Layer> getLayersBySpeciesIds(String speciesId) throws Exception
Exceptionpublic abstract List<FileSet> getFileSetsBySpeciesIds(String speciesId) throws Exception
Exceptionpublic abstract Iterator<WMSContext> getWMSContextByLayer(String layerId) throws Exception
Exceptionpublic abstract String getWebServerUrl()
public abstract File getServerPathDir()
Copyright © 2018. All Rights Reserved.