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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EarthdataHDFPointMapper(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.locationtech.jts.geom.Geometry>
call(Iterator<String> stringIterator)
-
-
-
Constructor Detail
-
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
-
-