|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordSysBuilderIF
Implement this interface to add Coordinate Systems to a NetcdfDataset.
Method Summary | |
---|---|
void |
addUserAdvice(java.lang.String advice)
Give advice for a user trying to figure out why things arent working |
void |
augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask)
Make changes to the dataset, like adding new variables, attribuites, etc. |
void |
buildCoordinateSystems(NetcdfDataset ncDataset)
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms. |
java.lang.String |
getConventionUsed()
Get the name of the Convention. |
java.lang.String |
getParseInfo()
Detailed information when the coordinate systems were parsed |
java.lang.String |
getUserAdvice()
Specific advice to a user about problems with the coordinate information in the file. |
void |
setConventionUsed(java.lang.String convName)
Pass in the name of the Convention used to locate this CoordSysBuilderIF. |
Method Detail |
---|
void setConventionUsed(java.lang.String convName)
convName
- the name of the Conventionjava.lang.String getConventionUsed()
java.lang.String getParseInfo()
java.lang.String getUserAdvice()
void augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask) throws java.io.IOException
ncDataset
- modify this datasetcancelTask
- give user a chance to bail out
java.io.IOException
- on errorvoid buildCoordinateSystems(NetcdfDataset ncDataset)
ncDataset
- add to this datasetvoid addUserAdvice(java.lang.String advice)
advice
- add this advice to the User Advice String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |