public class SensorScanProjectionFactory
extends java.lang.Object
SensorScanProjectionFactory
is used to generate
SensorScanProjection
objects. The currently supported
sensors are as follows:
Modifier and Type | Field and Description |
---|---|
static int |
GEOSTATIONARY
The geostationary satellite sensor type code.
|
Constructor and Description |
---|
SensorScanProjectionFactory() |
Modifier and Type | Method and Description |
---|---|
static SensorScanProjection |
create(int sensorCode,
double[] parameters,
int[] dimensions)
Creates an instance of a sensor scan projection.
|
public static final int GEOSTATIONARY
public static SensorScanProjection create(int sensorCode, double[] parameters, int[] dimensions)
sensorCode
- the sensor type code.parameters
- the array of sensor parameters, specific to the
sensor type.dimensions
- the dimensions of the data grid as [rows,
columns]
.