public class GeoToolsRasterDataStoreIngestFormat extends Object implements IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>
| Constructor and Description |
|---|
GeoToolsRasterDataStoreIngestFormat() |
| Modifier and Type | Method and Description |
|---|---|
GeoWaveAvroFormatPlugin<Object,org.opengis.coverage.grid.GridCoverage> |
createAvroFormatPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
IngestFromHdfsPlugin<Object,org.opengis.coverage.grid.GridCoverage> |
createIngestFromHdfsPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
org.locationtech.geowave.core.store.ingest.LocalFileIngestPlugin<org.opengis.coverage.grid.GridCoverage> |
createLocalFileIngestPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
org.locationtech.geowave.core.store.ingest.IngestFormatOptions |
createOptionsInstances() |
String |
getIngestFormatDescription() |
String |
getIngestFormatName() |
public GeoWaveAvroFormatPlugin<Object,org.opengis.coverage.grid.GridCoverage> createAvroFormatPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) throws UnsupportedOperationException
createAvroFormatPlugin in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>UnsupportedOperationExceptionpublic IngestFromHdfsPlugin<Object,org.opengis.coverage.grid.GridCoverage> createIngestFromHdfsPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) throws UnsupportedOperationException
createIngestFromHdfsPlugin in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>UnsupportedOperationExceptionpublic org.locationtech.geowave.core.store.ingest.LocalFileIngestPlugin<org.opengis.coverage.grid.GridCoverage> createLocalFileIngestPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options)
throws UnsupportedOperationException
createLocalFileIngestPlugin in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>UnsupportedOperationExceptionpublic String getIngestFormatName()
getIngestFormatName in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>public String getIngestFormatDescription()
getIngestFormatDescription in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>public org.locationtech.geowave.core.store.ingest.IngestFormatOptions createOptionsInstances()
createOptionsInstances in interface IngestFormatPluginProviderSpi<Object,org.opengis.coverage.grid.GridCoverage>Copyright © 2013–2020. All rights reserved.