thredds.catalog2.builder
Interface ThreddsMetadataBuilder.GeospatialRangeBuilder
- All Superinterfaces:
- ThreddsBuilder
- Enclosing interface:
- ThreddsMetadataBuilder
public static interface ThreddsMetadataBuilder.GeospatialRangeBuilder
- extends ThreddsBuilder
setHorizontal
void setHorizontal(boolean isHorizontal)
isHorizontal
boolean isHorizontal()
setStart
void setStart(double start)
getStart
double getStart()
setSize
void setSize(double size)
getSize
double getSize()
setResolution
void setResolution(double resolution)
getResolution
double getResolution()
setUnits
void setUnits(String units)
getUnits
String getUnits()
build
ThreddsMetadata.GeospatialRange build()
throws BuilderException
- Description copied from interface:
ThreddsBuilder
- Generate the object being built by this ThreddsBuilder.
- Specified by:
build
in interface ThreddsBuilder
- Returns:
- the THREDDS catalog object being built by this ThreddsBuilder.
- Throws:
BuilderException
- if this ThreddsBuilder is not in a valid state.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.