public static interface ThreddsMetadataBuilder.GeospatialRangeBuilder extends ThreddsBuilder
Modifier and Type | Method and Description |
---|---|
ThreddsMetadata.GeospatialRange |
build()
Generate the object being built by this ThreddsBuilder.
|
double |
getResolution() |
double |
getSize() |
double |
getStart() |
String |
getUnits() |
boolean |
isHorizontal() |
void |
setHorizontal(boolean isHorizontal) |
void |
setResolution(double resolution) |
void |
setSize(double size) |
void |
setStart(double start) |
void |
setUnits(String units) |
getIssues, isBuilt
void setHorizontal(boolean isHorizontal)
boolean isHorizontal()
void setStart(double start)
double getStart()
void setSize(double size)
double getSize()
void setResolution(double resolution)
double getResolution()
void setUnits(String units)
String getUnits()
ThreddsMetadata.GeospatialRange build() throws BuilderException
ThreddsBuilder
build
in interface ThreddsBuilder
BuilderException
- if this ThreddsBuilder is not in a valid state.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.