@Immutable
public static class ThreddsMetadata.GeospatialRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
resolution |
double |
size |
double |
start |
java.lang.String |
units |
Constructor and Description |
---|
GeospatialRange(double start,
double size,
double resolution,
java.lang.String units)
Constructor
|
GeospatialRange(ThreddsMetadata.GeospatialRange from)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getResolution() |
double |
getSize() |
double |
getStart() |
java.lang.String |
getUnits() |
boolean |
hasResolution() |
public final double resolution
public final double size
public final double start
public final java.lang.String units
public GeospatialRange(double start, double size, double resolution, java.lang.String units)
start
- starting valuesize
- ending = start + sizeresolution
- data resolution, or NaN if unknownunits
- what units are start, size in?public GeospatialRange(ThreddsMetadata.GeospatialRange from)