|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectthredds.catalog.ThreddsMetadata.Range
public static class ThreddsMetadata.Range
Implements spatialRange type.
| Constructor Summary | |
|---|---|
ThreddsMetadata.Range(double start,
double size,
double resolution,
String units)
Constructor |
|
ThreddsMetadata.Range(ThreddsMetadata.Range from)
Copy constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
double |
getResolution()
|
double |
getSize()
|
double |
getStart()
|
String |
getUnits()
|
int |
hashCode()
Override Object.hashCode() to implement equals. |
boolean |
hasResolution()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 this| Method Detail |
|---|
public double getStart()
public double getSize()
public double getResolution()
public String getUnits()
public boolean hasResolution()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||