Package org.apache.sedona.core.showcase
Class EarthdataMapperRunnableExample
- java.lang.Object
-
- org.apache.sedona.core.showcase.EarthdataMapperRunnableExample
-
public class EarthdataMapperRunnableExample extends Object
The Class EarthdataMapperRunnableExample.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.spark.api.java.JavaSparkContext
sc
The sc.
-
Constructor Summary
Constructors Constructor Description EarthdataMapperRunnableExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The main method.static void
testSpatialRangeQuery()
Test spatial range query.static void
testSpatialRangeQueryUsingIndex()
Test spatial range query using index.
-
-
-
Method Detail
-
main
public static void main(String[] args)
The main method.- Parameters:
args
- the arguments
-
testSpatialRangeQuery
public static void testSpatialRangeQuery()
Test spatial range query.
-
testSpatialRangeQueryUsingIndex
public static void testSpatialRangeQueryUsingIndex()
Test spatial range query using index.
-
-