public class GeoWaveRDDLoader extends Object
| Constructor and Description |
|---|
GeoWaveRDDLoader() |
| Modifier and Type | Method and Description |
|---|---|
static GeoWaveIndexedRDD |
loadIndexedRDD(org.apache.spark.SparkContext sc,
DataStorePluginOptions storeOptions,
RDDOptions rddOpts,
NumericIndexStrategy indexStrategy) |
static GeoWaveIndexedRDD |
loadIndexedRDD(org.apache.spark.SparkContext sc,
GeoWaveRDD inputRDD,
NumericIndexStrategy indexStrategy) |
static org.apache.spark.api.java.JavaPairRDD<GeoWaveInputKey,org.opengis.coverage.grid.GridCoverage> |
loadRawRasterRDD(org.apache.spark.SparkContext sc,
DataStorePluginOptions storeOptions,
String indexName,
Integer minSplits,
Integer maxSplits) |
static org.apache.spark.api.java.JavaPairRDD<GeoWaveInputKey,org.opengis.feature.simple.SimpleFeature> |
loadRawRDD(org.apache.spark.SparkContext sc,
DataStorePluginOptions storeOptions,
RDDOptions rddOpts) |
static GeoWaveRDD |
loadRDD(org.apache.spark.SparkContext sc,
DataStorePluginOptions storeOptions) |
static GeoWaveRDD |
loadRDD(org.apache.spark.SparkContext sc,
DataStorePluginOptions storeOptions,
RDDOptions rddOpts) |
public static GeoWaveRDD loadRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions) throws IOException
IOExceptionpublic static GeoWaveRDD loadRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, RDDOptions rddOpts) throws IOException
IOExceptionpublic static GeoWaveIndexedRDD loadIndexedRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, RDDOptions rddOpts, NumericIndexStrategy indexStrategy) throws IOException
IOExceptionpublic static GeoWaveIndexedRDD loadIndexedRDD(org.apache.spark.SparkContext sc, GeoWaveRDD inputRDD, NumericIndexStrategy indexStrategy) throws IOException
IOExceptionpublic static org.apache.spark.api.java.JavaPairRDD<GeoWaveInputKey,org.opengis.feature.simple.SimpleFeature> loadRawRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, RDDOptions rddOpts) throws IOException
IOExceptionpublic static org.apache.spark.api.java.JavaPairRDD<GeoWaveInputKey,org.opengis.coverage.grid.GridCoverage> loadRawRasterRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, String indexName, Integer minSplits, Integer maxSplits) throws IOException
IOExceptionCopyright © 2013–2022. All rights reserved.