@Deprecated public interface CoordSysBuilderIF
| Modifier and Type | Method and Description |
|---|---|
void |
addUserAdvice(String advice)
Deprecated.
Give advice for a user trying to figure out why things arent working
|
void |
augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask)
Deprecated.
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
void |
buildCoordinateSystems(NetcdfDataset ncDataset)
Deprecated.
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
|
String |
getConventionUsed()
Deprecated.
Get the name of the Convention.
|
String |
getParseInfo()
Deprecated.
Detailed information when the coordinate systems were parsed
|
String |
getUserAdvice()
Deprecated.
Specific advice to a user about problems with the coordinate information in the file.
|
void |
setConventionUsed(String convName)
Deprecated.
Pass in the name of the Convention used to locate this CoordSysBuilderIF.
|
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 outIOException - on errorvoid buildCoordinateSystems(NetcdfDataset ncDataset)
ncDataset - add to this datasetvoid addUserAdvice(String advice)
advice - add this advice to the User Advice String