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