|
||||||||||
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(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 that are needed before processing scale/offset in NetcdfDataset. |
void |
buildCoordinateSystems(NetcdfDataset ncDataset)
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms. |
String |
getConventionUsed()
Get the name of the Convention. |
String |
getParseInfo()
Detailed information when the coordinate systems were parsed |
String |
getUserAdvice()
Specific advice to a user about problems with the coordinate information in the file. |
void |
setConventionUsed(String convName)
Pass in the name of the Convention used to locate this CoordSysBuilderIF. |
Method Detail |
---|
void setConventionUsed(String convName)
convName
- the name of the ConventionString getConventionUsed()
String getParseInfo()
String getUserAdvice()
void augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask) throws IOException
ncDataset
- modify this datasetcancelTask
- give user a chance to bail out
IOException
- on errorvoid buildCoordinateSystems(NetcdfDataset ncDataset)
ncDataset
- add to this datasetvoid addUserAdvice(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 |