public static class ThreddsMetadata.Range extends Object
| Constructor and Description |
|---|
ThreddsMetadata.Range(double start,
double size,
double resolution,
String units)
Constructor
|
ThreddsMetadata.Range(ThreddsMetadata.Range from)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
extend(ThreddsMetadata.Range r) |
double |
getResolution() |
double |
getSize() |
double |
getStart() |
String |
getUnits() |
int |
hashCode()
Override Object.hashCode() to implement equals.
|
boolean |
hasResolution() |
public ThreddsMetadata.Range(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 ThreddsMetadata.Range(ThreddsMetadata.Range from)
from - copy thispublic double getStart()
public double getSize()
public double getResolution()
public String getUnits()
public boolean hasResolution()
public void extend(ThreddsMetadata.Range r)
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.