| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| ucar.nc2.ft |
Scientific feature types package
|
| ucar.nc2.ft.grid | |
| ucar.nc2.ft.point.writer |
package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types
|
| ucar.nc2.iosp |
General classes for I/O Service Providers
|
| ucar.nc2.iosp.dmsp |
I/O Service Provider for DMSP format files
|
| ucar.nc2.iosp.netcdf3 |
I/O Service Provider for NetCDF-3 format files
|
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreddsMetadata.Variable.setVocabularyId(Attribute id) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Attribute> |
Variable.attributes |
protected java.util.List<Attribute> |
Group.attributes |
protected java.util.List<Attribute> |
NetcdfFile.gattributes |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Variable.addAttribute(Attribute att)
Add new or replace old if has same name
|
Attribute |
NetcdfFile.addAttribute(Group parent,
Attribute att)
Add an attribute to a group.
|
Attribute |
NetcdfFileWriteable.addGlobalAttribute(Attribute att)
Add a Global attribute to the file.
|
Attribute |
NetcdfFileWriteable.addGlobalAttribute(java.lang.String name,
Array values)
Add a Global attribute of type Array to the file.
|
Attribute |
NetcdfFileWriteable.addGlobalAttribute(java.lang.String name,
java.lang.Number value)
Add a Global attribute of type Number to the file.
|
Attribute |
NetcdfFileWriteable.addGlobalAttribute(java.lang.String name,
java.lang.String value)
Add a Global attribute of type String to the file.
|
Attribute |
NetcdfFile.addVariableAttribute(Variable v,
Attribute att)
Add a variable attribute.
|
Attribute |
NetcdfFileWriteable.deleteGlobalAttribute(java.lang.String attName)
Delete a global Attribute.
|
Attribute |
NetcdfFileWriteable.deleteVariableAttribute(java.lang.String varName,
java.lang.String attName)
Delete a variable Attribute.
|
Attribute |
VariableIF.findAttribute(java.lang.String attName) |
Attribute |
Variable.findAttribute(java.lang.String name)
Find an Attribute by name.
|
Attribute |
Group.findAttribute(java.lang.String name)
Find an Attribute in this Group by its name.
|
Attribute |
VariableSimpleIF.findAttributeIgnoreCase(java.lang.String name)
find the attribute for the variable with the given name, ignoring case.
|
Attribute |
VariableSimpleAdapter.findAttributeIgnoreCase(java.lang.String attName) |
Attribute |
VariableIF.findAttributeIgnoreCase(java.lang.String attName) |
Attribute |
Variable.findAttributeIgnoreCase(java.lang.String name)
Find an Attribute by name, ignoring the case.
|
Attribute |
Group.findAttributeIgnoreCase(java.lang.String name)
Find an Attribute in this Group by its name, ignore case.
|
Attribute |
NetcdfFile.findGlobalAttribute(java.lang.String name)
Look up global Attribute by (full) name.
|
Attribute |
NetcdfFile.findGlobalAttributeIgnoreCase(java.lang.String name)
Look up global Attribute by name, ignore case.
|
Attribute |
NetcdfFileWriteable.renameGlobalAttribute(java.lang.String oldName,
java.lang.String newName)
Rename a global Attribute.
|
Attribute |
NetcdfFileWriteable.renameVariableAttribute(java.lang.String varName,
java.lang.String attName,
java.lang.String newName)
Rename a variable Attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
VariableSimpleIF.getAttributes()
Attributes for the variable.
|
java.util.List<Attribute> |
VariableSimpleAdapter.getAttributes() |
java.util.List<Attribute> |
VariableIF.getAttributes() |
java.util.List<Attribute> |
Variable.getAttributes()
Returns the set of attributes for this variable.
|
java.util.List<Attribute> |
Group.getAttributes()
Get the set of attributes contained directly in this Group.
|
java.util.List<Attribute> |
NetcdfFile.getGlobalAttributes()
Returns the set of global attributes associated with this file.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Variable.addAttribute(Attribute att)
Add new or replace old if has same name
|
void |
Group.addAttribute(Attribute att)
Add new Attribute; replace old if has same name.
|
Attribute |
NetcdfFile.addAttribute(Group parent,
Attribute att)
Add an attribute to a group.
|
Attribute |
NetcdfFileWriteable.addGlobalAttribute(Attribute att)
Add a Global attribute to the file.
|
void |
NetcdfFileWriteable.addVariableAttribute(java.lang.String varName,
Attribute att)
Add an attribute to the named Variable.
|
Attribute |
NetcdfFile.addVariableAttribute(Variable v,
Attribute att)
Add a variable attribute.
|
boolean |
Variable.remove(Attribute a)
Remove an Attribute : uses the attribute hashCode to find it.
|
boolean |
Group.remove(Attribute a)
Remove an Attribute : uses the attribute hashCode to find it.
|
void |
NetcdfFileWriteable.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
void |
FileWriter.writeAttribute(java.lang.String varName,
Attribute att)
Write a Variable attribute to the file.
|
void |
FileWriter.writeGlobalAttribute(Attribute att)
Write a global attribute to the file.
|
| Constructor and Description |
|---|
Attribute(java.lang.String name,
Attribute from)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
AbstractCoordTransBuilder.readAttributeDouble2(Attribute att)
Read an attribute as double[2].
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSAttribute
Adapter for dods.dap.Attribute into a ucar.nc2.Attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
VariableSimpleSubclass.findAttributeIgnoreCase(java.lang.String attName) |
Attribute |
GridDatatype.findAttributeIgnoreCase(java.lang.String name)
Convenience function; lookup Attribute by name.
|
Attribute |
TypedDatasetImpl.findGlobalAttributeIgnoreCase(java.lang.String name) |
Attribute |
TypedDataset.findGlobalAttributeIgnoreCase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
VariableSimpleSubclass.getAttributes() |
java.util.List<Attribute> |
GridDatatype.getAttributes()
Get a List of Attribute specific to the Grid
|
java.util.List<Attribute> |
TypedDatasetImpl.getGlobalAttributes() |
java.util.List<Attribute> |
TypedDataset.getGlobalAttributes()
List of global attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
GeoGrid.findAttributeIgnoreCase(java.lang.String name)
Convenience function; lookup Attribute by name.
|
Attribute |
GridDataset.findGlobalAttributeIgnoreCase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
GeoGrid.getAttributes() |
java.util.List<Attribute> |
GridDataset.getGlobalAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
RadialDatasetSweepAdapter.MyRadialVariableAdapter.findAttributeIgnoreCase(java.lang.String attName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
RadialDatasetSweepAdapter.MyRadialVariableAdapter.getAttributes() |
| Constructor and Description |
|---|
RadialDatasetSweepAdapter.MyRadialVariableAdapter(java.lang.String vName,
java.util.List<Attribute> atts) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
UnidataTrajectoryObsDataset2.findGlobalAttributeIgnoreCase(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
UnidataTrajectoryObsDataset2.getGlobalAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
FeatureDatasetImpl.findGlobalAttributeIgnoreCase(java.lang.String name) |
Attribute |
FeatureDataset.findGlobalAttributeIgnoreCase(java.lang.String name)
Return the global attribute with the given name, ignoring case.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
FeatureDatasetImpl.getGlobalAttributes() |
java.util.List<Attribute> |
FeatureDataset.getGlobalAttributes()
List of global attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Grid.findAttributeIgnoreCase(java.lang.String name)
Convenience function; lookup Attribute by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
Grid.getAttributes()
Get a List of Attribute specific to the Grid
|
| Constructor and Description |
|---|
CFPointObWriter(java.io.DataOutputStream stream,
java.util.List<Attribute> globalAtts,
java.lang.String altUnits,
java.util.List<PointObVar> dataVars,
int numrec)
Deprecated.
Constructor
|
WriterCFPointDataset(java.io.DataOutputStream stream,
java.util.List<Attribute> globalAtts,
java.lang.String altUnits)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOServiceProviderWriter.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
DMSPHeader.getDatasetIdAtt() |
Attribute |
DMSPHeader.getFileIdAtt() |
Attribute |
DMSPHeader.getProcessingDateAtt() |
Attribute |
DMSPHeader.getProcessingSystemAtt() |
Attribute |
DMSPHeader.getStartDateAtt() |
Attribute |
DMSPHeader.getSuborbitHistoryAtt() |
| Modifier and Type | Method and Description |
|---|---|
void |
N3iosp.updateAttribute(Variable v2,
Attribute att)
Update the value of an existing attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jdom.Element |
NcMLWriter.writeAttribute(Attribute att,
java.lang.String elementName,
org.jdom.Namespace ns) |