Package com.luciad.format.netcdf
Class TLcdNetCDFDataSource
java.lang.Object
com.luciad.format.netcdf.TLcdNetCDFDataSource
- All Implemented Interfaces:
ILcdDataSource
Data source for a single coverage variable in a NetCDF file.
You can use TLcdNetCDFModelDecoder.discoverDataSources(String) to retrieve all
possible data sources for a single NetCDF file.
You can use TLcdNetCDFModelDecoder.decodeSource(com.luciad.model.ILcdDataSource)
to create a model for an individual data source.
- Since:
- 2015.0
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdNetCDFDataSource(String aSource, String aVariableName) Constructs a new data source. -
Method Summary
-
Constructor Details
-
TLcdNetCDFDataSource
Constructs a new data source.- Parameters:
aSource- the NetCDF source. Must not benullor empty.aVariableName- the full name of the NetCDF variable containing the coverage data. Must not benullor empty.- Since:
- 2016.0
-
-
Method Details
-
getSource
Get the NetCDF source.- Returns:
- the NetCDF source, never
null.
-
getName
Get the full name of the NetCDF variable in the source file containing the coverage data.
- Returns:
- the full name of the NetCDF variable in the source file containing the coverage data, never
null.
-
getDescription
Get the description of the coverage data.- Specified by:
getDescriptionin interfaceILcdDataSource- Returns:
- the description of the coverage data, never
null.
-
equals
-
hashCode
public int hashCode() -
toString
-