A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

A - Static variable in class ucar.unidata.geoloc.vertical.HybridHeight
The "a" variable name identifier
A - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
The "a" variable name identifier
A - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "a" variable name
accept(InvDataset) - Method in class thredds.catalog.DatasetFilter
Decision function as to whether to accept this dataset or not.
accept(InvDataset) - Method in class thredds.catalog.DatasetFilter.ByDataType
 
accept(InvDataset) - Method in class thredds.catalog.DatasetFilter.ByServiceType
 
accessUsed - Variable in class ucar.nc2.thredds.ThreddsDataFactory.Result
 
acosh(double) - Static method in class ucar.unidata.util.SpecialMathFunction
 
acquire(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasetCache
Acquire a NetcdfDataset, and lock it so no one else can use it.
acquire(String, CancelTask, NetcdfDatasetFactory) - Static method in class ucar.nc2.dataset.NetcdfDatasetCache
Same as acquire(), but use a factory to open the dataset.
acquire(String, int, CancelTask, Object, NetcdfDatasetFactory) - Static method in class ucar.nc2.dataset.NetcdfDatasetCache
Same as acquire(), but use a factory to open the dataset.
acquire(String, CancelTask) - Static method in class ucar.nc2.NetcdfFileCache
Acquire a NetcdfFile, and lock it so no one else can use it.
acquire(String, int, CancelTask, Object, NetcdfFileFactory) - Static method in class ucar.nc2.NetcdfFileCache
 
acquire(String) - Static method in class ucar.unidata.io.FileCache
 
acquireCacheOnly(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasetCache
Try to find a file in the cache.
acquireCacheOnly(String) - Static method in class ucar.nc2.NetcdfFileCache
Try to find a file in the cache.
acquireCacheOnly(String) - Static method in class ucar.unidata.io.FileCache
Try to find a file in the cache.
acquireDataset(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Same as openDataset, but file is acquired through the NetcdfFileCache, and its always enhanced.
acquireFile(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Same as openFile, but file is acquired through the NetcdfFileCache.
add(ThreddsMetadata, boolean) - Method in class thredds.catalog.ThreddsMetadata
Add all the content from another ThreddsMetadata
add(TimeDuration) - Method in class thredds.datatype.DateType
 
add(TimeUnit) - Method in class thredds.datatype.DateType
 
add(Array, Array) - Static method in class ucar.ma2.MAMath
Add elements of two arrays together, allocating the result array.
add(Date) - Method in class ucar.nc2.units.TimeUnit
 
addAccess(InvAccess) - Method in class thredds.catalog.InvDatasetImpl
Add InvAccess element to this dataset.
addAccess(List) - Method in class thredds.catalog.InvDatasetImpl
Add a list of InvAccess elements to this dataset.
addAccess(InvAccess) - Method in class thredds.catalog.InvDatasetImplProxy
 
addAttribute(Attribute) - Method in class ucar.nc2.Group
Add new Attribute; replace old if has same name.
addAttribute(Group, Attribute) - Method in class ucar.nc2.NetcdfFile
Add a group attribute.
addAttribute(Attribute) - Method in class ucar.nc2.Variable
Add new or replace old if has same name
addContributor(ThreddsMetadata.Contributor) - Method in class thredds.catalog.ThreddsMetadata
Add a contributor
addCoordinateAxis(VariableDS) - Method in class ucar.nc2.dataset.NetcdfDataset
Add a CoordinateAxis.
addCoordinateSystem(CoordinateSystem) - Method in interface ucar.nc2.dataset.Enhancements
Add a CoordinateSystem to the dataset.
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.NetcdfDataset
Add a CoordinateSystem to the dataset.
addCoordinateSystem(VariableEnhanced, CoordinateSystem) - Method in class ucar.nc2.dataset.NetcdfDataset
Add a CoordinateSystem to a variable.
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.StructureDS
 
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.VariableDS
 
addCoordinateSystems(NetcdfDataset, CancelTask) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Add Coordinate information to a NetcdfDataset using a registered Convention parsing class.
addCoordinateTransform(CoordinateTransform) - Method in class ucar.nc2.dataset.CoordinateSystem
add a CoordinateTransform
addCoordinateTransform(CoordinateTransform) - Method in class ucar.nc2.dataset.NetcdfDataset
Add a CoordinateTransform to the dataset.
addCoordinateTransforms(Collection) - Method in class ucar.nc2.dataset.CoordinateSystem
add a Collection of CoordinateTransform
addCoordinateVariable(Variable) - Method in class ucar.nc2.Dimension
Add a coordinate variable or coordinate variable alias.
addCreator(ThreddsMetadata.Source) - Method in class thredds.catalog.ThreddsMetadata
Add a creator
addDataset(InvDatasetImpl) - Method in class thredds.catalog.InvCatalogImpl
Add Dataset (1.0)
addDataset(InvDatasetImpl) - Method in class thredds.catalog.InvDatasetImpl
Add a nested dataset.
addDataset(int, InvDatasetImpl) - Method in class thredds.catalog.InvDatasetImpl
Add a nested dataset at the location indicated by index.
addDataset(InvDatasetImpl) - Method in class thredds.catalog.InvDatasetImplProxy
 
addDatasetByID(InvDatasetImpl) - Method in class thredds.catalog.InvCatalogImpl
Add Dataset to internal hash.
addDatasetRoot(InvProperty) - Method in class thredds.catalog.InvCatalogImpl
Add Dataset Root, key = path, value = location.
addDatasetRoot(InvProperty) - Method in class thredds.catalog.InvService
Deprecated. use InvCatalogImpl
addDate(DateType) - Method in class thredds.catalog.ThreddsMetadata
Add a date
addDimension(Dimension) - Method in class ucar.nc2.Group
Add a shared Dimension
addDimension(Group, Dimension) - Method in class ucar.nc2.NetcdfFile
Add a shared Dimension to a Group.
addDimension(String, int) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Dimension to the file.
addDimension(String, int, boolean, boolean, boolean) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Dimension to the file.
addDocumentation(InvDocumentation) - Method in class thredds.catalog.InvDatasetImpl
Add documentation element to this dataset.
addDocumentation(InvDocumentation) - Method in class thredds.catalog.InvDatasetImplProxy
 
addDocumentation(InvDocumentation) - Method in class thredds.catalog.ThreddsMetadata
Add a documentation
addDocumentation(String, String) - Method in class thredds.catalog.ThreddsMetadata
set specified type of documentation
addDouble(Array, Array, Array) - Static method in class ucar.ma2.MAMath
Add elements of two arrays together as doubles, place sum in the result array.
ADDE - Static variable in class thredds.catalog.ServiceType
 
addGlobalAttribute(Attribute) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Global attribute to the file.
addGlobalAttribute(String, String) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Global attribute of type String to the file.
addGlobalAttribute(String, Number) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Global attribute of type Number to the file.
addGlobalAttribute(String, Array) - Method in class ucar.nc2.NetcdfFileWriteable
Add a Global attribute of type Array to the file.
addGroup(Group) - Method in class ucar.nc2.Group
Add a nested Group
addGroup(Group, Group) - Method in class ucar.nc2.NetcdfFile
Add a group to the parent group.
addKeyword(ThreddsMetadata.Vocab) - Method in class thredds.catalog.ThreddsMetadata
Add a keyword
addMember(StructureMembers.Member) - Method in class ucar.ma2.StructureMembers
Add a member.
addMember(String, String, String, DataType, int[]) - Method in class ucar.ma2.StructureMembers
 
addMemberVariable(Structure, Variable) - Method in class ucar.nc2.NetcdfFile
Add a Variable to the given structure.
addMemberVariable(Variable) - Method in class ucar.nc2.Structure
Add a member variable
addMetadata(InvMetadata) - Method in class thredds.catalog.ThreddsMetadata
Add InvMetadata
addMetadataContent(Element, Object) - Method in interface thredds.catalog.MetadataConverterIF
Serialize the InvMetadata content object to a org.jdom.Element and add ro the element.
addObs(StationObsDatatype) - Method in class ucar.nc2.dt.StationImpl
 
addParameter(Parameter) - Method in class ucar.nc2.dataset.CoordinateTransform
add a parameter
addProject(ThreddsMetadata.Vocab) - Method in class thredds.catalog.ThreddsMetadata
Add a project
addProperty(InvProperty) - Method in class thredds.catalog.InvCatalogImpl
Add Property (1.0)
addProperty(InvProperty) - Method in class thredds.catalog.InvDatasetImpl
Add a property to this dataset
addProperty(InvProperty) - Method in class thredds.catalog.InvDatasetImplProxy
 
addProperty(InvProperty) - Method in class thredds.catalog.InvService
Add a property
addProperty(InvProperty) - Method in class thredds.catalog.ThreddsMetadata
Add a property
addPropertyChangeListener(PropertyChangeListener) - Method in class thredds.catalog.InvCatalogImpl
Add a PropertyChangeEvent Listener.
addPublisher(ThreddsMetadata.Source) - Method in class thredds.catalog.ThreddsMetadata
Add a publisher
addRecordStructure() - Method in class ucar.nc2.dataset.NetcdfDataset
 
addRecordStructure() - Method in class ucar.nc2.NetcdfFile
If there is an unlimited dimension, make all variables that use it into an array of structures.
addService(InvService) - Method in class thredds.catalog.InvCatalogImpl
Add Service (1.0)
addService(InvService) - Method in class thredds.catalog.InvDatasetImpl
Deprecated. put services in catalog
addService(InvService) - Method in class thredds.catalog.InvDatasetImplProxy
 
addService(InvService) - Method in class thredds.catalog.InvService
Add a nested service to a service of type COMPOUND.
addStringVariable(String, List, int) - Method in class ucar.nc2.NetcdfFileWriteable
Add a variable with DataType = String to the file.
addUnlimitedDimension(String) - Method in class ucar.nc2.NetcdfFileWriteable
Add an unlimited Dimension to the file.
addUserAdvice(String) - Method in class ucar.nc2.dataset.CoordSysBuilder
 
addUserAdvice(String) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Give advice for a user trying to figure out why things arent working
addVariable(ThreddsMetadata.Variable) - Method in class thredds.catalog.ThreddsMetadata.Variables
 
addVariable(Variable) - Method in class ucar.nc2.Group
Add a Variable
addVariable(Group, Variable) - Method in class ucar.nc2.NetcdfFile
Add a Variable to the given group.
addVariable(String, Class, Dimension[]) - Method in class ucar.nc2.NetcdfFileWriteable
Deprecated. use addVariable(String varName, DataType dataType, ArrayList dims);
addVariable(String, DataType, Dimension[]) - Method in class ucar.nc2.NetcdfFileWriteable
Add a variable to the file.
addVariable(String, DataType, String) - Method in class ucar.nc2.NetcdfFileWriteable
Add a variable to the file.
addVariable(String, DataType, List) - Method in class ucar.nc2.NetcdfFileWriteable
Add a variable to the file.
addVariableAttribute(Variable, Attribute) - Method in class ucar.nc2.NetcdfFile
Add a variable attribute.
addVariableAttribute(String, Attribute) - Method in class ucar.nc2.NetcdfFileWriteable
Add an attribute to the named Variable.
addVariableAttribute(String, String, String) - Method in class ucar.nc2.NetcdfFileWriteable
Add an attribute of type String to the named Variable.
addVariableAttribute(String, String, Number) - Method in class ucar.nc2.NetcdfFileWriteable
Add an attribute of type Number to the named Variable.
addVariableAttribute(String, String, Array) - Method in class ucar.nc2.NetcdfFileWriteable
Add an attribute of type Array to the named Variable.
addVariables(ThreddsMetadata.Variables) - Method in class thredds.catalog.ThreddsMetadata
Add variables
ADN - Static variable in class thredds.catalog.MetadataType
 
after(Date) - Method in class thredds.datatype.DateType
 
AGGREGATION - Static variable in class thredds.catalog.MetadataType
 
AlbersEqualArea - Class in ucar.unidata.geoloc.projection
Albers Equal Area Conic Projection, one or two standard parallels, spherical earth.
AlbersEqualArea() - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Constructor with default parameters
AlbersEqualArea(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Construct a AlbersEqualArea Projection, two standard parellels.
allow(String, String, char) - Static method in class ucar.unidata.util.StringUtil
Replace any char not alphanumeric or in allowChars by replaceChar.
annotate(InvDataset, NetcdfDataset) - Static method in class ucar.nc2.thredds.ThreddsDataFactory
Add information from the InvDataset to the NetcdfDataset.
append(StringBuffer, Object) - Static method in class ucar.unidata.util.StringUtil
A utility method to an append to a StringBuffer.
append(StringBuffer, Object, Object) - Static method in class ucar.unidata.util.StringUtil
A utility method to do multiple appends to a StringBuffer.
append(StringBuffer, Object, Object, Object) - Static method in class ucar.unidata.util.StringUtil
A utility method to do multiple appends to a StringBuffer.
append(StringBuffer, Object, Object, Object, Object) - Static method in class ucar.unidata.util.StringUtil
A utility method to do multiple appends to a StringBuffer.
append(StringBuffer, Object, Object, Object, Object, Object) - Static method in class ucar.unidata.util.StringUtil
A utility method to do multiple appends to a StringBuffer.
appendErr(String) - Method in class thredds.catalog.InvCatalogFactory
append an error message.
appendErrorMessage(String, boolean) - Method in class thredds.catalog.InvCatalogImpl
Append an error message to the message log.
appendFatalErr(String) - Method in class thredds.catalog.InvCatalogFactory
append a fatal error message
appendShape(List, int) - Static method in class ucar.ma2.Range
Append a new Range(0,size-1) to the list
appendWarning(String) - Method in class thredds.catalog.InvCatalogFactory
append a warning message
apply(List) - Method in class ucar.unidata.util.DateSelection
Apply this date selection query to the list of DatedThing-s
applyMacros(String, Hashtable, boolean) - Static method in class ucar.unidata.util.StringUtil
This takes a string of the following form.
Array - Class in ucar.ma2
Superclass for implementations of multidimensional arrays.
ArrayBoolean - Class in ucar.ma2
Concrete implementation of Array specialized for booleans.
ArrayBoolean(int[]) - Constructor for class ucar.ma2.ArrayBoolean
Create a new Array of type boolean and the given shape.
ArrayBoolean.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 0.
ArrayBoolean.D0() - Constructor for class ucar.ma2.ArrayBoolean.D0
Constructor.
ArrayBoolean.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 1.
ArrayBoolean.D1(int) - Constructor for class ucar.ma2.ArrayBoolean.D1
Constructor for array of shape {len0}.
ArrayBoolean.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 2.
ArrayBoolean.D2(int, int) - Constructor for class ucar.ma2.ArrayBoolean.D2
Constructor for array of shape {len0,len1}.
ArrayBoolean.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 3.
ArrayBoolean.D3(int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D3
Constructor for array of shape {len0,len1,len2}.
ArrayBoolean.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 4.
ArrayBoolean.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayBoolean.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 5.
ArrayBoolean.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayBoolean.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 6.
ArrayBoolean.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayBoolean.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for boolean, rank 7.
ArrayBoolean.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayByte - Class in ucar.ma2
Concrete implementation of Array specialized for bytes.
ArrayByte(int[]) - Constructor for class ucar.ma2.ArrayByte
Create a new Array of type byte and the given shape.
ArrayByte.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 0.
ArrayByte.D0() - Constructor for class ucar.ma2.ArrayByte.D0
Constructor.
ArrayByte.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 1.
ArrayByte.D1(int) - Constructor for class ucar.ma2.ArrayByte.D1
Constructor for array of shape {len0}.
ArrayByte.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 2.
ArrayByte.D2(int, int) - Constructor for class ucar.ma2.ArrayByte.D2
Constructor for array of shape {len0,len1}.
ArrayByte.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 3.
ArrayByte.D3(int, int, int) - Constructor for class ucar.ma2.ArrayByte.D3
Constructor for array of shape {len0,len1,len2}.
ArrayByte.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 4.
ArrayByte.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayByte.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayByte.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 5.
ArrayByte.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayByte.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayByte.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 6.
ArrayByte.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayByte.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayByte.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for byte, rank 7.
ArrayByte.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayByte.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayChar - Class in ucar.ma2
Concrete implementation of Array specialized for chars.
ArrayChar(int[]) - Constructor for class ucar.ma2.ArrayChar
Create a new Array of type char and the given shape.
ArrayChar.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 0.
ArrayChar.D0() - Constructor for class ucar.ma2.ArrayChar.D0
Constructor.
ArrayChar.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 1.
ArrayChar.D1(int) - Constructor for class ucar.ma2.ArrayChar.D1
Constructor for array of shape {len0}.
ArrayChar.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 2.
ArrayChar.D2(int, int) - Constructor for class ucar.ma2.ArrayChar.D2
Constructor for array of shape {len0,len1}.
ArrayChar.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 3.
ArrayChar.D3(int, int, int) - Constructor for class ucar.ma2.ArrayChar.D3
Constructor for array of shape {len0,len1,len2}.
ArrayChar.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 4.
ArrayChar.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayChar.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 5.
ArrayChar.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayChar.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 6.
ArrayChar.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayChar.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for char, rank 7.
ArrayChar.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayChar.StringIterator - Class in ucar.ma2
rank must be > 0
arraycopy(Array, int, Array, int, int) - Static method in class ucar.ma2.Array
Cover for System.arraycopy().
ArrayDouble - Class in ucar.ma2
Concrete implementation of Array specialized for doubles.
ArrayDouble(int[]) - Constructor for class ucar.ma2.ArrayDouble
Create a new Array of type double and the given shape.
ArrayDouble.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 0.
ArrayDouble.D0() - Constructor for class ucar.ma2.ArrayDouble.D0
Constructor.
ArrayDouble.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 1.
ArrayDouble.D1(int) - Constructor for class ucar.ma2.ArrayDouble.D1
Constructor for array of shape {len0}.
ArrayDouble.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 2.
ArrayDouble.D2(int, int) - Constructor for class ucar.ma2.ArrayDouble.D2
Constructor for array of shape {len0,len1}.
ArrayDouble.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 3.
ArrayDouble.D3(int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D3
Constructor for array of shape {len0,len1,len2}.
ArrayDouble.D3.IF - Class in ucar.ma2
 
ArrayDouble.D3.IF() - Constructor for class ucar.ma2.ArrayDouble.D3.IF
 
ArrayDouble.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 4.
ArrayDouble.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayDouble.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 5.
ArrayDouble.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayDouble.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 6.
ArrayDouble.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayDouble.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for doubles, rank 7.
ArrayDouble.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayFloat - Class in ucar.ma2
Concrete implementation of Array specialized for floats.
ArrayFloat(int[]) - Constructor for class ucar.ma2.ArrayFloat
Create a new Array of type float and the given shape.
ArrayFloat.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 0.
ArrayFloat.D0() - Constructor for class ucar.ma2.ArrayFloat.D0
Constructor.
ArrayFloat.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 1.
ArrayFloat.D1(int) - Constructor for class ucar.ma2.ArrayFloat.D1
Constructor for array of shape {len0}.
ArrayFloat.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 2.
ArrayFloat.D2(int, int) - Constructor for class ucar.ma2.ArrayFloat.D2
Constructor for array of shape {len0,len1}.
ArrayFloat.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 3.
ArrayFloat.D3(int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D3
Constructor for array of shape {len0,len1,len2}.
ArrayFloat.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 4.
ArrayFloat.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayFloat.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 5.
ArrayFloat.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayFloat.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 6.
ArrayFloat.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayFloat.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for floats, rank 7.
ArrayFloat.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayInt - Class in ucar.ma2
Concrete implementation of Array specialized for longs.
ArrayInt(int[]) - Constructor for class ucar.ma2.ArrayInt
Create a new Array of type int and the given shape.
ArrayInt.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 0.
ArrayInt.D0() - Constructor for class ucar.ma2.ArrayInt.D0
Constructor.
ArrayInt.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 1.
ArrayInt.D1(int) - Constructor for class ucar.ma2.ArrayInt.D1
Constructor for array of shape {len0}.
ArrayInt.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 2.
ArrayInt.D2(int, int) - Constructor for class ucar.ma2.ArrayInt.D2
Constructor for array of shape {len0,len1}.
ArrayInt.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 3.
ArrayInt.D3(int, int, int) - Constructor for class ucar.ma2.ArrayInt.D3
Constructor for array of shape {len0,len1,len2}.
ArrayInt.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 4.
ArrayInt.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayInt.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayInt.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 5.
ArrayInt.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayInt.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayInt.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 6.
ArrayInt.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayInt.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayInt.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for ints, rank 7.
ArrayInt.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayInt.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayLong - Class in ucar.ma2
Concrete implementation of Array specialized for longs.
ArrayLong(int[]) - Constructor for class ucar.ma2.ArrayLong
Create a new Array of type long and the given shape.
ArrayLong.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 0.
ArrayLong.D0() - Constructor for class ucar.ma2.ArrayLong.D0
Constructor.
ArrayLong.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 1.
ArrayLong.D1(int) - Constructor for class ucar.ma2.ArrayLong.D1
Constructor for array of shape {len0}.
ArrayLong.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 2.
ArrayLong.D2(int, int) - Constructor for class ucar.ma2.ArrayLong.D2
Constructor for array of shape {len0,len1}.
ArrayLong.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 3.
ArrayLong.D3(int, int, int) - Constructor for class ucar.ma2.ArrayLong.D3
Constructor for array of shape {len0,len1,len2}.
ArrayLong.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 4.
ArrayLong.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayLong.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayLong.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 5.
ArrayLong.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayLong.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayLong.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 6.
ArrayLong.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayLong.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayLong.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for longs, rank 7.
ArrayLong.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayLong.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayObject - Class in ucar.ma2
Concrete implementation of Array specialized for Objects.
ArrayObject(Class, int[]) - Constructor for class ucar.ma2.ArrayObject
Create a new Array of type Object and the given shape.
ArrayObject.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 0.
ArrayObject.D0(Class) - Constructor for class ucar.ma2.ArrayObject.D0
Constructor.
ArrayObject.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 1.
ArrayObject.D1(Class, int) - Constructor for class ucar.ma2.ArrayObject.D1
Constructor for array of shape {len0}.
ArrayObject.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 2.
ArrayObject.D2(Class, int, int) - Constructor for class ucar.ma2.ArrayObject.D2
Constructor for array of shape {len0,len1}.
ArrayObject.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 3.
ArrayObject.D3(Class, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D3
Constructor for array of shape {len0,len1,len2}.
ArrayObject.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 4.
ArrayObject.D4(Class, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayObject.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 5.
ArrayObject.D5(Class, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayObject.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 6.
ArrayObject.D6(Class, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayObject.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for Objects, rank 7.
ArrayObject.D7(Class, int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArraySequence - Class in ucar.ma2
Handles nested sequences: a 1D array of variable length 1D arrays of StructureData.
ArraySequence(StructureMembers, int) - Constructor for class ucar.ma2.ArraySequence
This is used for inner sequences, ie variable length structures nested inside of another structure.
ArrayShort - Class in ucar.ma2
Concrete implementation of Array specialized for shorts.
ArrayShort(int[]) - Constructor for class ucar.ma2.ArrayShort
Create a new Array of type short and the given shape.
ArrayShort.D0 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 0.
ArrayShort.D0() - Constructor for class ucar.ma2.ArrayShort.D0
Constructor.
ArrayShort.D1 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 1.
ArrayShort.D1(int) - Constructor for class ucar.ma2.ArrayShort.D1
Constructor for array of shape {len0}.
ArrayShort.D2 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 2.
ArrayShort.D2(int, int) - Constructor for class ucar.ma2.ArrayShort.D2
Constructor for array of shape {len0,len1}.
ArrayShort.D3 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 3.
ArrayShort.D3(int, int, int) - Constructor for class ucar.ma2.ArrayShort.D3
Constructor for array of shape {len0,len1,len2}.
ArrayShort.D4 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 4.
ArrayShort.D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayShort.D4
Constructor for array of shape {len0,len1,len2,len3}.
ArrayShort.D5 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 5.
ArrayShort.D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayShort.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
ArrayShort.D6 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 6.
ArrayShort.D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayShort.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
ArrayShort.D7 - Class in ucar.ma2
Concrete implementation of Array specialized for shorts, rank 7.
ArrayShort.D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayShort.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
ArrayStructure - Class in ucar.ma2
Superclass for implementations of Array of StructureData.
ArrayStructure(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructure
Create a new Array of type StructureData and the given members and shape.
ArrayStructureBB - Class in ucar.ma2
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
ArrayStructureBB(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureBB
Create a new Array of type StructureData and the given members and shape.
ArrayStructureBB(StructureMembers, int[], ByteBuffer, int) - Constructor for class ucar.ma2.ArrayStructureBB
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureBBpos - Class in ucar.ma2
Variation of ArrayStructureBB, where the offsets into the ByteBuffer are uneven and must be passed in by the user.
ArrayStructureBBpos(StructureMembers, int[], ByteBuffer, int[]) - Constructor for class ucar.ma2.ArrayStructureBBpos
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureMA - Class in ucar.ma2
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.
ArrayStructureMA(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureMA
Create a new Array of type StructureData and the given members and shape.
ArrayStructureW - Class in ucar.ma2
Concrete implementation of ArrayStructure, with data storage in individual Arrays in StructureData objects.
ArrayStructureW(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureW
Create a new Array of type StructureData and the given members and shape.
ArrayStructureW(StructureMembers, int[], StructureData[]) - Constructor for class ucar.ma2.ArrayStructureW
Create a new Array of type StructureData and the given members, shape, and array of StructureData.
asinh(double) - Static method in class ucar.unidata.util.SpecialMathFunction
Compute the hyperbolic arc sine
atanh(double) - Static method in class ucar.unidata.util.SpecialMathFunction
Compute the hyperbolic arc tangent
AtmosSigma - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate".
AtmosSigma(NetcdfDataset, Dimension, VerticalCT) - Constructor for class ucar.unidata.geoloc.vertical.AtmosSigma
Create a new vertical transform for Ocean S coordinates
ATTR_NAME - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Projection Name
Attribute - Class in ucar.nc2
An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group.
Attribute(String) - Constructor for class ucar.nc2.Attribute
Constructor.
Attribute(String, boolean) - Constructor for class ucar.nc2.Attribute
Constructor.
Attribute(String, Attribute) - Constructor for class ucar.nc2.Attribute
Copy constructor
Attribute(String, String) - Constructor for class ucar.nc2.Attribute
Create a String-valued Attribute.
Attribute(String, Number) - Constructor for class ucar.nc2.Attribute
Create a scalar numeric-valued Attribute.
Attribute(String, Array) - Constructor for class ucar.nc2.Attribute
Construct attribute with list of values.
Attribute(Parameter) - Constructor for class ucar.nc2.Attribute
A copy constructor using a ucar.unidata.util.Parameter.
AU - Static variable in class ucar.unidata.util.SpecialMathFunction
Astronomical Unit (radius of the Earth's orbit).
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.CoordSysBuilder
This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc.
augmentDataset(NetcdfDataset, CancelTask) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Make changes to the dataset, like adding new variables, attribuites, etc.
available() - Method in class ucar.unidata.io.UncompressInputStream
 
AVOGADRO - Static variable in class ucar.unidata.util.SpecialMathFunction
Avogadro Number.
axesList - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
 
AxisType - Class in ucar.nc2.dataset
Type-safe enumeration of netCDF Coordinate Axis types.
axisType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
 

B

B - Static variable in class ucar.unidata.geoloc.vertical.HybridHeight
The "b" variable name identifier
B - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
The "b" variable name identifier
B - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "b" variable name
BaseGeopotentialVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
_more_
BasePressureVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
_more_
Bearing - Class in ucar.unidata.geoloc
Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
Bearing() - Constructor for class ucar.unidata.geoloc.Bearing
 
before(Date) - Method in class thredds.datatype.DateType
 
BeLeDataInputStream - Class in ucar.unidata.io
Big-endian little-endian data input stream, from which numbers in both big- and little-endian representations can be read.
BeLeDataInputStream(InputStream) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Construct a bigEndian-littleEndian input stream from an input stream.
BeLeDataInputStream(String) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Construct a bigEndian-littleEndian input stream from a file.
BeLeDataInputStream(URL) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Construct a bigEndian-littleEndian input stream from a URL.
betweenLon(double, double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Test if point lies between two longitudes, deal with wrapping.
BIG_ENDIAN - Static variable in class ucar.unidata.io.RandomAccessFile
_more_
BOLTZMAN - Static variable in class ucar.unidata.util.SpecialMathFunction
Boltzman Constant.
BOOLEAN - Static variable in class ucar.ma2.DataType
 
breakText(String, String, int) - Static method in class ucar.unidata.util.StringUtil
Convert the given text to html by adding <br>.
breakTextAtWords(String, String, int) - Static method in class ucar.unidata.util.StringUtil
Break the given text into lines, respecting word boundaries (blank space).
BUFR - Static variable in class thredds.catalog.DataFormatType
 
buildCoordinateSystems(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Heres where the work is to identify coordinate axes and coordinate systems.
buildCoordinateSystems(NetcdfDataset) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
BYTE - Static variable in class ucar.ma2.DataType
 

C

CACHEPATH_POLICY_NESTED_DIRECTORY - Static variable in class ucar.nc2.util.DiskCache2
 
CACHEPATH_POLICY_NESTED_TRUNCATE - Static variable in class ucar.nc2.util.DiskCache2
 
CACHEPATH_POLICY_ONE_DIRECTORY - Static variable in class ucar.nc2.util.DiskCache2
 
calcStructureSize() - Method in class ucar.ma2.StructureMembers
 
calculateBearing(LatLonPoint, LatLonPoint, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Calculate the bearing between the 2 points.
calculateBearing(double, double, double, double, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Computes distance (in km), azimuth (degrees clockwise positive from North, 0 to 360), and back azimuth (degrees clockwise positive from North, 0 to 360), from latitude-longituide point pt1 to latitude-longituide pt2.
CancelTask - Interface in ucar.nc2.util
Allows long tasks to be cancelled.
canonicalize(String) - Static method in class ucar.nc2.util.NetworkUtils
 
CATALOG - Static variable in class thredds.catalog.ServiceType
 
CATALOG_GEN_CONFIG - Static variable in class thredds.catalog.MetadataType
 
CATALOG_NAMESPACE_06 - Static variable in class thredds.catalog.XMLEntityResolver
 
CATALOG_NAMESPACE_10 - Static variable in class thredds.catalog.XMLEntityResolver
 
CatalogSetCallback - Interface in thredds.catalog
Allows asynchrous reading of a catalog.
CATGEN_NAMESPACE_05 - Static variable in class thredds.catalog.XMLEntityResolver
 
CHAR - Static variable in class ucar.ma2.DataType
 
check(StringBuffer, boolean) - Method in class thredds.catalog.InvCatalog
Check internal data structures.
check(StringBuffer) - Method in class thredds.catalog.InvCatalog
Check internal data structures.
check(StringBuffer, boolean) - Method in class thredds.catalog.InvCatalogImpl
Check internal data structures.
checkInRange(List, int[]) - Static method in class ucar.ma2.Range
 
checkStationProduct(Product) - Method in interface ucar.nc2.dt.StationRadarCollection
check if the product available for all stations.
checkStationProduct(String, Product) - Method in interface ucar.nc2.dt.StationRadarCollection
check if the product available for one station
checkStationProduct(String, Product) - Method in class ucar.nc2.thredds.DqcRadarDatasetCollection
 
checkStationProduct(Product) - Method in class ucar.nc2.thredds.DqcRadarDatasetCollection
 
chisq(double, double) - Static method in class ucar.unidata.util.SpecialMathFunction
Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of freedom.
chisqc(double, double) - Static method in class ucar.unidata.util.SpecialMathFunction
Returns the area under the right hand tail (from x to infinity) of the Chi square probability density function with v degrees of freedom:
chooseDatasetAccess(List) - Method in class ucar.nc2.thredds.ThreddsDataFactory
Find the "best" access in case theres more than one, based on what the CDM knows how to open and use.
cleanCache(Date, StringBuffer) - Static method in class ucar.nc2.util.DiskCache
Remove all files with date < cutoff.
cleanCache(long, StringBuffer) - Static method in class ucar.nc2.util.DiskCache
Remove files if needed to make cache have less than maxBytes bytes file sizes.
cleanCache(long, Comparator, StringBuffer) - Static method in class ucar.nc2.util.DiskCache
Remove files if needed to make cache have less than maxBytes bytes file sizes.
cleanCache(File, StringBuffer, boolean) - Method in class ucar.nc2.util.DiskCache2
Remove any files or directories whose last modified time greater than persistMinutes
clearCache(boolean) - Static method in class ucar.nc2.dataset.NetcdfDatasetCache
Remove all cache entries.
clearCache(boolean) - Static method in class ucar.nc2.NetcdfFileCache
Remove all cache entries.
clearCache(boolean) - Static method in class ucar.unidata.io.FileCache
 
clearDatasetMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep
Remove cached data, if any.
clearState() - Static method in class ucar.nc2.dataset.HttpClientManager
 
clearSweepMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
deallocated memory of sweep
clearVariableMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep.RadialVariable
 
clone() - Method in class ucar.ma2.Index
 
clone() - Method in class ucar.ma2.Index0D
 
clone() - Method in class ucar.ma2.Index1D
 
clone() - Method in class ucar.ma2.Index2D
 
clone() - Method in class ucar.ma2.Index3D
 
clone() - Method in class ucar.ma2.Index4D
 
clone() - Method in class ucar.ma2.Index5D
 
clone() - Method in class ucar.ma2.Index6D
 
clone() - Method in class ucar.ma2.Index7D
 
clone() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Clone this projection
clone() - Method in class ucar.unidata.geoloc.projection.Mercator
Clone this projection
clone() - Method in class ucar.unidata.geoloc.projection.Orthographic
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.projection.Stereographic
Clone this projection
clone() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Clone this projection
clone() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Clone this projection.
clone() - Method in class ucar.unidata.geoloc.ProjectionImpl
Clone this projection
close() - Method in class ucar.nc2.dataset.NetcdfDataset
Close all resources (files, sockets, etc) associated with this dataset.
close() - Method in interface ucar.nc2.dt.TypedDataset
Close all resources associated with this dataset.
close() - Method in class ucar.nc2.dt.TypedDatasetImpl
 
close() - Method in interface ucar.nc2.IOServiceProvider
Close the file.
close() - Method in class ucar.nc2.NetcdfFile
Close all resources (files, sockets, etc) associated with this file.
close() - Method in class ucar.nc2.NetcdfFileWriteable
close the file.
close() - Method in class ucar.unidata.io.MMapRandomAccessFile
 
close() - Method in class ucar.unidata.io.RandomAccessFile
Close the file, and release any associated system resources.
closeEnough(double, double, double) - Static method in class ucar.nc2.util.Misc
 
closeEnough(double, double) - Static method in class ucar.nc2.util.Misc
 
closeEnough(float, float) - Static method in class ucar.nc2.util.Misc
 
collapseWhitespace(String) - Static method in class ucar.unidata.util.StringUtil
Collapse continuous whitespace into one single " ".
CollectionType - Class in thredds.catalog
Type-safe enumeration of THREDDS coherent collection types.
CollectionType(String) - Constructor for class thredds.catalog.CollectionType
 
column(int) - Method in class ucar.ma2.MAMatrix
Get the jth column, return as a MAVector: same backing store.
compare(Object, Object) - Method in class ucar.nc2.dataset.CoordinateAxis.AxisComparator
 
compareTo(Object) - Method in class thredds.catalog.ThreddsMetadata.Variable
 
compareTo(AxisType) - Method in class ucar.nc2.dataset.AxisType
canonical ordering: (time, z, x, y) or (time, elevation, azimuth, distance)
compareTo(Object) - Method in class ucar.nc2.dataset.CoordinateAxis
 
compareTo(Object) - Method in class ucar.nc2.dataset.CoordinateTransform
 
compareTo(Object) - Method in class ucar.nc2.dataset.StructureDS
Implement Comparable
compareTo(Object) - Method in class ucar.nc2.dataset.VariableDS
Implement Comparable
compareTo(Object) - Method in class ucar.nc2.Dimension
Dimensions with the same name are equal.
compareTo(Object) - Method in class ucar.nc2.dt.StationImpl
 
compareTo(Object) - Method in class ucar.nc2.dt.VariableSimpleAdapter
Implement Comparable
compareTo(Object) - Method in class ucar.unidata.io.FileCache.CacheElement
 
COMPOUND - Static variable in class thredds.catalog.ServiceType
 
computeSize(int[]) - Static method in class ucar.ma2.Index
Compute total number of elements in the array.
computeSize(List) - Static method in class ucar.ma2.Range
/** Compute total number of elements represented by the section.
conformable(Array, Array) - Static method in class ucar.ma2.MAMath
Check that two arrays are conformable.
conformable(int[], int[]) - Static method in class ucar.ma2.MAMath
Check that two array shapes are conformable.
constructCopy() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.FlatEarth
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.LambertConformal
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.McIDASAreaProjection
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.Mercator
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.Orthographic
copy construct