| Interface | Description |
|---|---|
| CoordSystemFactory.ConventionNameOk |
Allow plug-ins to determine if it owns a file based on the file's Convention attribute.
|
| Class | Description |
|---|---|
| CoordinatesHelper |
A helper class for NetcdfDataset to build and manage coordinates.
|
| CoordinatesHelper.Builder | |
| CoordSystemBuilder |
Super class for implementing Convention-specific parsing of netCDF files.
|
| CoordSystemBuilder.Factory | |
| CoordSystemFactory |
Static methods for managing CoordSystemBuilderFactory classes
|
| CoordTransformFactory |
Factory for Coordinate Transforms.
|
| DataEnhancer |
Does enhancemnets to a VariableDS' data.
|
| DatasetClassifier |
Coordinate System classification.
|
| DatasetEnhancer |
Helper class to enhance NetcdfDataset, with coordinate systems and scale/offset/missing
|
| SequenceArrayEnhancer |
Enhance StructureData, for both StructureDS and SequenceDS.
|
| StructureDataArrayEnhancer |
Enhance StructureData, for both StructureDS and SequenceDS.
|
| StructurePseudo2Dim |
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
|
| StructurePseudo2Dim.Builder<T extends StructurePseudo2Dim.Builder<T>> | |
| StructurePseudoDS |
Make a collection of variables with the same outer dimension into a fake Structure.
|
| StructurePseudoDS.Builder<T extends StructurePseudoDS.Builder<T>> | |
| TransformBuilder |