public class NASADataset extends Rectangle
Rectangle
to make it compatible to use as a key
with SpatialInputFormatModifier and Type | Field and Description |
---|---|
java.lang.String |
cellName
Name of the cell in the sinusoidal grid (h:xx v:xx)
|
java.lang.String |
datasetName
Name of the dataset as it appears in the HDF file
|
int |
h
Cell coordinates in MODIS Sinusoidal grid
|
int |
maxValue
Minimum and maximum values for this dataset as stored in its metadata
|
int |
minValue
Minimum and maximum values for this dataset as stored in its metadata
|
int |
resolution
Resolution of the dataset in terms of number of rows/columns
|
long |
time
Time instance of this dataset as millis since the epoch
|
int |
v
Cell coordinates in MODIS Sinusoidal grid
|
Constructor and Description |
---|
NASADataset() |
NASADataset(Group root)
Inititalizes the dataset from the metadata stored at the root of an HDF
file.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
findMetadata(java.util.Map<java.lang.String,java.lang.Object> metadata,
java.lang.String key) |
static java.util.Map<java.lang.String,java.lang.Object> |
parseMetadata(java.util.List<Attribute> attrs) |
java.lang.String |
toString() |
buffer, clone, compareTo, compareTo, contains, contains, contains, contains, distanceTo, draw, draw, equals, expand, fromText, getCenterPoint, getHeight, getIntersection, getMaxDistance, getMaxDistanceTo, getMBR, getMinDistance, getMinDistanceTo, getWidth, invalidate, isIntersected, isValid, readFields, set, set, toText, translate, union, write
public long time
public java.lang.String cellName
public int h
public int v
public java.lang.String datasetName
public int resolution
public int minValue
public int maxValue
public NASADataset()
public NASADataset(Group root)
root
-