@Immutable public static class ThreddsMetadata.GeospatialRange extends Object
Modifier and Type | Field and Description |
---|---|
double |
resolution |
double |
size |
double |
start |
String |
units |
Constructor and Description |
---|
GeospatialRange(double start,
double size,
double resolution,
String units)
Constructor
|
GeospatialRange(ThreddsMetadata.GeospatialRange from)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getResolution() |
double |
getSize() |
double |
getStart() |
String |
getUnits() |
boolean |
hasResolution() |
public final double start
public final double size
public final double resolution
public final String units
public GeospatialRange(double start, double size, double resolution, 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)
from
- copy thispublic double getStart()
public double getSize()
public double getResolution()
public String getUnits()
public boolean hasResolution()