|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| ConformanceTest | Runs all supported tests from the
geoapi-conformance
module. |
| IOTestCase | Base class of NetCDF test cases performing I/O operations. |
| NetcdfCRSTest | Tests the NetcdfCRS class using Coordinate Systems built from test files. |
| NetcdfMetadataTest | Tests the NetcdfMetadata class. |
| NetcdfProjectionTest | Tests the NetcdfProjection class using the
geoapi-conformance
module. |
| NetcdfTransformFactoryTest | Tests the NetcdfTransformFactory class. |
Tests the GeoAPI-NetCDF bindings.
Other projects can leverage the test cases defined in this package by sub-classing
and overriding the wrap(...) method. For example an other NetCDF wrapper
implementation could test their metadata wrapper as below:
public class MyTest extends NetcdfMetadataTest {
@Override
protected Metadata wrap(NetcdfFile file) throws IOException {
return new MyWrapper(file);
}
}
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||