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
IOException
public static GeoWaveRDD loadRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, RDDOptions rddOpts) throws IOException
IOException
public static GeoWaveIndexedRDD loadIndexedRDD(org.apache.spark.SparkContext sc, DataStorePluginOptions storeOptions, RDDOptions rddOpts, NumericIndexStrategy indexStrategy) throws IOException
IOException
public static GeoWaveIndexedRDD loadIndexedRDD(org.apache.spark.SparkContext sc, GeoWaveRDD inputRDD, NumericIndexStrategy indexStrategy) throws IOException
IOException
public 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
IOException
public 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
IOException
Copyright © 2013–2022. All rights reserved.