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 SummaryFields Modifier and Type Field Description static org.apache.spark.api.java.JavaSparkContextscThe sc.
 - 
Constructor SummaryConstructors Constructor Description EarthdataMapperRunnableExample()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The main method.static voidtestSpatialRangeQuery()Test spatial range query.static voidtestSpatialRangeQueryUsingIndex()Test spatial range query using index.
 
- 
- 
- 
Method Detail- 
mainpublic static void main(String[] args) The main method.- Parameters:
- args- the arguments
 
 - 
testSpatialRangeQuerypublic static void testSpatialRangeQuery() Test spatial range query.
 - 
testSpatialRangeQueryUsingIndexpublic static void testSpatialRangeQueryUsingIndex() Test spatial range query using index.
 
- 
 
-