@Deprecated
public interface CoordSysBuilderIF
| Modifier and Type | Method and Description |
|---|---|
void |
addUserAdvice(java.lang.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.
|
java.lang.String |
getConventionUsed()
Deprecated.
Get the name of the Convention.
|
java.lang.String |
getParseInfo()
Deprecated.
Detailed information when the coordinate systems were parsed
|
java.lang.String |
getUserAdvice()
Deprecated.
Specific advice to a user about problems with the coordinate information in the file.
|
void |
setConventionUsed(java.lang.String convName)
Deprecated.
Pass in the name of the Convention used to locate this CoordSysBuilderIF.
|
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 outjava.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