Package org.apache.sedona.core.showcase
Class EarthdataMapperRunnableExample
java.lang.Object
org.apache.sedona.core.showcase.EarthdataMapperRunnableExample
The Class EarthdataMapperRunnableExample.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThe main method.static voidTest spatial range query.static voidTest spatial range query using index.
-
Field Details
-
sc
public static org.apache.spark.api.java.JavaSparkContext scThe sc.
-
-
Constructor Details
-
EarthdataMapperRunnableExample
public EarthdataMapperRunnableExample()
-
-
Method Details
-
main
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.
-