|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
ucar.netcdf | Provides an abstraction for sampled functions between multidimensional spaces. |
Uses of Attribute in ucar.netcdf |
---|
Methods in ucar.netcdf that return Attribute | |
---|---|
Attribute |
AttributeSet.get(String name)
Retrieve the attribute associated with the specified name. |
Attribute |
AttributeSet.get(String name)
Retrieve the attribute associated with the specified name. |
Attribute |
AbstractNetcdf.getAttribute(String name)
Convenience function; look up global Attribute by name. |
Attribute |
Netcdf.getAttribute(String name)
Convenience function; look up global Attribute by name. |
Attribute |
NetcdfWrapper.getAttribute(String name)
Returns a global, netCDF attribute by name. |
Attribute |
ProtoVariable.getAttribute(String name)
Convenience function; look up Attribute by name. |
Attribute |
Schema.getAttribute(String name)
Convenience function; look up (global) Attribute by name. |
Attribute |
Variable.getAttribute(String name)
Convenience function; look up Attribute by name. |
Attribute |
AbstractNetcdf.getAttribute(String name)
Convenience function; look up global Attribute by name. |
Attribute |
Netcdf.getAttribute(String name)
Convenience function; look up global Attribute by name. |
Attribute |
NetcdfWrapper.getAttribute(String name)
Returns a global, netCDF attribute by name. |
Attribute |
ProtoVariable.getAttribute(String name)
Convenience function; look up Attribute by name. |
Attribute |
Schema.getAttribute(String name)
Convenience function; look up (global) Attribute by name. |
Attribute |
Variable.getAttribute(String name)
Convenience function; look up Attribute by name. |
Attribute |
AttributeIterator.next()
Returns the next element. |
Attribute |
AttributeIterator.next()
Returns the next element. |
Attribute |
AttributeSet.put(Attribute attr)
Ensures that this set contains the specified Attribute. |
Attribute |
AttributeSet.put(Attribute attr)
Ensures that this set contains the specified Attribute. |
Attribute |
ProtoVariable.putAttribute(Attribute attr)
Convenience function; add attribute. |
Attribute |
Schema.putAttribute(Attribute attr)
Convenience function; add global attribute. |
Attribute |
ProtoVariable.putAttribute(Attribute attr)
Convenience function; add attribute. |
Attribute |
Schema.putAttribute(Attribute attr)
Convenience function; add global attribute. |
Attribute[] |
AttributeSet.toArray()
Returns a new Array containing the elements of this set. |
Attribute[] |
AttributeSet.toArray()
Returns a new Array containing the elements of this set. |
Methods in ucar.netcdf with parameters of type Attribute | |
---|---|
Attribute |
AttributeSet.put(Attribute attr)
Ensures that this set contains the specified Attribute. |
Attribute |
AttributeSet.put(Attribute attr)
Ensures that this set contains the specified Attribute. |
protected void |
AbstractNetcdf.putAttribute(Attribute attr)
Used for incremental initialization. |
Attribute |
ProtoVariable.putAttribute(Attribute attr)
Convenience function; add attribute. |
Attribute |
Schema.putAttribute(Attribute attr)
Convenience function; add global attribute. |
protected void |
AbstractNetcdf.putAttribute(Attribute attr)
Used for incremental initialization. |
Attribute |
ProtoVariable.putAttribute(Attribute attr)
Convenience function; add attribute. |
Attribute |
Schema.putAttribute(Attribute attr)
Convenience function; add global attribute. |
Constructors in ucar.netcdf with parameters of type Attribute | |
---|---|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray,
Attribute[] attrArray)
More general constructor. |
|
ProtoVariable(String name,
Class componentType,
Dimension[] dimArray,
Attribute[] attrArray)
More general constructor. |
|
Schema(ProtoVariable[] varArray,
Attribute[] attrArray)
Create a Schema initialized by an array of ProtoVariable and an array of Attributes. |
|
Schema(ProtoVariable[] varArray,
Attribute[] attrArray)
Create a Schema initialized by an array of ProtoVariable and an array of Attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |