Package ucar.nc2.dataset
Interface CoordSysBuilderIF
- All Known Implementing Classes:
CoordSysBuilder
Deprecated.
do not use
Implement this interface to add Coordinate Systems to a NetcdfDataset.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserAdvice(String advice) Deprecated.Give advice for a user trying to figure out why things arent workingvoidaugmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask) Deprecated.Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.voidbuildCoordinateSystems(NetcdfDataset ncDataset) Deprecated.Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.Deprecated.Get the name of the Convention.Deprecated.Detailed information when the coordinate systems were parsedDeprecated.Specific advice to a user about problems with the coordinate information in the file.voidsetConventionUsed(String convName) Deprecated.Pass in the name of the Convention used to locate this CoordSysBuilderIF.
-
Method Details
-
setConventionUsed
Deprecated.Pass in the name of the Convention used to locate this CoordSysBuilderIF.- Parameters:
convName- the name of the Convention
-
getConventionUsed
String getConventionUsed()Deprecated.Get the name of the Convention. In the case where the Convention attribute is not set in the file, this name cannot be used to identify the Convention. The isMine() method is called instead.- Returns:
- Convention name
-
getParseInfo
String getParseInfo()Deprecated.Detailed information when the coordinate systems were parsed- Returns:
- String containing parsing info
-
getUserAdvice
String getUserAdvice()Deprecated.Specific advice to a user about problems with the coordinate information in the file.- Returns:
- String containing advice to a user about problems with the coordinate information in the file.
-
augmentDataset
Deprecated.Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.- Parameters:
ncDataset- modify this datasetcancelTask- give user a chance to bail out- Throws:
IOException- on error
-
buildCoordinateSystems
Deprecated.Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.- Parameters:
ncDataset- add to this dataset
-
addUserAdvice
Deprecated.Give advice for a user trying to figure out why things arent working- Parameters:
advice- add this advice to the User Advice String
-