public class EarthdataHDFPointMapper extends Object implements org.apache.spark.api.java.function.FlatMapFunction<String,com.vividsolutions.jts.geom.Geometry>
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.vividsolutions.jts.geom.Geometry> |
call(String hdfAddress)
Call.
|
public EarthdataHDFPointMapper(int offset,
int increment,
String rootGroupName,
String[] dataVariableList,
String dataVariableName,
boolean switchCoordinateXY)
offset - the offsetincrement - the incrementrootGroupName - the root group namedataVariableList - the data variable listdataVariableName - the data variable nameswitchCoordinateXY - the switch coordinate XYpublic EarthdataHDFPointMapper(int offset,
int increment,
String rootGroupName,
String[] dataVariableList,
String dataVariableName)
offset - the offsetincrement - the incrementrootGroupName - the root group namedataVariableList - the data variable listdataVariableName - the data variable namepublic EarthdataHDFPointMapper(int offset,
int increment,
String rootGroupName,
String[] dataVariableList,
String dataVariableName,
boolean switchCoordinateXY,
String urlPrefix)
offset - the offsetincrement - the incrementrootGroupName - the root group namedataVariableList - the data variable listdataVariableName - the data variable nameswitchCoordinateXY - the switch coordinate XYurlPrefix - the url prefixpublic EarthdataHDFPointMapper(int offset,
int increment,
String rootGroupName,
String[] dataVariableList,
String dataVariableName,
String urlPrefix)
offset - the offsetincrement - the incrementrootGroupName - the root group namedataVariableList - the data variable listdataVariableName - the data variable nameurlPrefix - the url prefixCopyright © 2017. All rights reserved.