Package thredds.client.catalog
Class ThreddsMetadata.GeospatialRange
java.lang.Object
thredds.client.catalog.ThreddsMetadata.GeospatialRange
- Enclosing class:
- ThreddsMetadata
Implements spatialRange type.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeospatialRange(double start, double size, double resolution, String units) ConstructorCopy constructor -
Method Summary
-
Field Details
-
start
public final double start -
size
public final double size -
resolution
public final double resolution -
units
-
-
Constructor Details
-
GeospatialRange
Constructor- Parameters:
start- starting valuesize- ending = start + sizeresolution- data resolution, or NaN if unknownunits- what units are start, size in?
-
GeospatialRange
Copy constructor
-
-
Method Details
-
getStart
public double getStart() -
getSize
public double getSize() -
getResolution
public double getResolution() -
getUnits
-
hasResolution
public boolean hasResolution()
-