Class EarthdataHDFPointMapper
java.lang.Object
org.apache.sedona.core.formatMapper.EarthdataHDFPointMapper
- All Implemented Interfaces:
Serializable,org.apache.spark.api.java.function.FlatMapFunction<Iterator<String>,org.locationtech.jts.geom.Geometry>
public class EarthdataHDFPointMapper
extends Object
implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<String>,org.locationtech.jts.geom.Geometry>
The Class EarthdataHDFPointMapper.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName) Instantiates a new earthdata HDF point mapper.EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, boolean switchCoordinateXY) Instantiates a new earthdata HDF point mapper.EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, boolean switchCoordinateXY, String urlPrefix) Instantiates a new earthdata HDF point mapper.EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, String urlPrefix) Instantiates a new earthdata HDF point mapper. -
Method Summary
-
Constructor Details
-
EarthdataHDFPointMapper
public EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, boolean switchCoordinateXY) Instantiates a new earthdata HDF point mapper.- Parameters:
offset- the offsetincrement- the incrementrootGroupName- the root group namedataVariableList- the data variable listdataVariableName- the data variable nameswitchCoordinateXY- the switch coordinate XY
-
EarthdataHDFPointMapper
public EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName) Instantiates a new earthdata HDF point mapper.- Parameters:
offset- the offsetincrement- the incrementrootGroupName- the root group namedataVariableList- the data variable listdataVariableName- the data variable name
-
EarthdataHDFPointMapper
public EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, boolean switchCoordinateXY, String urlPrefix) Instantiates a new earthdata HDF point mapper.- Parameters:
offset- the offsetincrement- the incrementrootGroupName- the root group namedataVariableList- the data variable listdataVariableName- the data variable nameswitchCoordinateXY- the switch coordinate XYurlPrefix- the url prefix
-
EarthdataHDFPointMapper
public EarthdataHDFPointMapper(int offset, int increment, String rootGroupName, String[] dataVariableList, String dataVariableName, String urlPrefix) Instantiates a new earthdata HDF point mapper.- Parameters:
offset- the offsetincrement- the incrementrootGroupName- the root group namedataVariableList- the data variable listdataVariableName- the data variable nameurlPrefix- the url prefix
-
-
Method Details