A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABBREV - Static variable in class ucar.nc2.constants.CDM
- abort() - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Abort writing to this file.
- absoluteDifference(double, double) - Static method in class ucar.nc2.util.Misc
-
The absolute difference between two doubles, i.e.
- absoluteDifference(float, float) - Static method in class ucar.nc2.util.Misc
-
The absolute difference between two floats, i.e.
- AbstractIOServiceProvider - Class in ucar.nc2.iosp
-
Abstract base class for IOSP implementations that provides default implementations of readToByteChannel(...) and readSection(...).
- AbstractIOServiceProvider() - Constructor for class ucar.nc2.iosp.AbstractIOServiceProvider
- Access - Class in thredds.client.catalog
-
A Dataset Access element
- Access - Static variable in class thredds.client.catalog.Dataset
- Access(Dataset, String, Service, String, long) - Constructor for class thredds.client.catalog.Access
- AccessBuilder - Class in thredds.client.catalog.builder
-
build immutable access element
- AccessBuilder(DatasetBuilder, String, Service, String, long) - Constructor for class thredds.client.catalog.builder.AccessBuilder
- AccessBuilder(DatasetBuilder, Access) - Constructor for class thredds.client.catalog.builder.AccessBuilder
- ACDD - Class in ucar.nc2.constants
-
Attribute Conventions for Dataset Discovery
- acknowledgement - Static variable in class ucar.nc2.constants.ACDD
- acquire(String) - Static method in class ucar.unidata.io.RandomAccessFile
- acquire(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
-
Acquire a file for a location from a cache, if available
- acquire(String, int) - Static method in class ucar.unidata.io.RandomAccessFile
- acquire(String, int) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
-
Acquire a file for a location, with the given buffer size, from a cache, if available
- acquireDataset(DatasetUrl, boolean, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode.
- acquireDataset(DatasetUrl, Set<NetcdfDataset.Enhance>, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openDataset, but file is acquired through the File Cache, with specified enhancements.
- acquireDataset(DatasetUrl, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode, without the need of setting the enhanceMode via the signature.
- acquireDataset(FileFactory, DatasetUrl, Set<NetcdfDataset.Enhance>, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openDataset, but file is acquired through the File Cache.
- acquireFile(DatasetUrl, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openFile, but file is acquired through the File Cache.
- acquireFile(FileFactory, Object, DatasetUrl, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Same as openFile, but file is acquired through the File Cache.
- ACTUAL_RANGE - Static variable in class ucar.nc2.constants.CF
- add(String) - Method in class ucar.nc2.util.Counters
- add(Date) - Method in class ucar.nc2.units.TimeDuration
- add(Date) - Method in class ucar.nc2.units.TimeUnit
-
Add the time amount to the given Date, return a new Date.
- add(Array, Array) - Static method in class ucar.ma2.MAMath
-
Add elements of two arrays together, allocating the result array.
- add(CalendarPeriod) - Method in class ucar.nc2.time.CalendarDate
- add(TimeDuration) - Method in class ucar.nc2.units.DateType
- add(TimeUnit) - Method in class ucar.nc2.units.DateType
- ADD_OFFSET - Static variable in class ucar.nc2.constants.CDM
- ADD_OFFSET - Static variable in class ucar.nc2.constants.CF
- addAccess(AccessBuilder) - Method in class thredds.client.catalog.builder.DatasetBuilder
- addAlias(String, String) - Static method in class ucar.nc2.util.AliasTranslator
- addAll(Iterable<Attribute>) - Method in class ucar.nc2.AttributeContainerMutable
-
Add all; replace old if has same name.
- addAttribute(String, Number) - Method in class ucar.nc2.AttributeContainerMutable
-
Add Attribute; name and value must not be null.
- addAttribute(String, String) - Method in class ucar.nc2.AttributeContainerMutable
-
Add Attribute; name and value must not be null.
- addAttribute(String, String) - Method in class ucar.nc2.VariableSimpleBuilder
- addAttribute(Attribute) - Method in class ucar.nc2.AttributeContainerMutable
- addAttribute(Attribute) - Method in class ucar.nc2.Group.Builder
- addAttribute(Attribute) - Method in class ucar.nc2.Variable.Builder
- addAttribute(Attribute) - Method in class ucar.nc2.VariableSimpleBuilder
- addAttribute(Attribute) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a global attribute
- addAttributes(Iterable<Attribute>) - Method in class ucar.nc2.Group.Builder
- addAttributes(Iterable<Attribute>) - Method in class ucar.nc2.Variable.Builder
- addCoordinateSystemName(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
- addCoordinateTransformByName(String) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
- addCoordinateTransforms(Collection<CoordinateTransform>) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
- addDataset(DatasetBuilder) - Method in class thredds.client.catalog.builder.CatalogBuilder
- addDataset(DatasetBuilder) - Method in class thredds.client.catalog.builder.DatasetBuilder
- addDimension(String, int) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a dimension to the root group.
- addDimension(Dimension) - Method in class ucar.nc2.Group.Builder
-
Add Dimension with error if it already exists
- addDimension(Dimension) - Method in class ucar.nc2.Variable.Builder
- addDimension(Dimension) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a dimension to the root group.
- addDimensionIfNotExists(Dimension) - Method in class ucar.nc2.Group.Builder
-
Add Dimension if it doesnt already exist
- addDimensions(Collection<Dimension>) - Method in class ucar.nc2.Group.Builder
-
Add Dimensions with error if any already exist
- addDimensions(Collection<Dimension>) - Method in class ucar.nc2.Variable.Builder
- 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 - thredds.client.catalog.ServiceType
- addEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS.Builder
- addEnhanceMode(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- addEnhanceModes(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- addEnumTypedef(EnumTypedef) - Method in class ucar.nc2.Group.Builder
- addEnumTypedefs(Collection<EnumTypedef>) - Method in class ucar.nc2.Group.Builder
- addGroup(Group.Builder) - Method in class ucar.nc2.Group.Builder
-
Add a nested Group.
- addGroups(Collection<Group.Builder>) - Method in class ucar.nc2.Group.Builder
- addMember(int, StructureMembers.MemberBuilder) - Method in class ucar.ma2.StructureMembers.Builder
- addMember(String, String, String, DataType, int[]) - Method in class ucar.ma2.StructureMembers.Builder
- addMember(StructureMembers.MemberBuilder) - Method in class ucar.ma2.StructureMembers.Builder
- addMemberScalar(String, String, String, DataType, Number) - Method in class ucar.ma2.StructureMembers.Builder
-
Add a Member, creating a scalar DataArray from the val.
- addMemberString(String, String, String, String, int) - Method in class ucar.ma2.StructureMembers.Builder
-
Add a Member, creating a CHAR DataArray from the String val.
- addMemberVariable(Variable.Builder<?>) - Method in class ucar.nc2.Structure.Builder
- addMemberVariables(List<Variable.Builder<?>>) - Method in class ucar.nc2.Structure.Builder
- addObjectToHeap(int, StructureMembers.Member, Object) - Method in class ucar.ma2.ArrayStructureBB
- addObjectToHeap(Object) - Method in class ucar.ma2.ArrayStructureBB
- addOriginalVariable(Variable) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
- addOriginalVariables(List<Variable>) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
- addProperty(Property) - Method in class thredds.client.catalog.builder.CatalogBuilder
- addService(Service) - Method in class thredds.client.catalog.builder.CatalogBuilder
- addServiceToCatalog(Service) - Method in class thredds.client.catalog.builder.DatasetBuilder
- addStructure(String, String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a Structure to the root group.
- addTo(Counters) - Method in class ucar.nc2.util.Counters
- addTo(Counters.Counter) - Method in class ucar.nc2.util.Counters.Counter
- addToList(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
- addToList(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
- addToList(Map<String, Object>, String, Object) - Static method in class thredds.client.catalog.builder.DatasetBuilder
-
Utility routine to keep list of objects small.
- addToNewList(Map<String, Object>, String, Object) - Static method in class thredds.client.catalog.builder.DatasetBuilder
- addUnlimitedDimension(String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add an unlimited dimension to the root group.
- addVariable(String, DataType, String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a Variable to the root group.
- addVariable(String, DataType, List<Dimension>) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a Variable to the root group.
- addVariable(Variable.Builder<?>) - Method in class ucar.nc2.Group.Builder
-
Add a Variable, throw error if one of the same name if it exists.
- addVariables(Collection<Variable.Builder<?>>) - Method in class ucar.nc2.Group.Builder
-
Add Variables, throw error if one of the same name if it exists.
- after(Date) - Method in class ucar.nc2.units.DateType
-
Is this date after the given date.
- agg - Variable in class ucar.nc2.dataset.NetcdfDataset.Builder
- Airy1830 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
-
Airy 1830 ellipsoid from EPSG database version 6.14.
- ALBERS_CONICAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
- Alias - Static variable in class thredds.client.catalog.Dataset
- AliasForDimension - Static variable in class ucar.nc2.constants._Coordinate
- AliasTranslator - Class in ucar.nc2.util
-
Handle textual substitution for dataroots.
- AliasTranslator() - Constructor for class ucar.nc2.util.AliasTranslator
- all - ucar.nc2.write.Ncdump.WantValues
- all_leap - ucar.nc2.time.Calendar
- ANCILLARY_VARIABLES - Static variable in class ucar.nc2.constants.CF
- ANY - ucar.nc2.constants.FeatureType
- ANY_POINT - ucar.nc2.constants.FeatureType
- appendRange(int) - Method in class ucar.ma2.Section.Builder
-
Append a new Range(0,size-1)
- appendRange(int, int) - Method in class ucar.ma2.Section.Builder
-
Append a new Range(first, last) to the Section
- appendRange(int, int, int) - Method in class ucar.ma2.Section.Builder
-
Append a new Range(first,last,stride) to the Section.
- appendRange(String, int, int, int) - Method in class ucar.ma2.Section.Builder
-
Append a new Range(name,first,last,stride) to the Section
- appendRange(Range) - Method in class ucar.ma2.Section.Builder
-
Append a Range to the Section
- appendRangeAll() - Method in class ucar.ma2.Section.Builder
-
Append a Range to the Section meaning "all"
- appendRanges(int[]) - Method in class ucar.ma2.Section.Builder
-
Create Section from a shape array, assumes 0 origin.
- appendRanges(List<Range>) - Method in class ucar.ma2.Section.Builder
-
Append Ranges to the Section
- appendStructureData(Structure, StructureData) - Method in class ucar.nc2.write.NetcdfFormatWriter
- appendToFile(InputStream, String) - Static method in class ucar.nc2.util.IO
- ApplyClassifier - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Classify doubles or floats based on positive/negative into 1 or 0 x<0 --> 0 x>0 --> 1
- ApplyNormalizer - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Calculate minimum value and range (maximum - minimum) and apply to data: (z - min)/range.
- applyScaleOffset(Number) - Method in class ucar.nc2.dataset.VariableDS
- applyScaleOffset(Array) - Method in class ucar.nc2.dataset.VariableDS
- ApplyScaleOffset - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Apply scale and offset to values, promoting the data type if needed.
- ApplyStandardizer - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Calculate mean and standard deviation and apply to data: (z-mean)/standard_deviation.
- ARAKAWA_E - Static variable in class ucar.nc2.constants.CDM
- 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 1.
- ArrayBoolean.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 2.
- ArrayBoolean.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 3.
- ArrayBoolean.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 4.
- ArrayBoolean.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 5.
- ArrayBoolean.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 6.
- ArrayBoolean.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for boolean, rank 7.
- ArrayByte - Class in ucar.ma2
-
Concrete implementation of Array specialized for bytes.
- ArrayByte(int[], boolean) - 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 1.
- ArrayByte.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 2.
- ArrayByte.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 3.
- ArrayByte.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 4.
- ArrayByte.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 5.
- ArrayByte.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 6.
- ArrayByte.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for byte, rank 7.
- 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(String) - Constructor for class ucar.ma2.ArrayChar
- ArrayChar.D0 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 0.
- ArrayChar.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 1.
- ArrayChar.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 2.
- ArrayChar.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 3.
- ArrayChar.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 4.
- ArrayChar.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 5.
- ArrayChar.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 6.
- ArrayChar.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for char, rank 7.
- 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 1.
- ArrayDouble.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 2.
- ArrayDouble.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 3.
- ArrayDouble.D3.IF - Class in ucar.ma2
- ArrayDouble.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 4.
- ArrayDouble.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 5.
- ArrayDouble.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 6.
- ArrayDouble.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for doubles, rank 7.
- 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 1.
- ArrayFloat.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 2.
- ArrayFloat.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 3.
- ArrayFloat.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 4.
- ArrayFloat.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 5.
- ArrayFloat.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 6.
- ArrayFloat.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for floats, rank 7.
- ArrayInt - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints.
- ArrayInt(int[], boolean) - 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 1.
- ArrayInt.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 2.
- ArrayInt.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 3.
- ArrayInt.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 4.
- ArrayInt.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 5.
- ArrayInt.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 6.
- ArrayInt.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for ints, rank 7.
- ArrayLong - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs.
- ArrayLong(int[], boolean) - 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 1.
- ArrayLong.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 2.
- ArrayLong.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 3.
- ArrayLong.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 4.
- ArrayLong.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 5.
- ArrayLong.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 6.
- ArrayLong.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for longs, rank 7.
- ArrayObject - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects.
- ArrayObject(DataType, Class, boolean, int[]) - Constructor for class ucar.ma2.ArrayObject
-
Create a new Array of type Object and the given shape.
- ArrayObject(DataType, Class, boolean, int[], Object[]) - Constructor for class ucar.ma2.ArrayObject
-
Create a new Array of type Object and the given shape and storage.
- ArrayObject.D0 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 0.
- ArrayObject.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 1.
- ArrayObject.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 2.
- ArrayObject.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 3.
- ArrayObject.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 4.
- ArrayObject.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 5.
- ArrayObject.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 6.
- ArrayObject.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Objects, rank 7.
- ArrayRagged - Class in ucar.ma2
-
DO NOT USE
- ArrayScalar - Class in ucar.ma2
-
Helper class for StructureDataAscii
- ArrayScalar(Object, boolean) - Constructor for class ucar.ma2.ArrayScalar
- ArraySequence - Class in ucar.ma2
-
ArraySequence is the way to contain the data for a Sequence, using a StructureDataIterator.
- ArraySequence(StructureMembers, StructureDataIterator, int) - Constructor for class ucar.ma2.ArraySequence
-
Constructor
- ArraySequenceNested - Class in ucar.ma2
-
Handles nested sequences: a 1D array of variable length 1D arrays of StructureData.
- ArraySequenceNested(StructureMembers, int) - Constructor for class ucar.ma2.ArraySequenceNested
-
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[], boolean) - 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.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 1.
- ArrayShort.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 2.
- ArrayShort.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 3.
- ArrayShort.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 4.
- ArrayShort.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 5.
- ArrayShort.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 6.
- ArrayShort.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for shorts, rank 7.
- ArrayString - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings.
- ArrayString(int[]) - Constructor for class ucar.ma2.ArrayString
-
Create a new Array of type long and the given shape.
- ArrayString.D0 - Class in ucar.ma2
-
Concrete implementation of Array specialized for String, rank 0.
- ArrayString.D1 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 1.
- ArrayString.D2 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 2.
- ArrayString.D3 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 3.
- ArrayString.D4 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 4.
- ArrayString.D5 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 5.
- ArrayString.D6 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 6.
- ArrayString.D7 - Class in ucar.ma2
-
Concrete implementation of Array specialized for Strings, rank 7.
- ArrayStructure - Class in ucar.ma2
-
Superclass for implementations of Array of StructureData.
- ArrayStructure.ArrayStructureIterator - Class in ucar.ma2
- 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 of the records 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.
- ArrayStructureBBsection - Class in ucar.ma2
-
Make a section of an ArrayStructureBB
- ArrayStructureComposite - Class in ucar.ma2
-
An ArrayStructure compose of other ArrayStructures.
- ArrayStructureComposite(StructureMembers, List<ArrayStructure>, int) - Constructor for class ucar.ma2.ArrayStructureComposite
- ArrayStructureIterator() - Constructor for class ucar.ma2.ArrayStructure.ArrayStructureIterator
- 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.
- ArrayStructureMA(StructureMembers, int[], StructureData[]) - Constructor for class ucar.ma2.ArrayStructureMA
- ArrayStructureW - Class in ucar.ma2
-
Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects.
- ArrayStructureW(StructureData) - Constructor for class ucar.ma2.ArrayStructureW
- 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.
- atmosphere_hybrid_height_coordinate - Static variable in class ucar.nc2.constants.CF
- atmosphere_hybrid_sigma_pressure_coordinate - Static variable in class ucar.nc2.constants.CF
- atmosphere_ln_pressure_coordinate - Static variable in class ucar.nc2.constants.CF
- atmosphere_sigma_coordinate - Static variable in class ucar.nc2.constants.CF
- atmosphere_sleve_coordinate - Static variable in class ucar.nc2.constants.CF
- attCheckOk(Variable, Attribute) - Method in class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
- attCheckOk(Variable, Attribute) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- Attribute - Class in ucar.nc2
-
An Attribute is a name and a value, used for associating arbitrary metadata with another object.
- Attribute(String, Number) - Constructor for class ucar.nc2.Attribute
-
Create a scalar, signed, numeric-valued Attribute.
- Attribute(String, String) - Constructor for class ucar.nc2.Attribute
-
Create a String-valued Attribute.
- Attribute.Builder - Class in ucar.nc2
-
A builder for Attributes
- AttributeContainer - Interface in ucar.nc2
-
An immutable Container of Attributes.
- AttributeContainerMutable - Class in ucar.nc2
-
A mutable collection of Attributes.
- AttributeContainerMutable(String) - Constructor for class ucar.nc2.AttributeContainerMutable
-
Constructor with container name.
- AttributeContainerMutable(String, Iterable<Attribute>) - Constructor for class ucar.nc2.AttributeContainerMutable
-
Constructor with container name and list of Attributes to copy in.
- attributes() - Method in class ucar.nc2.Group
-
The attributes contained by this Group.
- attributes() - Method in class ucar.nc2.Variable
-
The attributes contained by this Variable.
- attributes() - Method in interface ucar.nc2.VariableSimpleIF
-
Attributes for the variable.
- attsAreEqual(Attribute, Attribute) - Method in class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
- attsAreEqual(Attribute, Attribute) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- Authority - Static variable in class thredds.client.catalog.Dataset
- Axes - Static variable in class ucar.nc2.constants._Coordinate
- axis - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- AXIS - Static variable in class ucar.nc2.constants.CF
- AxisComparator() - Constructor for class ucar.nc2.dataset.CoordinateAxis.AxisComparator
- axisOrder() - Method in enum ucar.nc2.constants.AxisType
-
axis ordering: runTime - ensemble - time - z - y - x or elev - azimuth - distance
- axisType - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
- axisType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- AxisType - Enum in ucar.nc2.constants
-
Enumeration of Coordinate Axis types.
- AxisType - Static variable in class ucar.nc2.constants._Coordinate
- AxisTypes - Static variable in class ucar.nc2.constants._Coordinate
- AZIMUTHAL_EQUIDISTANT - Static variable in class ucar.nc2.constants.CF
B
- backslashEscape(String, String) - Static method in class ucar.nc2.util.EscapeStrings
-
backslash escape a string
- backslashEscapeCDMString(String, String) - Static method in class ucar.nc2.util.EscapeStrings
-
Given a CDM string, insert backslashes before
characters. - backslashEscapeDapString(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Given a DAP (attribute) string, insert backslashes before '"' and '/' characters.
- backslashToDAP(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Given a backslash escaped name, convert to a DAP escaped name
- backslashUnescape(String) - Static method in class ucar.nc2.util.EscapeStrings
-
backslash unescape a string
- Bearing - Class in ucar.unidata.geoloc
-
Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
- Bearing(double, double, double) - Constructor for class ucar.unidata.geoloc.Bearing
- before(Date) - Method in class ucar.nc2.units.DateType
-
Is this date before the given date.
- before(DateType) - Method in class ucar.nc2.units.DateType
-
Is this date before the given date.
- betweenLon(double, double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Test if point lies between two longitudes, deal with wrapping.
- BIG_ENDIAN - Static variable in class ucar.unidata.io.RandomAccessFile
- BitReader - Class in ucar.nc2.iosp
-
Helper for reading data that has been bit packed.
- BitReader(byte[]) - Constructor for class ucar.nc2.iosp.BitReader
- BitReader(RandomAccessFile, long) - Constructor for class ucar.nc2.iosp.BitReader
-
Constructor
- bits2SInt(int) - Method in class ucar.nc2.iosp.BitReader
-
Read the next nb bits and return an Signed Long .
- bits2UInt(int) - Method in class ucar.nc2.iosp.BitReader
-
Read the next nb bits and return an Unsigned Long .
- BOOLEAN - ucar.ma2.DataType
- BOUNDS - Static variable in class ucar.nc2.constants.CF
- BUFR - ucar.nc2.constants.DataFormatType
- build() - Method in class ucar.ma2.Section.Builder
- build() - Method in class ucar.ma2.StructureMembers.Builder
- build() - Method in class ucar.ma2.StructureMembers.MemberBuilder
- build() - Method in class ucar.nc2.Attribute.Builder
- build() - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- build() - Method in class ucar.nc2.Dimension.Builder
- build() - Method in class ucar.nc2.Group.Builder
-
Build the root group, with parent = null.
- build() - Method in class ucar.nc2.NetcdfFile.Builder
- build() - Method in class ucar.nc2.VariableSimpleBuilder
- build() - Method in class ucar.nc2.write.Ncdump.Builder
- build() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Once this is called, do not use the Builder again.
- build(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- build(NetcdfDataset) - Method in class ucar.nc2.dataset.ProjectionCT.Builder
- build(NetcdfDataset) - Method in class ucar.nc2.dataset.VerticalCT.Builder
- build(NetcdfDataset, ImmutableList<CoordinateAxis>) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- build(NetcdfDataset, List<CoordinateAxis>, List<CoordinateTransform>) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
- build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis1D.Builder
- build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime.Builder
- build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis2D.Builder
- build(Group) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.Normally this is called by Group.build()
- build(Group) - Method in class ucar.nc2.dataset.StructureDS.Builder
-
Normally this is called by Group.build()
- build(Group) - Method in class ucar.nc2.dataset.StructurePseudo2Dim.Builder
-
Normally this is called by Group.build()
- build(Group) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
-
Normally this is called by Group.build()
- build(Group) - Method in class ucar.nc2.dataset.VariableDS.Builder
-
Normally this is called by Group.build()
- build(Group) - Method in class ucar.nc2.Sequence.Builder
- build(Group) - Method in class ucar.nc2.Structure.Builder
-
Normally this is only called by Group.build()
- build(Group) - Method in class ucar.nc2.Variable.Builder
-
Normally this is called by Group.build()
- build(IOServiceProvider, RandomAccessFile, String, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
- build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- build(RandomAccessFile, Group.Builder, CancelTask) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Open existing file, and populate it.
- builder() - Static method in class ucar.ma2.Section
- builder() - Static method in class ucar.ma2.StructureMembers
-
Create an StructureMembers builder.
- builder() - Static method in class ucar.nc2.Attribute
-
Create an Attribute builder.
- builder() - Static method in class ucar.nc2.dataset.CoordinateAxis
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.CoordinateAxis2D
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.CoordinateSystem
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.CoordinateTransform
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.NetcdfDataset
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.ProjectionCT
- builder() - Static method in class ucar.nc2.dataset.StructureDS
- builder() - Static method in class ucar.nc2.dataset.StructurePseudo2Dim
- builder() - Static method in class ucar.nc2.dataset.StructurePseudoDS
- builder() - Static method in class ucar.nc2.dataset.VariableDS
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.dataset.VerticalCT
- builder() - Static method in class ucar.nc2.Dimension
- builder() - Static method in class ucar.nc2.Group
- builder() - Static method in class ucar.nc2.NetcdfFile
-
Get Builder for this class.
- builder() - Static method in class ucar.nc2.Sequence
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.Structure
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.Variable
-
Get Builder for this class that allows subclassing.
- builder() - Static method in class ucar.nc2.write.NetcdfFormatWriter
-
Obtain a Builder to set custom options
- builder(String) - Static method in class ucar.nc2.Attribute
-
Create an Attribute builder with the given Attribute name.
- builder(String, int) - Static method in class ucar.nc2.Dimension
-
A builder with the Dimension name and length set
- builder(NetcdfFile) - Static method in class ucar.nc2.dataset.NetcdfDataset
- builder(NetcdfFile) - Static method in class ucar.nc2.write.Ncdump
- Builder() - Constructor for class ucar.ma2.Section.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis1D.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis1DTime.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis2D.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateSystem.Builder
- Builder() - Constructor for class ucar.nc2.dataset.CoordinateTransform.Builder
- Builder() - Constructor for class ucar.nc2.dataset.NetcdfDataset.Builder
- Builder() - Constructor for class ucar.nc2.dataset.ProjectionCT.Builder
- Builder() - Constructor for class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.
- Builder() - Constructor for class ucar.nc2.dataset.StructureDS.Builder
- Builder() - Constructor for class ucar.nc2.dataset.StructurePseudo2Dim.Builder
- Builder() - Constructor for class ucar.nc2.dataset.StructurePseudoDS.Builder
- Builder() - Constructor for class ucar.nc2.dataset.VariableDS.Builder
- Builder() - Constructor for class ucar.nc2.dataset.VerticalCT.Builder
- Builder() - Constructor for class ucar.nc2.Group.Builder
- Builder() - Constructor for class ucar.nc2.NetcdfFile.Builder
- Builder() - Constructor for class ucar.nc2.Sequence.Builder
- Builder() - Constructor for class ucar.nc2.Structure.Builder
- Builder() - Constructor for class ucar.nc2.Variable.Builder
- Builder() - Constructor for class ucar.nc2.write.NetcdfFormatWriter.Builder
- buildFinish(NetcdfFile) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- buildFinish(NetcdfFile) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Sometimes the builder needs access to the finished objects.
- buildFromCatref(CatalogRef) - Method in class thredds.client.catalog.builder.CatalogBuilder
- buildFromJdom(Element, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- buildFromLocation(String, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- buildFromStream(InputStream, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- buildFromString(String, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- buildFromURI(URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- BYTE - ucar.ma2.DataType
- BYTE - Static variable in class ucar.nc2.constants.CF
C
- cache - Variable in class ucar.nc2.Variable.Builder
- calcScaleOffsetSkipMissingData(Array, double, int) - Static method in class ucar.ma2.MAMath
-
Calculate the scale/offset for an array of numbers.
- calcSize() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
- calcSize() - Method in class ucar.nc2.write.NetcdfFormatWriter
- calculateBearing(double, double, double, double) - 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.
- calculateBearing(Earth, double, double, double, double) - 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.
- calculateBearing(Earth, LatLonPoint, LatLonPoint) - Static method in class ucar.unidata.geoloc.Bearing
-
Calculate the bearing between the 2 points.
- calculateBearing(LatLonPoint, LatLonPoint) - Static method in class ucar.unidata.geoloc.Bearing
-
Calculate the bearing between the 2 points.
- Calendar - Enum in ucar.nc2.time
-
Implements CF calendar attribute.
- CALENDAR - Static variable in class ucar.nc2.constants.CF
- CalendarDate - Class in ucar.nc2.time
-
A Calendar Date.
- CalendarDateFormatter - Class in ucar.nc2.time
-
Threadsafe static routines for date formatting.
- CalendarDateFormatter(String) - Constructor for class ucar.nc2.time.CalendarDateFormatter
-
Date formatter with specified pattern.
- CalendarDateFormatter(String, CalendarTimeZone) - Constructor for class ucar.nc2.time.CalendarDateFormatter
- CalendarDateFormatter(String, CalendarTimeZone, Calendar) - Constructor for class ucar.nc2.time.CalendarDateFormatter
- CalendarDateRange - Class in ucar.nc2.time
-
A range of CalendarDates.
- CalendarDateRange(CalendarDate, long) - Constructor for class ucar.nc2.time.CalendarDateRange
- CalendarDateUnit - Class in ucar.nc2.time
-
A Calendar Date Unit: "unit since date"
- CalendarDuration - Class in ucar.nc2.time
-
A replacement for ucar.nc2.units.TimeDuration.
- CalendarDuration(int, CalendarPeriod.Field) - Constructor for class ucar.nc2.time.CalendarDuration
- CalendarPeriod - Class in ucar.nc2.time
-
A CalendarPeriod is a logical duration of time, it requires a Calendar to convert to an actual duration of time.
- CalendarPeriod.Field - Enum in ucar.nc2.time
-
Fields that can be set on a CalendarPeriod, used to prevent exposure of underlying implementation.
- CalendarTimeZone - Class in ucar.nc2.time
-
Encapsulate TimeZone functionality.
- CalendarTimeZone(String) - Constructor for class ucar.nc2.time.CalendarTimeZone
-
Gets a time zone instance for the specified time zone id.
- CalendarTimeZone(TimeZone) - Constructor for class ucar.nc2.time.CalendarTimeZone
- CancelTask - Interface in ucar.nc2.util
-
Allows long tasks to be cancelled.
- canonicalizeUriString(String) - Static method in class ucar.nc2.NetcdfFiles
-
Removes the
"file:"
or"file://"
prefix from the location, if necessary. - canonicalizeWrite(String) - Static method in class ucar.nc2.util.URLnaming
- canOpen(String) - Static method in class ucar.nc2.NetcdfFiles
-
Find out if the location can be opened, but dont actually open it.
- canWrite(File) - Static method in class ucar.nc2.util.DiskCache2
-
Returns
true
if we can write to the file. - Catalog - Class in thredds.client.catalog
-
A Client Catalog
- Catalog - thredds.client.catalog.ServiceType.AccessType
- Catalog - thredds.client.catalog.ServiceType
- Catalog(URI, String, Map<String, Object>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.Catalog
- CATALOG_NAMESPACE_10 - Static variable in class thredds.client.catalog.Catalog
- CatalogBuilder - Class in thredds.client.catalog.builder
-
Builds client Catalogs using JDOM2 Non validating.
- CatalogBuilder() - Constructor for class thredds.client.catalog.builder.CatalogBuilder
- CatalogBuilder(Catalog) - Constructor for class thredds.client.catalog.builder.CatalogBuilder
- CatalogRef - Class in thredds.client.catalog
-
A Client CatalogRef
- CatalogRef(DatasetNode, String, String, Map<String, Object>, List<AccessBuilder>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.CatalogRef
- CatalogRefBuilder - Class in thredds.client.catalog.builder
-
client CatalogRef Builder
- CatalogRefBuilder(DatasetBuilder) - Constructor for class thredds.client.catalog.builder.CatalogRefBuilder
- CatalogRefBuilder(DatasetBuilder, CatalogRef) - Constructor for class thredds.client.catalog.builder.CatalogRefBuilder
- CDLWriter - Class in ucar.nc2.write
-
Common Data Language (CDL) writer.
- CDM - Class in ucar.nc2.constants
-
CDM constants.
- cdm_data_type - Static variable in class ucar.nc2.constants.ACDD
- CdmRemote - thredds.client.catalog.ServiceType
- CdmrFeature - thredds.client.catalog.ServiceType
- CELL_MEASURES - Static variable in class ucar.nc2.constants.CF
- CELL_METHODS - Static variable in class ucar.nc2.constants.CF
- CF - Class in ucar.nc2.constants
-
Constants used in CF Conventions.
- CF_EXTENDED - Static variable in class ucar.nc2.constants.CDM
- CF_ROLE - Static variable in class ucar.nc2.constants.CF
- CF_VERSION - Static variable in class ucar.nc2.constants.CDM
- CF.CellMethods - Enum in ucar.nc2.constants
-
Enumeration of CF cell methods.
- CF.FeatureType - Enum in ucar.nc2.constants
-
Map from CF feature type names to our FeatureType enums.
- CHAR - ucar.ma2.DataType
- CHAR - Static variable in class ucar.nc2.constants.CF
- checkContains(String, List<Object>, List<Object>, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
- checkDimensionsForFile(String) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- checkInRange(int[]) - Method in class ucar.ma2.Section
-
Check if this Section is legal for the given shape.
- child - Variable in class ucar.nc2.ParsedSectionSpec
- Chunk(long, int, long) - Constructor for class ucar.nc2.iosp.IndexChunker.Chunk
- CHUNK_SIZES - Static variable in class ucar.nc2.constants.CDM
- ChunkingIndex - Class in ucar.nc2.write
-
An index that computes chunk shapes.
- ChunkingIndex(int[]) - Constructor for class ucar.nc2.write.ChunkingIndex
- CLASSIFY - Static variable in class ucar.nc2.constants.CDM
- cleanCache(long, StringBuilder) - 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<File>, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
-
Remove files if needed to make cache have less than maxBytes bytes file sizes.
- cleanCache(File, Formatter, boolean) - Method in class ucar.nc2.util.DiskCache2
-
Remove any files or directories whose last modified time greater than persistMinutes
- cleanCache(Date, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
-
Remove all files with date < cutoff.
- CLIMATOLOGY - Static variable in class ucar.nc2.constants.CF
- 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
- close() - Method in interface ucar.ma2.StructureDataIterator
-
Make sure that the iterator is complete, and recover resources.
- close() - Method in class ucar.ma2.StructureDataIteratorLimited
- close() - Method in class ucar.ma2.StructureDataIteratorMediated
- close() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Close all resources (files, sockets, etc) associated with this dataset.
- close() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- close() - Method in interface ucar.nc2.iosp.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.write.NetcdfFormatWriter
-
close the file.
- close() - Method in class ucar.unidata.io.RandomAccessFile
-
Close the file, and release any associated system resources.
- close() - Method in class ucar.unidata.io.RemoteRandomAccessFile
- CloseableIterator<T> - Interface in ucar.nc2.util
-
An iterator that must be closed.
- closeRemote() - Method in interface ucar.unidata.io.ReadableRemoteFile
-
Close any resources used to enable remote reading.
- CollectionType - Static variable in class thredds.client.catalog.Dataset
- column(int) - Method in class ucar.ma2.MAMatrix
-
Get the jth column, return as a MAVector: same backing store.
- comment - Static variable in class ucar.nc2.constants.ACDD
- COMMENT - Static variable in class ucar.nc2.constants.CF
- commonParent(Group) - Method in class ucar.nc2.Group
-
Get the common parent of this and the other group.
- commonParent(Group.Builder) - Method in class ucar.nc2.Group.Builder
-
Find the common parent with the other group ?
- compact() - Method in class ucar.ma2.Range
-
Create a new Range by compacting this Range by removing the stride.
- compact() - Method in class ucar.ma2.Section
-
Create a new Section by compacting each Range.
- compare(byte[], byte[], Formatter) - Static method in class ucar.nc2.util.Misc
- compare(float[], float[], Formatter) - Static method in class ucar.nc2.util.Misc
- compare(int[], int[], Formatter) - Static method in class ucar.nc2.util.Misc
- compare(CoordinateAxis, CoordinateAxis) - Method in class ucar.nc2.dataset.CoordinateAxis.AxisComparator
- compare(NetcdfFile, NetcdfFile) - Method in class ucar.nc2.util.CompareNetcdf2
- compare(NetcdfFile, NetcdfFile, CompareNetcdf2.ObjFilter) - Method in class ucar.nc2.util.CompareNetcdf2
- compareCoordinateTransform(CoordinateTransform, CoordinateTransform) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- compareData(String, double[], double[]) - Method in class ucar.nc2.util.CompareNetcdf2
- compareData(String, Array, double[]) - Static method in class ucar.nc2.util.CompareNetcdf2
- compareData(String, Array, Array) - Static method in class ucar.nc2.util.CompareNetcdf2
- compareData(String, Array, Array, boolean) - Method in class ucar.nc2.util.CompareNetcdf2
- compareFiles(NetcdfFile, NetcdfFile, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
- compareFiles(NetcdfFile, NetcdfFile, Formatter, boolean, boolean, boolean) - Static method in class ucar.nc2.util.CompareNetcdf2
- compareLists(List, List, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
- CompareNetcdf2 - Class in ucar.nc2.util
-
Compare two NetcdfFile.
- CompareNetcdf2() - Constructor for class ucar.nc2.util.CompareNetcdf2
- CompareNetcdf2(Formatter) - Constructor for class ucar.nc2.util.CompareNetcdf2
- CompareNetcdf2(Formatter, boolean, boolean, boolean) - Constructor for class ucar.nc2.util.CompareNetcdf2
- CompareNetcdf2(Formatter, boolean, boolean, boolean, boolean) - Constructor for class ucar.nc2.util.CompareNetcdf2
- CompareNetcdf2.Netcdf4ObjectFilter - Class in ucar.nc2.util
- CompareNetcdf2.ObjFilter - Interface in ucar.nc2.util
- compareTo(ThreddsMetadata.Variable) - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- compareTo(CoordinateTransform) - Method in class ucar.nc2.dataset.CoordinateTransform
- compareTo(Dimension) - Method in class ucar.nc2.Dimension
-
Dimensions with the same name are equal.
- compareTo(IOServiceProvider) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Use the SortGroup to determine the ordering for dynamically loaded IOServiceProviders.
- compareTo(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
- compareTo(VariableSimpleIF) - Method in class ucar.nc2.Variable
-
Sort by name
- compareVariable(Variable, Variable, CompareNetcdf2.ObjFilter) - Method in class ucar.nc2.util.CompareNetcdf2
- compareVariables(NetcdfFile, NetcdfFile) - Method in class ucar.nc2.util.CompareNetcdf2
- compatibleRank(Section) - Method in class ucar.ma2.Section
-
Compare this section with another upto the vlen in either
- compose(Range) - Method in class ucar.ma2.Range
-
Create a new Range by composing a Range that is relative to this Range.
- compose(Section) - Method in class ucar.ma2.Section
-
Create a new Section by composing with a Section that is relative to this Section.
- Compound - thredds.client.catalog.ServiceType
- COMPRESS - Static variable in class ucar.nc2.constants.CDM
- COMPRESS - Static variable in class ucar.nc2.constants.CF
- COMPRESS_DEFLATE - Static variable in class ucar.nc2.constants.CDM
- computeChunking(Variable) - Method in interface ucar.nc2.write.Nc4Chunking
-
Compute the chunk size for this Variable.
- computeChunking(Variable) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- computeChunking(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyGrib
- computeChunkShape(long) - Method in class ucar.nc2.write.ChunkingIndex
-
Computes the shape of the largest possible contiguous chunk, starting at
Index.getCurrentCounter()
and withnumElems <= maxChunkElems
. - computeSize() - Method in class ucar.ma2.Section
-
Compute total number of elements represented by the section.
- computeSize() - Method in class ucar.ma2.SectionIterable
- computeSize(int[]) - Static method in class ucar.ma2.Index
-
Compute total number of elements in the array.
- computeSize(int[]) - Static method in class ucar.ma2.Section
- computeSize(int[]) - Static method in class ucar.nc2.iosp.IndexLong
- computeUnlimitedChunking(List<Dimension>, int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- conformable(int[], int[]) - Static method in class ucar.ma2.MAMath
-
Check that two array shapes are conformable.
- conformable(Array, Array) - Static method in class ucar.ma2.MAMath
-
Check that two arrays are conformable.
- conformal(Section) - Method in class ucar.ma2.Section
- containedIn(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
-
Determine if this bounding box is contained in another LatLonRect.
- contains(double, double) - Method in class ucar.unidata.geoloc.LatLonRect
-
Determine if the given lat/lon point is contined inside this rectangle.
- contains(int) - Method in class ucar.ma2.Range
-
Is want contained in this Range?
- contains(Date) - Method in class ucar.nc2.units.DateRange
-
Same as included()
- contains(Section) - Method in class ucar.ma2.Section
-
See if this Section contains another Section.
- contains(Dimension) - Method in class ucar.nc2.Group.Builder
-
Is the Dimension contained within this Group or a parent Group
- contains(LatLonPoint) - Method in class ucar.unidata.geoloc.LatLonRect
-
Determine if a specified LatLonPoint is contained in this bounding box.
- contains(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns
true
if this bounding box containspoint
. - contains(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns
true
if this bounding box containsrect
. - containsAllLongitude() - Method in class ucar.unidata.geoloc.LatLonRect
-
return does this rectangle contain all longitudes
- containsAxes(List<CoordinateAxis>) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Do we have all the axes in the list?
- containsAxis(String) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Do we have the named axis?
- containsAxisType(AxisType) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Do we have an axes of the given type?
- containsAxisTypes(List<AxisType>) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Do we have all the axes types in the list?
- containsDomain(List<Dimension>) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Do we have all the dimensions in the list?
- contentObject - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- Contributor(String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Contributor
- contributor_info - Static variable in class ucar.nc2.constants.ACDD
- Contributors - Static variable in class thredds.client.catalog.Dataset
- Convention - Static variable in class ucar.nc2.constants._Coordinate
- CONVENTIONS - Static variable in class ucar.nc2.constants.CDM
- CONVENTIONS - Static variable in class ucar.nc2.constants.CF
- convert(Array, DataType) - Static method in class ucar.ma2.MAMath
-
Convert original array to desired type
- convert(CF.FeatureType) - Static method in enum ucar.nc2.constants.CF.FeatureType
- convert(FeatureType) - Static method in enum ucar.nc2.constants.CF.FeatureType
- convert2packed(Array, double, int, DataType) - Static method in class ucar.ma2.MAMath
- convert2Unpacked(Array, MAMath.ScaleOffset) - Static method in class ucar.ma2.MAMath
- convertByteToBoolean(byte[]) - Static method in class ucar.nc2.iosp.IospHelper
- convertByteToChar(byte[]) - Static method in class ucar.nc2.iosp.IospHelper
- convertByteToCharUTF(byte[]) - Static method in class ucar.nc2.iosp.IospHelper
- convertCharToByte(char[]) - Static method in class ucar.nc2.iosp.IospHelper
- convertCharToByteUTF(char[]) - Static method in class ucar.nc2.iosp.IospHelper
- ConvertEnums - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Convert enums to Strings.
- convertGribCodeTable4_10(int) - Static method in enum ucar.nc2.constants.CF.CellMethods
- convertMissing(Number) - Method in class ucar.nc2.dataset.VariableDS
- convertMissing(Array) - Method in class ucar.nc2.dataset.VariableDS
- ConvertMissing - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Replace
missing
data with NaNs, for efficiency. - convertScalarDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar value as a double, with conversion as needed.
- convertScalarDouble(String) - Method in class ucar.ma2.StructureData
-
Get scalar value as a double, with conversion as needed.
- convertScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get scalar value as a double, with conversion as needed.
- convertScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- convertScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- convertScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- convertScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- convertScalarFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar value as a float, with conversion as needed.
- convertScalarFloat(String) - Method in class ucar.ma2.StructureData
-
Get scalar value as a float, with conversion as needed.
- convertScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get scalar value as a float, with conversion as needed.
- convertScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- convertScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- convertScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- convertScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- convertScalarInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar value as an int, with conversion as needed.
- convertScalarInt(String) - Method in class ucar.ma2.StructureData
-
Get scalar value as a int, with conversion as needed.
- convertScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get scalar value as a int, with conversion as needed.
- convertScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- convertScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- convertScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- convertScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- convertScalarLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
- convertScalarLong(String) - Method in class ucar.ma2.StructureData
-
Get scalar value as a int, with conversion as needed.
- convertScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get scalar value as a int, with conversion as needed.
- convertScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- convertScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- convertScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- convertScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- convertTo(double, SimpleUnit) - Method in class ucar.nc2.units.SimpleUnit
-
Convert given value of this unit to the new unit.
- convertTo(double, TimeUnit) - Method in class ucar.nc2.units.TimeUnit
-
Convert given value of this unit to the new unit.
- convertToNetcdfFileFormat(NetcdfFileWriter.Version) - Static method in class ucar.nc2.write.NetcdfFormatWriter
- convertToNetcdfFileWriterVersion(NetcdfFileFormat) - Static method in class ucar.nc2.write.NetcdfFormatWriter
- convertToProperties(AttributeContainer) - Static method in class thredds.client.catalog.Property
- convertUnsigned(Number) - Method in class ucar.nc2.dataset.VariableDS
- convertUnsigned(Number, DataType) - Method in class ucar.nc2.dataset.VariableDS
- convertUnsigned(Array) - Method in class ucar.nc2.dataset.VariableDS
- ConvertUnsigned - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Convert unsigned values to signed values.
- coordAxes - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- coordAxesNames - Variable in class ucar.nc2.dataset.CoordinateSystem.Builder
- coordAxisTypes - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- CoordinateAxis - Class in ucar.nc2.dataset
-
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
- CoordinateAxis.AxisComparator - Class in ucar.nc2.dataset
-
Standard sort on Coordinate Axes
- CoordinateAxis.Builder<T extends CoordinateAxis.Builder<T>> - Class in ucar.nc2.dataset
- CoordinateAxis1D - Class in ucar.nc2.dataset
-
A 1-dimensional Coordinate Axis.
- CoordinateAxis1D.Builder<T extends CoordinateAxis1D.Builder<T>> - Class in ucar.nc2.dataset
- CoordinateAxis1DTime - Class in ucar.nc2.dataset
-
A 1-dimensional Coordinate Axis representing Calendar time.
- CoordinateAxis1DTime.Builder<T extends CoordinateAxis1DTime.Builder<T>> - Class in ucar.nc2.dataset
- CoordinateAxis2D - Class in ucar.nc2.dataset
-
A 2-dimensional numeric Coordinate Axis.
- CoordinateAxis2D.Builder<T extends CoordinateAxis2D.Builder<T>> - Class in ucar.nc2.dataset
- CoordinateAxisTimeHelper - Class in ucar.nc2.dataset
-
Helper class for time coordinates
- CoordinateAxisTimeHelper(Calendar, String) - Constructor for class ucar.nc2.dataset.CoordinateAxisTimeHelper
- coordinates - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- COORDINATES - Static variable in class ucar.nc2.constants.CF
- CoordinateSystem - Class in ucar.nc2.dataset
-
A CoordinateSystem specifies the coordinates of a Variable's values.
- CoordinateSystem.Builder<T extends CoordinateSystem.Builder<T>> - Class in ucar.nc2.dataset
- CoordinateTransform - Class in ucar.nc2.dataset
-
A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem.
- CoordinateTransform.Builder<T extends CoordinateTransform.Builder<T>> - Class in ucar.nc2.dataset
- coords - Variable in class ucar.nc2.dataset.NetcdfDataset.Builder
- coordsOnly - ucar.nc2.write.Ncdump.WantValues
- coordSys - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- CoordSysBuilder.VarProcess - Class in ucar.nc2.dataset
-
Deprecated.Wrap each variable in the dataset with a VarProcess object.
- coordSysFor - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- coordSysNames - Variable in class ucar.nc2.dataset.VariableDS.Builder
- CoordSystemBuilderFactory - Interface in ucar.nc2.dataset.spi
-
A Service Provider of CoordSystemBuilder.
- CoordSystems - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Build coordinate systems.
- CoordTransBuilder - Class in ucar.nc2.dataset
-
Manager for Coordinate Transforms.
- CoordTransBuilder() - Constructor for class ucar.nc2.dataset.CoordTransBuilder
- coordTransforms - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- coordTransformType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- coordVarAlias - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- copy() - Method in class ucar.ma2.Array
-
Create a copy of this Array, copying the data so that physical order is the same as logical order
- copy() - Method in class ucar.ma2.ArrayObject
- copy() - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throws UnsupportedOperationException
- copy() - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throws UnsupportedOperationException
- copy() - Method in class ucar.ma2.MAMatrix
-
Create a new MAMatrix that is the same as this one, with a copy of the backing store.
- copy() - Method in class ucar.ma2.MAVector
-
Create a new MAVector that is the same as this one, with a copy of the backing store.
- copy() - Method in class ucar.nc2.dataset.VariableDS.Builder
-
Copy of this builder.
- copy() - Method in class ucar.nc2.Variable.Builder
- copy(InputStream, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy all bytes from in to out.
- copy(Array, Array) - Static method in class ucar.ma2.MAMath
-
Copy array a to array result, the result array will be in canonical order The operation type is taken from the type of a.
- copy(DataType, IndexIterator, IndexIterator) - Static method in class ucar.ma2.MAMath
-
Copy using iterators.
- copy(StructureData, StructureMembers) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from sdata to another StructureData object whose data is self contained
- copy2File(byte[], String) - Static method in class ucar.nc2.util.IO
-
copy file to output stream
- copy2null(InputStream, int) - Static method in class ucar.nc2.util.IO
-
copy all bytes from in and throw them away.
- copy2null(FileChannel, int) - Static method in class ucar.nc2.util.IO
-
copy all bytes from in and throw them away.
- copyB(InputStream, OutputStream, int) - Static method in class ucar.nc2.util.IO
-
copy all bytes from in to out, specify buffer size
- copyBoolean(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as bytes The array a and result must be type boolean
- copyByte(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as bytes The values from the array a are converted to byte (if needed), and then converted to the type of result (if needed).
- copyChar(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as char The values from the array a are converted to char (if needed), and then converted to the type of result (if needed).
- copyDataset(DatasetNode) - Method in class thredds.client.catalog.builder.DatasetBuilder
- copyDirTree(String, String) - Static method in class ucar.nc2.util.IO
-
Copy an entire directory tree.
- copyDouble(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as doubles The values from the arrays a are converted to double (if needed), and then converted to the type of result (if needed).
- copyFile(File, File) - Static method in class ucar.nc2.util.IO
-
copy one file to another.
- copyFile(File, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy file to output stream
- copyFile(String, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy file to output stream
- copyFile(String, String) - Static method in class ucar.nc2.util.IO
-
copy one file to another.
- copyFileB(File, OutputStream, int) - Static method in class ucar.nc2.util.IO
-
copy file to output stream, specify internal buffer size
- copyFileWithChannels(File, WritableByteChannel) - Static method in class ucar.nc2.util.IO
- copyFloat(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as floats The values from the arrays a are converted to float (if needed), and then converted to the type of result (if needed).
- copyFrom(AttributeContainer) - Static method in class ucar.nc2.AttributeContainerMutable
-
Create mutable from immutable container.
- copyFrom(VariableDS.Builder<?>) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- copyFrom(VariableDS.Builder<?>) - Method in class ucar.nc2.dataset.VariableDS.Builder
- copyFrom(NetcdfFile) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
-
Copy metadata from orgFile.
- copyFrom(Sequence) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.Copy metadata from orgVar.
- copyFrom(Structure) - Method in class ucar.nc2.dataset.StructureDS.Builder
-
Copy metadata from orgVar.
- copyFrom(Variable) - Method in class ucar.nc2.dataset.VariableDS.Builder
-
Copy metadata from orgVar.
- copyFrom(Variable) - Method in class ucar.nc2.Variable.Builder
-
TODO Copy metadata from orgVar.
- copyFrom(Variable.Builder<?>) - Method in class ucar.nc2.Variable.Builder
- copyInt(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as integers The values from the arrays a are converted to integer (if needed), and then converted to the type of result (if needed).
- copyLong(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as longs The values from the array a are converted to long (if needed), and then converted to the type of result (if needed).
- copyMaxBytes(InputStream, OutputStream, int) - Static method in class ucar.nc2.util.IO
-
Copy up to maxBytes bytes from in to out.
- copyNoCache() - Method in class ucar.nc2.dataset.CoordinateAxis
-
Make a copy, with an independent cache.
- copyNoCache() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- copyObject(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as an Object The array a and result must be type object
- copyRafB(RandomAccessFile, long, long, OutputStream) - Static method in class ucar.nc2.util.IO
-
Copy part of a RandomAccessFile to output stream
- copyRafB(RandomAccessFile, long, long, OutputStream, byte[]) - Static method in class ucar.nc2.util.IO
-
Copy part of a RandomAccessFile to output stream, specify internal buffer size
- copyShort(Array, Array) - Static method in class ucar.ma2.MAMath
-
copy array a to array result as shorts The values from the array a are converted to short (if needed), and then converted to the type of result (if needed).
- copyTo1DJavaArray() - Method in class ucar.ma2.Array
-
Copy this array to a 1D Java primitive array of type getElementType(), with the physical order of the result the same as logical order.
- copyToArrayBB(ArrayStructure, ByteOrder, boolean) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from an ArrayStructure to a ArrayStructureBB whose data is contained in a ByteBuffer
- copyToArrayBB(StructureData) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer.
- copyToArrayBB(StructureData, ArrayStructureBB) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from a StructureData into the given ArrayStructureBB
- copyToArrayBB(StructureData, StructureMembers, ByteOrder) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer
- copyToArrayBB(Structure, ArrayStructure, ByteOrder) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy to an ArrayStructureBB whose data is contained in a ByteBuffer.
- copyToByteChannel(Array, WritableByteChannel) - Static method in class ucar.nc2.iosp.IospHelper
-
Copy data to a channel.
- copyToNDJavaArray() - Method in class ucar.ma2.Array
-
Copy this array to an n-Dimensional Java primitive array of type getElementType() and rank getRank().
- copyToOutputStream(Array, OutputStream) - Static method in class ucar.nc2.iosp.IospHelper
-
Copy data to a OutputStream.
- copyUrlB(String, OutputStream, int) - Static method in class ucar.nc2.util.IO
-
copy contents of URL to output stream, specify internal buffer size.
- copyWithName(String) - Method in class ucar.ma2.Range
-
Make a copy with a different name.
- copyWithName(String) - Method in class ucar.ma2.RangeComposite
- copyWithName(String) - Method in interface ucar.ma2.RangeIterator
-
Make a copy with a different name.
- copyWithName(String) - Method in class ucar.ma2.RangeScatter
- copyWithStride(int) - Method in class ucar.ma2.Range
-
Make a copy with a different stride.
- cos(MAVector) - Method in class ucar.ma2.MAVector
-
Cos between two vectors = dot(v) / norm() * norm(v)
- count(Comparable) - Method in class ucar.nc2.util.Counters.Counter
- count(String, Comparable) - Method in class ucar.nc2.util.Counters
-
Add value to the named counter.
- countDomain(Variable[]) - Static method in class ucar.nc2.dataset.CoordinateSystem
- Counter(String) - Constructor for class ucar.nc2.util.Counters.Counter
- Counters - Class in ucar.nc2.util
-
Count number of times a value appears.
- Counters() - Constructor for class ucar.nc2.util.Counters
- Counters.Counter - Class in ucar.nc2.util
- COVERAGE - ucar.nc2.constants.FeatureType
- coverage_content_type - Static variable in class ucar.nc2.constants.ACDD
- create() - Static method in interface ucar.nc2.util.CancelTask
- create() - Static method in interface ucar.unidata.geoloc.LatLonPoint
-
Standard way to create a "default" LatLonPoint.
- create() - Static method in interface ucar.unidata.geoloc.ProjectionPoint
-
Standard way to create a "default" ProjectionPoint.
- create(double, double) - Static method in interface ucar.unidata.geoloc.LatLonPoint
-
Standard way to create a LatLonPoint.
- create(double, double) - Static method in interface ucar.unidata.geoloc.ProjectionPoint
-
Standard way to create a ProjectionPoint.
- create(double, double, double) - Static method in interface ucar.unidata.geoloc.EarthLocation
-
Standard way to create an EarthLocation.
- create(Iterable<StructureData>) - Static method in class ucar.ma2.StructureDataComposite
- create(ServiceType, String) - Static method in class ucar.nc2.dataset.DatasetUrl
-
Create a DatasetUrl, which annotates a url with its service type.
- create(NetcdfFile, NetcdfFormatWriter.Builder) - Static method in class ucar.nc2.write.NetcdfCopier
- createNewCache() - Method in class ucar.nc2.Variable
-
Create a new data cache, use this when you dont want to share the cache.
- createNewNetcdf3(String) - Static method in class ucar.nc2.write.NetcdfFormatWriter
-
Create a new Netcdf3 file.
- createNewNetcdf4(NetcdfFileFormat, String, Nc4Chunking) - Static method in class ucar.nc2.write.NetcdfFormatWriter
-
Create a new Netcdf4 file.
- createUniqueFile(String, String) - Method in class ucar.nc2.util.DiskCache2
-
Reserve a new, uniquely named file in the root directory.
- createView(Index) - Method in class ucar.ma2.ArrayStructure
- creator_email - Static variable in class ucar.nc2.constants.ACDD
- creator_institution_info - Static variable in class ucar.nc2.constants.ACDD
- creator_name - Static variable in class ucar.nc2.constants.ACDD
- creator_project - Static variable in class ucar.nc2.constants.ACDD
- creator_project_info - Static variable in class ucar.nc2.constants.ACDD
- creator_url - Static variable in class ucar.nc2.constants.ACDD
- Creators - Static variable in class thredds.client.catalog.Dataset
- crossDateline() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get whether the bounding box crosses the +/- 180 seam
- crossSeam(ProjectionPoint, ProjectionPoint) - Method in interface ucar.unidata.geoloc.Projection
-
Does the line between these two points cross the projection "seam", which is a discontinuity in the function latlon <-> projection plane
- cs - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- CSV - ucar.nc2.constants.DataFormatType
- ct - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- currentElement() - Method in class ucar.ma2.Index
-
Get the current element's index into the 1D backing array.
- currentElement() - Method in class ucar.ma2.Index0D
- currentElement() - Method in class ucar.ma2.Index1D
- currentElement() - Method in class ucar.ma2.Index2D
- currentElement() - Method in class ucar.ma2.Index3D
- currentElement() - Method in class ucar.ma2.Index4D
- currentElement() - Method in class ucar.ma2.Index5D
- currentElement() - Method in class ucar.ma2.Index6D
- currentElement() - Method in class ucar.ma2.Index7D
- currentElement() - Method in class ucar.ma2.IndexConstant
-
always return 0
- currentElement() - Method in class ucar.nc2.iosp.IndexLong
- CURVILINEAR - ucar.nc2.constants.FeatureType
- CurvilinearOrthogonal - Static variable in class ucar.nc2.constants.CDM
D
- D0() - Constructor for class ucar.ma2.ArrayBoolean.D0
-
Constructor.
- D0() - Constructor for class ucar.ma2.ArrayChar.D0
-
Constructor.
- D0() - Constructor for class ucar.ma2.ArrayDouble.D0
-
Constructor.
- D0() - Constructor for class ucar.ma2.ArrayFloat.D0
-
Constructor.
- D0() - Constructor for class ucar.ma2.ArrayString.D0
-
Constructor.
- D0(boolean) - Constructor for class ucar.ma2.ArrayByte.D0
- D0(boolean) - Constructor for class ucar.ma2.ArrayInt.D0
- D0(boolean) - Constructor for class ucar.ma2.ArrayLong.D0
-
Constructor.
- D0(boolean) - Constructor for class ucar.ma2.ArrayShort.D0
- D0(DataType, Class, boolean) - Constructor for class ucar.ma2.ArrayObject.D0
-
Constructor.
- D1(int) - Constructor for class ucar.ma2.ArrayBoolean.D1
-
Constructor for array of shape {len0}.
- D1(int) - Constructor for class ucar.ma2.ArrayChar.D1
-
Constructor for array of shape {len0}.
- D1(int) - Constructor for class ucar.ma2.ArrayDouble.D1
-
Constructor for array of shape {len0}.
- D1(int) - Constructor for class ucar.ma2.ArrayFloat.D1
-
Constructor for array of shape {len0}.
- D1(int) - Constructor for class ucar.ma2.ArrayString.D1
-
Constructor for array of shape {len0}.
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayByte.D1
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayInt.D1
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayLong.D1
-
Constructor for array of shape {len0}.
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayShort.D1
- D1(DataType, Class, boolean, int) - Constructor for class ucar.ma2.ArrayObject.D1
-
Constructor for array of shape {len0}.
- D2(int, int) - Constructor for class ucar.ma2.ArrayBoolean.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int) - Constructor for class ucar.ma2.ArrayChar.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int) - Constructor for class ucar.ma2.ArrayDouble.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int) - Constructor for class ucar.ma2.ArrayFloat.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int) - Constructor for class ucar.ma2.ArrayString.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D2
- D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D2
- D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D2
- D2(DataType, Class, boolean, int, int) - Constructor for class ucar.ma2.ArrayObject.D2
-
Constructor for array of shape {len0,len1}.
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayChar.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayString.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D3
- D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D3
- D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D3
- D3(DataType, Class, boolean, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D3
-
Constructor for array of shape {len0,len1,len2}.
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D4
- D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D4
- D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D4
- D4(DataType, Class, boolean, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D5
- D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D5
- D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D5
- D5(DataType, Class, boolean, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D5
-
Constructor for array of shape {len0,len1,len2,len3,len4}.
- 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,}.
- 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,}.
- 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,}.
- 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,}.
- D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D6
-
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
- D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D6
- D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D6
- D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D6
-
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
- D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D6
- D6(DataType, Class, boolean, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D6
-
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
- 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}.
- 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}.
- 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}.
- 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}.
- D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D7
-
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
- D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D7
- D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D7
- D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D7
-
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
- D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D7
- D7(DataType, Class, boolean, 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}.
- DAP4 - thredds.client.catalog.ServiceType
- DAP4_LITTLE_ENDIAN - Static variable in class ucar.nc2.constants.CDM
- DataAccess - thredds.client.catalog.ServiceType.AccessType
- DataChunk(int[], long) - Constructor for class ucar.nc2.iosp.LayoutTiled.DataChunk
- DataFormatType - Enum in ucar.nc2.constants
-
Redo thredds.catalog.DataFormatType as enum in order to break dependency of ucar.nc2 on server catalog
- DataFormatType - Static variable in class thredds.client.catalog.Dataset
- Dataset - Class in thredds.client.catalog
-
A Client Catalog Dataset
- Dataset(DatasetNode, String, Map<String, Object>, List<AccessBuilder>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.Dataset
- DatasetBuilder - Class in thredds.client.catalog.builder
-
Builder of client catalog Dataset
- DatasetBuilder(DatasetBuilder) - Constructor for class thredds.client.catalog.builder.DatasetBuilder
- DatasetBuilder(DatasetBuilder, Dataset) - Constructor for class thredds.client.catalog.builder.DatasetBuilder
- DatasetHash - Static variable in class thredds.client.catalog.Catalog
- DatasetNode - Class in thredds.client.catalog
-
node in a tree of datasets, superclass of Catalog and Dataset
- DatasetRoots - Static variable in class thredds.client.catalog.Catalog
- Datasets - Static variable in class thredds.client.catalog.Dataset
- DatasetUrl - Class in ucar.nc2.dataset
-
Detection of the protocol from a location string.
- DataSize - Static variable in class thredds.client.catalog.Dataset
- dataType - Variable in class ucar.nc2.Variable.Builder
- DataType - Enum in ucar.ma2
-
Type-safe enumeration of data types.
- DataType.Signedness - Enum in ucar.ma2
-
A property of
integral
data types that determines whether they can represent both positive and negative numbers (signed), or only non-negative numbers (unsigned). - DataViewer - thredds.client.catalog.ServiceType.AccessType
- date_created - Static variable in class ucar.nc2.constants.ACDD
- date_modified - Static variable in class ucar.nc2.constants.ACDD
- DateFromString - Class in ucar.nc2.units
-
Convenience routines for parsing a String to produce a Date.
- DateFromString() - Constructor for class ucar.nc2.units.DateFromString
- DateRange - Class in ucar.nc2.units
-
Implements a range of dates, using DateType and/or TimeDuration.
- DateRange() - Constructor for class ucar.nc2.units.DateRange
-
default Constructor
- DateRange(Date, Date) - Constructor for class ucar.nc2.units.DateRange
-
Create Date Range from a start and end date
- DateRange(Date, TimeDuration) - Constructor for class ucar.nc2.units.DateRange
-
Create Date Range from a start date and duration
- DateRange(CalendarDateRange) - Constructor for class ucar.nc2.units.DateRange
- DateRange(DateRange, String) - Constructor for class ucar.nc2.units.DateRange
-
Create DateRange from another DateRange, with a different units of resolution.
- DateRange(DateType, DateType, TimeDuration, TimeDuration) - Constructor for class ucar.nc2.units.DateRange
-
Encapsulates a range of dates, using DateType start/end, and/or a TimeDuration.
- Dates - Static variable in class thredds.client.catalog.Dataset
- DateType - Class in ucar.nc2.units
-
Implements the thredds "dateType" and "dateTypeFormatted" XML element types.
- DateType() - Constructor for class ucar.nc2.units.DateType
-
no argument constructor for beans
- DateType(boolean, Date) - Constructor for class ucar.nc2.units.DateType
-
Constructor using a java.util.Date
- DateType(String, String, String) - Constructor for class ucar.nc2.units.DateType
-
Constructor.
- DateType(String, String, String, Calendar) - Constructor for class ucar.nc2.units.DateType
-
Constructor.
- DateType(CalendarDate) - Constructor for class ucar.nc2.units.DateType
-
Constructor using a java.util.CalendarDate
- DateType(DateType) - Constructor for class ucar.nc2.units.DateType
-
copy constructor
- DateUnit - Class in ucar.nc2.units
-
Handles udunits dates, represented as "n units of time since reference date" eg "1203 days since 1970-01-01 00:00:00".
- DateUnit(double, String, Date) - Constructor for class ucar.nc2.units.DateUnit
-
Constructor that takes a value, timeUnitString, and a Date since
- DateUnit(String) - Constructor for class ucar.nc2.units.DateUnit
-
Constructor.
- Day - ucar.nc2.time.CalendarPeriod.Field
- DebugFlags - Interface in ucar.nc2.util
-
Interface for global debug flags.
- DebugFlagsImpl - Class in ucar.nc2.util
-
An implementation of DebugFlags TODO will move in ver 6
- DebugFlagsImpl() - Constructor for class ucar.nc2.util.DebugFlagsImpl
-
All flags are off
- DebugFlagsImpl(String) - Constructor for class ucar.nc2.util.DebugFlagsImpl
-
Constructor.
- decr() - Method in class ucar.nc2.util.Indent
- DEFAULT - Static variable in class ucar.unidata.geoloc.Earth
- default_file_buffersize - Static variable in class ucar.nc2.util.IO
- default_socket_buffersize - Static variable in class ucar.nc2.util.IO
- defaultCoordsSizeToCache - Static variable in class ucar.nc2.Variable
- defaultMaxRelativeDiffDouble - Static variable in class ucar.nc2.util.Misc
-
The default maximum
relative difference
that two doubles can have in order to be deemednearly equal
. - defaultMaxRelativeDiffFloat - Static variable in class ucar.nc2.util.Misc
-
The default maximum
relative difference
that two floats can have in order to be deemednearly equal
. - defaultSizeToCache - Static variable in class ucar.nc2.Variable
- defNS - Static variable in class thredds.client.catalog.Catalog
- desc - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
- DESCRIPTION - Static variable in class ucar.nc2.constants.CDM
- Dimension - Class in ucar.nc2
-
A Dimension is used to define the array shape of a Variable.
- Dimension - ucar.nc2.constants.AxisType
- Dimension(String, int) - Constructor for class ucar.nc2.Dimension
-
Constructor
- Dimension(String, int, boolean, boolean, boolean) - Constructor for class ucar.nc2.Dimension
-
Constructor
- Dimension.Builder - Class in ucar.nc2
-
A builder of Dimensions.
- Dimensions - Class in ucar.nc2
-
Static helper methods for Dimension.
- Dimensions.FindDimensionByName - Interface in ucar.nc2
-
A Function that finds a Dimension by name.
- disableNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDatasets
- DiskCache - Class in ucar.nc2.util
-
This is a general purpose utility for determining a place to write files and cache them, eg for uncompressing files.
- DiskCache() - Constructor for class ucar.nc2.util.DiskCache
- DiskCache2 - Class in ucar.nc2.util
-
Manages a place on disk to persistently cache files, which are deleted when the last modified date exceeds a certain time.
- DiskCache2(String, boolean, int, int) - Constructor for class ucar.nc2.util.DiskCache2
-
Create a cache on disk.
- DiskCache2.CachePathPolicy - Enum in ucar.nc2.util
- Documentation - Class in thredds.client.catalog
-
Client catalog documentation element
- Documentation - Static variable in class thredds.client.catalog.Dataset
- Documentation(String, URI, String, String, String) - Constructor for class thredds.client.catalog.Documentation
-
Constructor.
- DODS - thredds.client.catalog.ServiceType
- dot(MAVector) - Method in class ucar.ma2.MAMatrix
-
Dot product of matrix and vector: return M dot v
- dot(MAVector) - Method in class ucar.ma2.MAVector
-
Dot product of 2 vectors
- DOUBLE - ucar.ma2.DataType
- DOUBLE - Static variable in class ucar.nc2.constants.CF
- ds - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- DSG_REPRESENTATION - Static variable in class ucar.nc2.constants.CF
E
- Earth - Class in ucar.unidata.geoloc
-
Defines the shape of the earth ellipsoid.
- Earth() - Constructor for class ucar.unidata.geoloc.Earth
-
Spherical earth with canonical radius.
- Earth(double) - Constructor for class ucar.unidata.geoloc.Earth
-
Create a spherical earth.
- Earth(double, double, double) - Constructor for class ucar.unidata.geoloc.Earth
-
Create an ellipsoidal earth.
- Earth(double, double, double, String) - Constructor for class ucar.unidata.geoloc.Earth
-
Create an ellipsoidal earth with a name.
- EARTH_RADIUS - Static variable in class ucar.nc2.constants.CF
- EarthEllipsoid - Class in ucar.unidata.geoloc
-
Type-safe enumeration of Earth Ellipsoids.
- EarthEllipsoid(String, int, double, double, double) - Constructor for class ucar.unidata.geoloc.EarthEllipsoid
-
Constructor.
- EarthLocation - Interface in ucar.unidata.geoloc
-
A location on the earth, specified by lat, lon and optionally altitude.
- eastwest - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- EDU_UCAR_PREFIX - Static variable in class ucar.nc2.constants.CDM
- eject(String) - Static method in class ucar.unidata.io.RandomAccessFile
- element(int) - Method in class ucar.ma2.Range
-
Get ith element
- email - Variable in class thredds.client.catalog.ThreddsMetadata.Source
- EMPTY - Static variable in class ucar.ma2.Range
- EMPTY - Static variable in class ucar.ma2.StructureData
- enableDefaultGlobalFileCache() - Static method in class ucar.unidata.io.RandomAccessFile
- enhance(NetcdfFile, Set<NetcdfDataset.Enhance>, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Make NetcdfFile into NetcdfDataset and enhance if needed
- enhanceMode - Variable in class ucar.nc2.dataset.VariableDS.Builder
- Ensemble - ucar.nc2.constants.AxisType
- ENSEMBLE - Static variable in class ucar.nc2.constants.CF
- ENUM1 - ucar.ma2.DataType
- ENUM2 - ucar.ma2.DataType
- ENUM4 - ucar.ma2.DataType
- enumsAreEqual(EnumTypedef, EnumTypedef) - Method in class ucar.nc2.util.CompareNetcdf2
- enumsAreEqual(EnumTypedef, EnumTypedef) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- EnumTypedef - Class in ucar.nc2
-
A named map from integers to Strings; a user-defined Enum used as a Variable's data type.
- EnumTypedef(String, Map<Integer, String>) - Constructor for class ucar.nc2.EnumTypedef
-
Make an EnumTypedef with base type ENUM4.
- EnumTypedef(String, Map<Integer, String>, DataType) - Constructor for class ucar.nc2.EnumTypedef
-
Make an EnumTypedef setting the base type (must be ENUM1, ENUM2, ENUM4).
- enumTypedefs - Variable in class ucar.nc2.Group.Builder
- enumTypeize(DataType) - Static method in enum ucar.ma2.DataType
- equals(Object) - Method in class thredds.client.catalog.Access
- equals(Object) - Method in class thredds.client.catalog.Documentation
- equals(Object) - Method in class thredds.client.catalog.Property
- equals(Object) - Method in class thredds.client.catalog.Service
- equals(Object) - Method in class ucar.ma2.Range
-
Range elements with same first, last, stride are equal.
- equals(Object) - Method in class ucar.ma2.RangeScatter
- equals(Object) - Method in class ucar.ma2.Section
-
Sections with equals Ranges are equal.
- equals(Object) - Method in class ucar.ma2.StructureMembers
- equals(Object) - Method in class ucar.ma2.StructureMembers.Member
- equals(Object) - Method in class ucar.nc2.Attribute
-
Instances which have same content are equal.
- equals(Object) - Method in class ucar.nc2.dataset.CoordinateAxis
-
Instances which have same content are equal.
- equals(Object) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Instances which have same name, axes and transforms are equal.
- equals(Object) - Method in class ucar.nc2.dataset.CoordinateTransform
-
Instances which have same name, authority and parameters are equal.
- equals(Object) - Method in class ucar.nc2.dataset.DatasetUrl
- equals(Object) - Method in class ucar.nc2.Dimension
- equals(Object) - Method in class ucar.nc2.EnumTypedef
- equals(Object) - Method in class ucar.nc2.Group
-
Instances which have same name and parent are equal.
- equals(Object) - Method in class ucar.nc2.time.CalendarDate
- equals(Object) - Method in class ucar.nc2.time.CalendarDateRange
- equals(Object) - Method in class ucar.nc2.time.CalendarDateUnit
- equals(Object) - Method in class ucar.nc2.time.CalendarDuration
- equals(Object) - Method in class ucar.nc2.time.CalendarPeriod
- equals(Object) - Method in class ucar.nc2.units.DateRange
- equals(Object) - Method in class ucar.nc2.units.DateType
- equals(Object) - Method in class ucar.nc2.units.TimeDuration
-
TimeDurations with same value in seconds are equals
- equals(Object) - Method in class ucar.nc2.units.TimeUnit
-
TimeUnits with same value and unitString are equal
- equals(Object) - Method in class ucar.nc2.Variable
-
Instances which have same content are equal.
- equals(Object) - Method in class ucar.unidata.geoloc.Earth
- equals(Object) - Method in class ucar.unidata.geoloc.EarthEllipsoid
-
Objects with same name are equal.
- equals(Object) - Method in class ucar.unidata.geoloc.LatLonRect
- equals(Object) - Method in interface ucar.unidata.geoloc.Projection
-
Check for equality with the object in question
- equals(Object) - Method in class ucar.unidata.geoloc.ProjectionRect
- equals(Array, Array) - Static method in class ucar.ma2.MAMath
-
Returns true if the specified arrays have the same data type, shape, and equal corresponding elements.
- equalShape(Section) - Method in class ucar.ma2.Section
- equalsMapOnly(Object) - Method in class ucar.nc2.EnumTypedef
- equivalent(int[]) - Method in class ucar.ma2.Section
-
Is this section equivilent to the given shape.
- escapeDAPIdentifier(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the DAP escape identifier function.
- escapeOGC(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the OGC Web Services escape function.
- EscapeStrings - Class in ucar.nc2.util
- EscapeStrings() - Constructor for class ucar.nc2.util.EscapeStrings
- escapeURLQuery(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the DEFINITIVE URL constraint expression escape function.
- ESML - ucar.nc2.constants.DataFormatType
- Existing3DField - ucar.nc2.dataset.VerticalCT.Type
- exit() - Static method in class ucar.nc2.util.DiskCache2
-
Be sure to call this when your application exits, otherwise your process may not exit without being killed.
- Expires - Static variable in class thredds.client.catalog.Catalog
- extend(Date) - Method in class ucar.nc2.units.DateRange
-
Extend this date range by the given Date.
- extend(CalendarDateRange) - Method in class ucar.nc2.time.CalendarDateRange
- extend(DateRange) - Method in class ucar.nc2.units.DateRange
-
Extend this date range by the given one.
- extend(LatLonRect, LatLonPoint) - Static method in class ucar.unidata.geoloc.LatLonRect
-
Extend the bounding box to contain this point.
- extend(LatLonRect, LatLonRect) - Static method in class ucar.unidata.geoloc.LatLonRect
-
Extend the bounding box to contain another bounding box.
- EXTERNAL_VARIABLES - Static variable in class ucar.nc2.constants.CF
- extractMemberArray(StructureMembers.Member) - Method in class ucar.ma2.ArraySequence
- extractMemberArray(StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Extract data for one member, over all structures.
F
- factory(int[]) - Static method in class ucar.ma2.Index
-
Generate a subclass of Index optimized for this array's rank
- factory(String) - Static method in class ucar.nc2.units.DateUnit
- factory(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Create a SimpleUnit from the given name, catch Exceptions.
- factory(ArrayStructureBB, Section) - Static method in class ucar.ma2.ArrayStructureBBsection
-
Make a section of an ArrayStructureBB
- factory(DataType, int[]) - Static method in class ucar.ma2.Array
-
Generate new Array with given dataType and shape and zeroed storage.
- factory(DataType, int[], Object) - Static method in class ucar.ma2.Array
-
Generate new Array with given dataType, shape, storage.
- factory(DataType, int[], ByteBuffer) - Static method in class ucar.ma2.Array
-
Create an Array from a ByteBuffer
- factory(DataType, Index, Object) - Static method in class ucar.ma2.Array
- factory(NetcdfDataset, VariableDS, Formatter) - Static method in class ucar.nc2.dataset.CoordinateAxis1DTime
- factory(CalendarPeriod) - Static method in class ucar.nc2.time.CalendarDateFormatter
- factory(Nc4Chunking.Strategy, int, boolean) - Static method in class ucar.nc2.write.Nc4ChunkingStrategy
- factoryConstant(DataType, int[], Object) - Static method in class ucar.ma2.Array
-
Generate new Array with given type and shape and an Index that always return 0.
- factoryCopy(DataType, int[], List<Array>) - Static method in class ucar.ma2.Array
-
Combine list of Arrays by copying the underlying Arrays into a single primitive array
- factoryMA(ArrayStructure) - Static method in class ucar.ma2.ArrayStructureMA
-
Turn any ArrayStructure into a ArrayStructureMA
- factoryMA(Structure, int[]) - Static method in class ucar.ma2.ArrayStructureMA
-
Create an ArrayStructure for a Structure.
- factoryWithExceptions(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Create a SimpleUnit from the given name, allow Exceptions.
- FALSE_EASTING - Static variable in class ucar.nc2.constants.CF
- FALSE_NORTHING - Static variable in class ucar.nc2.constants.CF
- FEATURE_TYPE - Static variable in class ucar.nc2.constants.CF
- FeatureType - Enum in ucar.nc2.constants
-
Enumeration of CDM Feature types, aka "Scientific Data Types".
- FeatureType - Static variable in class thredds.client.catalog.Dataset
- featureTypeAtt2 - Static variable in class ucar.nc2.constants.CF
- featureTypeAtt3 - Static variable in class ucar.nc2.constants.CF
- FIELD_ATTS - Static variable in class ucar.nc2.constants.CDM
- File - thredds.client.catalog.ServiceType
- FILE_FORMAT - Static variable in class ucar.nc2.constants.CDM
- filePos - Variable in class ucar.nc2.iosp.LayoutTiled.DataChunk
- fill(Section, int[]) - Static method in class ucar.ma2.Section
-
Return a Section guaranteed to be non null, with no null Ranges, and within the bounds set by shape.
- FILL_VALUE - Static variable in class ucar.nc2.constants.CDM
- fillValueIsMissing() - Method in class ucar.nc2.dataset.VariableDS
- filter(AttributeContainer, String...) - Static method in interface ucar.nc2.AttributeContainer
-
Create a new AttributeContainer, removing any whose name starts with one in the given list.
- find(String) - Method in class ucar.ma2.Section
-
Find a Range by its name.
- findAccess(String) - Method in class thredds.client.catalog.Dataset
-
Get access element that matches the given access standard URL.
- findAttribute(String) - Method in interface ucar.nc2.AttributeContainer
-
Find an Attribute by exact match on name.
- findAttribute(String) - Method in class ucar.nc2.AttributeContainerMutable
- findAttribute(String) - Method in class ucar.nc2.Group
-
Find the attribute by name, return null if not exist
- findAttribute(String) - Method in class ucar.nc2.NetcdfFile
-
Find an attribute, with the specified (escaped full) name.
- findAttribute(String) - Method in class ucar.nc2.Variable
-
Find the attribute by name, return null if not exist
- findAttributeDouble(String, double) - Method in interface ucar.nc2.AttributeContainer
-
Find a Numeric Attribute by name (ignore case), return the double value of the Attribute.
- findAttributeDouble(String, double) - Method in class ucar.nc2.AttributeContainerMutable
- findAttributeIgnoreCase(String) - Method in interface ucar.nc2.AttributeContainer
-
Find an Attribute by name, first doing an exact match, then ignoring case.
- findAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerMutable
- findAttributeInteger(String, int) - Method in interface ucar.nc2.AttributeContainer
-
Find a Numeric Attribute by name (ignore case), return the integer value of the Attribute.
- findAttributeInteger(String, int) - Method in class ucar.nc2.AttributeContainerMutable
- findAttributeString(String, String) - Method in interface ucar.nc2.AttributeContainer
-
Find a String Attribute by name (ignore case), return the String value of the Attribute.
- findAttributeString(String, String) - Method in class ucar.nc2.AttributeContainerMutable
- findAttributeString(String, String) - Method in class ucar.nc2.Group
-
Find a String-valued Attribute by name (ignore case), return the String value of the Attribute.
- findAttributeString(String, String) - Method in class ucar.nc2.Variable
-
Find a String-valued Attribute by name (ignore case), return the String value of the Attribute.
- findAxis(AxisType) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Find the CoordinateAxis that has the given AxisType.
- findByName(String) - Method in interface ucar.nc2.Dimensions.FindDimensionByName
- findCoordElement(double) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Given a coordinate value, find what grid element contains it.
- findCoordElementBounded(double) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Given a coordinate position, find what grid element contains it, or is closest to it.
- findCoordinateAxes(boolean) - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.Create a list of coordinate axes for this data variable.
- findCoordinateAxis(String) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Retrieve the CoordinateAxis with the specified type.
- findCoordinateAxis(AxisType) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Retrieve the CoordinateAxis with the specified Axis Type.
- findCoordinateSystem(String) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Retrieve the CoordinateSystem with the specified name.
- findCoordinateTransform(String) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Retrieve the CoordinateTransform with the specified name.
- findDatasetByID(String) - Method in class thredds.client.catalog.Catalog
- findDatasetByName(String) - Method in class thredds.client.catalog.DatasetNode
- findDatasetUrl(String) - Static method in class ucar.nc2.dataset.DatasetUrl
- findDimension(String) - Method in class ucar.nc2.Group.Builder
-
Find Dimension in this Group or a parent Group
- findDimension(String) - Method in class ucar.nc2.Group
-
Find a Dimension in this or a parent Group, matching on short name.
- findDimension(String) - Method in class ucar.nc2.NetcdfFile
-
Finds a Dimension with the specified full name.
- findDimension(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
- findDimension(Dimension) - Method in class ucar.nc2.Group
-
Find a Dimension in this or a parent Group, using equals.
- findDimension(Group, Dimension) - Method in class ucar.nc2.util.CompareNetcdf2
- findDimensionIndex(String) - Method in class ucar.nc2.Variable
-
Find the index of the named Dimension in this Variable.
- findDimensionLocal(String) - Method in class ucar.nc2.Group.Builder
-
Find Dimension local to this Group
- findDimensionLocal(String) - Method in class ucar.nc2.Group
-
Find a Dimension using its (short) name, in this group only
- findEnum(Group, EnumTypedef, CompareNetcdf2.ObjFilter) - Method in class ucar.nc2.util.CompareNetcdf2
- findEnumeration(String) - Method in class ucar.nc2.Group
-
Find a Enumeration in this Group, using its short name.
- findEnumeration(String, boolean) - Method in class ucar.nc2.Group
-
Find a Enumeration in this or optionally the parent Groups, using its short name.
- findEnumTypedef(String) - Method in class ucar.nc2.Group.Builder
-
Find a Enumeration in this Group Builder, using its short name.
- findEnumTypedef(String, boolean) - Method in class ucar.nc2.Group.Builder
-
Find a Enumeration in this or a parent Group Builder, using its short name.
- findGlobalAttribute(String) - Method in class ucar.nc2.NetcdfFile
-
Look up an Attribute by (short) name in the root Group or nested Groups, exact match.
- findGlobalAttribute(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
- findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.NetcdfFile
-
Look up an Attribute by (short) name in the root Group or nested Groups, ignore case.
- findGroup(String) - Method in class ucar.nc2.NetcdfFile
-
Find a Group, with the specified (full) name.
- findGroupLocal(String) - Method in class ucar.nc2.Group.Builder
- findGroupLocal(String) - Method in class ucar.nc2.Group
-
Retrieve the Group with the specified (short) name.
- findGroupNested(String) - Method in class ucar.nc2.Group.Builder
-
Find a subgroup of this Group, with the specified relative name.
- findMember(String) - Method in class ucar.ma2.ArrayStructure
-
Find a member by its name.
- findMember(String) - Method in class ucar.ma2.StructureData
-
Find a member by its name.
- findMember(String) - Method in class ucar.ma2.StructureMembers
-
Find the member by its name.
- findMemberVariable(String) - Method in class ucar.nc2.Structure.Builder
- findNetcdfFormatType(RandomAccessFile) - Static method in enum ucar.nc2.write.NetcdfFileFormat
-
Figure out what kind of netcdf-related file we have.
- findOrAddEnumTypedef(String, Map<Integer, String>) - Method in class ucar.nc2.Group.Builder
-
Add a EnumTypedef if it does not already exist.
- findParameterIgnoreCase(String) - Method in class ucar.nc2.dataset.CoordinateTransform
-
Convenience function; look up Parameter by name, ignoring case.
- findProperty(String) - Method in class thredds.client.catalog.Dataset
- findService(String) - Method in class thredds.client.catalog.Catalog
- findService(ServiceType) - Method in class thredds.client.catalog.Catalog
- findSimilarEnumTypedef(EnumTypedef, boolean) - Method in class ucar.nc2.Group.Builder
-
Locate an enum type definition that is structurally similar to the template type def.
- findSimilarEnumTypedef(EnumTypedef, boolean) - Method in class ucar.nc2.Group
-
Locate an enum type definition that is structurally similar to the template type def.
- findTimeIndexFromCalendarDate(int, CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis2D
- findTimeIndexFromCalendarDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Given a Date, find the corresponding time index on the time coordinate axis.
- findVariable(String) - Method in class ucar.nc2.NetcdfFile
-
Find a Variable, with the specified (escaped full) name.
- findVariable(String) - Method in class ucar.nc2.Structure
-
Find the Variable member with the specified (short) name.
- findVariable(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
- findVariableByAttribute(String, String) - Method in class ucar.nc2.Group
-
Look in this Group and in its nested Groups for a Variable with a String valued Attribute with the given name and value.
- findVariableLocal(String) - Method in class ucar.nc2.Group.Builder
- findVariableLocal(String) - Method in class ucar.nc2.Group
-
Find the Variable with the specified (short) name in this group.
- findVariableNested(String) - Method in class ucar.nc2.Group.Builder
-
Find a Variable, with the specified relative name.
- findVariableOrInParent(String) - Method in class ucar.nc2.Group.Builder
-
Find the Variable with the specified (short) name in this group or a parent group.
- findVariableOrInParent(String) - Method in class ucar.nc2.Group
-
Find the Variable with the specified (short) name in this group or a parent group.
- finish() - Method in class thredds.client.catalog.ThreddsMetadata
- finish() - Method in class ucar.ma2.ArraySequenceNested
-
Call this when you have set all the sequence lengths.
- first() - Method in class ucar.ma2.Range
- FIXED_ANGLE_AXIS - Static variable in class ucar.nc2.constants.CF
- FLAG_MASKS - Static variable in class ucar.nc2.constants.CF
- FLAG_MEANINGS - Static variable in class ucar.nc2.constants.CF
- FLAG_VALUES - Static variable in class ucar.nc2.constants.CF
- flatten() - Method in class ucar.ma2.ArraySequenceNested
-
Flatten the Structures into a 1D array of Structures of length getTotalNumberOfStructures().
- flip(int) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by flipping the index so that it runs from shape[index]-1 to 0.
- FLOAT - ucar.ma2.DataType
- FLOAT - Static variable in class ucar.nc2.constants.CF
- flush() - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Flush anything written to disk.
- flush() - Method in class ucar.unidata.io.RandomAccessFile
-
Copy the contents of the buffer to the disk.
- FMRC - ucar.nc2.constants.FeatureType
- ForbiddenConversionException - Exception in ucar.ma2
-
Thrown for an attempt to make a forbidden conversion on primitive data values, eg boolean to double.
- ForbiddenConversionException() - Constructor for exception ucar.ma2.ForbiddenConversionException
- ForbiddenConversionException(String) - Constructor for exception ucar.ma2.ForbiddenConversionException
- formatName() - Method in enum ucar.nc2.write.NetcdfFileFormat
- formula_terms - Static variable in class ucar.nc2.constants.CF
- FORMULA_TERMS - Static variable in class ucar.nc2.constants.CF
- fromMember(StructureMembers.Member) - Static method in class ucar.nc2.VariableSimpleBuilder
- fromUnitString(String) - Static method in class ucar.nc2.time.CalendarDuration
- fromUnitString(String) - Static method in class ucar.nc2.time.CalendarPeriod
-
Convert a period string into a CalendarPeriod.Field.
- fromVariableDS(VariableDS.Builder<?>) - Static method in class ucar.nc2.dataset.CoordinateAxis
-
Create a coordinate axis from an existing Variable.Builder.
- FTP - thredds.client.catalog.ServiceType
G
- GAUSSIAN - Static variable in class ucar.nc2.constants.CDM
- gbuilders - Variable in class ucar.nc2.Group.Builder
- GEMPAK - ucar.nc2.constants.DataFormatType
- GEOMETRY - Static variable in class ucar.nc2.constants.CF
- GEOMETRY_TYPE - Static variable in class ucar.nc2.constants.CF
- GeospatialCoverage - Static variable in class thredds.client.catalog.Dataset
- GeospatialCoverage(ThreddsMetadata.GeospatialRange, ThreddsMetadata.GeospatialRange, ThreddsMetadata.GeospatialRange, List<ThreddsMetadata.Vocab>, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- GeospatialCoverage(LatLonRect, CoordinateAxis1D, double, double) - Constructor for class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- GeospatialRange(double, double, double, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.GeospatialRange
-
Constructor
- GeospatialRange(ThreddsMetadata.GeospatialRange) - Constructor for class thredds.client.catalog.ThreddsMetadata.GeospatialRange
-
Copy constructor
- GEOSTATIONARY - Static variable in class ucar.nc2.constants.CF
- GeoX - ucar.nc2.constants.AxisType
- GeoY - ucar.nc2.constants.AxisType
- GeoZ - ucar.nc2.constants.AxisType
- get() - Method in class ucar.ma2.ArrayBoolean.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayByte.D0
- get() - Method in class ucar.ma2.ArrayChar.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayDouble.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayFloat.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayInt.D0
- get() - Method in class ucar.ma2.ArrayLong.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayObject.D0
-
get the value.
- get() - Method in class ucar.ma2.ArrayShort.D0
- get() - Method in class ucar.ma2.ArrayString.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayBoolean.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayByte.D1
- get(int) - Method in class ucar.ma2.ArrayChar.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayDouble.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayFloat.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayInt.D1
- get(int) - Method in class ucar.ma2.ArrayLong.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayObject.D1
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayShort.D1
- get(int) - Method in class ucar.ma2.ArrayString.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayBoolean.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayByte.D2
- get(int, int) - Method in class ucar.ma2.ArrayChar.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayDouble.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayFloat.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayInt.D2
- get(int, int) - Method in class ucar.ma2.ArrayLong.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayObject.D2
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayShort.D2
- get(int, int) - Method in class ucar.ma2.ArrayString.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayBoolean.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayByte.D3
- get(int, int, int) - Method in class ucar.ma2.ArrayChar.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayDouble.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayFloat.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayInt.D3
- get(int, int, int) - Method in class ucar.ma2.ArrayLong.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayObject.D3
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayShort.D3
- get(int, int, int) - Method in class ucar.ma2.ArrayString.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayByte.D4
- get(int, int, int, int) - Method in class ucar.ma2.ArrayChar.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
- get(int, int, int, int) - Method in class ucar.ma2.ArrayLong.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayObject.D4
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayShort.D4
- get(int, int, int, int) - Method in class ucar.ma2.ArrayString.D4
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D5
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D5
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D5
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D5
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D6
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D6
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D6
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D7
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D7
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D7
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D7
-
get the value.
- get(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
- get(String) - Method in class thredds.client.catalog.DatasetNode
- get(String) - Static method in enum ucar.nc2.time.Calendar
- get(String) - Method in class ucar.nc2.util.Counters
- get(Index) - Method in class ucar.ma2.ArrayBoolean
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayByte
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayChar
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayDouble
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayFloat
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayInt
-
Get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayLong
-
get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayShort
-
Get the value at the specified index.
- get(Index) - Method in class ucar.ma2.ArrayString
-
get the value at the specified index.
- get1DJavaArray(DataType) - Method in class ucar.ma2.Array
-
This gets the equivalent java array of the wanted type, in correct order.
- getAccess() - Method in class thredds.client.catalog.Dataset
- getAccess(ServiceType) - Method in class thredds.client.catalog.Dataset
- getAccessType() - Method in class thredds.client.catalog.Service
- getAccessType() - Method in enum thredds.client.catalog.ServiceType
- getAll() - Static method in class ucar.unidata.geoloc.EarthEllipsoid
-
get a collection of all defined EarthEllipsoid objects
- getAllDatasets() - Method in class thredds.client.catalog.Catalog
- getAltitude() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Returns the altitude in some unit.
- getAngle() - Method in class ucar.unidata.geoloc.Bearing
-
Get the azimuth in degrees, 0 = north, clockwise positive
- getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of any type for a specific record as an Array.
- getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureMA
- getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getArray(String) - Method in class ucar.ma2.StructureData
-
Get member data array of any type as an Array.
- getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data array of any type as an Array.
- getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data array of any type as an Array.
- getArrayObject(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type ArrayObject
- getArraySection() - Method in class ucar.nc2.ParsedSectionSpec
- getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type ArraySequence
- getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getArraySequence(String) - Method in class ucar.ma2.StructureData
-
Get ArraySequence for a member of type Sequence.
- getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get ArraySequence for a member of type Sequence.
- getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- getArrayStructure() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
- getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type array of Structure.
- getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getArrayStructure(String) - Method in class ucar.ma2.StructureData
-
Get member data of type Structure.
- getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get ArrayStructure for a member of type Structure.
- getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type Structure.
- getAttributeContainer() - Method in class ucar.nc2.dataset.CoordinateTransform
- getAttributeContainer() - Method in class ucar.nc2.Group.Builder
- getAttributeContainer() - Method in class ucar.nc2.Variable.Builder
- getAttributes() - Method in class ucar.nc2.AttributeContainerMutable
- getAuthority() - Method in class thredds.client.catalog.Dataset
- getAuthority() - Method in class ucar.nc2.dataset.CoordinateTransform
- getAvailableIDs() - Static method in class ucar.nc2.time.CalendarTimeZone
- getAxisType() - Method in class ucar.nc2.dataset.CoordinateAxis
-
Get type of axis
- getAzimuthAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.RadialAzimuth, or null if none.
- getBackAzimuth() - Method in class ucar.unidata.geoloc.Bearing
-
Get the back azimuth in degrees, 0 = north, clockwise positive
- getBase() - Method in class thredds.client.catalog.Service
- getBaseCalendarDate() - Method in class ucar.nc2.time.CalendarDateUnit
- getBaseType() - Method in class ucar.nc2.EnumTypedef
-
One of DataType.ENUM1, DataType.ENUM2, or DataType.ENUM4.
- getBaseURI() - Method in class thredds.client.catalog.Catalog
- getBit(long, int) - Static method in class ucar.nc2.iosp.BitReader
- getBoolean(int) - Method in class ucar.ma2.Array
- getBoolean(int) - Method in class ucar.ma2.ArrayBoolean
- getBoolean(int) - Method in class ucar.ma2.ArrayByte
- getBoolean(int) - Method in class ucar.ma2.ArrayChar
- getBoolean(int) - Method in class ucar.ma2.ArrayDouble
- getBoolean(int) - Method in class ucar.ma2.ArrayFloat
- getBoolean(int) - Method in class ucar.ma2.ArrayInt
- getBoolean(int) - Method in class ucar.ma2.ArrayLong
- getBoolean(int) - Method in class ucar.ma2.ArrayObject
- getBoolean(int) - Method in class ucar.ma2.ArrayRagged
- getBoolean(int) - Method in class ucar.ma2.ArrayScalar
- getBoolean(int) - Method in class ucar.ma2.ArrayShort
- getBoolean(int) - Method in class ucar.ma2.ArrayString
- getBoolean(int) - Method in class ucar.ma2.ArrayStructure
- getBoolean(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a boolean.
- getBoolean(Index) - Method in class ucar.ma2.ArrayBoolean
- getBoolean(Index) - Method in class ucar.ma2.ArrayByte
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayChar
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayDouble
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayFloat
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayInt
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayLong
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayScalar
- getBoolean(Index) - Method in class ucar.ma2.ArrayShort
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getBoolean(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getBooleanCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a boolean
- getBooleanCurrent() - Method in class ucar.ma2.IteratorFast
- getBooleanNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a boolean
- getBooleanNext() - Method in class ucar.ma2.IteratorFast
- getBound1() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the coordinate bound1 as a double array.
- getBound2() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the coordinate bound1 as a double array.
- getBoundaryRef() - Method in class ucar.nc2.dataset.CoordinateAxis
-
The name of this coordinate axis' boundary variable
- getBoundingBox() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getBufferSize() - Method in class ucar.unidata.io.RandomAccessFile
-
Get the buffer size
- getByte(int) - Method in class ucar.ma2.Array
- getByte(int) - Method in class ucar.ma2.ArrayBoolean
- getByte(int) - Method in class ucar.ma2.ArrayByte
- getByte(int) - Method in class ucar.ma2.ArrayChar
- getByte(int) - Method in class ucar.ma2.ArrayDouble
- getByte(int) - Method in class ucar.ma2.ArrayFloat
- getByte(int) - Method in class ucar.ma2.ArrayInt
- getByte(int) - Method in class ucar.ma2.ArrayLong
- getByte(int) - Method in class ucar.ma2.ArrayObject
- getByte(int) - Method in class ucar.ma2.ArrayRagged
- getByte(int) - Method in class ucar.ma2.ArrayScalar
- getByte(int) - Method in class ucar.ma2.ArrayShort
- getByte(int) - Method in class ucar.ma2.ArrayString
- getByte(int) - Method in class ucar.ma2.ArrayStructure
- getByte(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a byte.
- getByte(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getByte(Index) - Method in class ucar.ma2.ArrayByte
- getByte(Index) - Method in class ucar.ma2.ArrayChar
- getByte(Index) - Method in class ucar.ma2.ArrayDouble
- getByte(Index) - Method in class ucar.ma2.ArrayFloat
- getByte(Index) - Method in class ucar.ma2.ArrayInt
- getByte(Index) - Method in class ucar.ma2.ArrayLong
- getByte(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getByte(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getByte(Index) - Method in class ucar.ma2.ArrayScalar
- getByte(Index) - Method in class ucar.ma2.ArrayShort
- getByte(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getByte(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getByteBuffer() - Method in class ucar.ma2.ArrayStructureBB
-
Return backing storage as a ByteBuffer
- getByteBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getByteBuffer() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunk
- getByteCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a byte
- getByteCurrent() - Method in class ucar.ma2.IteratorFast
- getByteNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a byte
- getByteNext() - Method in class ucar.ma2.IteratorFast
- getCacheFile(String) - Static method in class ucar.nc2.util.DiskCache
-
Get a file in the cache.
- getCacheFile(String) - Method in class ucar.nc2.util.DiskCache2
-
Get a File in the cache, corresponding to the fileLocation.
- getCalendar() - Method in class ucar.nc2.time.CalendarDate
- getCalendar() - Method in class ucar.nc2.time.CalendarDateUnit
- getCalendarDate() - Method in class ucar.nc2.units.DateType
-
Get this as a CalendarDate
- getCalendarDate(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Get the the ith CalendarDate.
- getCalendarDateRange() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Get calendar date range
- getCalendarDates() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Get the list of datetimes in this coordinate as CalendarDate objects.
- getCalendarField() - Method in class ucar.nc2.time.CalendarDateUnit
- getCalendarFromAttribute() - Method in class ucar.nc2.dataset.CoordinateAxis
- getCalendarPeriod() - Method in class ucar.nc2.time.CalendarDateUnit
- getCanonicalString() - Method in class ucar.nc2.units.SimpleUnit
- getCatalogUrl() - Method in class thredds.client.catalog.Dataset
-
Get URL to this dataset.
- getCenterLon() - Method in class ucar.unidata.geoloc.LatLonRect
-
return center Longitude, always in the range +/-180
- getCenterX() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the X coordinate of the center of the framing rectangle of the
Shape
indouble
precision. - getCenterY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the Y coordinate of the center of the framing rectangle of the
Shape
indouble
precision. - getCFAxisName() - Method in enum ucar.nc2.constants.AxisType
- getChar(int) - Method in class ucar.ma2.Array
- getChar(int) - Method in class ucar.ma2.ArrayBoolean
- getChar(int) - Method in class ucar.ma2.ArrayByte
- getChar(int) - Method in class ucar.ma2.ArrayChar
- getChar(int) - Method in class ucar.ma2.ArrayDouble
- getChar(int) - Method in class ucar.ma2.ArrayFloat
- getChar(int) - Method in class ucar.ma2.ArrayInt
- getChar(int) - Method in class ucar.ma2.ArrayLong
- getChar(int) - Method in class ucar.ma2.ArrayObject
- getChar(int) - Method in class ucar.ma2.ArrayRagged
- getChar(int) - Method in class ucar.ma2.ArrayScalar
- getChar(int) - Method in class ucar.ma2.ArrayShort
- getChar(int) - Method in class ucar.ma2.ArrayString
- getChar(int) - Method in class ucar.ma2.ArrayStructure
- getChar(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a char.
- getChar(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getChar(Index) - Method in class ucar.ma2.ArrayByte
- getChar(Index) - Method in class ucar.ma2.ArrayChar
- getChar(Index) - Method in class ucar.ma2.ArrayDouble
- getChar(Index) - Method in class ucar.ma2.ArrayFloat
- getChar(Index) - Method in class ucar.ma2.ArrayInt
- getChar(Index) - Method in class ucar.ma2.ArrayLong
- getChar(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getChar(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getChar(Index) - Method in class ucar.ma2.ArrayScalar
- getChar(Index) - Method in class ucar.ma2.ArrayShort
- getChar(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getChar(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getCharCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a char
- getCharCurrent() - Method in class ucar.ma2.IteratorFast
- getCharNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a char
- getCharNext() - Method in class ucar.ma2.IteratorFast
- getClassName() - Method in interface ucar.unidata.geoloc.Projection
-
The name of this class of projections, eg "Transverse Mercator".
- getCollectionType() - Method in class thredds.client.catalog.Dataset
- getContentObject() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getContributors() - Method in class thredds.client.catalog.Dataset
- getConventionName() - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
- getConventionUsed() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Get conventions used to analyse coordinate systems.
- getConversionFactor(String, String) - Static method in class ucar.nc2.units.SimpleUnit
-
Get the conversion factor to convert inputUnit to outputUnit.
- getConvertFactor(CalendarPeriod) - Method in class ucar.nc2.time.CalendarPeriod
-
Get the conversion factor of the other CalendarPeriod to this one
- getCoordBounds(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the coordinate bounds for the ith coordinate.
- getCoordBoundsArray() - Method in class ucar.nc2.dataset.CoordinateAxis2D
-
Only call if isInterval()
- getCoordBoundsDate(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
- getCoordBoundsMidpoint(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
- getCoordBoundsMidpointDate(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
- getCoordEdge(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the ith coordinate edge.
- getCoordEdges() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the coordinate edges as a double array.
- getCoordinateAxes() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the List of CoordinateAxis objects
- getCoordinateAxes() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Get the list of all CoordinateAxis objects used by this dataset.
- getCoordinateAxisTimeHelper() - Method in class ucar.nc2.dataset.CoordinateAxis2D
- getCoordinateSystems() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Get the list of all CoordinateSystem objects used by this dataset.
- getCoordinateSystems() - Method in class ucar.nc2.dataset.StructureDS
- getCoordinateSystems() - Method in class ucar.nc2.dataset.VariableDS
- getCoordinateTransforms() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the List of CoordinateTransform objects
- getCoordinateTransforms() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Get the list of all CoordinateTransform objects used by this dataset.
- getCoordName(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
The "name" of the ith coordinate.
- getCoordValue(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the ith coordinate value.
- getCoordValue(int, int) - Method in class ucar.nc2.dataset.CoordinateAxis2D
-
Get the coordinate value at the i, j index.
- getCoordValues() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get the coordinate values as a double array.
- getCoordValues() - Method in class ucar.nc2.dataset.CoordinateAxis2D
-
Get the coordinate values as a 1D double array, in canonical order.
- getCoordValuesArray() - Method in class ucar.nc2.dataset.CoordinateAxis2D
- getCount(Comparable) - Method in class ucar.nc2.util.Counters.Counter
- getCreators() - Method in class thredds.client.catalog.Dataset
- getCurrentCounter() - Method in class ucar.ma2.Index
-
Get the current counter.
- getCurrentCounter() - Method in class ucar.ma2.Index1D
- getCurrentCounter() - Method in class ucar.ma2.Index2D
- getCurrentCounter() - Method in class ucar.ma2.Index3D
- getCurrentCounter() - Method in class ucar.ma2.Index4D
- getCurrentCounter() - Method in class ucar.ma2.Index5D
- getCurrentCounter() - Method in class ucar.ma2.Index6D
- getCurrentCounter() - Method in class ucar.ma2.Index7D
- getCurrentCounter() - Method in interface ucar.ma2.IndexIterator
-
Get the current counter, use for debugging
- getCurrentCounter() - Method in class ucar.ma2.IteratorFast
- getCurrentRecno() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
- getCurrentRecno() - Method in class ucar.ma2.SequenceIterator
- getCurrentRecno() - Method in interface ucar.ma2.StructureDataIterator
- getCurrentRecno() - Method in class ucar.ma2.StructureDataIteratorLimited
- getCurrentRecno() - Method in class ucar.ma2.StructureDataIteratorMediated
- getDataArray() - Method in class ucar.ma2.StructureMembers.Member
-
Get the data array, if any.
- getDataAsByteBuffer() - Method in class ucar.ma2.Array
-
This gets the data as a ByteBuffer, in correct order.
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayByte
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayChar
-
Trasfer data to a ByteBuffer.
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayDouble
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayFloat
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayInt
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayLong
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayShort
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayString
- getDataAsByteBuffer(int, ByteOrder) - Method in class ucar.ma2.Array
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.Array
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayByte
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayInt
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayLong
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayShort
- getDataFormatName() - Method in class thredds.client.catalog.Access
- getDataFormatName() - Method in class thredds.client.catalog.Dataset
- getDataFormatType() - Method in class thredds.client.catalog.Access
- getDataFormatType() - Method in class thredds.client.catalog.Dataset
- getDataObject() - Method in class ucar.ma2.StructureMembers.Member
-
Get an opaque data object, for use behind the scenes.
- getDataParam() - Method in class ucar.ma2.StructureMembers.Member
-
Get the data parameter value, for use behind the scenes.
- getDataset() - Method in class thredds.client.catalog.Access
- getDatasetLocation() - Method in class ucar.nc2.dataset.VariableDS
- getDatasetLocation() - Method in class ucar.nc2.Variable
-
The location of the dataset this belongs to.
- getDatasets() - Method in class thredds.client.catalog.builder.CatalogBuilder
- getDatasets() - Method in class thredds.client.catalog.builder.DatasetBuilder
- getDatasets() - Method in class thredds.client.catalog.CatalogRef
- getDatasets() - Method in class thredds.client.catalog.DatasetNode
-
Get top level datasets contained in this catalog, or if its a catref, get the datasets in the referenced catalog only if already read in.
- getDatasetsLocal() - Method in class thredds.client.catalog.DatasetNode
-
Get top level datasets contained directly in this catalog.
- getDatasetsLogical() - Method in class thredds.client.catalog.CatalogRef
- getDatasetsLogical() - Method in class thredds.client.catalog.DatasetNode
-
Get top level datasets logically contained in this catalog.
- getDataSize() - Method in class thredds.client.catalog.Access
- getDataSize() - Method in class thredds.client.catalog.Dataset
- getDataType() - Method in class ucar.ma2.Array
-
Return the computed datatype for this array
- getDataType() - Method in class ucar.ma2.StructureMembers.Member
-
Get the DataType.
- getDataType() - Method in class ucar.nc2.Attribute
-
Get the data type of the Attribute value.
- getDataType() - Method in class ucar.nc2.Variable
-
Get the data type of the Variable.
- getDataType() - Method in interface ucar.nc2.VariableSimpleIF
-
Variable's data type
- getDate() - Method in class ucar.nc2.units.DateUnit
-
Get the equivalent java.util.Date.
- getDateOrigin() - Method in class ucar.nc2.units.DateUnit
-
Get the origin Date.
- getDates() - Method in class thredds.client.catalog.Dataset
- getDateUsingCompleteDateFormat(String, String) - Static method in class ucar.nc2.units.DateFromString
-
Parse the given date string using the given date format string (as described in java.text.SimpleDateFormat) and return a Date.
- getDateUsingCompleteDateFormatWithOffset(String, String, int) - Static method in class ucar.nc2.units.DateFromString
-
Parse the given date string (starting at the given startIndex) using the given date format string (as described in java.text.SimpleDateFormat) and return a Date.
- getDateUsingDemarkatedCount(String, String, char) - Static method in class ucar.nc2.units.DateFromString
-
Parse the given date string, starting at a position given by the offset of the demark character in the dateFormatString.
- getDateUsingDemarkatedMatch(String, String, char) - Static method in class ucar.nc2.units.DateFromString
-
Parse the given date string (between the demarcation characters) using the given date format string (as described in java.text.SimpleDateFormat) and return a Date.
- getDateUsingRegExp(String, String, String) - Static method in class ucar.nc2.units.DateFromString
-
Use regular expression capture group replacement to construct a date string and return the Date that is obtained by parseing the constructed date string using the date format string "yyyy-MM-dd'T'HH:mm".
- getDateUsingRegExpAndDateFormat(String, String, String, String) - Static method in class ucar.nc2.units.DateFromString
-
The same as getDateUsingRegExp() except the date format string to be used must be specified.
- getDateUsingSimpleDateFormat(String, String) - Static method in class ucar.nc2.units.DateFromString
-
Parse the given date string (starting at the first numeric character) using the given date format string (as described in java.text.SimpleDateFormat) and return a Date.
- getDayOfMonth() - Method in class ucar.nc2.time.CalendarDate
- getDefault() - Static method in enum ucar.nc2.time.Calendar
- getDefault() - Static method in class ucar.nc2.util.DiskCache2
-
Default DiskCache2 strategy: use $user_home/.unidata/cache/, no scouring, alwaysUseCache = false Mimics default DiskCache static class
- getDefaultChunkSize() - Method in class ucar.nc2.write.Nc4ChunkingDefault
- getDefaultEnhanceMode() - Static method in class ucar.nc2.dataset.NetcdfDataset
- getDeflateLevel(Variable) - Method in interface ucar.nc2.write.Nc4Chunking
-
Get the deflation level.
- getDeflateLevel(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategy
- getDeflateLevel(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyNone
- getDesc() - Method in class thredds.client.catalog.Service
- getDescription() - Method in enum thredds.client.catalog.ServiceType
- getDescription() - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- getDescription() - Method in class ucar.ma2.StructureMembers.Member
-
Get the description, if any.
- getDescription() - Method in enum ucar.nc2.constants.DataFormatType
- getDescription() - Method in class ucar.nc2.dataset.StructureDS
- getDescription() - Method in class ucar.nc2.dataset.VariableDS.Builder
- getDescription() - Method in class ucar.nc2.dataset.VariableDS
- getDescription() - Method in class ucar.nc2.Variable
-
Get the description of the Variable.
- getDescription() - Method in interface ucar.nc2.VariableSimpleIF
-
description of the Variable
- getDescription() - Method in interface ucar.unidata.geoloc.Station
-
Station description
- getDestElem() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
-
Get the position in destination where to read or write
- getDestElem() - Method in interface ucar.nc2.iosp.Layout.Chunk
-
Get starting element position as a 1D element index into the destination, eg the requested array with shape "wantSection".
- getDestElem() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
-
Get starting element position as a 1D element index into the destination, eg the requested array with shape "wantSection".
- getDetailInfo() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- getDetailInfo() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Show debug / underlying implementation details
- getDetailInfo() - Method in class ucar.nc2.NetcdfFile
-
Show debug / underlying implementation details
- getDetailInfo(Formatter) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Show debug / underlying implementation details
- getDetailInfo(Formatter) - Method in class ucar.nc2.NetcdfFile
- getDifference(CalendarDate, CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
-
Get difference between two calendar dates in given Field units
- getDifferenceInMsecs(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
-
Get difference between two calendar dates in millisecs
- getDimension(int) - Method in class ucar.nc2.Variable
-
Get the ith dimension.
- getDimensionName(int) - Method in class ucar.nc2.Variable.Builder
- getDimensionNames() - Method in class ucar.nc2.Variable.Builder
- getDimensions() - Method in class ucar.nc2.Group.Builder
- getDimensions() - Method in class ucar.nc2.Group
-
Get the shared Dimensions contained directly in this group.
- getDimensions() - Method in class ucar.nc2.Variable.Builder
- getDimensions() - Method in class ucar.nc2.Variable
-
Get the list of dimensions used by this variable.
- getDimensions() - Method in interface ucar.nc2.VariableSimpleIF
-
Dimension List.
- getDimensionsAll() - Method in class ucar.nc2.Variable.Builder
- getDimensionsString() - Method in class ucar.nc2.Variable
-
Get the list of Dimension names, space delineated.
- getDistance() - Method in class ucar.unidata.geoloc.Bearing
-
Get the distance in kilometers
- getDocumentation() - Method in class thredds.client.catalog.Dataset
- getDocumentation(String) - Method in class thredds.client.catalog.Dataset
- getDomain() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the Collection of Dimensions that constitute the domain.
- getDouble(int) - Method in class ucar.ma2.Array
- getDouble(int) - Method in class ucar.ma2.ArrayBoolean
- getDouble(int) - Method in class ucar.ma2.ArrayByte
- getDouble(int) - Method in class ucar.ma2.ArrayChar
- getDouble(int) - Method in class ucar.ma2.ArrayDouble
- getDouble(int) - Method in class ucar.ma2.ArrayFloat
- getDouble(int) - Method in class ucar.ma2.ArrayInt
- getDouble(int) - Method in class ucar.ma2.ArrayLong
- getDouble(int) - Method in class ucar.ma2.ArrayObject
- getDouble(int) - Method in class ucar.ma2.ArrayRagged
- getDouble(int) - Method in class ucar.ma2.ArrayScalar
- getDouble(int) - Method in class ucar.ma2.ArrayShort
- getDouble(int) - Method in class ucar.ma2.ArrayString
- getDouble(int) - Method in class ucar.ma2.ArrayStructure
- getDouble(int) - Method in class ucar.ma2.MAVector
- getDouble(int, int) - Method in class ucar.ma2.MAMatrix
- getDouble(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a double.
- getDouble(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getDouble(Index) - Method in class ucar.ma2.ArrayByte
- getDouble(Index) - Method in class ucar.ma2.ArrayChar
- getDouble(Index) - Method in class ucar.ma2.ArrayDouble
- getDouble(Index) - Method in class ucar.ma2.ArrayFloat
- getDouble(Index) - Method in class ucar.ma2.ArrayInt
- getDouble(Index) - Method in class ucar.ma2.ArrayLong
- getDouble(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getDouble(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getDouble(Index) - Method in class ucar.ma2.ArrayScalar
- getDouble(Index) - Method in class ucar.ma2.ArrayShort
- getDouble(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getDouble(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getDoubleBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getDoubleCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a double
- getDoubleCurrent() - Method in class ucar.ma2.IteratorFast
- getDoubleNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a double
- getDoubleNext() - Method in class ucar.ma2.IteratorFast
- getDuration() - Method in class ucar.nc2.time.CalendarDateRange
- getDuration() - Method in class ucar.nc2.units.DateRange
-
Get the duration of the interval
- getDurationInSecs() - Method in class ucar.nc2.time.CalendarDateRange
- getEastWestRange() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getEccentricity() - Method in class ucar.unidata.geoloc.Earth
-
Get the Eccentricity property.
- getEccentricitySquared() - Method in class ucar.unidata.geoloc.Earth
-
Get the EccentricitySquared property.
- getEdges() - Method in class ucar.nc2.dataset.CoordinateAxis2D
- getElementSize() - Method in class ucar.nc2.Structure
-
Get the size of one element of the Structure.
- getElementSize() - Method in class ucar.nc2.Variable.Builder
- getElementSize() - Method in class ucar.nc2.Variable
-
Get the number of bytes for one element of this Variable.
- getElementType() - Method in class ucar.ma2.Array
-
Get the element class type of this Array
- getElementType() - Method in class ucar.ma2.ArrayBoolean
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayByte
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayChar
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayDouble
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayFloat
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayInt
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayLong
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayObject
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayRagged
- getElementType() - Method in class ucar.ma2.ArrayScalar
- getElementType() - Method in class ucar.ma2.ArraySequence
- getElementType() - Method in class ucar.ma2.ArrayShort
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayString
-
Return the element class type
- getElementType() - Method in class ucar.ma2.ArrayStructure
- getElemSize() - Method in interface ucar.nc2.iosp.Layout
-
Get size of each element in bytes.
- getElemSize() - Method in interface ucar.nc2.iosp.LayoutBB
-
Get size of each element in bytes.
- getElemSize() - Method in class ucar.nc2.iosp.LayoutBBTiled
- getElemSize() - Method in class ucar.nc2.iosp.LayoutRegular
- getElemSize() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
- getElemSize() - Method in class ucar.nc2.iosp.LayoutSegmented
- getElemSize() - Method in class ucar.nc2.iosp.LayoutTiled
- getElevationAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.RadialElevation, or null if none.
- getEmail() - Method in class thredds.client.catalog.ThreddsMetadata.Source
- getEnd() - Method in class ucar.nc2.time.CalendarDateRange
- getEnd() - Method in class ucar.nc2.units.DateRange
-
Get the ending Date.
- getEnhanceAll() - Static method in class ucar.nc2.dataset.NetcdfDataset
- getEnhanceMode() - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- getEnhanceMode() - Method in class ucar.nc2.dataset.NetcdfDataset
-
Get the current state of dataset enhancement.
- getEnhanceMode() - Method in class ucar.nc2.dataset.VariableDS
-
Returns the enhancements applied to this variable.
- getEnhanceNone() - Static method in class ucar.nc2.dataset.NetcdfDataset
- getEnsembleAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Ensemble, or null if none.
- getEnumType() - Method in class ucar.nc2.Attribute
-
Get the EnumTypedef of the Attribute value, if DataType is an ENUM.
- getEnumTypedef() - Method in class ucar.nc2.Variable
-
Get the EnumTypedef, only use if getDataType.isEnum()
- getEnumTypedefs() - Method in class ucar.nc2.Group
-
Get the enumerations contained directly in this group.
- getEnumTypeName() - Method in class ucar.nc2.Variable.Builder
- getEpsgId() - Method in class ucar.unidata.geoloc.EarthEllipsoid
-
EPSG id
- getEquatorRadius() - Method in class ucar.unidata.geoloc.Earth
-
Get the EquatorRadius property.
- getErrorMessage() - Method in class thredds.client.catalog.builder.CatalogBuilder
- getExistingFileOrCache(String) - Method in class ucar.nc2.util.DiskCache2
-
Looking for an existing file, in cache or no
- getExpires() - Method in class thredds.client.catalog.Catalog
- getFactor() - Method in class ucar.nc2.units.TimeUnit
-
Get the factor that converts this unit to seconds.
- getFeatureType() - Method in class thredds.client.catalog.Dataset
- getFeatureType(String) - Static method in enum ucar.nc2.constants.CF.FeatureType
- getFeatureTypeFromGlobalAttribute(NetcdfFile) - Static method in enum ucar.nc2.constants.CF.FeatureType
- getFeatureTypeName() - Method in class thredds.client.catalog.Dataset
- getField() - Method in class ucar.nc2.time.CalendarPeriod
- getFieldValue(CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
- getFile(String) - Method in class ucar.nc2.util.DiskCache2
-
Get the named File.
- getFile(String, boolean) - Static method in class ucar.nc2.util.DiskCache
-
Get a File if it exists.
- getFilePointer() - Method in class ucar.unidata.io.RandomAccessFile
-
Returns the current position in the file, where the next read or write will occur.
- getFileResource(String) - Static method in class ucar.nc2.util.IO
-
Open a resource as a Stream.
- getFileStandardPolicy(String) - Static method in class ucar.nc2.util.DiskCache
-
Get a File if it exists.
- getFileTypeDescription() - Method in class ucar.nc2.dataset.NetcdfDataset
- getFileTypeDescription() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get a human-readable description for this file type.
- getFileTypeDescription() - Method in class ucar.nc2.NetcdfFile
-
Get a human-readable description for this file type.
- getFileTypeId() - Method in class ucar.nc2.dataset.NetcdfDataset
- getFileTypeId() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get a unique id for this file type.
- getFileTypeId() - Method in class ucar.nc2.NetcdfFile
-
Get the file type id for the underlying data source.
- getFileTypeId() - Method in class ucar.nc2.Variable
- getFileTypeVersion() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- getFileTypeVersion() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get the version of this file type.
- getFileTypeVersion() - Method in class ucar.nc2.NetcdfFile
-
Get the version of this file type.
- getFillValue() - Method in class ucar.nc2.dataset.VariableDS
- getFirst() - Method in class ucar.nc2.util.Counters.Counter
- getFirstDimensionName() - Method in class ucar.nc2.Variable.Builder
- getFirstInInterval(int) - Method in class ucar.ma2.Range
-
Find the first element in a strided array after some index start.
- getFlattening() - Method in class ucar.unidata.geoloc.Earth
-
Get the Flattening property.
- getFldIterator() - Method in class thredds.client.catalog.DatasetNode
- getFldIterator() - Method in class thredds.client.catalog.ThreddsMetadata
- getFldOrInherited(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
- getFlds() - Method in class thredds.client.catalog.ThreddsMetadata
- getFloat(int) - Method in class ucar.ma2.Array
- getFloat(int) - Method in class ucar.ma2.ArrayBoolean
- getFloat(int) - Method in class ucar.ma2.ArrayByte
- getFloat(int) - Method in class ucar.ma2.ArrayChar
- getFloat(int) - Method in class ucar.ma2.ArrayDouble
- getFloat(int) - Method in class ucar.ma2.ArrayFloat
- getFloat(int) - Method in class ucar.ma2.ArrayInt
- getFloat(int) - Method in class ucar.ma2.ArrayLong
- getFloat(int) - Method in class ucar.ma2.ArrayObject
- getFloat(int) - Method in class ucar.ma2.ArrayRagged
- getFloat(int) - Method in class ucar.ma2.ArrayScalar
- getFloat(int) - Method in class ucar.ma2.ArrayShort
- getFloat(int) - Method in class ucar.ma2.ArrayString
- getFloat(int) - Method in class ucar.ma2.ArrayStructure
- getFloat(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a float.
- getFloat(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getFloat(Index) - Method in class ucar.ma2.ArrayByte
- getFloat(Index) - Method in class ucar.ma2.ArrayChar
- getFloat(Index) - Method in class ucar.ma2.ArrayDouble
- getFloat(Index) - Method in class ucar.ma2.ArrayFloat
- getFloat(Index) - Method in class ucar.ma2.ArrayInt
- getFloat(Index) - Method in class ucar.ma2.ArrayLong
- getFloat(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getFloat(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getFloat(Index) - Method in class ucar.ma2.ArrayScalar
- getFloat(Index) - Method in class ucar.ma2.ArrayShort
- getFloat(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getFloat(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getFloatBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getFloatCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a float
- getFloatCurrent() - Method in class ucar.ma2.IteratorFast
- getFloatNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a float
- getFloatNext() - Method in class ucar.ma2.IteratorFast
- getFormat() - Method in class ucar.nc2.units.DateType
-
Get the SimpleDateFormat format for parsing the text.
- getFormat() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
- getFormat() - Method in class ucar.nc2.write.NetcdfFormatWriter
- getFullName() - Method in class ucar.ma2.StructureMembers.Member
- getFullName() - Method in interface ucar.nc2.dataset.VariableEnhanced
- getFullName() - Method in class ucar.nc2.Group
-
Get the full name of this object.
- getFullName() - Method in class ucar.nc2.Variable.Builder
- getFullName() - Method in class ucar.nc2.Variable
-
Get the full name of this Variable.
- getFullName() - Method in interface ucar.nc2.VariableSimpleIF
-
full, backslash escaped name of the data Variable
- getFullNameEscaped() - Method in class ucar.ma2.StructureMembers.Member
- getGeospatialCoverage() - Method in class thredds.client.catalog.Dataset
- getGlobalAttributes() - Method in class ucar.nc2.NetcdfFile
-
Returns the set of global attributes associated with this file, which are the attributes associated with the root group, or any subgroup.
- getGlobalFileCache() - Static method in class ucar.unidata.io.RandomAccessFile
- getGroups() - Method in class ucar.nc2.Group
-
Get the Groups contained directly in this Group.
- getHeap() - Method in class ucar.ma2.ArrayStructureBB
-
DO NOT MODIFY
- getHeight() - Method in class ucar.unidata.geoloc.LatLonRect
-
return height of bounding box, always between 0 and 180 degrees.
- getHeight() - Method in class ucar.unidata.geoloc.ProjectionRect
- getHeightAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Height, or null if none.
- getHeightExtent() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getHeightResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getHeightStart() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getHeightUnits() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getHistory() - Method in class thredds.client.catalog.Dataset
- getHourOfDay() - Method in class ucar.nc2.time.CalendarDate
-
Get the hour of day (0-23) field for this chronology.
- getId() - Method in class thredds.client.catalog.Dataset
- getId() - Method in class ucar.nc2.NetcdfFile
-
Get the globally unique dataset identifier, if it exists.
- getID() - Method in class thredds.client.catalog.Dataset
- getIdOrPath() - Method in class thredds.client.catalog.Dataset
- getIF() - Method in class ucar.ma2.ArrayDouble.D3
- getImplementingClass() - Method in class ucar.nc2.units.SimpleUnit
- getIncrement() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get increment value if isRegular()
- getIndex() - Method in class ucar.ma2.Array
-
Get an Index object used for indexed access of this Array.
- getIndexIterator() - Method in class ucar.ma2.Array
-
Get an index iterator for traversing the array in canonical order.
- getInfo(Formatter) - Method in class ucar.nc2.dataset.CoordinateAxis
-
Get a string representation
- getInheritableMetadata() - Method in class thredds.client.catalog.builder.DatasetBuilder
- getInlineContent() - Method in class thredds.client.catalog.Documentation
- getInputStreamFromUrl(String) - Static method in class ucar.nc2.util.IO
-
get input stream from URL
- getInt(int) - Method in class ucar.ma2.Array
- getInt(int) - Method in class ucar.ma2.ArrayBoolean
- getInt(int) - Method in class ucar.ma2.ArrayByte
- getInt(int) - Method in class ucar.ma2.ArrayChar
- getInt(int) - Method in class ucar.ma2.ArrayDouble
- getInt(int) - Method in class ucar.ma2.ArrayFloat
- getInt(int) - Method in class ucar.ma2.ArrayInt
- getInt(int) - Method in class ucar.ma2.ArrayLong
- getInt(int) - Method in class ucar.ma2.ArrayObject
- getInt(int) - Method in class ucar.ma2.ArrayRagged
- getInt(int) - Method in class ucar.ma2.ArrayScalar
- getInt(int) - Method in class ucar.ma2.ArrayShort
- getInt(int) - Method in class ucar.ma2.ArrayString
- getInt(int) - Method in class ucar.ma2.ArrayStructure
- getInt(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a int.
- getInt(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getInt(Index) - Method in class ucar.ma2.ArrayByte
- getInt(Index) - Method in class ucar.ma2.ArrayChar
- getInt(Index) - Method in class ucar.ma2.ArrayDouble
- getInt(Index) - Method in class ucar.ma2.ArrayFloat
- getInt(Index) - Method in class ucar.ma2.ArrayInt
- getInt(Index) - Method in class ucar.ma2.ArrayLong
- getInt(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getInt(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getInt(Index) - Method in class ucar.ma2.ArrayScalar
- getInt(Index) - Method in class ucar.ma2.ArrayShort
- getInt(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getInt(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getIntBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getIntCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a int
- getIntCurrent() - Method in class ucar.ma2.IteratorFast
- getIntNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a int
- getIntNext() - Method in class ucar.ma2.IteratorFast
- getIosp() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
- getIterator() - Method in class ucar.ma2.SectionIterable
-
Iterate over a section, returning the index in an equivalent 1D array of shape[] So this is a section in a (possibly) larger array described by shape[].
- getIterator(int[]) - Method in class ucar.ma2.Section
-
Iterate over a section, returning the index in an equivalent 1D array of shape[], and optionally the corresponding index[n] So this is a section in a (possibly) larger array described by shape[].
- getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type byte as a 1D array.
- getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayByte(String) - Method in class ucar.ma2.StructureData
-
Get java byte array for a member of type byte.
- getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java byte array for a member of type byte.
- getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type byte array.
- getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java byte array for a member of type byte.
- getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type char as a 1D array.
- getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayChar(String) - Method in class ucar.ma2.StructureData
-
Get java char array for a member of type char.
- getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java char array for a member of type char.
- getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type char array.
- getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java char array for a member of type char.
- getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type double as a 1D array.
- getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayDouble(String) - Method in class ucar.ma2.StructureData
-
Get java double array for a member of type double.
- getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java double array for a member of type double.
- getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java double array for a member of type double.
- getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type float as a 1D array.
- getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayFloat(String) - Method in class ucar.ma2.StructureData
-
Get java float array for a member of type float.
- getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java float array for a member of type float.
- getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type float array.
- getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java float array for a member of type float.
- getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type int as a 1D array.
- getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayInt(String) - Method in class ucar.ma2.StructureData
-
Get java int array for a member of type int.
- getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java int array for a member of type int.
- getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type int array.
- getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java int array for a member of type int.
- getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type long as a 1D array.
- getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayLong(String) - Method in class ucar.ma2.StructureData
-
Get java long array for a member of type long.
- getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java long array for a member of type long.
- getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type long array.
- getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java long array for a member of type long.
- getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type short as a 1D array.
- getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayShort(String) - Method in class ucar.ma2.StructureData
-
Get java short array for a member of type short.
- getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java short array for a member of type short.
- getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type short array.
- getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get java short array for a member of type short.
- getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type String as a 1D array.
- getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getJavaArrayString(String) - Method in class ucar.ma2.StructureData
-
Get java String array for a member of type String.
- getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get java array of Strings for a member of type char or String.
- getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
- getKeywords() - Method in class thredds.client.catalog.Dataset
- getLast() - Method in class ucar.nc2.util.Counters.Counter
- getLastModified() - Method in class ucar.nc2.dataset.NetcdfDataset
- getLastModified() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
-
Returns the time that the underlying file(s) were last modified.
- getLastModified() - Method in class ucar.unidata.io.RandomAccessFile
- getLastModifiedDate() - Method in class thredds.client.catalog.Dataset
- getLatAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Lat, or null if none.
- getLatExtent() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLatitude() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Returns the latitude in some unit.
- getLatitude() - Method in interface ucar.unidata.geoloc.LatLonPoint
-
Returns the latitude, between +/- 90 degrees.
- getLatLon() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Get the lat/lon location
- getLatMax() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get maximum latitude, aka "north" edge
- getLatMin() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get minimum latitude, aka "south" edge
- getLatNorth() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLatResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLatSouth() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLatStart() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLatUnits() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLength() - Method in class ucar.nc2.Attribute
-
Get the length of the array of values
- getLength() - Method in class ucar.nc2.Dimension
-
Get the length of the Dimension.
- getLocalField(String) - Method in class thredds.client.catalog.Dataset
- getLocalField(String) - Method in class thredds.client.catalog.ThreddsMetadata
- getLocalField(String) - Method in interface thredds.client.catalog.ThreddsMetadataContainer
- getLocalFieldAsList(String) - Method in class thredds.client.catalog.DatasetNode
- getLocalFieldAsList(String) - Method in class thredds.client.catalog.ThreddsMetadata
- getLocalFieldAsList(String) - Method in interface thredds.client.catalog.ThreddsMetadataContainer
- getLocation() - Method in class ucar.nc2.NetcdfFile
-
Get the NetcdfFile location.
- getLocation() - Method in class ucar.unidata.io.RandomAccessFile
-
Get the file location, or name.
- getLonAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Lon, or null if none.
- getLonEast() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLonExtent() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLong(int) - Method in class ucar.ma2.Array
- getLong(int) - Method in class ucar.ma2.ArrayBoolean
- getLong(int) - Method in class ucar.ma2.ArrayByte
- getLong(int) - Method in class ucar.ma2.ArrayChar
- getLong(int) - Method in class ucar.ma2.ArrayDouble
- getLong(int) - Method in class ucar.ma2.ArrayFloat
- getLong(int) - Method in class ucar.ma2.ArrayInt
- getLong(int) - Method in class ucar.ma2.ArrayLong
- getLong(int) - Method in class ucar.ma2.ArrayObject
- getLong(int) - Method in class ucar.ma2.ArrayRagged
- getLong(int) - Method in class ucar.ma2.ArrayScalar
- getLong(int) - Method in class ucar.ma2.ArrayShort
- getLong(int) - Method in class ucar.ma2.ArrayString
- getLong(int) - Method in class ucar.ma2.ArrayStructure
- getLong(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a long.
- getLong(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getLong(Index) - Method in class ucar.ma2.ArrayByte
- getLong(Index) - Method in class ucar.ma2.ArrayChar
- getLong(Index) - Method in class ucar.ma2.ArrayDouble
- getLong(Index) - Method in class ucar.ma2.ArrayFloat
- getLong(Index) - Method in class ucar.ma2.ArrayInt
- getLong(Index) - Method in class ucar.ma2.ArrayLong
- getLong(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getLong(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getLong(Index) - Method in class ucar.ma2.ArrayScalar
- getLong(Index) - Method in class ucar.ma2.ArrayShort
- getLong(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getLong(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getLongBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getLongCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a long
- getLongCurrent() - Method in class ucar.ma2.IteratorFast
- getLongitude() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Returns the longitude in some unit.
- getLongitude() - Method in interface ucar.unidata.geoloc.LatLonPoint
-
Returns the longitude, between +/-180 degrees
- getLongNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a long
- getLongNext() - Method in class ucar.ma2.IteratorFast
- getLonMax() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get maximum longitude, aka "east" edge
- getLonMin() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get minimum longitude, aka "west" edge
- getLonResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLonStart() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLonUnits() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLonWest() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getLowerLeftPoint() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get the lower left corner of the bounding box.
- getLowerLeftPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the Lower Right Point (same as getMinPoint)
- getLowerRightPoint() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get the lower left corner of the bounding box.
- getLowerRightPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the Lower Right Point
- getMajor() - Method in class ucar.unidata.geoloc.Earth
-
Get the equatorial radius (semimajor axis) of the earth, in meters.
- getMap() - Method in class ucar.nc2.EnumTypedef
- getMatchLength() - Method in class ucar.unidata.io.KMPMatch
- getMaxEdgeValue() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- getMaximum(Array) - Static method in class ucar.ma2.MAMath
- getMaximumSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
- getMaxPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the maximum corner of the bounding box.
- getMaxValue() - Method in class ucar.nc2.dataset.CoordinateAxis
-
The largest coordinate value.
- getMaxValue() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- getMaxX() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the largest X coordinate of the framing rectangle of the
Shape
indouble
precision. - getMaxY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the largest Y coordinate of the framing rectangle of the
Shape
indouble
precision. - getMember(int) - Method in class ucar.ma2.StructureMembers
-
Get the index-th member
- getMemberNames() - Method in class ucar.ma2.StructureMembers
-
Get the names of the members.
- getMembers() - Method in class ucar.ma2.ArrayStructure
-
Get a list of structure members.
- getMembers() - Method in class ucar.ma2.StructureData
- getMembers() - Method in class ucar.ma2.StructureMembers
-
Get the list of Member objects.
- getMetadata(String) - Method in class thredds.client.catalog.Dataset
- getMetadataOther() - Method in class thredds.client.catalog.Dataset
- getMillis() - Method in class ucar.nc2.time.CalendarDate
-
Gets the milliseconds of the datetime instant from the Java epoch of 1970-01-01T00:00:00Z.
- getMinChunksize() - Method in class ucar.nc2.write.Nc4ChunkingDefault
- getMinEdgeValue() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- getMinimum(Array) - Static method in class ucar.ma2.MAMath
- getMinimumSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
- getMinMax(Array) - Static method in class ucar.ma2.MAMath
-
Find min and max value in this array, getting values as doubles.
- getMinMaxSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
- getMinMaxSkipMissingData(Array, IsMissingEvaluator) - Static method in class ucar.ma2.MAMath
- getMinor() - Method in class ucar.unidata.geoloc.Earth
-
Get the polar radius (semiminor axis) of the earth, in meters.
- getMinPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the minimum corner of the bounding box.
- getMinValue() - Method in class ucar.nc2.dataset.CoordinateAxis
-
The smallest coordinate value.
- getMinValue() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- getMinVariableSize() - Method in class ucar.nc2.write.Nc4ChunkingDefault
- getMinX() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the smallest X coordinate of the framing rectangle of the
Shape
indouble
precision. - getMinY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the smallest Y coordinate of the framing rectangle of the
Shape
indouble
precision. - getMissingDataArray(int[]) - Method in class ucar.nc2.dataset.VariableDS
-
Return Array with missing data
- getMissingValues() - Method in class ucar.nc2.dataset.VariableDS
- getMode() - Method in class ucar.nc2.util.Counters.Counter
- getName() - Method in class thredds.client.catalog.builder.DatasetBuilder
- getName() - Method in class thredds.client.catalog.DatasetNode
- getName() - Method in class thredds.client.catalog.Property
- getName() - Method in class thredds.client.catalog.Service
- getName() - Method in enum thredds.client.catalog.ServiceType.AccessType
- getName() - Method in class thredds.client.catalog.ThreddsMetadata.Contributor
- getName() - Method in class thredds.client.catalog.ThreddsMetadata.Source
- getName() - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- getName() - Method in class ucar.ma2.Range
- getName() - Method in class ucar.ma2.RangeComposite
- getName() - Method in interface ucar.ma2.RangeIterator
-
The name of this Range iterator.
- getName() - Method in class ucar.ma2.RangeScatter
- getName() - Method in class ucar.ma2.StructureData
- getName() - Method in class ucar.ma2.StructureMembers
-
Get the StructureMembers' name.
- getName() - Method in class ucar.ma2.StructureMembers.Member
-
Get the StructureMembers name.
- getName() - Method in class ucar.nc2.Attribute
-
Get the Attribute name.
- getName() - Method in interface ucar.nc2.AttributeContainer
-
Get the (optional) name of the AttributeContainer.
- getName() - Method in class ucar.nc2.AttributeContainerMutable
- getName() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the name of the Coordinate System
- getName() - Method in class ucar.nc2.dataset.CoordinateTransform
- getName() - Method in class ucar.nc2.Dimension
-
Get the name of the Dimension.
- getName() - Method in class ucar.nc2.util.Counters.Counter
- getName() - Method in class ucar.unidata.geoloc.Earth
-
Get the Name property.
- getName() - Method in class ucar.unidata.geoloc.EarthEllipsoid
-
EPSG name
- getName() - Method in interface ucar.unidata.geoloc.Projection
-
The name of this projection.
- getName() - Method in interface ucar.unidata.geoloc.Station
-
Station name or id.
- getNameAndAttributes() - Method in class ucar.nc2.Group
-
Get String with name and attributes.
- getNameAndAttributes() - Method in class ucar.nc2.Structure
-
Get String with name and attributes.
- getNameAndDimensions() - Method in class ucar.nc2.Variable
-
Get the display name plus the dimensions, eg 'float name(dim1, dim2)'
- getNameAndDimensions(boolean) - Method in class ucar.nc2.Variable
-
Get the display name plus the dimensions, eg 'float name(dim1, dim2)'
- getNameAndDimensions(Formatter, boolean, boolean) - Method in class ucar.nc2.Variable
-
Add display name plus the dimensions to the Formatter
- getNames() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getNames() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
- getNamespace() - Method in class ucar.nc2.write.NcmlWriter
-
Gets the XML namespace for the elements in the NcML.
- getNamespaceURI() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getNameVocab() - Method in class thredds.client.catalog.ThreddsMetadata.Source
- getNcmlElement() - Method in class thredds.client.catalog.Dataset
- getNcols() - Method in class ucar.ma2.MAMatrix
- getNelems() - Method in class ucar.ma2.MAVector
- getNelems() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- getNelems() - Method in interface ucar.nc2.iosp.Layout.Chunk
-
Get number of elements to transfer contiguously (Note: elements, not bytes)
- getNelems() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
-
Get number of elements to transfer contiguously (Note: elements, not bytes)
- getNestedServices() - Method in class thredds.client.catalog.Service
- getNetcdfDataset() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the underlying NetcdfDataset
- getNetcdfFile() - Method in class ucar.nc2.dataset.VariableDS
- getNetcdfFile() - Method in class ucar.nc2.Group
-
Get the owning NetcdfFile
- getNetcdfFile() - Method in class ucar.nc2.Variable
-
Get the NetcdfFile that this variable is contained in.
- getNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Get the File Cache
- getNext() - Method in class ucar.ma2.ArrayDouble.D3.IF
- getNobs() - Method in interface ucar.unidata.geoloc.Station
-
get Number of obs at this station
- getNoop() - Static method in class ucar.nc2.util.DiskCache2
- getNorthSouthRange() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getNrows() - Method in class ucar.ma2.MAMatrix
- getNumberOfMemberVariables() - Method in class ucar.nc2.Structure
-
Get the number of variables contained directly in this Structure.
- getNumElems() - Method in class ucar.ma2.ArrayChar.StringIterator
- getNumericValue() - Method in class ucar.nc2.Attribute
-
Retrieve numeric value.
- getNumericValue(int) - Method in class ucar.nc2.Attribute
-
Retrieve a numeric value by index.
- getObject(int) - Method in class ucar.ma2.Array
- getObject(int) - Method in class ucar.ma2.ArrayBoolean
- getObject(int) - Method in class ucar.ma2.ArrayByte
- getObject(int) - Method in class ucar.ma2.ArrayChar
- getObject(int) - Method in class ucar.ma2.ArrayDouble
- getObject(int) - Method in class ucar.ma2.ArrayFloat
- getObject(int) - Method in class ucar.ma2.ArrayInt
- getObject(int) - Method in class ucar.ma2.ArrayLong
- getObject(int) - Method in class ucar.ma2.ArrayObject
- getObject(int) - Method in class ucar.ma2.ArrayRagged
- getObject(int) - Method in class ucar.ma2.ArrayScalar
- getObject(int) - Method in class ucar.ma2.ArrayShort
- getObject(int) - Method in class ucar.ma2.ArrayString
- getObject(int) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getObject(Index) - Method in class ucar.ma2.Array
-
Get the array element at index as an Object.
- getObject(Index) - Method in class ucar.ma2.ArrayBoolean
- getObject(Index) - Method in class ucar.ma2.ArrayByte
- getObject(Index) - Method in class ucar.ma2.ArrayChar
- getObject(Index) - Method in class ucar.ma2.ArrayDouble
- getObject(Index) - Method in class ucar.ma2.ArrayFloat
- getObject(Index) - Method in class ucar.ma2.ArrayInt
- getObject(Index) - Method in class ucar.ma2.ArrayLong
- getObject(Index) - Method in class ucar.ma2.ArrayObject
- getObject(Index) - Method in class ucar.ma2.ArrayRagged
- getObject(Index) - Method in class ucar.ma2.ArrayScalar
- getObject(Index) - Method in class ucar.ma2.ArrayShort
- getObject(Index) - Method in class ucar.ma2.ArrayString
- getObject(Index) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getObjectCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a Object
- getObjectCurrent() - Method in class ucar.ma2.IteratorFast
- getObjectNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as an Object
- getObjectNext() - Method in class ucar.ma2.IteratorFast
- getOffset() - Method in class ucar.nc2.dataset.VariableDS
- getOffset() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunk
- getOffset(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarPeriod
- getOrigin() - Method in class ucar.ma2.Section
-
Get origin array using the Range.first() values.
- getOrigin(int) - Method in class ucar.ma2.Section
-
Get origin of the ith Range
- getOriginalDataType() - Method in class ucar.nc2.dataset.StructureDS
-
When this wraps another Variable, get the original Variable's DataType.
- getOriginalDataType() - Method in class ucar.nc2.dataset.VariableDS
-
When this wraps another Variable, get the original Variable's DataType.
- getOriginalName() - Method in class ucar.nc2.dataset.StructureDS
-
When this wraps another Variable, get the original Variable's DataType.
- getOriginalName() - Method in class ucar.nc2.dataset.VariableDS
-
When this wraps another Variable, get the original Variable's name.
- getOriginalName() - Method in interface ucar.nc2.dataset.VariableEnhanced
- getOriginalStructureData() - Method in class ucar.ma2.StructureDataProxy
- getOriginalVariable() - Method in class ucar.nc2.dataset.StructureDS
-
A StructureDS may wrap another Structure.
- getOriginalVariable() - Method in class ucar.nc2.dataset.VariableDS
-
A VariableDS usually wraps another Variable.
- getOriginalVariable() - Method in interface ucar.nc2.dataset.VariableEnhanced
- getOutputFile() - Method in class ucar.nc2.write.NetcdfFormatWriter
- getParameters() - Method in class ucar.nc2.dataset.CoordinateTransform
- getParent() - Method in class thredds.client.catalog.builder.DatasetBuilder
- getParent() - Method in class thredds.client.catalog.DatasetNode
- getParentCatalog() - Method in class thredds.client.catalog.DatasetNode
- getParentDataset() - Method in class thredds.client.catalog.DatasetNode
- getParentGroup() - Method in class ucar.nc2.Group.Builder
- getParentGroup() - Method in class ucar.nc2.Group
-
Get the parent Group, or null if its the root group.
- getParentGroup() - Method in class ucar.nc2.Variable
-
Get its containing Group.
- getParentGroupBuilder() - Method in class ucar.nc2.Variable.Builder
- getParentStructure() - Method in class ucar.nc2.Variable
-
Get its parent structure, or null if not in structure Not deprecated.
- getParentStructureBuilder() - Method in class ucar.nc2.Variable.Builder
- getPoleRadius() - Method in class ucar.unidata.geoloc.Earth
-
Get the PoleRadius property.
- getPos() - Method in class ucar.nc2.iosp.BitReader
- getPositive() - Method in class ucar.nc2.dataset.CoordinateAxis
-
Get the direction of increasing values, used only for vertical Axes.
- getPrefix() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getPressureAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Pressure, or null if none.
- getPrimitiveClassType() - Method in enum ucar.ma2.DataType
-
The primitive class type: char, byte, float, double, short, int, long, boolean, String, StructureData, StructureDataIterator, ByteBuffer.
- getProcessing() - Method in class thredds.client.catalog.Dataset
- getProjection() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the Projection for this coordinate system.
- getProjectionCT() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Find the first ProjectionCT from the list of CoordinateTransforms.
- getProjectionParameters() - Method in interface ucar.unidata.geoloc.Projection
-
Get parameters as list of ucar.unidata.util.Parameter
- getProjects() - Method in class thredds.client.catalog.Dataset
- getProperties() - Method in class thredds.client.catalog.Catalog
- getProperties() - Method in class thredds.client.catalog.Dataset
- getProperties() - Method in class thredds.client.catalog.Service
- getProtocol() - Method in enum thredds.client.catalog.ServiceType
- getProtocol() - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
-
The leading protocol string (without a trailing ":").
- getProtocols(String) - Static method in class ucar.nc2.dataset.DatasetUrl
-
Return the set of leading protocols for a url; may be more than one.
- getPublishers() - Method in class thredds.client.catalog.Dataset
- getRadialAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.RadialDistance, or null if none.
- getRaf(String, int) - Static method in class ucar.nc2.NetcdfFiles
-
Get the appropriate RandomAccessFile for accessing an object at the provided location
- getRandomAccessFile() - Method in class ucar.unidata.io.RandomAccessFile
-
Allow access to the underlying java.io.RandomAccessFile.
- getRange(int) - Method in class ucar.ma2.Section
-
Get the ith Range
- getRange(int) - Method in class ucar.ma2.SectionIterable
- getRangeIterator(List<Range>) - Method in class ucar.ma2.Array
-
Get an index iterator for traversing a section of the array in canonical order.
- getRanges() - Method in class ucar.ma2.RangeComposite
- getRanges() - Method in class ucar.ma2.Section
-
Get the list of Ranges.
- getRanges() - Method in class ucar.nc2.Variable
-
Get shape as a List of Range objects.
- getRank() - Method in class ucar.ma2.Array
-
Get the number of dimensions of the array.
- getRank() - Method in class ucar.ma2.Index
-
Get the number of dimensions in the array.
- getRank() - Method in class ucar.ma2.Section
-
Get rank - number of Ranges.
- getRank() - Method in class ucar.ma2.SectionIterable
- getRank() - Method in class ucar.nc2.Variable.Builder
- getRank() - Method in class ucar.nc2.Variable
-
Get the number of dimensions of the Variable, aka the rank.
- getRank() - Method in interface ucar.nc2.VariableSimpleIF
-
Variable rank
- getRankDomain() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the domain rank of the coordinate system = number of dimensions it is a function of.
- getRankRange() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Get the range rank of the coordinate system = number of coordinate axes.
- getResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- getResolution() - Method in class ucar.nc2.time.CalendarDateRange
- getResolution() - Method in class ucar.nc2.units.DateRange
-
Get the time resolution.
- getRestrictAccess() - Method in class thredds.client.catalog.Dataset
- getRights() - Method in class thredds.client.catalog.Dataset
- getRole() - Method in class thredds.client.catalog.ThreddsMetadata.Contributor
- getRootDirectory() - Static method in class ucar.nc2.util.DiskCache
-
Get the name of the root directory
- getRootDirectory() - Method in class ucar.nc2.util.DiskCache2
-
Get the cache root directory.
- getRootGroup() - Method in class ucar.nc2.NetcdfFile
-
Get the root group.
- getRootGroup() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Get the root group
- getScalarByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type byte.
- getScalarByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarByte(String) - Method in class ucar.ma2.StructureData
-
Get member data of type byte.
- getScalarByte(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type byte.
- getScalarByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type byte.
- getScalarByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type byte.
- getScalarChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type char.
- getScalarChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarChar(String) - Method in class ucar.ma2.StructureData
-
Get member data of type char.
- getScalarChar(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type char.
- getScalarChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type char.
- getScalarChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type char.
- getScalarDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type double.
- getScalarDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarDouble(String) - Method in class ucar.ma2.StructureData
-
Get member data of type double.
- getScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type double.
- getScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type double.
- getScalarFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type float.
- getScalarFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarFloat(String) - Method in class ucar.ma2.StructureData
-
Get member data of type float.
- getScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type float.
- getScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type float.
- getScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type float.
- getScalarInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type int.
- getScalarInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarInt(String) - Method in class ucar.ma2.StructureData
-
Get member data of type int.
- getScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type int.
- getScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type int.
- getScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type int.
- getScalarLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type long.
- getScalarLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarLong(String) - Method in class ucar.ma2.StructureData
-
Get member data of type long.
- getScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type long.
- getScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type long.
- getScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type long.
- getScalarObject(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data array of any type as an Object, eg, Float, Double, String, StructureData etc.
- getScalarObject(String) - Method in class ucar.ma2.StructureData
-
Get member data array of any type as an Object, eg, Float, Double, String etc.
- getScalarObject(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data array of any type as an Object, eg, Float, Double, String etc.
- getScalarObject(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarObject(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get scalar member data of type short.
- getScalarShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarShort(String) - Method in class ucar.ma2.StructureData
-
Get member data of type short.
- getScalarShort(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type short.
- getScalarShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type short.
- getScalarShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type short.
- getScalarString(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type String or char.
- getScalarString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarString(String) - Method in class ucar.ma2.StructureData
-
Get String value, from rank 0 String or rank 1 char member array.
- getScalarString(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get String value, from rank 0 String or rank 1 char member array.
- getScalarString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
-
Get member data of type String or 1D char.
- getScalarString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get String value, from rank 0 String or rank 1 char member array.
- getScalarStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
- getScalarStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
-
Get member data of type Structure.
- getScalarStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
- getScalarStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
- getScalarStructure(String) - Method in class ucar.ma2.StructureData
-
Get member data of type Structure.
- getScalarStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data of type Structure.
- getScalarStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
- getScalarStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
- getScalarStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
- getScalarStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
-
Get member data of type Structure.
- getScaledOffsetType() - Method in class ucar.nc2.dataset.VariableDS
- getScaleFactor() - Method in class ucar.nc2.dataset.VariableDS
- getSequenceLength(int) - Method in class ucar.ma2.ArraySequenceNested
-
Get the length of the ith sequence.
- getSequenceOffset(int) - Method in class ucar.ma2.ArraySequenceNested
-
Get the the starting index of the ith sequence.
- getService() - Method in class thredds.client.catalog.Access
- getServiceDefault() - Method in class thredds.client.catalog.Dataset
- getServiceNameDefault() - Method in class thredds.client.catalog.Dataset
- getServices() - Method in class thredds.client.catalog.builder.DatasetBuilder
- getServices() - Method in class thredds.client.catalog.Catalog
- getServiceType() - Method in class ucar.nc2.dataset.DatasetUrl
- getServiceTypeIgnoreCase(String) - Static method in enum thredds.client.catalog.ServiceType
- getServiceTypeName() - Method in class thredds.client.catalog.Service
- getSetFlags() - Method in interface ucar.nc2.util.DebugFlags
-
Return the string representing the current debug flag(s) set.
- getSetFlags() - Method in class ucar.nc2.util.DebugFlagsImpl
- getShape() - Method in class ucar.ma2.Array
-
Get the shape: length of array in each dimension.
- getShape() - Method in class ucar.ma2.Index
-
Get the shape: length of array in each dimension.
- getShape() - Method in class ucar.ma2.Section
-
Get shape array using the Range.length() values.
- getShape() - Method in class ucar.ma2.SectionIterable
- getShape() - Method in class ucar.ma2.StructureMembers.Member
-
Get the array shape.
- getShape() - Method in class ucar.nc2.Variable
-
Get the shape: length of Variable in each dimension.
- getShape() - Method in interface ucar.nc2.VariableSimpleIF
-
Variable shape
- getShape(int) - Method in class ucar.ma2.Index
-
Get the length of the ith dimension.
- getShape(int) - Method in class ucar.ma2.Section
-
Get length of the ith Range
- getShape(int) - Method in class ucar.nc2.Variable
-
Get the size of the ith dimension
- getShapeAsSection() - Method in class ucar.nc2.Variable
-
Get shape as a Section object.
- getShort(int) - Method in class ucar.ma2.Array
- getShort(int) - Method in class ucar.ma2.ArrayBoolean
- getShort(int) - Method in class ucar.ma2.ArrayByte
- getShort(int) - Method in class ucar.ma2.ArrayChar
- getShort(int) - Method in class ucar.ma2.ArrayDouble
- getShort(int) - Method in class ucar.ma2.ArrayFloat
- getShort(int) - Method in class ucar.ma2.ArrayInt
- getShort(int) - Method in class ucar.ma2.ArrayLong
- getShort(int) - Method in class ucar.ma2.ArrayObject
- getShort(int) - Method in class ucar.ma2.ArrayRagged
- getShort(int) - Method in class ucar.ma2.ArrayScalar
- getShort(int) - Method in class ucar.ma2.ArrayShort
- getShort(int) - Method in class ucar.ma2.ArrayString
- getShort(int) - Method in class ucar.ma2.ArrayStructure
- getShort(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a short.
- getShort(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getShort(Index) - Method in class ucar.ma2.ArrayByte
- getShort(Index) - Method in class ucar.ma2.ArrayChar
- getShort(Index) - Method in class ucar.ma2.ArrayDouble
- getShort(Index) - Method in class ucar.ma2.ArrayFloat
- getShort(Index) - Method in class ucar.ma2.ArrayInt
- getShort(Index) - Method in class ucar.ma2.ArrayLong
- getShort(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getShort(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getShort(Index) - Method in class ucar.ma2.ArrayScalar
- getShort(Index) - Method in class ucar.ma2.ArrayShort
- getShort(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getShort(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getShortBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
- getShortCurrent() - Method in interface ucar.ma2.IndexIterator
-
Get current value as a short
- getShortCurrent() - Method in class ucar.ma2.IteratorFast
- getShortName() - Method in interface ucar.nc2.dataset.VariableEnhanced
- getShortName() - Method in class ucar.nc2.Dimension
-
Get the name of the Dimension.
- getShortName() - Method in interface ucar.nc2.VariableSimpleIF
-
short name of the data Variable
- getShortNext() - Method in interface ucar.ma2.IndexIterator
-
Get next value as a short
- getShortNext() - Method in class ucar.ma2.IteratorFast
- getSignedness() - Method in enum ucar.ma2.DataType
-
Returns the
signedness
of this data type. - getSignedness() - Method in class ucar.nc2.dataset.VariableDS
- getSize() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- getSize() - Method in class ucar.ma2.Array
-
Get the total number of elements in the array.
- getSize() - Method in enum ucar.ma2.DataType
-
Size in bytes of one element of this data type.
- getSize() - Method in class ucar.ma2.Index
-
Get the total number of elements in the array.
- getSize() - Method in class ucar.ma2.Section
- getSize() - Method in class ucar.ma2.StructureMembers.Member
-
Get the total number of elements.
- getSize() - Method in class ucar.nc2.Variable
-
Get the total number of elements in the Variable.
- getSize(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
-
Get the total number of elements the dimensions represent.
- getSizeBytes() - Method in class ucar.ma2.Array
-
Get the total number of bytes in the array.
- getSizeBytes() - Method in class ucar.ma2.ArraySequence
- getSizeBytes() - Method in class ucar.ma2.ArrayStructure
- getSizeBytes() - Method in class ucar.ma2.StructureMembers.Member
-
Get the total size in bytes.
- getSizeToCache() - Method in class ucar.nc2.Variable
-
If total data size is less than SizeToCache in bytes, then cache.
- getSortGroup() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get the SortGroup for this IOServiceProvider.
- getSPobject() - Method in class ucar.nc2.Variable
-
Get immutable service provider opaque object.
- getSrcElem() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
-
Get the position in source where to read or write
- getSrcElem() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
-
Get the position in source
Buffer where to read or write: "file position" - getSrcPos() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- getSrcPos() - Method in interface ucar.nc2.iosp.Layout.Chunk
-
Get the position in source where to read or write: "file position"
- getStandardDate(String) - Static method in class ucar.nc2.units.DateUnit
-
Create a java.util.Date from this udunits String.
- getStandardOrISO(String) - Static method in class ucar.nc2.units.DateUnit
-
Create a java.util.Date from a udunit or ISO String.
- getStandardUri() - Method in class thredds.client.catalog.Access
-
Construct the standard THREDDS access URI for this dataset access method, resolved agaisnt the parent catalog if the URI is relative.
- getStandardUrlName() - Method in class thredds.client.catalog.Access
-
Get the standard URL, with resolution if the URL is relative.
- getStart() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- getStart() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Get starting value if isRegular()
- getStart() - Method in class ucar.nc2.time.CalendarDateRange
- getStart() - Method in class ucar.nc2.units.DateRange
-
Get the starting Date.
- getStorage() - Method in class ucar.ma2.Array
-
Get underlying primitive array storage.
- getStorage() - Method in class ucar.ma2.ArrayBoolean
- getStorage() - Method in class ucar.ma2.ArrayByte
- getStorage() - Method in class ucar.ma2.ArrayChar
- getStorage() - Method in class ucar.ma2.ArrayDouble
- getStorage() - Method in class ucar.ma2.ArrayFloat
- getStorage() - Method in class ucar.ma2.ArrayInt
- getStorage() - Method in class ucar.ma2.ArrayLong
- getStorage() - Method in class ucar.ma2.ArrayObject
-
Get underlying primitive array storage.
- getStorage() - Method in class ucar.ma2.ArrayRagged
- getStorage() - Method in class ucar.ma2.ArrayScalar
- getStorage() - Method in class ucar.ma2.ArrayShort
- getStorage() - Method in class ucar.ma2.ArrayString
- getStorage() - Method in class ucar.ma2.ArrayStructure
- getString() - Method in class ucar.ma2.ArrayChar
-
Create a String out of this rank one ArrayChar object.
- getString(int) - Method in class ucar.ma2.ArrayChar
-
Create a String out of this rank two ArrayChar object.
- getString(Index) - Method in class ucar.ma2.ArrayChar
-
Create a String out of this ArrayChar object.
- getStringIterator() - Method in class ucar.ma2.ArrayChar
-
Treat this Variable as an array of Strings, and iterate over all the strings in the array.
- getStringValue() - Method in class ucar.nc2.Attribute
-
Retrieve String value; only call if isString() is true.
- getStringValue(int) - Method in class ucar.nc2.Attribute
-
Retrieve ith String value; only call if isString() is true.
- getStructureData(int) - Method in class ucar.ma2.ArraySequenceNested
- getStructureData(int) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getStructureData(Index) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getStructureDataCount() - Method in class ucar.ma2.ArraySequence
- getStructureDataIterator() - Method in class ucar.ma2.ArraySequence
- getStructureDataIterator() - Method in class ucar.ma2.ArrayStructure
- getStructureIterator() - Method in class ucar.nc2.Structure
-
Iterator over all the data in a Structure.
- getStructureIterator(int) - Method in class ucar.nc2.Sequence
- getStructureIterator(int) - Method in class ucar.nc2.Structure
-
Get an efficient iterator over all the data in the Structure.
- getStructureIterator(Structure, int) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- getStructureIterator(Structure, int) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get the structure iterator.
- getStructureMemberNames() - Method in class ucar.ma2.ArrayStructure
-
Get a list structure member names.
- getStructureMembers() - Method in class ucar.ma2.ArrayStructure
-
Get the StructureMembers object.
- getStructureMembers() - Method in class ucar.ma2.StructureData
- getStructureMembers() - Method in class ucar.ma2.StructureMembers.Member
- getStructureSize() - Method in class ucar.ma2.ArrayStructure
-
Get the size of each StructureData object in bytes.
- getStructureSize() - Method in class ucar.ma2.StructureMembers
-
Get the total size of the Structure in bytes.
- getSuffix() - Method in class thredds.client.catalog.Service
- getSummary() - Method in class thredds.client.catalog.Dataset
- getTaxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.Time, or null if none.
- getText() - Method in class thredds.client.catalog.ThreddsMetadata.Vocab
- getText() - Method in class ucar.nc2.units.DateType
-
Get a text representation.
- getText() - Method in class ucar.nc2.units.TimeDuration
-
Get the String text
- getTimeCoverage() - Method in class thredds.client.catalog.Dataset
- getTimeResolution() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
only if isRegular() LOOK REDO
- getTimeUnit() - Method in class ucar.nc2.time.CalendarDuration
- getTimeUnit() - Method in class ucar.nc2.units.DateUnit
-
For udunit dates, get the time unit.
- getTimeUnit() - Method in class ucar.nc2.units.TimeDuration
-
Get the corresponding time unit
- getTimeUnits() - Method in class ucar.nc2.time.CalendarDate
-
udunits formatting
- getTimeUnitString() - Method in class ucar.nc2.units.DateUnit
-
For udunit dates, get the time unit only, as a String, eg "secs" or "days"
- getTitle() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getTitle() - Method in class ucar.nc2.NetcdfFile
-
Get the human-readable title, if it exists.
- getTopDataset() - Method in class thredds.client.catalog.builder.CatalogBuilder
- getTotal() - Method in class ucar.nc2.util.Counters.Counter
- getTotalNelems() - Method in class ucar.nc2.iosp.IndexChunker
-
Get total number of elements in wantSection
- getTotalNelems() - Method in class ucar.nc2.iosp.IndexChunkerTiled
- getTotalNelems() - Method in interface ucar.nc2.iosp.Layout
-
Get total number of elements in the wanted subset.
- getTotalNelems() - Method in interface ucar.nc2.iosp.LayoutBB
-
Get total number of elements in the wanted subset.
- getTotalNelems() - Method in class ucar.nc2.iosp.LayoutBBTiled
- getTotalNelems() - Method in class ucar.nc2.iosp.LayoutRegular
- getTotalNelems() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
- getTotalNelems() - Method in class ucar.nc2.iosp.LayoutSegmented
- getTotalNelems() - Method in class ucar.nc2.iosp.LayoutTiled
- getTotalNumberOfStructures() - Method in class ucar.ma2.ArraySequenceNested
- getTransformType() - Method in class ucar.nc2.dataset.CoordinateTransform
- getTrueurl() - Method in class ucar.nc2.dataset.DatasetUrl
- getType() - Method in class thredds.client.catalog.Documentation
- getType() - Method in class thredds.client.catalog.Service
- getType() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getType() - Method in class ucar.nc2.units.DateType
-
Get the type of Date.
- getType(int) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
-
Find the EarthEllipsoid that matches this EPSG Id.
- getType(Class, boolean) - Static method in enum ucar.ma2.DataType
-
Find the DataType that matches this class.
- getType(String) - Static method in enum ucar.ma2.DataType
-
Find the DataType that matches this name.
- getType(String) - Static method in enum ucar.nc2.constants.AxisType
-
Find the AxisType that matches this name.
- getType(String) - Static method in enum ucar.nc2.constants.DataFormatType
-
case insensitive name lookup.
- getType(String) - Static method in enum ucar.nc2.constants.FeatureType
-
Find the FeatureType that matches this name.
- getType(String) - Static method in enum ucar.nc2.dataset.VerticalCT.Type
-
Find the VerticalCT.Type that matches this name.
- getType(String) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
-
Find the EarthEllipsoid that matches this name.
- getType(Array) - Static method in enum ucar.ma2.DataType
- getUdUnit() - Method in class ucar.nc2.time.CalendarDateUnit
- getUnique() - Method in class ucar.nc2.util.Counters.Counter
- getUnit() - Method in class ucar.nc2.units.SimpleUnit
-
Get underlying ucar.units.Unit.
- getUnits() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- getUnits() - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- getUnits() - Method in class ucar.nc2.dataset.VariableDS.Builder
- getUnitsString() - Method in class ucar.ma2.StructureMembers.Member
-
Get the units string, if any.
- getUnitsString() - Method in class ucar.nc2.dataset.CoordinateAxis
- getUnitsString() - Method in class ucar.nc2.dataset.StructureDS
- getUnitsString() - Method in class ucar.nc2.dataset.VariableDS
- getUnitsString() - Method in class ucar.nc2.units.DateUnit
-
The udunits string, but no value, ie its a base unit.
- getUnitsString() - Method in class ucar.nc2.Variable
-
Get the Unit String for the Variable.
- getUnitsString() - Method in interface ucar.nc2.VariableSimpleIF
-
Units of the Variable.
- getUnitString() - Method in class ucar.nc2.units.SimpleUnit
-
Extract the simple unit string (no number), eg "s" or "m".
- getUnitString() - Method in class ucar.nc2.units.TimeUnit
-
Get the "base" unit String, eg "secs" or "days"
- getUnixDateUnit() - Static method in class ucar.nc2.units.DateUnit
- getUnlimitedDimension() - Method in class ucar.nc2.NetcdfFile
-
Return the unlimited (record) dimension, or null if not exist.
- getUnresolvedUrlName() - Method in class thredds.client.catalog.Access
-
Construct "unresolved" URL: service.getBase() + getUrlPath() + service.getSuffix().
- getUnsignedConversionType() - Method in class ucar.nc2.dataset.VariableDS
- getUpDownRange() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- getUpperLeftPoint() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get the upper left corner of the bounding box.
- getUpperLeftPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the Upper Left Point
- getUpperRightPoint() - Method in class ucar.unidata.geoloc.LatLonRect
-
Get the upper right corner of the bounding box.
- getUpperRightPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get the Upper Left Point (same as getMaxPoint)
- getURI() - Method in class thredds.client.catalog.CatalogRef
- getURI() - Method in class thredds.client.catalog.Documentation
-
if its a XLink, get the absolute URI
- getUriString() - Method in class thredds.client.catalog.Catalog
- getUrl() - Method in class thredds.client.catalog.ThreddsMetadata.Source
- getUrlPath() - Method in class thredds.client.catalog.Access
- getUrlPath() - Method in class thredds.client.catalog.Dataset
- getValidationMessage() - Method in class thredds.client.catalog.builder.CatalogBuilder
- getValidMax() - Method in class ucar.nc2.dataset.VariableDS
- getValidMin() - Method in class ucar.nc2.dataset.VariableDS
- getValue() - Method in class thredds.client.catalog.Property
- getValue() - Method in class ucar.nc2.time.CalendarDuration
-
Get the duration in natural units, ie units of getTimeUnit()
- getValue() - Method in class ucar.nc2.time.CalendarPeriod
- getValue() - Method in class ucar.nc2.units.SimpleUnit
-
Extract the value, can only be called for ScaledUnit.
- getValue() - Method in class ucar.nc2.units.TimeDuration
-
Get the duration in natural units, ie units of getTimeUnit()
- getValue() - Method in class ucar.nc2.units.TimeUnit
-
Get the value.
- getValue(int) - Method in class ucar.nc2.Attribute
-
Get the value as an Object.
- getValue(String) - Method in class ucar.nc2.units.TimeDuration
- getValue(TimeUnit) - Method in class ucar.nc2.units.TimeDuration
-
Get the time duration in a specified unit of time.
- getValueInSeconds() - Method in class ucar.nc2.units.TimeDuration
-
Get the duration in seconds
- getValueInSeconds() - Method in class ucar.nc2.units.TimeUnit
-
Get the time duration in seconds.
- getValueInSeconds(double) - Method in class ucar.nc2.units.TimeUnit
-
Get the time duration in seconds of the specified value.
- getValues() - Method in class ucar.nc2.Attribute
-
Get the value as an Array.
- getValues() - Method in class ucar.nc2.util.Counters.Counter
- getVariable() - Method in class ucar.nc2.ParsedSectionSpec
- getVariableList() - Method in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- getVariableMap() - Method in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- getVariableMapLink() - Method in class thredds.client.catalog.Dataset
- getVariableNames() - Method in class ucar.nc2.Structure
-
Get the (short) names of the variables contained directly in this Structure.
- getVariables() - Method in class thredds.client.catalog.Dataset
- getVariables() - Method in class ucar.nc2.Group
-
Get the Variables contained directly in this group.
- getVariables() - Method in class ucar.nc2.NetcdfFile
-
Get all of the variables in the file, in all groups.
- getVariables() - Method in class ucar.nc2.Structure
-
Get the variables contained directly in this Structure.
- getVersion() - Method in class thredds.client.catalog.Catalog
- getVerticalTransformType() - Method in class ucar.nc2.dataset.VerticalCT
-
get the Vertical Transform type
- getVocabulary() - Method in class thredds.client.catalog.ThreddsMetadata.Source
- getVocabulary() - Method in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- getVocabulary() - Method in class thredds.client.catalog.ThreddsMetadata.Vocab
- getVocabularyId() - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- getVocabularyName() - Method in class thredds.client.catalog.ThreddsMetadata.Variable
- getVocabUri() - Method in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- getWidth() - Method in class ucar.unidata.geoloc.LatLonRect
-
return width of bounding box, always between 0 and 360 degrees.
- getWidth() - Method in class ucar.unidata.geoloc.ProjectionRect
- getWmoId() - Method in interface ucar.unidata.geoloc.Station
-
WMO station id.
- getWrappedUrlName() - Method in class thredds.client.catalog.Access
- getWriteValuesPredicate() - Method in class ucar.nc2.write.NcmlWriter
-
Gets the predicate that will be applied to variables to determine wither their values should be written in addition to their metadata.
- getX() - Method in interface ucar.unidata.geoloc.ProjectionPoint
-
Get the X coordinate
- getX() - Method in class ucar.unidata.geoloc.ProjectionRect
- getXaxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.GeoX, or null if none.
- getXlinkHref() - Method in class thredds.client.catalog.CatalogRef
- getXlinkHref() - Method in class thredds.client.catalog.Documentation
-
if its a XLink, get the href, to display the link to the user.
- getXlinkHref() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- getXlinkTitle() - Method in class thredds.client.catalog.Documentation
-
if its a XLink, get the title, to display the link to the user.
- getXmlFormat() - Method in class ucar.nc2.write.NcmlWriter
-
Gets the object that encapsulates XML formatting options.
- getY() - Method in interface ucar.unidata.geoloc.ProjectionPoint
-
Get the Y coordinate
- getY() - Method in class ucar.unidata.geoloc.ProjectionRect
- getYaxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.GeoY, or null if none.
- getZaxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
get the CoordinateAxis with AxisType.GeoZ, or null if none.
- getZPositive() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- GIF - ucar.nc2.constants.DataFormatType
- GINI - ucar.nc2.constants.DataFormatType
- gregorian - ucar.nc2.time.Calendar
- grib - ucar.nc2.write.Nc4Chunking.Strategy
- GRIB1 - ucar.nc2.constants.DataFormatType
- GRIB2 - ucar.nc2.constants.DataFormatType
- GRID - ucar.nc2.constants.FeatureType
- GRID_LATITUDE - Static variable in class ucar.nc2.constants.CF
- GRID_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- GRID_MAPPING - Static variable in class ucar.nc2.constants.CF
- GRID_MAPPING_NAME - Static variable in class ucar.nc2.constants.CF
- GRID_NORTH_POLE_LATITUDE - Static variable in class ucar.nc2.constants.CF
- GRID_NORTH_POLE_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- GRIDFTP - thredds.client.catalog.ServiceType
- Group - Class in ucar.nc2
-
A logical collection of Variables, Attributes, and Dimensions.
- GROUP_1 - ucar.nc2.iosp.IOServiceProvider.SortGroup
- Group.Builder - Class in ucar.nc2
-
A builder of Groups.
H
- H5Service - thredds.client.catalog.ServiceType
- Harvest - Static variable in class thredds.client.catalog.Dataset
- hasAccess() - Method in class thredds.client.catalog.Dataset
- hasAttribute(String) - Method in interface ucar.nc2.AttributeContainer
-
Determine if named attribute exists (exact match).
- hasAttributeIgnoreCase(String) - Method in interface ucar.nc2.AttributeContainer
-
Determine if named attribute exists, ignoring case.
- hasCachedData() - Method in class ucar.nc2.Variable
-
Has data been read and cached.
- hasCalendarDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
See if the given CalendarDate appears as a coordinate
- hasCoordinateSystem() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- hasDataSize() - Method in class thredds.client.catalog.Dataset
- hasFatalError() - Method in class thredds.client.catalog.builder.CatalogBuilder
- hasFillValue() - Method in class ucar.nc2.dataset.VariableDS
- hashCode() - Method in class thredds.client.catalog.Access
- hashCode() - Method in class thredds.client.catalog.Documentation
- hashCode() - Method in class thredds.client.catalog.Property
- hashCode() - Method in class thredds.client.catalog.Service
- hashCode() - Method in class ucar.ma2.Range
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.ma2.RangeScatter
- hashCode() - Method in class ucar.ma2.Section
-
Override Object.hashCode() to agree with equals.
- hashCode() - Method in class ucar.nc2.Attribute
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.dataset.CoordinateAxis
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.dataset.CoordinateTransform
-
Override Object.hashCode() to be consistent with equals.
- hashCode() - Method in class ucar.nc2.dataset.DatasetUrl
- hashCode() - Method in class ucar.nc2.Dimension
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.EnumTypedef
- hashCode() - Method in class ucar.nc2.Group
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.time.CalendarDate
- hashCode() - Method in class ucar.nc2.time.CalendarDateRange
- hashCode() - Method in class ucar.nc2.time.CalendarDateUnit
- hashCode() - Method in class ucar.nc2.time.CalendarDuration
- hashCode() - Method in class ucar.nc2.time.CalendarPeriod
- hashCode() - Method in class ucar.nc2.units.DateRange
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.nc2.units.DateType
- hashCode() - Method in class ucar.nc2.units.TimeDuration
-
Override to be consistent with equals
- hashCode() - Method in class ucar.nc2.units.TimeUnit
-
Override hashcode to be consistent with equals.
- hashCode() - Method in class ucar.nc2.Variable
-
Override Object.hashCode() to implement equals.
- hashCode() - Method in class ucar.unidata.geoloc.Earth
- hashCode() - Method in class ucar.unidata.geoloc.EarthEllipsoid
-
Override Object.hashCode() to be consistent with this equals.
- hashCode() - Method in class ucar.unidata.geoloc.LatLonRect
- hashCode() - Method in class ucar.unidata.geoloc.ProjectionRect
- hashCode(Array) - Static method in class ucar.ma2.MAMath
-
An implementation of
Object.hashCode()
that is consistent withMAMath.equals(Array, Array)
. - hasMember(String) - Method in class ucar.ma2.StructureMembers.Builder
- hasMissing() - Method in interface ucar.ma2.IsMissingEvaluator
-
true if there may be missing data
- hasMissing() - Method in class ucar.nc2.dataset.VariableDS
- hasMissingValue() - Method in class ucar.nc2.dataset.VariableDS
- hasMore(int) - Method in class ucar.ma2.IteratorFast
- hasNestedDatasets() - Method in class thredds.client.catalog.CatalogRef
- hasNestedDatasets() - Method in class thredds.client.catalog.DatasetNode
- hasNext() - Method in class ucar.ma2.Array
-
Check if more elements in the local iterator.
- hasNext() - Method in class ucar.ma2.ArrayChar.StringIterator
- hasNext() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
- hasNext() - Method in interface ucar.ma2.IndexIterator
-
Return true if there are more elements in the iteration.
- hasNext() - Method in class ucar.ma2.IteratorFast
- hasNext() - Method in class ucar.ma2.Section.Iterator
-
Return true if there are more elements
- hasNext() - Method in class ucar.ma2.SectionIterable.SectionIterator
- hasNext() - Method in class ucar.ma2.SequenceIterator
- hasNext() - Method in interface ucar.ma2.StructureDataIterator
-
See if theres more StructureData in the iteration.
- hasNext() - Method in class ucar.ma2.StructureDataIteratorLimited
- hasNext() - Method in class ucar.ma2.StructureDataIteratorMediated
- hasNext() - Method in class ucar.nc2.iosp.IndexChunker
-
If there are more chunks to process
- hasNext() - Method in class ucar.nc2.iosp.IndexChunkerTiled
- hasNext() - Method in interface ucar.nc2.iosp.Layout
-
Is there more to do
- hasNext() - Method in interface ucar.nc2.iosp.LayoutBB
-
Is there more to do
- hasNext() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunkIterator
- hasNext() - Method in class ucar.nc2.iosp.LayoutBBTiled
- hasNext() - Method in class ucar.nc2.iosp.LayoutRegular
- hasNext() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
- hasNext() - Method in class ucar.nc2.iosp.LayoutSegmented
- hasNext() - Method in interface ucar.nc2.iosp.LayoutTiled.DataChunkIterator
- hasNext() - Method in class ucar.nc2.iosp.LayoutTiled
- hasNext(int) - Method in class ucar.ma2.ArrayDouble.D3.IF
- hasProperty(String) - Method in class thredds.client.catalog.Dataset
- hasProperty(Property) - Method in class thredds.client.catalog.Dataset
- hasResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- hasScaleOffset() - Method in class ucar.nc2.dataset.VariableDS
- hasService(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
- hasService(String) - Method in class thredds.client.catalog.Catalog
- hasServiceInDataset(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
- hasTimeAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if has Time axis
- hasUnlimitedDimension() - Method in class ucar.nc2.NetcdfFile
-
Return true if this file has one or more unlimited (record) dimension.
- hasValidData() - Method in class ucar.nc2.dataset.VariableDS
- hasVerticalAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if has Height, Pressure, or GeoZ axis
- hasXlink() - Method in class thredds.client.catalog.Documentation
- HDF4 - ucar.nc2.constants.DataFormatType
- HDF5 - ucar.nc2.constants.DataFormatType
- Height - ucar.nc2.constants.AxisType
- history - Static variable in class ucar.nc2.constants.ACDD
- HISTORY - Static variable in class ucar.nc2.constants.CDM
- HISTORY - Static variable in class ucar.nc2.constants.CF
- Hour - ucar.nc2.time.CalendarPeriod.Field
- Hour - Static variable in class ucar.nc2.time.CalendarPeriod
- href - Variable in class thredds.client.catalog.ThreddsMetadata.UriResolved
- HTML - ucar.nc2.constants.DataFormatType
- HTTPServer - thredds.client.catalog.ServiceType
- HybridHeight - ucar.nc2.dataset.VerticalCT.Type
- HybridSigmaPressure - ucar.nc2.dataset.VerticalCT.Type
I
- IAG_GRS80 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
- IAU - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
- id - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
- id - Static variable in class ucar.nc2.constants.ACDD
- Id - Static variable in class thredds.client.catalog.Dataset
- IDENTITY_FILTER - Static variable in class ucar.nc2.util.CompareNetcdf2
- IF() - Constructor for class ucar.ma2.ArrayDouble.D3.IF
- IMAGE - ucar.nc2.constants.FeatureType
- included(Date) - Method in class ucar.nc2.units.DateRange
-
Determine if the given date is included in this date range.
- includes(CalendarDate) - Method in class ucar.nc2.time.CalendarDateRange
- IncompleteCoordSystems - ucar.nc2.dataset.NetcdfDataset.Enhance
-
Build coordinate systems allowing for incomplete coordinate systems (i.e.
- incr() - Method in class ucar.ma2.Index
-
Increment the current element by 1.
- incr() - Method in class ucar.ma2.Index0D
- incr() - Method in class ucar.ma2.Index1D
- incr() - Method in class ucar.ma2.Index2D
- incr() - Method in class ucar.ma2.Index3D
- incr() - Method in class ucar.ma2.Index4D
- incr() - Method in class ucar.ma2.Index5D
- incr() - Method in class ucar.ma2.Index6D
- incr() - Method in class ucar.ma2.Index7D
- incr() - Method in class ucar.nc2.iosp.IndexLong
- incr() - Method in class ucar.nc2.util.Indent
- incrByte() - Method in class ucar.nc2.iosp.BitReader
-
Go to the next byte in the stream
- incrDestElem(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- incrSrcElem(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- incrSrcPos(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- Indent - Class in ucar.nc2.util
-
Maintains indentation level for printing nested structures.
- Indent(int) - Constructor for class ucar.nc2.util.Indent
- index(int) - Method in class ucar.ma2.Range
-
Get the index for this element: inverse of element
- Index - Class in ucar.ma2
-
Indexes for Multidimensional arrays.
- Index(int[], int[]) - Constructor for class ucar.ma2.Index
-
Constructor that lets you set the strides yourself.
- Index0D - Class in ucar.ma2
-
Specialization of Index for rank 0 arrays, ie scalars.
- Index0D(int[]) - Constructor for class ucar.ma2.Index0D
- Index1D - Class in ucar.ma2
-
Specialization of Index for rank 1 arrays.
- Index1D(int[]) - Constructor for class ucar.ma2.Index1D
- Index2D - Class in ucar.ma2
-
Specialization of Index for rank 2 arrays.
- Index2D(int[]) - Constructor for class ucar.ma2.Index2D
- Index3D - Class in ucar.ma2
-
Specialization of Index for rank 3 arrays.
- Index3D(int[]) - Constructor for class ucar.ma2.Index3D
- Index4D - Class in ucar.ma2
-
Specialization of Index for rank 4 arrays.
- Index4D(int[]) - Constructor for class ucar.ma2.Index4D
- Index5D - Class in ucar.ma2
-
Specialization of Index for rank 5 arrays.
- Index5D(int[]) - Constructor for class ucar.ma2.Index5D
- Index6D - Class in ucar.ma2
-
Specialization of Index for rank 6 arrays.
- Index6D(int[]) - Constructor for class ucar.ma2.Index6D
- Index7D - Class in ucar.ma2
-
Specialization of Index for rank 7 arrays.
- Index7D(int[]) - Constructor for class ucar.ma2.Index7D
- IndexChunker - Class in ucar.nc2.iosp
-
Iterator to read/write subsets of a multidimensional array, finding the contiguous chunks.
- IndexChunker(int[], Section) - Constructor for class ucar.nc2.iosp.IndexChunker
-
Constructor
- IndexChunker.Chunk - Class in ucar.nc2.iosp
-
A chunk of data that is contiguous in both the source and destination.
- IndexChunkerTiled - Class in ucar.nc2.iosp
-
Assume that the data is stored divided into sections, described by dataSection.
- IndexChunkerTiled(Section, Section) - Constructor for class ucar.nc2.iosp.IndexChunkerTiled
-
Constructor.
- IndexConstant - Class in ucar.ma2
-
An Index into an Array that always returns 0.
- IndexIterator - Interface in ucar.ma2
-
Iteration through each element of an Array in "canonical order".
- IndexLong - Class in ucar.nc2.iosp
-
Uses longs for indexing, otherwise similar to ucar.ma2.Index
- IndexLong() - Constructor for class ucar.nc2.iosp.IndexLong
- IndexLong(int[], long[]) - Constructor for class ucar.nc2.iosp.IndexLong
- indexOf(byte[], int, int) - Method in class ucar.unidata.io.KMPMatch
-
Finds the first occurrence of match in data.
- indexOf(String, char) - Static method in class ucar.nc2.util.EscapeStrings
-
Find first occurence of char c in escapedName, excluding escaped c.
- initNetcdfFileCache(int, int, int) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Enable file caching.
- initNetcdfFileCache(int, int, int, int) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Enable file caching.
- InMemoryRandomAccessFile - Class in ucar.unidata.io
-
A RandomAccessFile stored entirely in memory as a byte array.
- InMemoryRandomAccessFile(String, byte[]) - Constructor for class ucar.unidata.io.InMemoryRandomAccessFile
-
Constructor.
- InMemoryRandomAccessFile.Provider - Class in ucar.unidata.io
-
Hook for service provider interface RandomAccessFileProvider
- insertRange(int, Range) - Method in class ucar.ma2.Section.Builder
-
Insert a range at the specified index in the list.
- INSTANCE_DIMENSION - Static variable in class ucar.nc2.constants.CF
- INSTITUTION - Static variable in class ucar.nc2.constants.CF
- INT - ucar.ma2.DataType
- INT - Static variable in class ucar.nc2.constants.CF
- INTERIOR_RING - Static variable in class ucar.nc2.constants.CF
- intersect(Range) - Method in class ucar.ma2.Range
-
Create a new Range by intersecting with a Range using same interval as this Range.
- intersect(Section) - Method in class ucar.ma2.Section
-
Create a new Section by intersection with another Section
- intersect(CalendarDateRange) - Method in class ucar.nc2.time.CalendarDateRange
- intersect(DateRange) - Method in class ucar.nc2.units.DateRange
-
Intersect with another date range
- intersect(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
-
Create the instersection of this LatLon with the given one
- intersect(ProjectionRect, ProjectionRect, ProjectionRect) - Static method in class ucar.unidata.geoloc.ProjectionRect
-
Intersects the pair of specified source
Rectangle2D
objects and puts the result into the specified destinationRectangle2D
object. - intersects(double, double, double, double) - Method in class ucar.unidata.geoloc.ProjectionRect
- intersects(Date, Date) - Method in class ucar.nc2.units.DateRange
-
Determine if the given range intersects this date range.
- intersects(Range) - Method in class ucar.ma2.Range
-
Determine if a given Range intersects this one.
- intersects(Section) - Method in class ucar.ma2.Section
-
See if this Section intersects with another Section.
- intersects(CalendarDateRange) - Method in class ucar.nc2.time.CalendarDateRange
- intersects(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarDateRange
- intersects(DateRange) - Method in class ucar.nc2.units.DateRange
-
Determine if the given range intersects this date range.
- intersects(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
- INVALID - ucar.nc2.write.NetcdfFileFormat
- INVALID - Static variable in class ucar.unidata.geoloc.LatLonRect
- invalidDataIsMissing() - Method in class ucar.nc2.dataset.VariableDS
- InvalidRangeException - Exception in ucar.ma2
-
Thrown if an attempt is made to use an invalid Range to index an array.
- InvalidRangeException() - Constructor for exception ucar.ma2.InvalidRangeException
- InvalidRangeException(String) - Constructor for exception ucar.ma2.InvalidRangeException
- INVERSE_FLATTENING - Static variable in class ucar.nc2.constants.CF
- IO - Class in ucar.nc2.util
-
Input/Output static utilities.
- IO() - Constructor for class ucar.nc2.util.IO
- IO.HttpResult - Class in ucar.nc2.util
-
Holds the result of an HTTP action.
- IOServiceProvider - Interface in ucar.nc2.iosp
-
This is the service provider interface for the low-level I/O access classes (read only).
- IOServiceProvider.SortGroup - Enum in ucar.nc2.iosp
-
Used to determine the ordering for dynamically loaded IOServiceProviders.
- IOSP_MESSAGE_GET_NETCDF_FILE_FORMAT - Static variable in class ucar.nc2.NetcdfFile
- IOSP_MESSAGE_RANDOM_ACCESS_FILE - Static variable in class ucar.nc2.NetcdfFile
- IospHelper - Class in ucar.nc2.iosp
-
Helper methods for IOSP's for reading data.
- IospHelper() - Constructor for class ucar.nc2.iosp.IospHelper
- isAfter(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
- isArray() - Method in class ucar.nc2.Attribute
-
True if value is an array (getLength() > 1)
- isAtEndOfFile() - Method in class ucar.unidata.io.RandomAccessFile
-
Returns true if file pointer is at end of file.
- isBefore(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
- isBlank() - Method in class ucar.nc2.units.DateType
-
Was blank text passed to the constructor.
- isBlank() - Method in class ucar.nc2.units.TimeDuration
-
If this is a blank string
- isBuilder() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- isBuilder() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
If this iosp implements build().
- isCaching() - Method in class ucar.nc2.Structure
-
Caching is not allowed
- isCaching() - Method in class ucar.nc2.Variable
-
Will this Variable be cached when read.
- isCalendarField() - Method in class ucar.nc2.time.CalendarDateUnit
- isCancel() - Method in interface ucar.nc2.util.CancelTask
-
Calling routine may cancel, called routine checks this method, and if true, return asap.
- isChunked(Variable) - Method in interface ucar.nc2.write.Nc4Chunking
-
Should this variable be chunked?
- isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyGrib
- isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyNone
- isCompatible(String) - Method in class ucar.nc2.units.SimpleUnit
-
Return true if unitString1 is compatible to unitString2, meaning one can be converted to the other.
- isCompatible(String, String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if unitString1 is compatible to unitString2, meaning one can be converted to the other.
- isCompatibleWithExceptions(String, String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if unitString1 is convertible to unitString2
- isComplete(Variable) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Check if this Coordinate System is complete for v, ie if all its dimensions are also used by v.
- isConstant() - Method in class ucar.ma2.Array
-
If this is a constant array
- isContiguous() - Method in class ucar.nc2.dataset.CoordinateAxis
-
If the edges are contiguous or disjoint Caution: many datasets do not explicitly specify this info, this is often a guess; default is true.
- isContiguous() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- isCoordinateAxis - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- isCoordinateSystem - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- isCoordinateSystemFor(Variable) - Method in class ucar.nc2.dataset.CoordinateSystem
-
Check if this Coordinate System can be used for the given variable.
- isCoordinateTransform - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- isCoordinateVariable - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- isCoordinateVariable() - Method in class ucar.nc2.Variable
-
Calculate if this is a classic coordinate variable: has same name as its first dimension.
- isCoverageFeatureType() - Method in enum ucar.nc2.constants.FeatureType
- isData() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- isDatasetScan() - Method in class thredds.client.catalog.Dataset
- isDateUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if the given unit is convertible to a date Unit.
- isDateUnit(Unit) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if this ucar.units.Unit is a Date.
- isDefaultChronology(Calendar) - Static method in enum ucar.nc2.time.Calendar
- isDirectory() - Method in class ucar.unidata.io.RandomAccessFile
-
Returns true if RandomAccessFile represents a directory structure
- isDone() - Method in interface ucar.nc2.util.CancelTask
-
Application calls to see if task is done.
- isEmpty() - Method in interface ucar.nc2.AttributeContainer
-
True is there are no attributes in the container.
- isEmpty() - Method in class ucar.nc2.AttributeContainerMutable
- isEmpty() - Method in class ucar.nc2.units.DateRange
-
If the range is empty
- isEmpty() - Method in class ucar.unidata.geoloc.ProjectionRect
- isEnum() - Method in enum ucar.ma2.DataType
-
Is this an enumeration types?
- isEnumCompatible(DataType) - Method in enum ucar.ma2.DataType
- isExtendedModel() - Method in enum ucar.nc2.write.NetcdfFileFormat
- isFillValue(double) - Method in class ucar.nc2.dataset.VariableDS
- isFloatingPoint() - Method in enum ucar.ma2.DataType
-
Is Float or Double
- isGeoReferencing() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if isGeoXY or isLatLon
- isGeoXY() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if it has X and Y CoordinateAxis, and a CoordTransform Projection
- isGlobal - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- isGlobal() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- isHarvest() - Method in class thredds.client.catalog.Dataset
- isHoriz() - Method in enum ucar.nc2.constants.AxisType
- isImmutable() - Method in class thredds.client.catalog.ThreddsMetadata
- isImmutable() - Method in class ucar.ma2.Section
- isImplicit() - Method in class ucar.nc2.dataset.CoordinateSystem
-
Implicit Coordinate System are constructed based on which Coordinate Variables exist for the Dimensions of the Variable.
- isIndependentCoordinate() - Method in class ucar.nc2.dataset.CoordinateAxis
- isInfinite(ProjectionPoint) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
See if either coordinate in
pt
is +/- infinite. - isInherited - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- isInherited() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- isIntegral() - Method in enum ucar.ma2.DataType
-
Is Byte, Int, Short, or Long
- isInterval() - Method in class ucar.nc2.dataset.CoordinateAxis
-
An interval coordinate consists of two numbers, bound1 and bound2.
- isInterval() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
If this coordinate has interval values.
- isInterval() - Method in class ucar.nc2.dataset.CoordinateAxis2D
- isInvalidData(double) - Method in class ucar.nc2.dataset.VariableDS
- isLatLon() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if it has Lat and Lon CoordinateAxis
- isLatLon() - Method in interface ucar.unidata.geoloc.Projection
-
Is this the lat/lon Projection ?
- isMemberOfStructure() - Method in class ucar.nc2.Variable
-
Test for presence of parent Structure.
- isMetadata() - Method in class ucar.nc2.Variable
-
Is this variable metadata?.
- isMine(NetcdfFile) - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
- isMissing() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Are either lat or lon missing?
- isMissing(double) - Method in interface ucar.ma2.IsMissingEvaluator
-
if val is a missing data value
- isMissing(double) - Method in class ucar.nc2.dataset.VariableDS
- IsMissingEvaluator - Interface in ucar.ma2
-
A mix-in interface for evaluating if a value is missing.
- isMissingValue(double) - Method in class ucar.nc2.dataset.VariableDS
- isNetcdf3Format() - Method in enum ucar.nc2.write.NetcdfFileFormat
- ISNETCDF4 - Static variable in class ucar.nc2.constants.CDM
- isNetcdf4Format() - Method in enum ucar.nc2.write.NetcdfFileFormat
- isNumeric() - Method in enum ucar.ma2.DataType
-
Is Byte, Float, Double, Int, Short, or Long
- isNumeric() - Method in class ucar.nc2.dataset.CoordinateAxis
-
Does the axis have numeric values.
- ISO - thredds.client.catalog.ServiceType
- isodatePatternString - Static variable in class ucar.nc2.time.CalendarDateFormatter
- isoStringToCalendarDate(Calendar, String) - Static method in class ucar.nc2.time.CalendarDateFormatter
-
Convert an ISO formatted String to a CalendarDate.
- isOwnerOf(String) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
-
Determine if this Provider owns this location.
- isOwnerOf(String) - Method in class ucar.unidata.io.InMemoryRandomAccessFile.Provider
- isOwnerOf(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
-
Determine if this Provider owns this location.
- isOwnerOf(DatasetUrl) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
-
Determine if this Provider owns this DatasetUrl.
- isParent(Group) - Method in class ucar.nc2.Group
-
Is this a parent of the other Group?
- isParent(Group.Builder) - Method in class ucar.nc2.Group.Builder
-
Is this group a parent of the other group ?
- isPoint() - Method in class ucar.nc2.time.CalendarDateRange
- isPoint() - Method in class ucar.nc2.units.DateRange
-
Return true if start date equals end date, so date range is a point.
- isPointFeatureType() - Method in enum ucar.nc2.constants.FeatureType
- isPresent() - Method in class ucar.nc2.units.DateType
-
Does this represent the present time.
- isProductSet() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if all axes are CoordinateAxis1D
- isRadial() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if it has radial distance and azimuth CoordinateAxis
- isRegular() - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
If true, then value(i) = getStart() + i * getIncrement().
- isRegular() - Method in class ucar.nc2.dataset.CoordinateSystem
-
true if all axes are CoordinateAxis1D and are regular
- isRelativeBase() - Method in class thredds.client.catalog.Service
-
See if the service Base is relative
- isRoot() - Method in class ucar.nc2.Group
-
Is this the root group?
- isScalar() - Method in class ucar.ma2.StructureMembers.Member
-
Is this a scalar (size == 1).
- isScalar() - Method in class ucar.nc2.Variable
-
Whether this is a scalar Variable (rank == 0).
- isSet(String) - Method in interface ucar.nc2.util.DebugFlags
-
Test if named debug flag is set.
- isSet(String) - Method in class ucar.nc2.util.DebugFlagsImpl
- isShared() - Method in class ucar.nc2.Dimension
-
If this Dimension is shared, or is private to a Variable.
- isShuffle(Variable) - Method in interface ucar.nc2.write.Nc4Chunking
-
Set true to turn shuffling on which may improve compression.
- isShuffle(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategy
- isShuffle(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyNone
- isSimpleGeometry() - Method in enum ucar.nc2.constants.FeatureType
- isspecial(Attribute) - Static method in class ucar.nc2.constants.CDM
- isSpherical() - Method in class ucar.unidata.geoloc.Earth
- isStandardTdsService() - Method in enum thredds.client.catalog.ServiceType
- isString() - Method in enum ucar.ma2.DataType
-
Is String or Char
- isString() - Method in class ucar.nc2.Attribute
-
True if value is of type String and not null.
- isSubset() - Method in class ucar.nc2.Structure
-
Find if this was created from a subset() method.
- isSubset(Collection<Dimension>, Collection<Dimension>) - Static method in class ucar.nc2.dataset.CoordinateSystem
-
Test if all the Dimensions in subset are in set
- isSubset(Set<String>, Set<String>) - Static method in class ucar.nc2.dataset.CoordinateSystem
- isTime() - Method in enum ucar.nc2.constants.AxisType
- isTimeUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if the given unit is a time Unit, eg "seconds".
- isTimeUnit(Unit) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if this ucar.units.Unit is convertible to secs.
- isUnknownUnit() - Method in class ucar.nc2.units.SimpleUnit
-
Is this an instance of an UnknownUnit?
- isUnlimited() - Method in class ucar.nc2.Dimension
-
If this is a NetCDF unlimited dimension.
- isUnlimited() - Method in class ucar.nc2.Variable
-
Can this variable's size grow?.
- isUnsigned() - Method in class ucar.ma2.Array
-
Find whether the underlying data should be interpreted as unsigned.
- isUnsigned() - Method in enum ucar.ma2.DataType
-
Returns
true
if the data type isunsigned
. - isUnstructuredGridFeatureType() - Method in enum ucar.nc2.constants.FeatureType
- isValid() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- isValidFile(RandomAccessFile) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Check if this is a valid file for this IOServiceProvider.
- isValidNetcdfObjectName(String) - Static method in enum ucar.nc2.write.NetcdfFileFormat
-
Determine if the given name can be used for a NetCDF object, i.e.
- isVariableLength() - Method in class ucar.ma2.Section
- isVariableLength() - Method in class ucar.ma2.StructureMembers.Member
- isVariableLength() - Method in class ucar.nc2.Dimension
-
If variable length, then the length is unknown until the data is read.
- isVariableLength() - Method in class ucar.nc2.Variable
-
Does this variable have a variable length dimension? If so, it has as one of its dimensions Dimension.VLEN.
- isVert() - Method in enum ucar.nc2.constants.AxisType
- isVlen() - Method in class ucar.ma2.Array
- isVlen() - Method in class ucar.ma2.ArrayObject
- isZPositiveUp() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- iterator() - Method in class ucar.ma2.ArrayChar
- iterator() - Method in class ucar.ma2.ArrayStructure
- iterator() - Method in class ucar.ma2.Range
- iterator() - Method in class ucar.ma2.RangeComposite
- iterator() - Method in interface ucar.ma2.RangeIterator
- iterator() - Method in class ucar.ma2.RangeScatter
- iterator() - Method in class ucar.ma2.SectionIterable
- iterator() - Method in interface ucar.nc2.AttributeContainer
-
An unordered iterator over the contained attributes.
- IteratorFast - Class in ucar.ma2
-
A "fast" iterator that can be used when the data is in canonical order.
J
- JPEG - ucar.nc2.constants.DataFormatType
- julian - ucar.nc2.time.Calendar
- JupyterNotebook - thredds.client.catalog.ServiceType
K
- keywords - Static variable in class ucar.nc2.constants.ACDD
- Keywords - Static variable in class thredds.client.catalog.Dataset
- keywords_vocabulary - Static variable in class ucar.nc2.constants.ACDD
- KMPMatch - Class in ucar.unidata.io
-
Knuth-Morris-Pratt Algorithm for Pattern Matching.
- KMPMatch(byte[]) - Constructor for class ucar.unidata.io.KMPMatch
-
Constructor
- kmUnit - Static variable in class ucar.nc2.units.SimpleUnit
L
- LAMBERT_AZIMUTHAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
- LAMBERT_CONFORMAL_CONIC - Static variable in class ucar.nc2.constants.CF
- LAMBERT_CYLINDRICAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
- LAS - thredds.client.catalog.ServiceType
- last() - Method in class ucar.ma2.Range
- LAST_GROUP - ucar.nc2.iosp.IOServiceProvider.SortGroup
- Lat - ucar.nc2.constants.AxisType
- LAT_MAX - Static variable in class ucar.nc2.constants.ACDD
- LAT_MIN - Static variable in class ucar.nc2.constants.ACDD
- LAT_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
- LAT_UNITS - Static variable in class ucar.nc2.constants.ACDD
- LAT_UNITS - Static variable in class ucar.nc2.constants.CDM
- LATITUDE - Static variable in class ucar.nc2.constants.CF
- LATITUDE_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- LATITUDE_OF_PRIME_MERIDIAN - Static variable in class ucar.nc2.constants.CF
- LATITUDE_OF_PROJECTION_ORIGIN - Static variable in class ucar.nc2.constants.CF
- LatLonPoint - Interface in ucar.unidata.geoloc
-
Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
- LatLonPoints - Class in ucar.unidata.geoloc
-
Static utilities for LatLonPoint.
- LatLonPoints() - Constructor for class ucar.unidata.geoloc.LatLonPoints
- LatLonRect - Class in ucar.unidata.geoloc
-
Bounding box for latitude/longitude points.
- LatLonRect() - Constructor for class ucar.unidata.geoloc.LatLonRect
-
Create a LatLonRect that covers the whole world.
- LatLonRect(String) - Constructor for class ucar.unidata.geoloc.LatLonRect
-
Construct a lat/lon bounding box from a string.
- LatLonRect(LatLonPoint, double, double) - Constructor for class ucar.unidata.geoloc.LatLonRect
-
Construct a lat/lon bounding box from a point, and a delta lat, lon.
- LatLonRect(LatLonPoint, LatLonPoint) - Constructor for class ucar.unidata.geoloc.LatLonRect
-
Construct a lat/lon bounding box from two points.
- LatLonRect(LatLonRect) - Constructor for class ucar.unidata.geoloc.LatLonRect
-
Copy Constructor
- latLonToProj(double, double) - Method in interface ucar.unidata.geoloc.Projection
-
Convert lat, lon to Projection point.
- latLonToProj(LatLonPoint) - Method in interface ucar.unidata.geoloc.Projection
-
Convert a LatLonPoint to projection coordinates.
- latLonToProj(Projection, double[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, double[][], double[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, double[][], double[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, double[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, float[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, float[][], float[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, float[][], float[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProj(Projection, float[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
-
Convert lat/lon coordinates to projection coordinates.
- latLonToProjBB(LatLonRect) - Method in interface ucar.unidata.geoloc.Projection
-
Convert a lat/lon bounding box to a world coordinate bounding box, by finding the minimum enclosing box.
- latNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Normalize the latitude to lie between +/-90
- latToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Make a nicely formatted representation of a latitude, eg 40.34N or 12.9S.
- Layout - Interface in ucar.nc2.iosp
-
Iterator to read/write subsets of a multidimensional array, finding the contiguous chunks.
- Layout.Chunk - Interface in ucar.nc2.iosp
-
A chunk of data that is contiguous in both the source and destination.
- LayoutBB - Interface in ucar.nc2.iosp
-
A Layout that supplies the "source" ByteBuffer.
- LayoutBB.Chunk - Interface in ucar.nc2.iosp
-
A chunk of data that is contiguous in both the source and destination.
- LayoutBBTiled - Class in ucar.nc2.iosp
-
For datasets where the data are stored in chunks, and must be processed, eg compressed or filtered.
- LayoutBBTiled(LayoutBBTiled.DataChunkIterator, int[], int, Section) - Constructor for class ucar.nc2.iosp.LayoutBBTiled
-
Constructor.
- LayoutBBTiled.DataChunk - Interface in ucar.nc2.iosp
-
A data chunk
- LayoutBBTiled.DataChunkIterator - Interface in ucar.nc2.iosp
-
An iterator over the data chunks.
- LayoutRegular - Class in ucar.nc2.iosp
-
Indexer into data that has a "regular" layout, like netcdf-3 and hdf5 compact and contiguous storage.
- LayoutRegular(long, int, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutRegular
-
Constructor.
- LayoutRegularSegmented - Class in ucar.nc2.iosp
-
LayoutRegularSegmented has data stored in segments that are regularly spaced.
- LayoutRegularSegmented(long, int, long, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutRegularSegmented
-
Constructor.
- LayoutSegmented - Class in ucar.nc2.iosp
-
LayoutSegmented has data stored in segments.
- LayoutSegmented(long[], int[], int, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutSegmented
-
Constructor.
- LayoutTiled - Class in ucar.nc2.iosp
-
For datasets where the data are stored in chunks.
- LayoutTiled(LayoutTiled.DataChunkIterator, int[], int, Section) - Constructor for class ucar.nc2.iosp.LayoutTiled
-
Constructor.
- LayoutTiled.DataChunk - Class in ucar.nc2.iosp
-
The chunks of a tiled layout.
- LayoutTiled.DataChunkIterator - Interface in ucar.nc2.iosp
-
An iterator over DataChunk's
- LEAP_MONTH - Static variable in class ucar.nc2.constants.CF
- LEAP_YEAR - Static variable in class ucar.nc2.constants.CF
- length() - Method in class ucar.ma2.Range
- length() - Method in class ucar.ma2.RangeComposite
- length() - Method in interface ucar.ma2.RangeIterator
-
The number of index in this iterator.
- length() - Method in class ucar.ma2.RangeScatter
- length() - Method in class ucar.unidata.io.InMemoryRandomAccessFile
- length() - Method in class ucar.unidata.io.RandomAccessFile
-
Get the length of the file.
- level() - Method in class ucar.nc2.util.Indent
- license - Static variable in class ucar.nc2.constants.ACDD
- line - ucar.nc2.constants.CF.FeatureType
- LINE - Static variable in class ucar.nc2.constants.CF
- listFlds - Static variable in class thredds.client.catalog.Dataset
- LITTLE_ENDIAN - Static variable in class ucar.unidata.io.RandomAccessFile
- LnPressure - ucar.nc2.dataset.VerticalCT.Type
- location - Variable in class ucar.nc2.NetcdfFile.Builder
- Lon - ucar.nc2.constants.AxisType
- LON_MAX - Static variable in class ucar.nc2.constants.ACDD
- LON_MIN - Static variable in class ucar.nc2.constants.ACDD
- LON_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
- LON_UNITS - Static variable in class ucar.nc2.constants.ACDD
- LON_UNITS - Static variable in class ucar.nc2.constants.CDM
- lonDiff(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Find difference (lon1 - lon2) normalized so that maximum value is += 180.
- LONG - ucar.ma2.DataType
- LONG_NAME - Static variable in class ucar.nc2.constants.CDM
- LONG_NAME - Static variable in class ucar.nc2.constants.CF
- LONGITUDE - Static variable in class ucar.nc2.constants.CF
- LONGITUDE_OF_CENTRAL_MERIDIAN - Static variable in class ucar.nc2.constants.CF
- LONGITUDE_OF_PRIME_MERIDIAN - Static variable in class ucar.nc2.constants.CF
- LONGITUDE_OF_PROJECTION_ORIGIN - Static variable in class ucar.nc2.constants.CF
- lonNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Normalize the longitude to lie between +/-180
- lonNormal(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
put longitude into the range [center +/- 180] deg
- lonNormal360(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
put longitude into the range [0, 360] deg
- lonNormalFrom(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
put longitude into the range [start, start+360] deg
- lonToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
Make a nicely formatted representation of a longitude, eg 120.3W or 99.99E.
- lookupEnumInt(String) - Method in class ucar.nc2.EnumTypedef
-
Get the enum value corresponding to the name.
- lookupEnumString(int) - Method in class ucar.nc2.dataset.VariableDS
- lookupEnumString(int) - Method in class ucar.nc2.EnumTypedef
-
Get the name corresponding to the enum value.
- lookupEnumString(int) - Method in class ucar.nc2.Variable
-
Lookup the enum string for this value.
M
- main(String[]) - Static method in class ucar.nc2.util.CompareNetcdf2
- main(String[]) - Static method in class ucar.nc2.write.Nccopy
- main(String[]) - Static method in class ucar.nc2.write.Ncdump
-
Main program.
- make(int, int) - Static method in class ucar.ma2.Range
- make(Iterable<StructureData>) - Static method in class ucar.ma2.StructureDataFactory
- make(String, int) - Static method in class ucar.ma2.Range
- make(String, Object) - Static method in class ucar.ma2.StructureDataFactory
-
Make a StructureData with a single member of given name and value.
- make(List<RangeIterator>) - Static method in class ucar.ma2.Section
- make(StructureData...) - Static method in class ucar.ma2.StructureDataFactory
- make1DStringArray() - Method in class ucar.ma2.ArrayChar
-
Make this into the equivilent 1D ArrayObject of Strings.
- makeAccess(Dataset) - Method in class thredds.client.catalog.builder.AccessBuilder
- makeArray(DataType, int, double, double) - Static method in class ucar.ma2.Array
-
Make a 1D array from a start and incr.
- makeArray(DataType, String[]) - Static method in class ucar.ma2.Array
-
Make an 1D array from an array of strings.
- makeArray(DataType, List<String>) - Static method in class ucar.ma2.Array
-
Make an 1D array from a list of strings.
- makeArrayRankPlusOne(Array) - Static method in class ucar.ma2.Array
-
Add extra outermost dimension with len = 1.
- makeAttributeElement(Attribute) - Method in class ucar.nc2.write.NcmlWriter
- makeCalendarDate(double) - Method in class ucar.nc2.time.CalendarDateUnit
- makeCalendarDate(double) - Method in class ucar.nc2.units.DateUnit
-
Get the equivalent CalendarDate.
- makeCalendarDate(int) - Method in class ucar.nc2.time.CalendarDateUnit
- makeCalendarDateFromOffset(double) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
- makeCalendarDateFromOffset(String) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
- makeCatalog() - Method in class thredds.client.catalog.builder.CatalogBuilder
- makeCoordinateSystem() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.Create a Coordinate System object, using the list of coordinate axis names in the (required) axes field.
- makeCoordinateTransform(NetcdfDataset, AttributeContainer, Formatter, Formatter) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or registered CoordTransBuilder.
- makeCoordinateTransform(NetcdfDataset, AttributeContainer, Formatter, Formatter, ImmutableList<CoordinateAxis>) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or registered CoordTransBuilder.
- makeDataset(DatasetNode) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
- makeDataset(DatasetNode) - Method in class thredds.client.catalog.builder.DatasetBuilder
- makeDate(double) - Method in class ucar.nc2.units.DateUnit
-
Create a Date from this base unit and the given value.
- makeDimensionElement(Dimension) - Method in class ucar.nc2.write.NcmlWriter
- makeDimensionMap(Group.Builder, Multimap<Dimension, Variable.Builder<?>>) - Method in class ucar.nc2.Group.Builder
-
Make a multimap of Dimensions and all the variables that reference them, in this group and its nested groups.
- makeDimensionsAll(Variable) - Static method in class ucar.nc2.Dimensions
-
Get list of Dimensions, including parent Structure(s), if any.
- makeDimensionsAnon(int[]) - Static method in class ucar.nc2.Dimensions
-
Make a list of private dimensions from an array of lengths
- makeDimensionsList(String) - Method in class ucar.nc2.Group.Builder
-
Make list of dimensions by looking in this Group or parent groups
- makeDimensionsList(String) - Method in class ucar.nc2.Group
-
Create a dimension list using dimension names.
- makeDimensionsList(Dimensions.FindDimensionByName, String) - Static method in class ucar.nc2.Dimensions
-
Make a list of Dimensions from a list of names.
- makeDimensionsString() - Method in class ucar.nc2.Variable.Builder
- makeDimensionsString(List<Dimension>) - Static method in class ucar.nc2.Dimensions
-
Make a space-delineated String from a list of Dimension names, inverse of makeDimensionsList().
- makeDomain(Iterable<? extends Variable>) - Static method in class ucar.nc2.dataset.CoordinateSystem
- makeDummyTransformVariable(NetcdfDataset, CoordinateTransform) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform.
- makeEdges(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
-
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
- makeEnumTypedefElement(EnumTypedef) - Method in class ucar.nc2.write.NcmlWriter
- makeExplicitNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.write.NcmlWriter
- makeFromJavaArray(Object) - Static method in class ucar.ma2.Array
- makeFromJavaArray(Object, boolean) - Static method in class ucar.ma2.Array
-
Generate a new Array from a java array of any rank and type.
- makeFromString(String, int) - Static method in class ucar.ma2.ArrayChar
-
Create an ArrayChar from a String
- makeFromStringArray(ArrayObject) - Static method in class ucar.ma2.ArrayChar
-
Create an ArrayChar from an ArrayObject of Strings.
- makeFromStringArray(ArrayObject, int) - Static method in class ucar.ma2.ArrayChar
-
Create an ArrayChar from an ArrayObject of Strings.
- makeFullName() - Method in class ucar.nc2.Group.Builder
-
Make the full name of the this group.
- makeFullName(Group) - Static method in class ucar.nc2.NetcdfFiles
-
Create a Groups's full name with appropriate backslash escaping.
- makeFullName(Variable) - Static method in class ucar.nc2.NetcdfFiles
-
Create a Variable's full name with appropriate backslash escaping.
- makeFullNameSectionSpec(Variable) - Static method in class ucar.nc2.NetcdfFiles
-
Create a Variable's full name with appropriate backslash escaping for use in a section spec.
- makeGroupElement(Group) - Method in class ucar.nc2.write.NcmlWriter
- makeIntoCoordinateAxis() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.Turn the variable into a coordinate axis, if not already.
- makeName(List<CoordinateAxis>) - Static method in class ucar.nc2.dataset.CoordinateSystem
-
Create standard name from list of axes.
- makeNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.write.NcmlWriter
- makeObjectArray(DataType, Class, int[], Object) - Static method in class ucar.ma2.Array
-
Generate new Array with given type, shape, storage.
- makeOffsetFromRefDate(CalendarDate) - Method in class ucar.nc2.time.CalendarDateUnit
- makePrimitiveArray(int, DataType) - Static method in class ucar.nc2.iosp.IospHelper
-
Create 1D primitive array of the given size and type
- makePrimitiveArray(int, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Create 1D primitive array of the given size and type, fill it with the given value
- makeRootDirectory() - Static method in class ucar.nc2.util.DiskCache
-
Make sure that the current root directory exists.
- makeScalar(String, String, String, DataType) - Static method in class ucar.nc2.VariableSimpleBuilder
- makeSectionFromDimensions(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
-
Make a ucar.ma2.Section.Builder from an ordered set of Dimension objects.
- makeSectionSpecString() - Method in class ucar.nc2.ParsedSectionSpec
- makeSectionSpecString(Variable, List<Range>) - Static method in class ucar.nc2.ParsedSectionSpec
-
Make section specification String from a range list for a Variable.
- makeShape(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
-
Make an array of Dimension lengths.
- makeSliceBuilder(int, int) - Method in class ucar.nc2.Variable.Builder
-
Create a new Variable.Builder that is a logical slice of this one, by fixing the specified dimension at the specified index value.
- makeStandalone(String, String, String, String) - Static method in class thredds.client.catalog.Dataset
-
Construct an Dataset which refers to a urlPath.
- makeStandardDateString(double) - Method in class ucar.nc2.units.DateUnit
-
Make a standard GMT string representation from this unit and given value.
- makeString(String, String, String, int) - Static method in class ucar.nc2.VariableSimpleBuilder
- makeStructureMembers() - Method in class ucar.nc2.Structure
-
Create a StructureMembers object that describes this Structure.
- makeSubCounters() - Method in class ucar.nc2.util.Counters
- makeValidCDLName(String) - Static method in class ucar.nc2.NetcdfFiles
-
Escape special characters in a netcdf short name when it is intended for use in CDL.
- makeValidCdmObjectName(String) - Static method in class ucar.nc2.NetcdfFiles
-
Create a valid CDM object name.
- makeValidNetcdfObjectName(String) - Static method in enum ucar.nc2.write.NetcdfFileFormat
-
Convert a name to a legal netcdf-3 name.
- makeValue(Date) - Method in class ucar.nc2.units.DateUnit
-
Create the equivalent value from this base unit and the given Date.
- makeValuesElement(Variable, boolean) - Method in class ucar.nc2.write.NcmlWriter
-
Creates a
<values>
element from the variable's data. - makeVariableElement(Variable, boolean) - Method in class ucar.nc2.write.NcmlWriter
- makeVerticalTransform(NetcdfDataset, Dimension) - Method in class ucar.nc2.dataset.VerticalCT
-
Make the Vertical Transform function
- makeVlenArray(int[], Array[]) - Static method in class ucar.ma2.Array
-
Make a vlen array
- makeXEdgesRotated(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
-
Experimental: for WRF rotated (NMM "E") Grids
- makeYEdgesRotated(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
-
Experimental: for WRF rotated (NMM "E") Grids
- MAMath - Class in ucar.ma2
-
Element by element algebra on Arrays
- MAMath() - Constructor for class ucar.ma2.MAMath
- MAMath.MinMax - Class in ucar.ma2
-
Holds a minimum and maximum value.
- MAMath.ScaleOffset - Class in ucar.ma2
-
Holds a scale and offset.
- MAMatrix - Class in ucar.ma2
-
Abstraction for matrix operations.
- MAMatrix(int, int) - Constructor for class ucar.ma2.MAMatrix
-
Create an MAMatrix of the given shape.
- MAMatrix(Array) - Constructor for class ucar.ma2.MAMatrix
-
Create an MAMatrix using the given rank-2 array.
- MAVector - Class in ucar.ma2
-
Abstraction for vector operations.
- MAVector(double[]) - Constructor for class ucar.ma2.MAVector
-
Create an MAVector out of a double array
- MAVector(int) - Constructor for class ucar.ma2.MAVector
-
Create an MAVector of the given length.
- MAVector(Array) - Constructor for class ucar.ma2.MAVector
-
Create an MAVector using the given rank-1 array.
- max - Variable in class ucar.ma2.MAMath.MinMax
- maximum - ucar.nc2.constants.CF.CellMethods
- maybeData() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- MCIDAS_AREA - ucar.nc2.constants.DataFormatType
- mean - ucar.nc2.constants.CF.CellMethods
- median - ucar.nc2.constants.CF.CellMethods
- memberBuilder() - Static method in class ucar.ma2.StructureMembers
- memequal(byte[], byte[], int) - Static method in enum ucar.nc2.write.NetcdfFileFormat
- MERCATOR - Static variable in class ucar.nc2.constants.CF
- message - Variable in class ucar.nc2.util.IO.HttpResult
- Metadata - thredds.client.catalog.ServiceType.AccessType
- MetadataOther - Static variable in class thredds.client.catalog.Dataset
- MetadataOther(String, String, String, boolean, Object) - Constructor for class thredds.client.catalog.ThreddsMetadata.MetadataOther
- MetadataOther(String, String, String, String, String, boolean) - Constructor for class thredds.client.catalog.ThreddsMetadata.MetadataOther
- meterUnit - Static variable in class ucar.nc2.units.SimpleUnit
- mid_range - ucar.nc2.constants.CF.CellMethods
- Millisec - ucar.nc2.time.CalendarPeriod.Field
- MILLISECS_IN_DAY - Static variable in class ucar.nc2.time.CalendarDate
- MILLISECS_IN_HOUR - Static variable in class ucar.nc2.time.CalendarDate
- MILLISECS_IN_MINUTE - Static variable in class ucar.nc2.time.CalendarDate
- MILLISECS_IN_MONTH - Static variable in class ucar.nc2.time.CalendarDate
- MILLISECS_IN_SECOND - Static variable in class ucar.nc2.time.CalendarDate
- MILLISECS_IN_YEAR - Static variable in class ucar.nc2.time.CalendarDate
- min - Variable in class ucar.ma2.MAMath.MinMax
- minimum - ucar.nc2.constants.CF.CellMethods
- MinMax(double, double) - Constructor for class ucar.ma2.MAMath.MinMax
- Minute - ucar.nc2.time.CalendarPeriod.Field
- Misc - Class in ucar.nc2.util
-
Miscellaneous static routines.
- Misc() - Constructor for class ucar.nc2.util.Misc
- MISSING_VALUE - Static variable in class ucar.nc2.constants.CDM
- MISSING_VALUE - Static variable in class ucar.nc2.constants.CF
- missingDataIsMissing() - Method in class ucar.nc2.dataset.VariableDS
- mode - ucar.nc2.constants.CF.CellMethods
- ModelBaseDate - Static variable in class ucar.nc2.constants._Coordinate
- ModelRunDate - Static variable in class ucar.nc2.constants._Coordinate
- modify(StructureData) - Method in interface ucar.ma2.StructureDataMediator
- Month - ucar.nc2.time.CalendarPeriod.Field
- MPEG - ucar.nc2.constants.DataFormatType
- multiply(int) - Method in class ucar.nc2.time.CalendarPeriod
-
Multiply the period by an integer
- multiply(MAMatrix, MAMatrix) - Static method in class ucar.ma2.MAMatrix
-
Matrix multiply: return m1 * m2.
N
- name - Variable in class thredds.client.catalog.ThreddsMetadata.Contributor
- name - Variable in class thredds.client.catalog.ThreddsMetadata.Source
- name - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
- name - Variable in class ucar.nc2.dataset.CoordinateTransform.Builder
- names - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- namespaceURI - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- naming_authority - Static variable in class ucar.nc2.constants.ACDD
- Nc4Chunking - Interface in ucar.nc2.write
-
Interface for strategies deciding how to chunk netcdf-4 variables.
- Nc4Chunking.Strategy - Enum in ucar.nc2.write
- Nc4ChunkingDefault - Class in ucar.nc2.write
-
Default chunking strategy.
- Nc4ChunkingDefault() - Constructor for class ucar.nc2.write.Nc4ChunkingDefault
- Nc4ChunkingDefault(int, boolean) - Constructor for class ucar.nc2.write.Nc4ChunkingDefault
- Nc4ChunkingStrategy - Class in ucar.nc2.write
-
Abstract superclass for netcdf-4 chunking strategy.
- Nc4ChunkingStrategyGrib - Class in ucar.nc2.write
-
chunk on last 2 dimensions, like GRIB
- Nc4ChunkingStrategyGrib(int, boolean) - Constructor for class ucar.nc2.write.Nc4ChunkingStrategyGrib
- Nc4ChunkingStrategyNone - Class in ucar.nc2.write
-
No chunking is done, except for unlimited variables.
- Nc4ChunkingStrategyNone() - Constructor for class ucar.nc2.write.Nc4ChunkingStrategyNone
- Nccopy - Class in ucar.nc2.write
-
Utility to implement nccopy command line utility.
- Nccopy() - Constructor for class ucar.nc2.write.Nccopy
- ncdump(String, Writer, CancelTask) - Static method in class ucar.nc2.write.Ncdump
-
ncdump that parses a command string.
- ncdump(NetcdfFile, String, Writer, CancelTask) - Static method in class ucar.nc2.write.Ncdump
-
ncdump, parsing command string, file already open.
- Ncdump - Class in ucar.nc2.write
-
Utility to implement ncdump.
- Ncdump.Builder - Class in ucar.nc2.write
- Ncdump.WantValues - Enum in ucar.nc2.write
-
Tell Ncdump if you want values printed.
- ncfile - Variable in class ucar.nc2.Variable.Builder
- NcJSON - thredds.client.catalog.ServiceType
- Ncml - Static variable in class thredds.client.catalog.Dataset
- NCML - thredds.client.catalog.ServiceType
- NCML - ucar.nc2.constants.DataFormatType
- ncmlNS - Static variable in class thredds.client.catalog.Catalog
- ncmlNSHttps - Static variable in class thredds.client.catalog.Catalog
- NcmlWriter - Class in ucar.nc2.write
-
Helper class to write NcML.
- NcmlWriter() - Constructor for class ucar.nc2.write.NcmlWriter
-
Constructor with default values
- NcmlWriter(Namespace, Format, Predicate<? super Variable>) - Constructor for class ucar.nc2.write.NcmlWriter
-
Constructor allows you to set parameters.
- NcmlWriter.WriteVariablesWithNamesPredicate - Class in ucar.nc2.write
-
Predicate that returns
true
for variables whose names are specified to the constructor. - NCPROPERTIES - Static variable in class ucar.nc2.constants.CDM
- NCSTREAM - ucar.nc2.write.NetcdfFileFormat
- nearlyEquals(double, double) - Static method in class ucar.nc2.util.Misc
-
AbsoluteDifference is less than
Misc.defaultMaxRelativeDiffDouble
. - nearlyEquals(double, double, double) - Static method in class ucar.nc2.util.Misc
-
RelativeDifference is less than maxRelDiff.
- nearlyEquals(float, float) - Static method in class ucar.nc2.util.Misc
-
AbsoluteDifference is less than
Misc.defaultMaxRelativeDiffFloat
. - nearlyEquals(float, float, float) - Static method in class ucar.nc2.util.Misc
-
RelativeDifference is less than maxRelDiff.
- nearlyEquals(Array, Array) - Static method in class ucar.ma2.MAMath
-
Returns true if the specified arrays have the same size, signedness, and approximately equal corresponding elements.
- nearlyEquals(LatLonPoint) - Method in interface ucar.unidata.geoloc.LatLonPoint
-
Returns the result of
LatLonPoint.nearlyEquals(LatLonPoint, double)
, withMisc.defaultMaxRelativeDiffDouble
. - nearlyEquals(LatLonPoint, double) - Method in interface ucar.unidata.geoloc.LatLonPoint
-
Returns
true
if this point is nearly equal tothat
. - nearlyEquals(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
-
Returns the result of
LatLonRect.nearlyEquals(LatLonRect, double)
, withMisc.defaultMaxRelativeDiffFloat
. - nearlyEquals(LatLonRect, double) - Method in class ucar.unidata.geoloc.LatLonRect
-
Returns
true
if this rectangle is nearly equal toother
. - nearlyEquals(ProjectionPoint) - Method in interface ucar.unidata.geoloc.ProjectionPoint
-
Returns the result of
ProjectionPoint.nearlyEquals(ProjectionPoint, double)
, withMisc.defaultMaxRelativeDiffDouble
. - nearlyEquals(ProjectionPoint, double) - Method in interface ucar.unidata.geoloc.ProjectionPoint
-
Returns
true
if this point is nearly equal toother
. - nearlyEquals(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the result of
ProjectionRect.nearlyEquals(ProjectionRect, double)
, withMisc.defaultMaxRelativeDiffFloat
. - nearlyEquals(ProjectionRect, double) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns
true
if this rectangle is nearly equal toother
. - nearlyEqualsAbs(double, double, double) - Static method in class ucar.nc2.util.Misc
-
AbsoluteDifference is less than maxAbsDiff.
- nearlyEqualsAbs(float, float, float) - Static method in class ucar.nc2.util.Misc
-
AbsoluteDifference is less than maxAbsDiff.
- NestedDirectory - ucar.nc2.util.DiskCache2.CachePathPolicy
- NestedTruncate - ucar.nc2.util.DiskCache2.CachePathPolicy
- NETCDF - ucar.nc2.constants.DataFormatType
- NETCDF3 - ucar.nc2.write.NetcdfFileFormat
- NETCDF3_64BIT_DATA - ucar.nc2.write.NetcdfFileFormat
- NETCDF3_64BIT_OFFSET - ucar.nc2.write.NetcdfFileFormat
- NETCDF4 - ucar.nc2.constants.DataFormatType
- NETCDF4 - ucar.nc2.write.NetcdfFileFormat
- NETCDF4_CLASSIC - ucar.nc2.write.NetcdfFileFormat
- Netcdf4ObjectFilter() - Constructor for class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
- NetcdfCopier - Class in ucar.nc2.write
-
Utility class for copying a NetcdfFile object, or parts of one, to a netcdf-3 or netcdf-4 disk file.
- NetcdfDataset - Class in ucar.nc2.dataset
-
NetcdfDataset
extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems. - NetcdfDataset.Builder<T extends NetcdfDataset.Builder<T>> - Class in ucar.nc2.dataset
- NetcdfDataset.Enhance - Enum in ucar.nc2.dataset
-
Possible enhancements for a NetcdfDataset
- NetcdfDatasets - Class in ucar.nc2.dataset
-
Static helper methods for NetcdfDataset
- NetcdfDatasets() - Constructor for class ucar.nc2.dataset.NetcdfDatasets
- NetcdfFile - Class in ucar.nc2
-
Read-only scientific datasets that are accessible through the netCDF API.
- NetcdfFile.Builder<T extends NetcdfFile.Builder<T>> - Class in ucar.nc2
-
A builder of NetcdfFile objects.
- NetcdfFileFormat - Enum in ucar.nc2.write
-
Enumeration of the kinds of NetCDF file formats.
- NetcdfFileProvider - Interface in ucar.nc2.dataset.spi
-
A Service Provider of NetcdfFile.
- NetcdfFiles - Class in ucar.nc2
-
Static helper methods for NetcdfFile objects.
- NetcdfFiles() - Constructor for class ucar.nc2.NetcdfFiles
- NetcdfFormatWriter - Class in ucar.nc2.write
-
Writes Netcdf 3 or 4 formatted files to disk.
- NetcdfFormatWriter.Builder - Class in ucar.nc2.write
- NetcdfSubset - thredds.client.catalog.ServiceType
- NEXRAD2 - ucar.nc2.constants.DataFormatType
- next() - Method in class ucar.ma2.Array
-
Return the next object in the local iterator.
- next() - Method in class ucar.ma2.ArrayChar.StringIterator
- next() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
- next() - Method in interface ucar.ma2.IndexIterator
-
Get next value as an Object
- next() - Method in class ucar.ma2.IteratorFast
- next() - Method in class ucar.ma2.SectionIterable.SectionIterator
- next() - Method in class ucar.ma2.SequenceIterator
- next() - Method in interface ucar.ma2.StructureDataIterator
-
Get the next StructureData in the iteration.
- next() - Method in class ucar.ma2.StructureDataIteratorLimited
- next() - Method in class ucar.ma2.StructureDataIteratorMediated
- next() - Method in class ucar.nc2.iosp.IndexChunker
-
Get the next chunk
- next() - Method in class ucar.nc2.iosp.IndexChunkerTiled
- next() - Method in interface ucar.nc2.iosp.Layout
-
Get the next chunk
- next() - Method in interface ucar.nc2.iosp.LayoutBB
-
Get the next chunk
- next() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunkIterator
- next() - Method in class ucar.nc2.iosp.LayoutBBTiled
- next() - Method in class ucar.nc2.iosp.LayoutRegular
- next() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
- next() - Method in class ucar.nc2.iosp.LayoutSegmented
- next() - Method in interface ucar.nc2.iosp.LayoutTiled.DataChunkIterator
- next() - Method in class ucar.nc2.iosp.LayoutTiled
- next(int[]) - Method in class ucar.ma2.Section.Iterator
-
Get the position in the equivalant 1D array of shape[]
- next(int[]) - Method in class ucar.ma2.SectionIterable.SectionIterator
-
Get the position in the equivalant 1D array of shape[]
- nextBoolean() - Method in class ucar.ma2.Array
-
Return the next boolean in the local iterator.
- nextByte() - Method in class ucar.ma2.Array
-
Return the next byte in the local iterator.
- nextChar() - Method in class ucar.ma2.Array
-
Return the next char in the local iterator.
- nextDouble() - Method in class ucar.ma2.Array
-
Return the next double in the local iterator.
- nextFloat() - Method in class ucar.ma2.Array
-
Return the next float in the local iterator.
- nextInt() - Method in class ucar.ma2.Array
-
Return the next int in the local iterator.
- nextLong() - Method in class ucar.ma2.Array
-
Return the next long in the local iterator.
- nextOuter() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
- nextOuter() - Method in class ucar.nc2.iosp.LayoutSegmented
- nextShort() - Method in class ucar.ma2.Array
-
Return the next short in the local iterator.
- NIDS - ucar.nc2.constants.DataFormatType
- NJ22_NAMESPACE - Static variable in class thredds.client.catalog.Catalog
- NJ22_NAMESPACE_HTTPS - Static variable in class thredds.client.catalog.Catalog
- NODE_COORDINATES - Static variable in class ucar.nc2.constants.CF
- NODE_COUNT - Static variable in class ucar.nc2.constants.CF
- NODES - Static variable in class ucar.nc2.constants.CF
- noleap - ucar.nc2.time.Calendar
- none - ucar.nc2.time.Calendar
- none - ucar.nc2.write.Nc4Chunking.Strategy
- none - ucar.nc2.write.Ncdump.WantValues
- norm() - Method in class ucar.ma2.MAVector
-
Get the L2 norm of this vector.
- normalize() - Method in class ucar.ma2.MAVector
-
Normalize this vector, so it has norm = 1.0.
- NORMALIZE - Static variable in class ucar.nc2.constants.CDM
- NORTH_POLE_GRID_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- northsouth - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- NotAThreddsDataset - Static variable in class thredds.client.catalog.Dataset
O
- OBJECT - ucar.ma2.DataType
- objectSize - Static variable in class ucar.nc2.util.Misc
-
Estimates object size in bytes
- ocean_double_sigma_coordinate - Static variable in class ucar.nc2.constants.CF
- ocean_s_coordinate - Static variable in class ucar.nc2.constants.CF
- ocean_sigma_coordinate - Static variable in class ucar.nc2.constants.CF
- ocean_sigma_z_coordinate - Static variable in class ucar.nc2.constants.CF
- OceanS - ucar.nc2.dataset.VerticalCT.Type
- OceanSG1 - ucar.nc2.dataset.VerticalCT.Type
- OceanSG2 - ucar.nc2.dataset.VerticalCT.Type
- OceanSigma - ucar.nc2.dataset.VerticalCT.Type
- of(int, CalendarPeriod.Field) - Static method in class ucar.nc2.time.CalendarPeriod
- of(long) - Static method in class ucar.nc2.time.CalendarDate
-
Create CalendarDate from msecs since epoch Uses standard Calendar.
- of(String) - Static method in class ucar.nc2.time.CalendarPeriod
-
Convert a udunit period string into a CalendarPeriod
- of(String, String) - Static method in class ucar.nc2.time.CalendarDateUnit
-
Create a CalendarDateUnit from a calendar name and a udunit string = "unit since calendarDate"
- of(Date) - Static method in class ucar.nc2.time.CalendarDate
-
Create CalendarDate from a java.util.Date.
- of(Date, Date) - Static method in class ucar.nc2.time.CalendarDateRange
- of(CalendarDate, CalendarDate) - Static method in class ucar.nc2.time.CalendarDateRange
- of(Calendar, int, int, int, int, int, int) - Static method in class ucar.nc2.time.CalendarDate
-
Get Calendar date from fields.
- of(Calendar, long) - Static method in class ucar.nc2.time.CalendarDate
-
Create CalendarDate from msecs since epoch Uses the given Calendar.
- of(Calendar, CalendarPeriod.Field, CalendarDate) - Static method in class ucar.nc2.time.CalendarDateUnit
-
Create a CalendarDateUnit from a calendar, a CalendarPeriod.Field, and a base date
- of(TimeDuration) - Static method in class ucar.nc2.time.CalendarPeriod
- offset - Variable in class ucar.ma2.MAMath.ScaleOffset
- offset - Variable in class ucar.nc2.iosp.LayoutTiled.DataChunk
- offset(Section) - Method in class ucar.ma2.Section
-
Compute the element offset of an intersecting subrange of this.
- offsetFromRefDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
- ONE - Static variable in class ucar.ma2.Range
- OneDirectory - ucar.nc2.util.DiskCache2.CachePathPolicy
- OPAQUE - ucar.ma2.DataType
- open(String) - Static method in class ucar.nc2.NetcdfFiles
-
Open an existing netcdf file (read only).
- open(String) - Method in class ucar.unidata.io.InMemoryRandomAccessFile.Provider
- open(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
-
Open a location that this Provider is the owner of.
- open(String, int) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
-
Open a location that this Provider is the owner of, with the given buffer size
- open(String, int, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
-
Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency.
- open(String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
-
Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency, with an optional special object for the iosp.
- open(String, String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
-
Open an existing file (read only), specifying which IOSP is to be used.
- open(String, CancelTask) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
-
Open a location that this Provider is the owner of.
- open(String, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
-
Open an existing file (read only), with option of cancelling.
- open(NetcdfDataset.Builder) - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
- open(RandomAccessFile, String, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
-
Open a RandomAccessFile as a NetcdfFile, if possible.
- open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- OPENDAP - thredds.client.catalog.ServiceType
- OPENDAPG - thredds.client.catalog.ServiceType
- openDataset(String) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
- openDataset(String, boolean, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
- openDataset(String, boolean, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
- openDataset(DatasetUrl, Set<NetcdfDataset.Enhance>, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
- openExisting(String) - Static method in class ucar.nc2.write.NetcdfFormatWriter
-
Open an existing Netcdf file for writing data.
- openFile(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
- openFile(DatasetUrl, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Factory method for opening a NetcdfFile through the netCDF API.
- openInMemory(String) - Static method in class ucar.nc2.NetcdfFiles
-
Read a local CDM file into memory.
- openInMemory(String, byte[]) - Static method in class ucar.nc2.NetcdfFiles
-
Open an in-memory netcdf file.
- openInMemory(String, byte[], String) - Static method in class ucar.nc2.NetcdfFiles
-
Open an in-memory netcdf file, with a specific iosp.
- openInMemory(URI) - Static method in class ucar.nc2.NetcdfFiles
-
Read a remote CDM file into memory.
- openNcmlDataset(Reader, String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Read NcML doc from a Reader, and construct a NetcdfDataset.Builder.
- order(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Change the current endian mode.
- order(ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
- orgDataType - Variable in class ucar.nc2.dataset.VariableDS.Builder
- orgFile - Variable in class ucar.nc2.dataset.NetcdfDataset.Builder
- orgFileTypeId - Variable in class ucar.nc2.dataset.VariableDS.Builder
- orgVar - Variable in class ucar.nc2.dataset.VariableDS.Builder
- ORTHOGRAPHIC - Static variable in class ucar.nc2.constants.CF
P
- paramsToString() - Method in interface ucar.unidata.geoloc.Projection
-
String representation of the projection parameters.
- parse(String) - Method in class ucar.nc2.time.CalendarDateFormatter
- parseCalendarDate(String) - Static method in class ucar.nc2.units.DateUnit
- ParsedSectionSpec - Class in ucar.nc2
-
A String expression for denoting a section of a Variable to be read.
- ParsedSectionSpec() - Constructor for class ucar.nc2.ParsedSectionSpec
-
Public simple constructor
- ParsedSectionSpec(Variable, Section) - Constructor for class ucar.nc2.ParsedSectionSpec
- parseISOformat(String, String) - Static method in class ucar.nc2.time.CalendarDate
-
Get CalendarDate from ISO date string
- parseUdunits(String, String) - Static method in class ucar.nc2.time.CalendarDate
-
Get CalendarDate from udunit date string
- parseUdunitsOrIso(String, String) - Static method in class ucar.nc2.time.CalendarDate
-
Get CalendarDate from ISO date string
- parseVariableSection(NetcdfFile, String) - Static method in class ucar.nc2.ParsedSectionSpec
-
Parse a section specification String.
- parseW3CDuration(String) - Static method in class ucar.nc2.units.TimeDuration
-
A time span as defined in the W3C XML Schema 1.0 specification: "PnYnMnDTnHnMnS, where nY represents the number of years, nM the number of months, nD the number of days, 'T' is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds.
- PART_NODE_COUNT - Static variable in class ucar.nc2.constants.CF
- past(Range) - Method in class ucar.ma2.Range
-
If this range is completely past the wanted range
- permitCaching - Static variable in class ucar.nc2.Variable
-
Globally permit or prohibit caching.
- permute(int[]) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by permuting the indices.
- PERSPECTIVE_POINT_HEIGHT - Static variable in class ucar.nc2.constants.CF
- PLAIN - ucar.nc2.constants.DataFormatType
- PLATFORM_ID - Static variable in class ucar.nc2.constants.CF
- PLATFORM_NAME - Static variable in class ucar.nc2.constants.CF
- point - ucar.nc2.constants.CF.CellMethods
- point - ucar.nc2.constants.CF.FeatureType
- POINT - ucar.nc2.constants.FeatureType
- POINT - Static variable in class ucar.nc2.constants.CF
- POLAR_STEREOGRAPHIC - Static variable in class ucar.nc2.constants.CF
- polygon - ucar.nc2.constants.CF.FeatureType
- POLYGON - Static variable in class ucar.nc2.constants.CF
- positive - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- POSITIVE - Static variable in class ucar.nc2.constants.CF
- POSITIVE_DOWN - Static variable in class ucar.nc2.constants.CF
- POSITIVE_UP - Static variable in class ucar.nc2.constants.CF
- postMultiplyDiagonal(MAVector) - Method in class ucar.ma2.MAMatrix
-
Matrix multiply by a diagonal matrix, store result in this: this = this * diag
- prefix - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- preMultiplyDiagonal(MAVector) - Method in class ucar.ma2.MAMatrix
-
Matrix multiply by a diagonal matrix, store result in this: this = diag * this
- prepend(Section) - Method in class ucar.ma2.Section
- present() - Static method in class ucar.nc2.time.CalendarDate
-
Get a CalendarDate representing the present moment
- present(Calendar) - Static method in class ucar.nc2.time.CalendarDate
- Pressure - ucar.nc2.constants.AxisType
- pressureUnit - Static variable in class ucar.nc2.units.SimpleUnit
- print() - Method in class ucar.nc2.write.Ncdump
- printArray(Array) - Static method in class ucar.nc2.write.Ncdump
-
Print array to returned String.
- printArray(Array, String, CancelTask) - Static method in class ucar.nc2.write.Ncdump
-
Print named array to returned String.
- printArrayPlain(Array) - Static method in class ucar.nc2.write.Ncdump
-
Print array as undifferentiated sequence of values.
- printStructureData(StructureData) - Static method in class ucar.nc2.write.Ncdump
-
Print StructureData to returned String.
- printVariableData(Variable, CancelTask) - Static method in class ucar.nc2.write.Ncdump
-
Print all the data of the given Variable.
- processing_level - Static variable in class ucar.nc2.constants.ACDD
- profile - ucar.nc2.constants.CF.FeatureType
- PROFILE - ucar.nc2.constants.FeatureType
- PROFILE_ID - Static variable in class ucar.nc2.constants.CF
- projection - Variable in class ucar.nc2.dataset.ProjectionCT.Builder
- Projection - ucar.nc2.dataset.TransformType
- Projection - Interface in ucar.unidata.geoloc
-
Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
- PROJECTION_X_ANG_COORDINATE - Static variable in class ucar.nc2.constants.CF
- PROJECTION_X_COORDINATE - Static variable in class ucar.nc2.constants.CF
- PROJECTION_Y_ANG_COORDINATE - Static variable in class ucar.nc2.constants.CF
- PROJECTION_Y_COORDINATE - Static variable in class ucar.nc2.constants.CF
- ProjectionCT - Class in ucar.nc2.dataset
-
A Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon).
- ProjectionCT(String, String, ProjectionImpl) - Constructor for class ucar.nc2.dataset.ProjectionCT
-
Create a Projection Coordinate Transform.
- ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> - Class in ucar.nc2.dataset
- ProjectionPoint - Interface in ucar.unidata.geoloc
-
Points on the Projective geometry plane.
- ProjectionRect - Class in ucar.unidata.geoloc
-
Bounding box for ProjectionPoint's.
- ProjectionRect() - Constructor for class ucar.unidata.geoloc.ProjectionRect
-
default constructor, initialized to center (0,0) and width (10000, 10000)
- ProjectionRect(double, double, double, double) - Constructor for class ucar.unidata.geoloc.ProjectionRect
-
construct a MapArea from any two opposite corner points
- ProjectionRect(ProjectionPoint, double, double) - Constructor for class ucar.unidata.geoloc.ProjectionRect
-
Construct a ProjectionRect from any two opposite corner points.
- ProjectionRect(ProjectionPoint, ProjectionPoint) - Constructor for class ucar.unidata.geoloc.ProjectionRect
-
Construct a ProjectionRect from any two opposite corner points.
- ProjectionRect(ProjectionRect) - Constructor for class ucar.unidata.geoloc.ProjectionRect
-
Copy Constructor
- Projections - Class in ucar.unidata.geoloc
-
Static utilities for Projection.
- Projections() - Constructor for class ucar.unidata.geoloc.Projections
- Projects - Static variable in class thredds.client.catalog.Dataset
- projToLatLon(double, double) - Method in interface ucar.unidata.geoloc.Projection
-
Convert projection x, y to LatLonPoint point.
- projToLatLon(Projection, double[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert projection coordinates to lat/lon coordinates.
- projToLatLon(Projection, double[][], double[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert projection coordinates to lat/lon coordinate.
- projToLatLon(Projection, float[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert projection coordinates to lat/lon coordinates.
- projToLatLon(Projection, float[][], float[][]) - Static method in class ucar.unidata.geoloc.Projections
-
Convert projection coordinates to lat/lon coordinate.
- projToLatLon(ProjectionPoint) - Method in interface ucar.unidata.geoloc.Projection
-
Convert projection coordinates to a LatLonPoint.
- proleptic_gregorian - ucar.nc2.time.Calendar
- Properties - Static variable in class thredds.client.catalog.Dataset
- Property - Class in thredds.client.catalog
-
Client catalog name/value pair
- Property(String, String) - Constructor for class thredds.client.catalog.Property
- Provider() - Constructor for class ucar.unidata.io.InMemoryRandomAccessFile.Provider
- proxyReader - Variable in class ucar.nc2.Variable.Builder
- ProxyReader - Interface in ucar.nc2
-
Something that knows how to read the data for a Variable.
- publisher_email - Static variable in class ucar.nc2.constants.ACDD
- publisher_institution - Static variable in class ucar.nc2.constants.ACDD
- publisher_institution_info - Static variable in class ucar.nc2.constants.ACDD
- publisher_name - Static variable in class ucar.nc2.constants.ACDD
- publisher_project - Static variable in class ucar.nc2.constants.ACDD
- publisher_project_info - Static variable in class ucar.nc2.constants.ACDD
- publisher_url - Static variable in class ucar.nc2.constants.ACDD
- Publishers - Static variable in class thredds.client.catalog.Dataset
- put(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
- putInheritedField(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
- putToURL(String, String) - Static method in class ucar.nc2.util.IO
-
use HTTP PUT to send the contents to the named URL.
Q
- QUICKTIME - ucar.nc2.constants.DataFormatType
R
- RADIAL - ucar.nc2.constants.FeatureType
- RadialAzimuth - ucar.nc2.constants.AxisType
- RadialDistance - ucar.nc2.constants.AxisType
- RadialElevation - ucar.nc2.constants.AxisType
- RAGGED_PARENTINDEX - Static variable in class ucar.nc2.constants.CF
- RAGGED_ROWSIZE - Static variable in class ucar.nc2.constants.CF
- RandomAccessFile - Class in ucar.unidata.io
-
A class intended as drop-in replacement for java.io.RandomAccessFile, with some notable extensions: Buffered I/O: instances of this class realise substantial speed increases over * java.io.RandomAccessFile through the use of buffering. Read String methods support user-specified Charsets (default UTF-8). Support for both big and little endiannness on reads and write: users may specify the byte order for I/O operations. Support for distributed file access through the RandomAccessDirectory subclass. This is a subclass of Object, as it was not possible to subclass java.io.RandomAccessFile because many of the methods are final.
- RandomAccessFile(String, String) - Constructor for class ucar.unidata.io.RandomAccessFile
-
Constructor, default buffer size.
- RandomAccessFile(String, String, int) - Constructor for class ucar.unidata.io.RandomAccessFile
-
Constructor.
- RandomAccessFileProvider - Interface in ucar.unidata.io.spi
-
A Service Provider of RandomAccessFile.
- Range - Class in ucar.ma2
-
Represents a set of integers, used as an index for arrays.
- Range(int) - Constructor for class ucar.ma2.Range
-
Create a range starting at zero, with unit stride.
- Range(int, int) - Constructor for class ucar.ma2.Range
-
Create a range with unit stride.
- Range(int, int, int) - Constructor for class ucar.ma2.Range
-
Create a range with a specified values.
- Range(String, int, int) - Constructor for class ucar.ma2.Range
-
Create a named range with unit stride.
- Range(String, int, int, int) - Constructor for class ucar.ma2.Range
-
Create a named range with a specified name and values.
- range180(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
put longitude into the range [-180, 180] deg
- RangeComposite - Class in ucar.ma2
-
A Composite of other RangeIterators.
- RangeComposite(String, List<RangeIterator>) - Constructor for class ucar.ma2.RangeComposite
- RangeIterator - Interface in ucar.ma2
-
Generalization of Range (which is restricted to (start:stop:stride).
- RangeScatter - Class in ucar.ma2
-
A Range of indices describes by a list, rather than start:stop:stride.
- RangeScatter(String, int...) - Constructor for class ucar.ma2.RangeScatter
-
Ctor
- reacquire() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- reacquire() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Reacquire any resources like file handles Used when reactivating in cache.
- read() - Method in class ucar.nc2.Variable
-
Read all the data for this Variable and return a memory resident Array.
- read() - Method in class ucar.unidata.io.RandomAccessFile
-
Read a byte of data from the file, blocking until data is available.
- read(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
-
Read up to
b.length( )
bytes into an array. - read(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read up to
len
bytes into an array, at a specified offset. - read(int[], int[]) - Method in class ucar.nc2.Sequence
- read(int[], int[]) - Method in class ucar.nc2.Variable
-
Read a section of the data for this Variable and return a memory resident Array.
- read(String) - Method in class ucar.nc2.Sequence
- read(String) - Method in class ucar.nc2.Variable
-
Read data section specified by a "section selector", and return a memory resident Array.
- read(List<Range>) - Method in class ucar.nc2.Sequence
- read(List<Range>) - Method in class ucar.nc2.Variable
-
Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
- read(Section) - Method in class ucar.nc2.Sequence
- read(Section) - Method in class ucar.nc2.Variable
-
Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
- ReadableRemoteFile - Interface in ucar.unidata.io
-
A remote file that can be read from.
- readBoolean() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a
boolean
from this file. - readByte() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a signed 8-bit value from this file.
- readBytes(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read up to
len
bytes into an array, at a specified offset. - readBytes(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read fully count number of bytes
- readCatref() - Method in class thredds.client.catalog.CatalogRef
- readChar() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a Unicode character from this file.
- readContents(InputStream) - Static method in class ucar.nc2.util.IO
-
Read the contents from the inputStream and place into a String, with any error messages put in the return String.
- readContents(InputStream, String) - Static method in class ucar.nc2.util.IO
-
Read the contents from the inputStream and place into a String, with any error messages put in the return String.
- readContentsToByteArray(InputStream) - Static method in class ucar.nc2.util.IO
-
Read the contents from the inputStream and place into a byte array, with any error messages put in the return String.
- readData(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from ByteBuffer, place in given primitive array.
- readData(Variable, Section) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Read data from a top level Variable and return a memory resident Array.
- readData(PositioningDataInputStream, Layout, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from PositioningDataInputStream, place in given primitive array.
- readData(RandomAccessFile, Layout, DataType, Object, int, boolean) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from RandomAccessFile, place in given primitive array.
- readDataFill(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from ByteBuffer, create primitive array of size Layout.getTotalNelems.
- readDataFill(PositioningDataInputStream, Layout, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from PositioningDataInputStream, create primitive array of size Layout.getTotalNelems.
- readDataFill(RandomAccessFile, Layout, DataType, Object, int) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from RandomAccessFile, create primitive array of size Layout.getTotalNelems.
- readDataFill(RandomAccessFile, Layout, DataType, Object, int, boolean) - Static method in class ucar.nc2.iosp.IospHelper
- readDouble() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a
double
from this file. - readDouble(double[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an array of doubles
- readFile(String) - Static method in class ucar.nc2.util.IO
-
Read the contents from the named file and place into a String, assuming UTF-8 encoding.
- readFileToByteArray(String) - Static method in class ucar.nc2.util.IO
-
Read the file and place contents into a byte array, with any error messages put in the return String.
- readFloat() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a
float
from this file. - readFloat(float[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an array of floats
- readFully(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
-
Reads
b.length
bytes from this file into the byte array. - readFully(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Reads exactly
len
bytes from this file into the byte array. - readInt() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a signed 32-bit integer from this file.
- readInt(int[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an array of ints
- readIntUnbuffered(long) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an integer at the given position, bypassing all buffering.
- readLine() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads the next line of text from this file.
- readLine(Charset) - Method in class ucar.unidata.io.RandomAccessFile
-
Read the next line of text as the specified charset The charset parameter is an extension not implemented in java.io.RandomAccessFile.
- readLong() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a signed 64-bit integer from this file.
- readLong(long[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an array of longs
- readRemote(long, byte[], int, int) - Method in interface ucar.unidata.io.ReadableRemoteFile
-
Read directly from the remote service.
- readScalarByte() - Method in class ucar.nc2.Variable
-
Get the value as a byte for a scalar Variable.
- readScalarDouble() - Method in class ucar.nc2.Variable
-
Get the value as a double for a scalar Variable.
- readScalarFloat() - Method in class ucar.nc2.Variable
-
Get the value as a float for a scalar Variable.
- readScalarInt() - Method in class ucar.nc2.Variable
-
Get the value as a int for a scalar Variable.
- readScalarLong() - Method in class ucar.nc2.Variable
-
Get the value as a long for a scalar Variable.
- readScalarShort() - Method in class ucar.nc2.Variable
-
Get the value as a short for a scalar Variable.
- readScalarString() - Method in class ucar.nc2.Variable
-
Get the value as a String for a scalar Variable.
- readSection(String) - Method in class ucar.nc2.NetcdfFile
-
Read a variable using the given section specification.
- readSection(ParsedSectionSpec) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- readSection(ParsedSectionSpec) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Allows reading sections of nested variables
- readSection(ParsedSectionSpec) - Static method in class ucar.nc2.iosp.IospHelper
- readShort() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads a signed 16-bit number from this file.
- readShort(short[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read an array of shorts
- readString(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read a String of known length.
- readString(int, Charset) - Method in class ucar.unidata.io.RandomAccessFile
-
Read a String of known length as the specified charset.
- readStringMax(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read a String of max length, zero terminate.
- readStringMax(int, Charset) - Method in class ucar.unidata.io.RandomAccessFile
-
Read a String of max length as the specified charset, zero terminate.
- readStructure() - Method in class ucar.nc2.Sequence
- readStructure(int) - Method in class ucar.nc2.Sequence
- readStructure(int) - Method in class ucar.nc2.Structure
-
Use this when this is a one dimensional array of Structures, or you are doing the index calculation yourself for a multidimension array.
- readStructure(int, int) - Method in class ucar.nc2.Sequence
- readStructure(int, int) - Method in class ucar.nc2.Structure
-
For rank 1 array of Structures, read count Structures and return the data as an ArrayStructure.
- readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.InMemoryRandomAccessFile
- readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.RandomAccessFile
-
Read
nbytes
bytes, at the specified file offset, send to a WritableByteChannel. - readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.RemoteRandomAccessFile
- readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- readToOutputStream(Variable, Section, OutputStream) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- readToOutputStream(Variable, Section, OutputStream) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Read data from a top level Variable and send data to a OutputStream.
- readToStream(Section, OutputStream) - Method in class ucar.nc2.dataset.VariableDS
- readToStream(Section, OutputStream) - Method in class ucar.nc2.Variable
-
Read variable data to a stream.
- readUnsignedByte() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads an unsigned 8-bit number from this file.
- readUnsignedShort() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads an unsigned 16-bit number from this file.
- readURLcontents(String) - Static method in class ucar.nc2.util.IO
-
Read the contents from the named URL and place into a String, with any error messages put in the return String.
- readURLContentsToByteArray(String) - Static method in class ucar.nc2.util.IO
-
Read the contents from the given URL and place into a byte array, with any error messages put in the return String.
- readURLcontentsWithException(String) - Static method in class ucar.nc2.util.IO
-
Read the contents from the named URL and place into a String.
- readURLtoFile(String, File) - Static method in class ucar.nc2.util.IO
-
read the contents from the named URL, write to a file.
- readURLtoFileWithExceptions(String, File) - Static method in class ucar.nc2.util.IO
-
read the contents from the named URL, write to a file.
- readURLtoFileWithExceptions(String, File, int) - Static method in class ucar.nc2.util.IO
-
read the contents from the named URL, write to a file.
- readUTF() - Method in class ucar.unidata.io.RandomAccessFile
-
Reads in a string from this file.
- readVariable(Element) - Static method in class thredds.client.catalog.builder.CatalogBuilder
- readXlinkContent() - Method in class thredds.client.catalog.Documentation
-
Get inline content as a string, else null if there is none
- REAL - Static variable in class ucar.nc2.constants.CF
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.VariableDS
- reallyRead(Variable, Section, CancelTask) - Method in interface ucar.nc2.ProxyReader
-
Read a section of the data for a Variable.
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.Variable
-
public by accident, do not call directly.
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.VariableDS
- reallyRead(Variable, CancelTask) - Method in interface ucar.nc2.ProxyReader
-
Read all the data for a Variable.
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.Variable
-
public by accident, do not call directly.
- REALTIME - ucar.nc2.constants.DataFormatType
- reduce() - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by eliminating any dimensions with length one.
- reduce() - Method in class ucar.ma2.Section
-
Remove any ranges of length 1
- reduce(int) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by eliminating the specified dimension.
- reduce(List<Dimension>) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical view of this Variable, by eliminating the specified dimension(s) of length 1.
- reducedRank(int[]) - Static method in class ucar.ma2.MAMath
-
Calculate the reduced rank of this shape, by subtracting dimensions with length 1
- REFERENCES - Static variable in class ucar.nc2.constants.CF
- referenceSize - Static variable in class ucar.nc2.util.Misc
-
Estimates pointer size in bytes
- registerIOProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
-
Register an IOServiceProvider.
- registerIOProvider(String) - Static method in class ucar.nc2.NetcdfFiles
-
Register an IOServiceProvider, using its class string name.
- registerRandomAccessFileProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
-
Register a RandomAccessFile Provider.
- registerRandomAccessFileProvider(String) - Static method in class ucar.nc2.NetcdfFiles
-
Register a RandomAccessFile Provider, using its class string name.
- registerTransform(String, Class) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Register a class that implements a Coordinate Transform.
- registerTransform(String, String) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Register a class that implements a Coordinate Transform.
- registerTransformMaybe(String, String) - Static method in class ucar.nc2.dataset.CoordTransBuilder
-
Register a class that implements a Coordinate Transform.
- relativeDifference(double, double) - Static method in class ucar.nc2.util.Misc
-
Same as
Misc.relativeDifference(float, float)
, but for doubles. - relativeDifference(float, float) - Static method in class ucar.nc2.util.Misc
-
Returns the relative difference between two numbers, i.e.
- release() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- release() - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Release any system resources like file handles.
- RemoteRandomAccessFile - Class in ucar.unidata.io
-
An abstract superclass for remote RandomAccessFile
- remove(Attribute) - Method in class ucar.nc2.AttributeContainerMutable
-
Remove an Attribute : uses the attribute hashCode to find it.
- removeAnyService() - Method in class thredds.client.catalog.builder.CatalogBuilder
- removeAttribute(String) - Method in class ucar.nc2.AttributeContainerMutable
-
Remove an Attribute by name.
- removeAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerMutable
-
Remove an Attribute by name, ignoring case
- removeDimension(String) - Method in class ucar.nc2.Group.Builder
-
Remove dimension, if it exists.
- removeDimensionFromAllGroups(Group.Builder, Dimension) - Method in class ucar.nc2.Group.Builder
-
Remove the given dimension from this group and any subgroups
- removeDups(List<Property>) - Static method in class thredds.client.catalog.Property
- removeEnhanceMode(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- removeFirst(int) - Method in class ucar.ma2.Section.Builder
-
Remove the first n Ranges, n <= number of ranges.
- removeFirst(Section) - Method in class ucar.ma2.Section
- removeGroup(String) - Method in class ucar.nc2.Group.Builder
-
Remove group, if it exists.
- removeLast() - Method in class ucar.ma2.Section.Builder
-
Remove the last range, if it exists.
- removeMemberVariable(String) - Method in class ucar.nc2.Structure.Builder
-
Remove memeber variable, if present.
- removeRange(int) - Method in class ucar.ma2.Section.Builder
-
Remove a range at the specified index in the list.
- removeVariable(String) - Method in class ucar.nc2.Group.Builder
-
Remove variable, if it exists.
- removeVlen() - Method in class ucar.ma2.Section.Builder
-
Remove the last range, if it exists and is a Vlen.
- replace(Attribute, String) - Method in class ucar.nc2.AttributeContainerMutable
-
Replace an Attribute with a different name, same value.
- replaceCoordinateAxis(Group.Builder, CoordinateAxis.Builder) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
-
Add a CoordinateAxis to the dataset coordinates and to the list of variables.
- replaceDimension(Dimension) - Method in class ucar.nc2.Group.Builder
-
Replace dimension if it exists, else just add it.
- replaceDimensionByName(Dimension) - Method in class ucar.nc2.Variable.Builder
-
Find the dimension with the same name as dim, and replace it with dim
- replaceMemberVariable(Variable.Builder<?>) - Method in class ucar.nc2.Structure.Builder
-
Remove member variable, if present.
- replaceRange(int, Range) - Method in class ucar.ma2.Section.Builder
-
Replace a range at the specified index in the list.
- replaceVariable(Variable.Builder<?>) - Method in class ucar.nc2.Group.Builder
-
Replace variable of same name, if it exists, else just add it.
- reservedFullName - Static variable in class ucar.nc2.NetcdfFiles
- reset() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
- reset() - Method in class ucar.ma2.SequenceIterator
- reset() - Method in interface ucar.ma2.StructureDataIterator
-
Start the iteration over again.
- reset() - Method in class ucar.ma2.StructureDataIteratorLimited
- reset() - Method in class ucar.ma2.StructureDataIteratorMediated
- reset() - Method in class ucar.nc2.util.Counters.Counter
- reset() - Method in class ucar.nc2.util.Counters
- resetCache() - Method in class ucar.nc2.Variable.Builder
- resetLocalIterator() - Method in class ucar.ma2.Array
-
Reset the local iterator.
- reshape(int[]) - Method in class ucar.ma2.Array
-
Create a new Array by copying this Array to a new one with given shape
- reshapeNoCopy(int[]) - Method in class ucar.ma2.Array
-
Reshape this array without copying data
- resolution - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- resolve(String, String) - Static method in class ucar.nc2.util.URLnaming
-
This augments URI.resolve(), by also dealing with file: URIs.
- resolved - Variable in class thredds.client.catalog.ThreddsMetadata.UriResolved
- resolveFile(String, String) - Static method in class ucar.nc2.util.URLnaming
- Resolver - thredds.client.catalog.ServiceType
- resolveUri(String) - Method in class thredds.client.catalog.Catalog
-
Resolve relative URIs, using the catalog's base URI.
- resolveUri(URI, String) - Static method in class thredds.client.catalog.Catalog
- RestrictAccess - Static variable in class thredds.client.catalog.Dataset
- RLATLON_UNITS - Static variable in class ucar.nc2.constants.CDM
- role - Variable in class thredds.client.catalog.ThreddsMetadata.Contributor
- rootGroup - Variable in class ucar.nc2.NetcdfFile.Builder
- ROTATED_LATITUDE - Static variable in class ucar.nc2.constants.CF
- ROTATED_LATITUDE_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- ROTATED_LONGITUDE - Static variable in class ucar.nc2.constants.CF
- row(int) - Method in class ucar.ma2.MAMatrix
-
Get the ith row, return as a MAVector: same backing store.
- RunTime - ucar.nc2.constants.AxisType
- RUNTIME_COORDINATE - Static variable in class ucar.nc2.constants.CDM
S
- SAMPLE_DIMENSION - Static variable in class ucar.nc2.constants.CF
- scalarIndexImmutable - Static variable in class ucar.ma2.Index
- scale - Variable in class ucar.ma2.MAMath.ScaleOffset
- SCALE_FACTOR - Static variable in class ucar.nc2.constants.CDM
- SCALE_FACTOR - Static variable in class ucar.nc2.constants.CF
- SCALE_FACTOR_AT_CENTRAL_MERIDIAN - Static variable in class ucar.nc2.constants.CF
- SCALE_FACTOR_AT_PROJECTION_ORIGIN - Static variable in class ucar.nc2.constants.CF
- ScaleOffset(double, double) - Constructor for class ucar.ma2.MAMath.ScaleOffset
- searchForward(KMPMatch, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Search forward from the current pos, looking for a match.
- Second - ucar.nc2.time.CalendarPeriod.Field
- section - Variable in class ucar.nc2.ParsedSectionSpec
- section(int[], int[]) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, with rank reduction.
- section(int[], int[], int[]) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, with rank reduction.
- section(List<Range>) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, with rank reduction.
- section(List<Range>) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical subsection of this Variable.
- section(Range) - Method in class ucar.nc2.dataset.CoordinateAxis1D
-
Create a new CoordinateAxis1D as a section of this CoordinateAxis1D.
- section(Range) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
- section(Range, Range) - Method in class ucar.nc2.dataset.CoordinateAxis2D
-
Create a new CoordinateAxis2D as a section of this CoordinateAxis2D.
- section(Section) - Method in class ucar.nc2.Sequence
- section(Section) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical subsection of this Variable.
- Section - Class in ucar.ma2
-
A section of multidimensional array indices.
- Section() - Constructor for class ucar.ma2.Section
-
No-arg Constructor
- Section(int[]) - Constructor for class ucar.ma2.Section
-
Create Section from a shape array, assumes 0 origin.
- Section(int[], int[]) - Constructor for class ucar.ma2.Section
-
Create Section from a shape and origin arrays.
- Section(int[], int[], int[]) - Constructor for class ucar.ma2.Section
-
Create Section from a shape, origin, and stride arrays.
- Section(String) - Constructor for class ucar.ma2.Section
-
Parse an index section String specification, return equivilent Section.
- Section(List<Range>) - Constructor for class ucar.ma2.Section
-
Create Section from a List
. - Section(List<Range>, int[]) - Constructor for class ucar.ma2.Section
-
Create Section from a List
. - Section(Range...) - Constructor for class ucar.ma2.Section
-
Create Section from a variable length list of Ranges
- Section(Section) - Constructor for class ucar.ma2.Section
-
Copy Constructor.
- Section.Builder - Class in ucar.ma2
- Section.Iterator - Class in ucar.ma2
- SectionIterable - Class in ucar.ma2
-
A Section composed of List
instead of List . - SectionIterable(List<RangeIterator>, int[]) - Constructor for class ucar.ma2.SectionIterable
- SectionIterable(List<RangeIterator>, List<Integer>) - Constructor for class ucar.ma2.SectionIterable
- SectionIterable(Section, int[]) - Constructor for class ucar.ma2.SectionIterable
- SectionIterable.SectionIterator - Class in ucar.ma2
- sectionNoReduce(int[], int[], int[]) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, without rank reduction.
- sectionNoReduce(List<Range>) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, without rank reduction.
- sectionNoReduce(List<Range>) - Method in class ucar.ma2.ArrayStructure
- seek(long) - Method in class ucar.unidata.io.RandomAccessFile
-
Set the position in the file for the next read or write.
- select(String) - Method in class ucar.nc2.Structure
-
Create a subset of the Structure consisting only of the one member variable
- select(List<String>) - Method in class ucar.nc2.dataset.StructureDS
- select(List<String>) - Method in class ucar.nc2.dataset.StructurePseudo2Dim
- select(List<String>) - Method in class ucar.nc2.dataset.StructurePseudoDS
- select(List<String>) - Method in class ucar.nc2.Structure
-
Create a subset of the Structure consisting only of the given member variables
- SEMI_MAJOR_AXIS - Static variable in class ucar.nc2.constants.CF
- SEMI_MINOR_AXIS - Static variable in class ucar.nc2.constants.CF
- sendIospMessage(Object) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- sendIospMessage(Object) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
A way to communicate arbitrary information to and from an iosp.
- sendIospMessage(Object) - Method in class ucar.nc2.NetcdfFile
-
Generic way to send a "message" to the underlying IOSP.
- Sequence - Class in ucar.nc2
-
Sequence is a one-dimensional Structure with indeterminate length.
- SEQUENCE - ucar.ma2.DataType
- Sequence.Builder<T extends Sequence.Builder<T>> - Class in ucar.nc2
-
A builder of Sequences
- SequenceDS.Builder<T extends SequenceDS.Builder<T>> - Class in ucar.nc2.dataset
-
Deprecated.
- SequenceIterator - Class in ucar.ma2
-
Creates a StructureDataIterator by wrapping a section of a ArrayStructure.
- SequenceIterator(int, int, ArrayStructure) - Constructor for class ucar.ma2.SequenceIterator
- Service - Class in thredds.client.catalog
-
Client catalog service
- Service(String, String, String, String, String, List<Service>, List<Property>, String) - Constructor for class thredds.client.catalog.Service
- ServiceName - Static variable in class thredds.client.catalog.Dataset
- Services - Static variable in class thredds.client.catalog.Catalog
- ServiceType - Enum in thredds.client.catalog
-
Service Type enums
- ServiceType.AccessType - Enum in thredds.client.catalog
- set() - Method in class ucar.ma2.Index0D
- set(boolean) - Method in class ucar.ma2.ArrayBoolean.D0
-
set the value.
- set(byte) - Method in class ucar.ma2.ArrayByte.D0
- set(char) - Method in class ucar.ma2.ArrayChar.D0
-
set the value.
- set(double) - Method in class ucar.ma2.ArrayDouble.D0
-
set the value.
- set(float) - Method in class ucar.ma2.ArrayFloat.D0
-
set the value.
- set(int) - Method in class ucar.ma2.ArrayInt.D0
- set(int) - Method in class ucar.ma2.Index
-
set current element at dimension 0 to v0
- set(int) - Method in class ucar.ma2.Index1D
- set(int[]) - Method in class ucar.ma2.Index
-
Set the current element's index.
- set(int[]) - Method in class ucar.ma2.Index1D
- set(int[]) - Method in class ucar.ma2.Index2D
- set(int[]) - Method in class ucar.ma2.Index3D
- set(int[]) - Method in class ucar.ma2.Index4D
- set(int[]) - Method in class ucar.ma2.Index5D
- set(int[]) - Method in class ucar.ma2.Index6D
- set(int[]) - Method in class ucar.ma2.Index7D
- set(int, boolean) - Method in class ucar.ma2.ArrayBoolean.D1
-
set the value.
- set(int, byte) - Method in class ucar.ma2.ArrayByte.D1
- set(int, char) - Method in class ucar.ma2.ArrayChar.D1
-
set the value.
- set(int, double) - Method in class ucar.ma2.ArrayDouble.D1
-
set the value.
- set(int, float) - Method in class ucar.ma2.ArrayFloat.D1
-
set the value.
- set(int, int) - Method in class ucar.ma2.ArrayInt.D1
- set(int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1 to v0,v1
- set(int, int) - Method in class ucar.ma2.Index2D
- set(int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D2
-
set the value.
- set(int, int, byte) - Method in class ucar.ma2.ArrayByte.D2
- set(int, int, char) - Method in class ucar.ma2.ArrayChar.D2
-
set the value.
- set(int, int, double) - Method in class ucar.ma2.ArrayDouble.D2
-
set the value.
- set(int, int, float) - Method in class ucar.ma2.ArrayFloat.D2
-
set the value.
- set(int, int, int) - Method in class ucar.ma2.ArrayInt.D2
- set(int, int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1,2 to v0,v1,v2
- set(int, int, int) - Method in class ucar.ma2.Index3D
- set(int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D3
-
set the value.
- set(int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D3
- set(int, int, int, char) - Method in class ucar.ma2.ArrayChar.D3
-
set the value.
- set(int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D3
-
set the value.
- set(int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D3
-
set the value.
- set(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D3
- set(int, int, int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1,2,3 to v0,v1,v2,v3
- set(int, int, int, int) - Method in class ucar.ma2.Index4D
- set(int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D4
-
set the value.
- set(int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D4
- set(int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D4
-
set the value.
- set(int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D4
-
set the value.
- set(int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D4
-
set the value.
- set(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
- set(int, int, int, int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1,2,3,4 to v0,v1,v2,v3,v4
- set(int, int, int, int, int) - Method in class ucar.ma2.Index5D
- set(int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D5
-
set the value.
- set(int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D5
- set(int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D5
-
set the value.
- set(int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D5
-
set the value.
- set(int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D5
-
set the value.
- set(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
- set(int, int, int, int, int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1,2,3,4,5 to v0,v1,v2,v3,v4,v5
- set(int, int, int, int, int, int) - Method in class ucar.ma2.Index6D
- set(int, int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D6
-
set the value.
- set(int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D6
- set(int, int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D6
-
set the value.
- set(int, int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D6
-
set the value.
- set(int, int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D6
-
set the value.
- set(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
- set(int, int, int, int, int, int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1,2,3,4,5,6 to v0,v1,v2,v3,v4,v5,v6
- set(int, int, int, int, int, int, int) - Method in class ucar.ma2.Index7D
- set(int, int, int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D7
-
set the value.
- set(int, int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D7
- set(int, int, int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D7
-
set the value.
- set(int, int, int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D7
-
set the value.
- set(int, int, int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D7
-
set the value.
- set(int, int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
- set(int, int, int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D7
-
set the value.
- set(int, int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D7
- set(int, int, int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D7
-
set the value.
- set(int, int, int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D7
-
set the value.
- set(int, int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D6
-
set the value.
- set(int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D6
- set(int, int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D6
-
set the value.
- set(int, int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D6
-
set the value.
- set(int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D5
-
set the value.
- set(int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D5
- set(int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D5
-
set the value.
- set(int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D5
-
set the value.
- set(int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D4
-
set the value.
- set(int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D4
- set(int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D4
-
set the value.
- set(int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D4
-
set the value.
- set(int, int, int, long) - Method in class ucar.ma2.ArrayLong.D3
-
set the value.
- set(int, int, int, short) - Method in class ucar.ma2.ArrayShort.D3
- set(int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D3
-
set the value.
- set(int, int, int, String) - Method in class ucar.ma2.ArrayString.D3
-
set the value.
- set(int, int, long) - Method in class ucar.ma2.ArrayLong.D2
-
set the value.
- set(int, int, short) - Method in class ucar.ma2.ArrayShort.D2
- set(int, int, Object) - Method in class ucar.ma2.ArrayObject.D2
-
set the value.
- set(int, int, String) - Method in class ucar.ma2.ArrayString.D2
-
set the value.
- set(int, long) - Method in class ucar.ma2.ArrayLong.D1
-
set the value.
- set(int, short) - Method in class ucar.ma2.ArrayShort.D1
- set(int, Object) - Method in class ucar.ma2.ArrayObject.D1
-
set the value.
- set(int, String) - Method in class ucar.ma2.ArrayString.D1
-
set the value.
- set(long) - Method in class ucar.ma2.ArrayLong.D0
-
set the value.
- set(short) - Method in class ucar.ma2.ArrayShort.D0
- set(Object) - Method in class ucar.ma2.ArrayObject.D0
-
set the value.
- set(String) - Method in class ucar.ma2.ArrayString.D0
-
set the value.
- set(String, boolean) - Method in interface ucar.nc2.util.DebugFlags
-
Set named debug flag.
- set(String, boolean) - Method in class ucar.nc2.util.DebugFlagsImpl
- set(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
- set(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
-
set the value at the sepcified index.
- set(Index, byte) - Method in class ucar.ma2.ArrayByte
-
set the value at the sepcified index.
- set(Index, char) - Method in class ucar.ma2.ArrayChar
-
set the value at the sepcified index.
- set(Index, double) - Method in class ucar.ma2.ArrayDouble
-
set the value at the specified index.
- set(Index, float) - Method in class ucar.ma2.ArrayFloat
-
set the value at the sepcified index.
- set(Index, int) - Method in class ucar.ma2.ArrayInt
-
Set the value at the specified index.
- set(Index, long) - Method in class ucar.ma2.ArrayLong
-
set the value at the sepcified index.
- set(Index, short) - Method in class ucar.ma2.ArrayShort
-
Set the value at the specified index.
- set(Index, String) - Method in class ucar.ma2.ArrayString
-
set the value at the sepcified index.
- set0(int) - Method in class ucar.ma2.Index
-
set current element at dimension 0 to v
- set0(int) - Method in class ucar.ma2.Index1D
- set0(int) - Method in class ucar.ma2.Index2D
- set0(int) - Method in class ucar.ma2.Index3D
- set0(int) - Method in class ucar.ma2.Index4D
- set0(int) - Method in class ucar.ma2.Index5D
- set0(int) - Method in class ucar.ma2.Index6D
- set0(int) - Method in class ucar.ma2.Index7D
- set1(int) - Method in class ucar.ma2.Index
-
set current element at dimension 1 to v
- set1(int) - Method in class ucar.ma2.Index2D
- set1(int) - Method in class ucar.ma2.Index3D
- set1(int) - Method in class ucar.ma2.Index4D
- set1(int) - Method in class ucar.ma2.Index5D
- set1(int) - Method in class ucar.ma2.Index6D
- set1(int) - Method in class ucar.ma2.Index7D
- set2(int) - Method in class ucar.ma2.Index
-
set current element at dimension 2 to v
- set2(int) - Method in class ucar.ma2.Index3D
- set2(int) - Method in class ucar.ma2.Index4D
- set2(int) - Method in class ucar.ma2.Index5D
- set2(int) - Method in class ucar.ma2.Index6D
- set2(int) - Method in class ucar.ma2.Index7D
- set3(int) - Method in class ucar.ma2.Index
-
set current element at dimension 3 to v
- set3(int) - Method in class ucar.ma2.Index4D
- set3(int) - Method in class ucar.ma2.Index5D
- set3(int) - Method in class ucar.ma2.Index6D
- set3(int) - Method in class ucar.ma2.Index7D
- set4(int) - Method in class ucar.ma2.Index
-
set current element at dimension 4 to v
- set4(int) - Method in class ucar.ma2.Index5D
- set4(int) - Method in class ucar.ma2.Index6D
- set4(int) - Method in class ucar.ma2.Index7D
- set5(int) - Method in class ucar.ma2.Index
-
set current element at dimension 5 to v
- set5(int) - Method in class ucar.ma2.Index6D
- set5(int) - Method in class ucar.ma2.Index7D
- set6(int) - Method in class ucar.ma2.Index
-
set current element at dimension 6 to v
- set6(int) - Method in class ucar.ma2.Index7D
- setAggregation(AggregationIF) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- setAlwaysUseCache(boolean) - Method in class ucar.nc2.util.DiskCache2
-
If true, always put the file in the cache.
- setAttributeContainer(AttributeContainer) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- setAuthority(String) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- setAutoGen(double, double) - Method in class ucar.nc2.Variable.Builder
- setAxisType(AxisType) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- setBaseURI(URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
- setBit(long, int, boolean) - Static method in class ucar.nc2.iosp.BitReader
- setBitOffset(int) - Method in class ucar.nc2.iosp.BitReader
-
Position file at bitOffset from startPos
- setBoolean(int, boolean) - Method in class ucar.ma2.Array
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayBoolean
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayByte
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayChar
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayDouble
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayFloat
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayInt
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayLong
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayObject
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayRagged
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayScalar
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayShort
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayString
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayStructure
- setBoolean(Index, boolean) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayByte
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayChar
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayDouble
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayFloat
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayInt
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayLong
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayScalar
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayShort
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setBooleanCurrent(boolean) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a boolean
- setBooleanCurrent(boolean) - Method in class ucar.ma2.IteratorFast
- setBooleanNext(boolean) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a boolean
- setBooleanNext(boolean) - Method in class ucar.ma2.IteratorFast
- setBoundary(String) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- setBufferSize(int) - Method in interface ucar.ma2.StructureDataIterator
-
Hint to use this much memory in buffering the iteration.
- setBufferSize(int) - Method in class ucar.ma2.StructureDataIteratorLimited
- setBufferSize(int) - Method in class ucar.ma2.StructureDataIteratorMediated
- setBufferSize(int) - Method in class ucar.unidata.io.InMemoryRandomAccessFile
- setBufferSize(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Set the buffer size.
- setByte(int, byte) - Method in class ucar.ma2.Array
- setByte(int, byte) - Method in class ucar.ma2.ArrayBoolean
- setByte(int, byte) - Method in class ucar.ma2.ArrayByte
- setByte(int, byte) - Method in class ucar.ma2.ArrayChar
- setByte(int, byte) - Method in class ucar.ma2.ArrayDouble
- setByte(int, byte) - Method in class ucar.ma2.ArrayFloat
- setByte(int, byte) - Method in class ucar.ma2.ArrayInt
- setByte(int, byte) - Method in class ucar.ma2.ArrayLong
- setByte(int, byte) - Method in class ucar.ma2.ArrayObject
- setByte(int, byte) - Method in class ucar.ma2.ArrayRagged
- setByte(int, byte) - Method in class ucar.ma2.ArrayScalar
- setByte(int, byte) - Method in class ucar.ma2.ArrayShort
- setByte(int, byte) - Method in class ucar.ma2.ArrayString
- setByte(int, byte) - Method in class ucar.ma2.ArrayStructure
- setByte(Index, byte) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setByte(Index, byte) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setByte(Index, byte) - Method in class ucar.ma2.ArrayByte
- setByte(Index, byte) - Method in class ucar.ma2.ArrayChar
- setByte(Index, byte) - Method in class ucar.ma2.ArrayDouble
- setByte(Index, byte) - Method in class ucar.ma2.ArrayFloat
- setByte(Index, byte) - Method in class ucar.ma2.ArrayInt
- setByte(Index, byte) - Method in class ucar.ma2.ArrayLong
- setByte(Index, byte) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setByte(Index, byte) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setByte(Index, byte) - Method in class ucar.ma2.ArrayScalar
- setByte(Index, byte) - Method in class ucar.ma2.ArrayShort
- setByte(Index, byte) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setByte(Index, byte) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setByteCurrent(byte) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a byte
- setByteCurrent(byte) - Method in class ucar.ma2.IteratorFast
- setByteNext(byte) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a byte
- setByteNext(byte) - Method in class ucar.ma2.IteratorFast
- setCachedData(Array, boolean) - Method in class ucar.nc2.Variable.Builder
- setCachePathPolicy(DiskCache2.CachePathPolicy, String) - Method in class ucar.nc2.util.DiskCache2
-
Set the cache path policy
- setCachePolicy(boolean) - Static method in class ucar.nc2.util.DiskCache
-
Set the standard policy used in getWriteableFileStandardPolicy().
- setCaching(boolean) - Method in class ucar.nc2.Structure
-
Caching is not allowed
- setCaching(boolean) - Method in class ucar.nc2.Variable.Builder
- setCancelTask(CancelTask) - Method in class ucar.nc2.write.Ncdump.Builder
-
allow task to be cancelled
- setChar(int, char) - Method in class ucar.ma2.Array
- setChar(int, char) - Method in class ucar.ma2.ArrayBoolean
- setChar(int, char) - Method in class ucar.ma2.ArrayByte
- setChar(int, char) - Method in class ucar.ma2.ArrayChar
- setChar(int, char) - Method in class ucar.ma2.ArrayDouble
- setChar(int, char) - Method in class ucar.ma2.ArrayFloat
- setChar(int, char) - Method in class ucar.ma2.ArrayInt
- setChar(int, char) - Method in class ucar.ma2.ArrayLong
- setChar(int, char) - Method in class ucar.ma2.ArrayObject
- setChar(int, char) - Method in class ucar.ma2.ArrayRagged
- setChar(int, char) - Method in class ucar.ma2.ArrayScalar
- setChar(int, char) - Method in class ucar.ma2.ArrayShort
- setChar(int, char) - Method in class ucar.ma2.ArrayString
- setChar(int, char) - Method in class ucar.ma2.ArrayStructure
- setChar(Index, char) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setChar(Index, char) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setChar(Index, char) - Method in class ucar.ma2.ArrayByte
- setChar(Index, char) - Method in class ucar.ma2.ArrayChar
- setChar(Index, char) - Method in class ucar.ma2.ArrayDouble
- setChar(Index, char) - Method in class ucar.ma2.ArrayFloat
- setChar(Index, char) - Method in class ucar.ma2.ArrayInt
- setChar(Index, char) - Method in class ucar.ma2.ArrayLong
- setChar(Index, char) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setChar(Index, char) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setChar(Index, char) - Method in class ucar.ma2.ArrayScalar
- setChar(Index, char) - Method in class ucar.ma2.ArrayShort
- setChar(Index, char) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setChar(Index, char) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setCharCurrent(char) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a char
- setCharCurrent(char) - Method in class ucar.ma2.IteratorFast
- setCharNext(char) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a char
- setCharNext(char) - Method in class ucar.ma2.IteratorFast
- setChunker(Nc4Chunking) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Nc4Chunking, used only for netcdf4
- setConventionUsed(String) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- setCoordAxesNames(String) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
- setCurrentCounter(int) - Method in class ucar.ma2.Index
-
Set the current counter from the 1D "current element" currElement = offset + stride[0]*current[0] + ...
- setDataArray(Array) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setDataObject(Object) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setDataParam(int) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setDataType(DataType) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setDataType(DataType) - Method in class ucar.nc2.Attribute.Builder
- setDataType(DataType) - Method in class ucar.nc2.Variable.Builder
- setDebugFlags(DebugFlags) - Static method in class ucar.nc2.write.NetcdfCopier
- setDefaultChunkSize(int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- setDefaultEnhanceMode() - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- setDefaultEnhanceMode(Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.dataset.NetcdfDataset
-
Set the default set of Enhancements to do for all subsequent dataset opens and acquires.
- setDefaults(int[]) - Method in class ucar.ma2.Section
-
If any of the ranges are null, which means "all", set the Range from the corresponding length in shape[].
- setDesc(String) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setDesc(String) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.
- setDesc(String) - Method in class ucar.nc2.dataset.StructureDS.Builder
- setDesc(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setDestElem(long) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- setDim(int, int) - Method in class ucar.ma2.Index
-
set current element at dimension dim to v
- setDim(int, int) - Method in class ucar.ma2.Index1D
- setDim(int, int) - Method in class ucar.ma2.Index2D
- setDim(int, int) - Method in class ucar.ma2.Index3D
- setDim(int, int) - Method in class ucar.ma2.Index4D
- setDim(int, int) - Method in class ucar.ma2.Index5D
- setDim(int, int) - Method in class ucar.ma2.Index6D
- setDim(int, int) - Method in class ucar.ma2.Index7D
- setDimensions(List<Dimension>) - Method in class ucar.nc2.Variable.Builder
- setDimensionsAnonymous(int[]) - Method in class ucar.nc2.Variable.Builder
-
Set the dimensions using all anonymous (unshared) dimensions
- setDimensionsByName(String) - Method in class ucar.nc2.Variable.Builder
-
Set dimensions by name.
- setDone(boolean) - Method in interface ucar.nc2.util.CancelTask
-
Called routine sets operation was completed.
- setDouble(int, double) - Method in class ucar.ma2.Array
- setDouble(int, double) - Method in class ucar.ma2.ArrayBoolean
- setDouble(int, double) - Method in class ucar.ma2.ArrayByte
- setDouble(int, double) - Method in class ucar.ma2.ArrayChar
- setDouble(int, double) - Method in class ucar.ma2.ArrayDouble
- setDouble(int, double) - Method in class ucar.ma2.ArrayFloat
- setDouble(int, double) - Method in class ucar.ma2.ArrayInt
- setDouble(int, double) - Method in class ucar.ma2.ArrayLong
- setDouble(int, double) - Method in class ucar.ma2.ArrayObject
- setDouble(int, double) - Method in class ucar.ma2.ArrayRagged
- setDouble(int, double) - Method in class ucar.ma2.ArrayScalar
- setDouble(int, double) - Method in class ucar.ma2.ArrayShort
- setDouble(int, double) - Method in class ucar.ma2.ArrayString
- setDouble(int, double) - Method in class ucar.ma2.ArrayStructure
- setDouble(int, double) - Method in class ucar.ma2.MAVector
- setDouble(int, int, double) - Method in class ucar.ma2.MAMatrix
- setDouble(Array, double) - Static method in class ucar.ma2.MAMath
-
Set all the elements of this array to the given double value.
- setDouble(Index, double) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setDouble(Index, double) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setDouble(Index, double) - Method in class ucar.ma2.ArrayByte
- setDouble(Index, double) - Method in class ucar.ma2.ArrayChar
- setDouble(Index, double) - Method in class ucar.ma2.ArrayDouble
- setDouble(Index, double) - Method in class ucar.ma2.ArrayFloat
- setDouble(Index, double) - Method in class ucar.ma2.ArrayInt
- setDouble(Index, double) - Method in class ucar.ma2.ArrayLong
- setDouble(Index, double) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setDouble(Index, double) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setDouble(Index, double) - Method in class ucar.ma2.ArrayScalar
- setDouble(Index, double) - Method in class ucar.ma2.ArrayShort
- setDouble(Index, double) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setDouble(Index, double) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setDoubleCurrent(double) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a double
- setDoubleCurrent(double) - Method in class ucar.ma2.IteratorFast
- setDoubleNext(double) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a double
- setDoubleNext(double) - Method in class ucar.ma2.IteratorFast
- setDuration(TimeDuration) - Method in class ucar.nc2.units.DateRange
-
Set the duration of the interval.
- setElementSize(int) - Method in class ucar.nc2.Variable.Builder
- setEnd(DateType) - Method in class ucar.nc2.units.DateRange
-
Set the ending Date.
- setEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- setEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setEnumType(EnumTypedef) - Method in class ucar.nc2.Attribute.Builder
- setEnumTypeName(String) - Method in class ucar.nc2.Variable.Builder
- setError(String) - Method in interface ucar.nc2.util.CancelTask
-
Called routine got an error, so it sets a message for calling program to show to user.
- setExpires(CalendarDate) - Method in class thredds.client.catalog.builder.CatalogBuilder
- setExtendMode() - Method in class ucar.unidata.io.RandomAccessFile
-
Set extendMode for truncated, yet valid files - old NetCDF code allowed this when NOFILL on, and user doesnt write all variables.
- setExtraHeader(int) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Set extra bytes to reserve in the header.
- setFill(boolean) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Set the fill flag.
- setFillValueIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setFloat(int, float) - Method in class ucar.ma2.Array
- setFloat(int, float) - Method in class ucar.ma2.ArrayBoolean
- setFloat(int, float) - Method in class ucar.ma2.ArrayByte
- setFloat(int, float) - Method in class ucar.ma2.ArrayChar
- setFloat(int, float) - Method in class ucar.ma2.ArrayDouble
- setFloat(int, float) - Method in class ucar.ma2.ArrayFloat
- setFloat(int, float) - Method in class ucar.ma2.ArrayInt
- setFloat(int, float) - Method in class ucar.ma2.ArrayLong
- setFloat(int, float) - Method in class ucar.ma2.ArrayObject
- setFloat(int, float) - Method in class ucar.ma2.ArrayRagged
- setFloat(int, float) - Method in class ucar.ma2.ArrayScalar
- setFloat(int, float) - Method in class ucar.ma2.ArrayShort
- setFloat(int, float) - Method in class ucar.ma2.ArrayString
- setFloat(int, float) - Method in class ucar.ma2.ArrayStructure
- setFloat(Index, float) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setFloat(Index, float) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setFloat(Index, float) - Method in class ucar.ma2.ArrayByte
- setFloat(Index, float) - Method in class ucar.ma2.ArrayChar
- setFloat(Index, float) - Method in class ucar.ma2.ArrayDouble
- setFloat(Index, float) - Method in class ucar.ma2.ArrayFloat
- setFloat(Index, float) - Method in class ucar.ma2.ArrayInt
- setFloat(Index, float) - Method in class ucar.ma2.ArrayLong
- setFloat(Index, float) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setFloat(Index, float) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setFloat(Index, float) - Method in class ucar.ma2.ArrayScalar
- setFloat(Index, float) - Method in class ucar.ma2.ArrayShort
- setFloat(Index, float) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setFloat(Index, float) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setFloatCurrent(float) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a float
- setFloatCurrent(float) - Method in class ucar.ma2.IteratorFast
- setFloatNext(float) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a float
- setFloatNext(float) - Method in class ucar.ma2.IteratorFast
- setFormat(NetcdfFileFormat) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Set the format version.
- setGlobalFileCache(FileCacheIF) - Static method in class ucar.unidata.io.RandomAccessFile
- setHref(String) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
- setId(String) - Method in class ucar.nc2.NetcdfFile.Builder
- setImplicit(boolean) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
- setIndentLevel(int) - Method in class ucar.nc2.util.Indent
- setInt(int, int) - Method in class ucar.ma2.Array
- setInt(int, int) - Method in class ucar.ma2.ArrayBoolean
- setInt(int, int) - Method in class ucar.ma2.ArrayByte
- setInt(int, int) - Method in class ucar.ma2.ArrayChar
- setInt(int, int) - Method in class ucar.ma2.ArrayDouble
- setInt(int, int) - Method in class ucar.ma2.ArrayFloat
- setInt(int, int) - Method in class ucar.ma2.ArrayInt
- setInt(int, int) - Method in class ucar.ma2.ArrayLong
- setInt(int, int) - Method in class ucar.ma2.ArrayObject
- setInt(int, int) - Method in class ucar.ma2.ArrayRagged
- setInt(int, int) - Method in class ucar.ma2.ArrayScalar
- setInt(int, int) - Method in class ucar.ma2.ArrayShort
- setInt(int, int) - Method in class ucar.ma2.ArrayString
- setInt(int, int) - Method in class ucar.ma2.ArrayStructure
- setInt(Index, int) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setInt(Index, int) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setInt(Index, int) - Method in class ucar.ma2.ArrayByte
- setInt(Index, int) - Method in class ucar.ma2.ArrayChar
- setInt(Index, int) - Method in class ucar.ma2.ArrayDouble
- setInt(Index, int) - Method in class ucar.ma2.ArrayFloat
- setInt(Index, int) - Method in class ucar.ma2.ArrayInt
- setInt(Index, int) - Method in class ucar.ma2.ArrayLong
- setInt(Index, int) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setInt(Index, int) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setInt(Index, int) - Method in class ucar.ma2.ArrayScalar
- setInt(Index, int) - Method in class ucar.ma2.ArrayShort
- setInt(Index, int) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setInt(Index, int) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setIntCurrent(int) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a int
- setIntCurrent(int) - Method in class ucar.ma2.IteratorFast
- setIntNext(int) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a int
- setIntNext(int) - Method in class ucar.ma2.IteratorFast
- setInvalidDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setIosp(AbstractIOServiceProvider) - Method in class ucar.nc2.NetcdfFile.Builder
- setIosp(IOServiceProvider) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
- setIsContiguous(boolean) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- setIsScalar() - Method in class ucar.nc2.Variable.Builder
- setIsShared(boolean) - Method in class ucar.nc2.Dimension.Builder
-
Set whether this is shared.
- setIsUnlimited(boolean) - Method in class ucar.nc2.Dimension.Builder
-
Set is unlimited.
- setIsVariableLength(boolean) - Method in class ucar.nc2.Dimension.Builder
-
Set variable length is true.
- setLength(int) - Method in class ucar.nc2.Dimension.Builder
-
Set the Dimension length.
- setLocation(String) - Method in class ucar.nc2.NetcdfFile.Builder
-
Set the location, a URL or local filename.
- setLocation(String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
The file locatipn
- setLocationName(String) - Method in class ucar.nc2.write.Ncdump.Builder
- setLong(int, long) - Method in class ucar.ma2.Array
- setLong(int, long) - Method in class ucar.ma2.ArrayBoolean
- setLong(int, long) - Method in class ucar.ma2.ArrayByte
- setLong(int, long) - Method in class ucar.ma2.ArrayChar
- setLong(int, long) - Method in class ucar.ma2.ArrayDouble
- setLong(int, long) - Method in class ucar.ma2.ArrayFloat
- setLong(int, long) - Method in class ucar.ma2.ArrayInt
- setLong(int, long) - Method in class ucar.ma2.ArrayLong
- setLong(int, long) - Method in class ucar.ma2.ArrayObject
- setLong(int, long) - Method in class ucar.ma2.ArrayRagged
- setLong(int, long) - Method in class ucar.ma2.ArrayScalar
- setLong(int, long) - Method in class ucar.ma2.ArrayShort
- setLong(int, long) - Method in class ucar.ma2.ArrayString
- setLong(int, long) - Method in class ucar.ma2.ArrayStructure
- setLong(Index, long) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setLong(Index, long) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setLong(Index, long) - Method in class ucar.ma2.ArrayByte
- setLong(Index, long) - Method in class ucar.ma2.ArrayChar
- setLong(Index, long) - Method in class ucar.ma2.ArrayDouble
- setLong(Index, long) - Method in class ucar.ma2.ArrayFloat
- setLong(Index, long) - Method in class ucar.ma2.ArrayInt
- setLong(Index, long) - Method in class ucar.ma2.ArrayLong
- setLong(Index, long) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setLong(Index, long) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setLong(Index, long) - Method in class ucar.ma2.ArrayScalar
- setLong(Index, long) - Method in class ucar.ma2.ArrayShort
- setLong(Index, long) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setLong(Index, long) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setLongCurrent(long) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a long
- setLongCurrent(long) - Method in class ucar.ma2.IteratorFast
- setLongNext(long) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a long
- setLongNext(long) - Method in class ucar.ma2.IteratorFast
- setMemberArray(String, Array) - Method in class ucar.ma2.ArrayStructureMA
-
Set the data array for this member.
- setMemberArray(StructureMembers.Member, Array) - Method in class ucar.ma2.ArrayStructure
-
Set data for one member, over all structures.
- setMemberData(String, Array) - Method in class ucar.ma2.StructureDataW
- setMemberData(StructureMembers.Member, Array) - Method in class ucar.ma2.StructureDataW
- setMinChunksize(int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- setMinLength(long) - Method in class ucar.unidata.io.RandomAccessFile
-
Make sure file is at least this long when its closed.
- setMinVariableSize(int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
- setMissingDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setName(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
- setName(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
- setName(String) - Method in class ucar.ma2.StructureMembers.Builder
- setName(String) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setName(String) - Method in class ucar.nc2.Attribute.Builder
- setName(String) - Method in class ucar.nc2.AttributeContainerMutable
- setName(String) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- setName(String) - Method in class ucar.nc2.Dimension.Builder
- setName(String) - Method in class ucar.nc2.Group.Builder
- setName(String) - Method in class ucar.nc2.Variable.Builder
- setNcfile(NetcdfFile) - Method in class ucar.nc2.Group.Builder
- setNcfile(NetcdfFile) - Method in class ucar.nc2.Variable.Builder
- setNcml(boolean) - Method in class ucar.nc2.write.Ncdump.Builder
-
set true if outout should be ncml, otherwise CDL.
- setNelems(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- setNetcdfFile(NetcdfFile) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- setNeverUseCache(boolean) - Method in class ucar.nc2.util.DiskCache2
-
If true, never put the file in the cache.
- setNewFile(boolean) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
True if its a new file, false if its an existing file.
- setNext(double) - Method in class ucar.ma2.ArrayDouble.D3.IF
- setNumericValue(Number, boolean) - Method in class ucar.nc2.Attribute.Builder
- setObject(int, Object) - Method in class ucar.ma2.Array
- setObject(int, Object) - Method in class ucar.ma2.ArrayBoolean
- setObject(int, Object) - Method in class ucar.ma2.ArrayByte
- setObject(int, Object) - Method in class ucar.ma2.ArrayChar
- setObject(int, Object) - Method in class ucar.ma2.ArrayDouble
- setObject(int, Object) - Method in class ucar.ma2.ArrayFloat
- setObject(int, Object) - Method in class ucar.ma2.ArrayInt
- setObject(int, Object) - Method in class ucar.ma2.ArrayLong
- setObject(int, Object) - Method in class ucar.ma2.ArrayObject
- setObject(int, Object) - Method in class ucar.ma2.ArrayRagged
- setObject(int, Object) - Method in class ucar.ma2.ArrayScalar
- setObject(int, Object) - Method in class ucar.ma2.ArrayShort
- setObject(int, Object) - Method in class ucar.ma2.ArrayString
- setObject(int, Object) - Method in class ucar.ma2.ArrayStructure
-
Set the index-th StructureData of this ArrayStructure.
- setObject(Index, Object) - Method in class ucar.ma2.Array
-
Set the array element at index to the specified value.
- setObject(Index, Object) - Method in class ucar.ma2.ArrayBoolean
- setObject(Index, Object) - Method in class ucar.ma2.ArrayByte
- setObject(Index, Object) - Method in class ucar.ma2.ArrayChar
- setObject(Index, Object) - Method in class ucar.ma2.ArrayDouble
- setObject(Index, Object) - Method in class ucar.ma2.ArrayFloat
- setObject(Index, Object) - Method in class ucar.ma2.ArrayInt
- setObject(Index, Object) - Method in class ucar.ma2.ArrayLong
- setObject(Index, Object) - Method in class ucar.ma2.ArrayObject
- setObject(Index, Object) - Method in class ucar.ma2.ArrayRagged
- setObject(Index, Object) - Method in class ucar.ma2.ArrayScalar
- setObject(Index, Object) - Method in class ucar.ma2.ArrayShort
- setObject(Index, Object) - Method in class ucar.ma2.ArrayString
- setObject(Index, Object) - Method in class ucar.ma2.ArrayStructure
-
Set one of the StructureData of this ArrayStructure.
- setObjectCurrent(Object) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a Object
- setObjectCurrent(Object) - Method in class ucar.ma2.IteratorFast
- setObjectNext(Object) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a Object
- setObjectNext(Object) - Method in class ucar.ma2.IteratorFast
- setOffsets(StructureMembers) - Static method in class ucar.ma2.ArrayStructureBB
-
Set the offsets, based on m.getSizeBytes().
- setOrgFile(NetcdfFile) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
- setOriginalDataType(DataType) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setOriginalFileTypeId(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setOriginalName(String) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.
- setOriginalName(String) - Method in class ucar.nc2.dataset.StructureDS.Builder
- setOriginalName(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setOriginalVariable(Sequence) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.
- setOriginalVariable(Structure) - Method in class ucar.nc2.dataset.StructureDS.Builder
- setOriginalVariable(Variable) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setParentGroup(Group.Builder) - Method in class ucar.nc2.Group.Builder
- setParentGroupBuilder(Group.Builder) - Method in class ucar.nc2.Variable.Builder
- setPolicy(String) - Method in class ucar.nc2.util.DiskCache2
- setPolicy(DiskCache2.CachePathPolicy) - Method in class ucar.nc2.util.DiskCache2
-
Set the cache path policy
- setPositive(String) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
- setPreallocateSize(long) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Preallocate the file size, for efficiency.
- setPreBuilt(CoordinateTransform) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- setProgress(String, int) - Method in interface ucar.nc2.util.CancelTask
-
Called routine may optionally show a progress message for calling program to show to user.
- setProjection(ProjectionImpl) - Method in class ucar.nc2.dataset.ProjectionCT.Builder
- setProxyReader(ProxyReader) - Method in class ucar.nc2.Variable.Builder
- setRange(int, Range) - Method in class ucar.ma2.Section.Builder
-
Set the range at the specified index in the list, previous Range is discarded
- setResolution() - Method in class ucar.nc2.time.CalendarDateRange
- setResolution(TimeDuration) - Method in class ucar.nc2.units.DateRange
-
Set the time resolution.
- setRootDirectory(String) - Static method in class ucar.nc2.util.DiskCache
-
Set the cache root directory.
- setRootDirectory(String) - Method in class ucar.nc2.util.DiskCache2
- setRootGroup(Group.Builder) - Method in class ucar.nc2.NetcdfFile.Builder
- setRootGroup(Group.Builder) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Set the root group.
- setSequenceLength(int, int) - Method in class ucar.ma2.ArraySequenceNested
-
Set the length of one of the sequences.
- setShape(int[]) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setShort(int, short) - Method in class ucar.ma2.Array
- setShort(int, short) - Method in class ucar.ma2.ArrayBoolean
- setShort(int, short) - Method in class ucar.ma2.ArrayByte
- setShort(int, short) - Method in class ucar.ma2.ArrayChar
- setShort(int, short) - Method in class ucar.ma2.ArrayDouble
- setShort(int, short) - Method in class ucar.ma2.ArrayFloat
- setShort(int, short) - Method in class ucar.ma2.ArrayInt
- setShort(int, short) - Method in class ucar.ma2.ArrayLong
- setShort(int, short) - Method in class ucar.ma2.ArrayObject
- setShort(int, short) - Method in class ucar.ma2.ArrayRagged
- setShort(int, short) - Method in class ucar.ma2.ArrayScalar
- setShort(int, short) - Method in class ucar.ma2.ArrayShort
- setShort(int, short) - Method in class ucar.ma2.ArrayString
- setShort(int, short) - Method in class ucar.ma2.ArrayStructure
- setShort(Index, short) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setShort(Index, short) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setShort(Index, short) - Method in class ucar.ma2.ArrayByte
- setShort(Index, short) - Method in class ucar.ma2.ArrayChar
- setShort(Index, short) - Method in class ucar.ma2.ArrayDouble
- setShort(Index, short) - Method in class ucar.ma2.ArrayFloat
- setShort(Index, short) - Method in class ucar.ma2.ArrayInt
- setShort(Index, short) - Method in class ucar.ma2.ArrayLong
- setShort(Index, short) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setShort(Index, short) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setShort(Index, short) - Method in class ucar.ma2.ArrayScalar
- setShort(Index, short) - Method in class ucar.ma2.ArrayShort
- setShort(Index, short) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setShort(Index, short) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setShortCurrent(short) - Method in interface ucar.ma2.IndexIterator
-
Set current value with a short
- setShortCurrent(short) - Method in class ucar.ma2.IteratorFast
- setShortNext(short) - Method in interface ucar.ma2.IndexIterator
-
Set next value with a short
- setShortNext(short) - Method in class ucar.ma2.IteratorFast
- setShowAllValues() - Method in class ucar.nc2.write.Ncdump.Builder
-
show all Variable's values
- setShowCoordValues() - Method in class ucar.nc2.write.Ncdump.Builder
-
show Coordinate Variable's values only
- setShowRange(boolean) - Method in class ucar.nc2.util.Counters.Counter
- setSPobject(Object) - Method in class ucar.nc2.Variable.Builder
- setSrcElem(long) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- setSrcPos(long) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- setStart(DateType) - Method in class ucar.nc2.units.DateRange
-
Set the starting Date.
- setStrict(boolean) - Method in class ucar.nc2.write.Ncdump.Builder
-
strict CDL representation, default false
- setString(int, String) - Method in class ucar.ma2.ArrayChar
-
Set the ArrayChar values from the characters in the String.
- setString(String) - Method in class ucar.ma2.ArrayChar
-
Set the ArrayChar values from the characters in the String.
- setString(Index, String) - Method in class ucar.ma2.ArrayChar
-
Set the ArrayChar values from the characters in the String.
- setStringValue(String) - Method in class ucar.nc2.Attribute.Builder
-
Set the value as a String, trimming trailing zeros
- setStructureData(StructureData, int) - Method in class ucar.ma2.ArrayStructureW
-
Set one of the StructureData of this ArrayStructure.
- setStructureMembers(StructureMembers) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setStructureSize(int) - Method in class ucar.ma2.StructureMembers.Builder
- setSuccess() - Method in interface ucar.nc2.util.CancelTask
-
Called routine sets whether operation successfully completed.
- setTitle(String) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
- setTitle(String) - Method in class ucar.nc2.NetcdfFile.Builder
-
Set the dataset "human readable" title.
- setTransformType(TransformType) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
- setType(String) - Method in class ucar.nc2.units.DateType
-
Set the type of Date.
- setType(VerticalCT.Type) - Method in class ucar.nc2.dataset.VerticalCT.Builder
- setUnits(String) - Method in class ucar.ma2.StructureMembers.MemberBuilder
- setUnits(String) - Method in class ucar.nc2.dataset.SequenceDS.Builder
-
Deprecated.
- setUnits(String) - Method in class ucar.nc2.dataset.StructureDS.Builder
- setUnits(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
- setUseJna(boolean) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Set if you want to use JNA / netcdf c library to do the writing.
- setValue(double) - Method in class ucar.nc2.units.TimeUnit
-
Set the value in the original units.
- setValueInSeconds(double) - Method in class ucar.nc2.units.TimeDuration
-
Set the duration in seconds
- setValueInSeconds(double) - Method in class ucar.nc2.units.TimeUnit
-
Set the value, using the given number of seconds.
- setValues(List<Object>, boolean) - Method in class ucar.nc2.Attribute.Builder
-
Set the values from a list of String or one of the primitives Integer, Float, Double, Short, Long, Integer, Byte.
- setValues(Array) - Method in class ucar.nc2.Attribute.Builder
-
Set the values from an Array, and the DataType from values.getElementType().
- setVarNames(String) - Method in class ucar.nc2.write.Ncdump.Builder
- setVersion(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
- setWantValues(Ncdump.WantValues) - Method in class ucar.nc2.write.Ncdump.Builder
-
set what Variables' values you want output.
- shapeToString() - Method in class ucar.ma2.Array
-
Create a string representation of the shape of this Array.
- shiftOrigin(int) - Method in class ucar.ma2.Range
-
Create a new Range shifting this range by a constant factor.
- shiftOrigin(int[]) - Method in class ucar.ma2.Section
- shiftOrigin(Section) - Method in class ucar.ma2.Section
-
Create a new Section by shifting each range by newOrigin.first() The result is then a relative offset from the newOrigin.
- SHORT - ucar.ma2.DataType
- SHORT - Static variable in class ucar.nc2.constants.CF
- shortName - Variable in class ucar.nc2.Group.Builder
- shortName - Variable in class ucar.nc2.Variable.Builder
- show() - Method in class ucar.ma2.Section
- show(Formatter) - Method in class ucar.nc2.util.Counters.Counter
- show(Formatter) - Method in class ucar.nc2.util.Counters
- showBits(byte[]) - Static method in class ucar.nc2.util.Misc
- showCache(PrintStream) - Static method in class ucar.nc2.util.DiskCache
- showCache(PrintStream) - Method in class ucar.nc2.util.DiskCache2
-
Show cache contents, for debugging.
- showInternal(Formatter, Indent) - Method in class ucar.ma2.ArraySequence
- showInternal(Formatter, Indent) - Method in class ucar.ma2.ArrayStructure
- showInternal(Formatter, Indent) - Method in class ucar.ma2.ArrayStructureBB
- showInternal(Formatter, Indent) - Method in class ucar.ma2.StructureData
- showInternal(Formatter, Indent) - Method in class ucar.ma2.StructureDataA
- showInternal(Formatter, Indent) - Method in class ucar.ma2.StructureDataW
- showInternalMembers(Formatter, Indent) - Method in class ucar.ma2.ArrayStructure
- showInternalMembers(Formatter, Indent) - Method in class ucar.ma2.StructureData
- showOffsets(StructureMembers, Indent, Formatter) - Static method in class ucar.ma2.ArrayStructureBB
- showRange() - Method in class ucar.nc2.util.Counters.Counter
- showScaleMissingProxy(Formatter) - Method in class ucar.nc2.dataset.VariableDS
-
public for debugging
- shutdown() - Static method in class ucar.nc2.dataset.NetcdfDatasets
-
Call when application exits, if you have previously called initNetcdfFileCache.
- shutdown() - Static method in class ucar.unidata.io.RandomAccessFile
- Sigma - ucar.nc2.dataset.VerticalCT.Type
- SIGNED - ucar.ma2.DataType.Signedness
-
The data type can represent both positive and negative numbers.
- SIMPLE_GEOMETRY - ucar.nc2.constants.FeatureType
- SimpleGeometryID - ucar.nc2.constants.AxisType
- SimpleGeometryX - ucar.nc2.constants.AxisType
- SimpleGeometryY - ucar.nc2.constants.AxisType
- SimpleGeometryZ - ucar.nc2.constants.AxisType
- SimpleUnit - Class in ucar.nc2.units
-
Convenience routines on top of ucar.units package.
- simulateUnwritableDir - Static variable in class ucar.nc2.util.DiskCache
-
debug only
- SINUSOIDAL - Static variable in class ucar.nc2.constants.CF
- size - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- size() - Static method in class ucar.nc2.util.AliasTranslator
- skipBytes(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Skips exactly
n
bytes of input. - skipBytes(long) - Method in class ucar.unidata.io.RandomAccessFile
- Sleve - ucar.nc2.dataset.VerticalCT.Type
- slice(int, int) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by fixing the specified dimension at the specified index value.
- slice(int, int) - Method in class ucar.nc2.Sequence
- slice(int, int) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical slice of this Variable, by fixing the specified dimension at the specified index value.
- Source(ThreddsMetadata.Vocab, String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Source
- SOURCE - Static variable in class ucar.nc2.constants.CF
- SPECIALS - Static variable in class ucar.nc2.constants.CDM
- Spectral - ucar.nc2.constants.AxisType
- spiObject - Variable in class ucar.nc2.Variable.Builder
- Stagger - Static variable in class ucar.nc2.constants._Coordinate
- StaggerType - Static variable in class ucar.nc2.constants.CDM
- standard - ucar.nc2.write.Nc4Chunking.Strategy
- standard_deviation - ucar.nc2.constants.CF.CellMethods
- STANDARD_NAME - Static variable in class ucar.nc2.constants.CF
- standard_name_vocabulary - Static variable in class ucar.nc2.constants.ACDD
- STANDARD_PARALLEL - Static variable in class ucar.nc2.constants.CF
- STANDARDIZE - Static variable in class ucar.nc2.constants.CDM
- start - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- Station - Interface in ucar.unidata.geoloc
-
A named location on the earth.
- STATION - ucar.nc2.constants.FeatureType
- STATION_ALTITUDE - Static variable in class ucar.nc2.constants.CF
- STATION_DESC - Static variable in class ucar.nc2.constants.CF
- STATION_ID - Static variable in class ucar.nc2.constants.CF
- STATION_PROFILE - ucar.nc2.constants.FeatureType
- STATION_RADIAL - ucar.nc2.constants.FeatureType
- STATION_WMOID - Static variable in class ucar.nc2.constants.CF
- statusCode - Variable in class ucar.nc2.util.IO.HttpResult
- STEREOGRAPHIC - Static variable in class ucar.nc2.constants.CF
- STRAIGHT_VERTICAL_LONGITUDE_FROM_POLE - Static variable in class ucar.nc2.constants.CF
- streamToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- stride() - Method in class ucar.ma2.Range
- STRING - ucar.ma2.DataType
- Structure - Class in ucar.nc2
-
A Structure is a type of Variable that contains other Variables, like a struct in C.
- STRUCTURE - ucar.ma2.DataType
- Structure.Builder<T extends Structure.Builder<T>> - Class in ucar.nc2
-
A builder of Structures.
- StructureData - Class in ucar.ma2
-
A container for a Structure's data.
- StructureDataA - Class in ucar.ma2
-
A StructureData implementation delegates everything to the containing ArrayStructure.
- StructureDataA(ArrayStructure, int) - Constructor for class ucar.ma2.StructureDataA
-
Constructor.
- StructureDataComposite - Class in ucar.ma2
-
A composite of other StructureData.
- StructureDataDeep - Class in ucar.ma2
-
Make a deep copy of an existing StructureData, so that all the data is contained in this object
- StructureDataFactory - Class in ucar.ma2
-
Convenience routines for constructing one-off StructureData objects
- StructureDataFactory() - Constructor for class ucar.ma2.StructureDataFactory
- StructureDataFromMember - Class in ucar.ma2
-
A StructureData implementation that has its data self-contained.
- StructureDataFromMember(StructureMembers) - Constructor for class ucar.ma2.StructureDataFromMember
- StructureDataIterator - Interface in ucar.ma2
-
An iterator over StructureData.
- StructureDataIteratorLimited - Class in ucar.ma2
-
Read a maximum number of StructureData objects from a StructureDataIterator.
- StructureDataIteratorLimited(StructureDataIterator, int) - Constructor for class ucar.ma2.StructureDataIteratorLimited
- StructureDataIteratorMediated - Class in ucar.ma2
-
Read a maximum number of StructureData objects from a StructureDataIterator.
- StructureDataIteratorMediated(StructureDataIterator, StructureDataMediator) - Constructor for class ucar.ma2.StructureDataIteratorMediated
- StructureDataMediator - Interface in ucar.ma2
-
see StructureDataIteratorMediated
- StructureDataProxy - Class in ucar.ma2
-
Proxy for another StructureData.
- StructureDataProxy(StructureMembers, StructureData) - Constructor for class ucar.ma2.StructureDataProxy
- StructureDataW - Class in ucar.ma2
-
A StructureData implementation that has its data self-contained.
- StructureDataW(StructureMembers) - Constructor for class ucar.ma2.StructureDataW
-
Constructor.
- StructureDS - Class in ucar.nc2.dataset
-
An "enhanced" Structure.
- StructureDS.Builder<T extends StructureDS.Builder<T>> - Class in ucar.nc2.dataset
- StructureMembers - Class in ucar.ma2
-
A Collection of members contained in a StructureData.
- StructureMembers.Builder - Class in ucar.ma2
-
A builder for StructureMembers
- StructureMembers.Member - Class in ucar.ma2
-
A member of a StructureData.
- StructureMembers.MemberBuilder - Class in ucar.ma2
- StructurePseudo2Dim - Class in ucar.nc2.dataset
-
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
- StructurePseudo2Dim.Builder<T extends StructurePseudo2Dim.Builder<T>> - Class in ucar.nc2.dataset
- StructurePseudoDS - Class in ucar.nc2.dataset
-
Make a collection of variables with the same outer dimension into a fake Structure.
- StructurePseudoDS.Builder<T extends StructurePseudoDS.Builder<T>> - Class in ucar.nc2.dataset
- subSection(int, int) - Method in class ucar.ma2.Section
- subSection(int, int) - Method in class ucar.ma2.SectionIterable
- subsetCatalogOnDataset(Dataset) - Method in class thredds.client.catalog.Catalog
- subtract(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarPeriod
-
Subtract two dates, return difference in units of this period.
- subtract(CalendarPeriod) - Method in class ucar.nc2.time.CalendarDate
- subtract(TimeDuration) - Method in class ucar.nc2.units.DateType
- subtract(TimeUnit) - Method in class ucar.nc2.units.DateType
- sum - ucar.nc2.constants.CF.CellMethods
- sumDouble(Array) - Static method in class ucar.ma2.MAMath
-
sum all of the elements of array a as doubles.
- sumDoubleSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
-
sum all of the elements of array a as doubles.
- summary - Static variable in class ucar.nc2.constants.ACDD
- SUPERBLOCKVERSION - Static variable in class ucar.nc2.constants.CDM
- SURFACE_ALTITUDE - Static variable in class ucar.nc2.constants.CF
- SWATH - ucar.nc2.constants.FeatureType
- SWEEP_ANGLE_AXIS - Static variable in class ucar.nc2.constants.CF
- syncExtend() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- SystemFor - Static variable in class ucar.nc2.constants._Coordinate
- Systems - Static variable in class ucar.nc2.constants._Coordinate
T
- test(Variable) - Method in class ucar.nc2.write.NcmlWriter.WriteVariablesWithNamesPredicate
- testOGC() - Static method in class ucar.nc2.util.EscapeStrings
- text - Variable in class thredds.client.catalog.ThreddsMetadata.Vocab
- THREDDS - thredds.client.catalog.ServiceType
- thredds.client.catalog - package thredds.client.catalog
- thredds.client.catalog.builder - package thredds.client.catalog.builder
- ThreddsMetadata - Class in thredds.client.catalog
-
Thredds Metadata.
- ThreddsMetadata() - Constructor for class thredds.client.catalog.ThreddsMetadata
- ThreddsMetadata(ThreddsMetadata) - Constructor for class thredds.client.catalog.ThreddsMetadata
- ThreddsMetadata.Contributor - Class in thredds.client.catalog
- ThreddsMetadata.GeospatialCoverage - Class in thredds.client.catalog
-
Implements GeospatialCoverage type.
- ThreddsMetadata.GeospatialRange - Class in thredds.client.catalog
-
Implements spatialRange type.
- ThreddsMetadata.MetadataOther - Class in thredds.client.catalog
- ThreddsMetadata.Source - Class in thredds.client.catalog
-
Implements Source type, used by publisher and creator elements.
- ThreddsMetadata.UriResolved - Class in thredds.client.catalog
- ThreddsMetadata.Variable - Class in thredds.client.catalog
-
Implements Variable type.
- ThreddsMetadata.VariableGroup - Class in thredds.client.catalog
- ThreddsMetadata.Vocab - Class in thredds.client.catalog
-
Implements Vocab type, just text with an optional "vocabulary" attribute.
- ThreddsMetadataContainer - Interface in thredds.client.catalog
-
Container of ThreddsMetadata: Dataset or ThreddsMetadata
- ThreddsMetadataInheritable - Static variable in class thredds.client.catalog.Dataset
- TIFF - ucar.nc2.constants.DataFormatType
- Time - ucar.nc2.constants.AxisType
- TIME - Static variable in class ucar.nc2.constants.CF
- TIME_DURATION - Static variable in class ucar.nc2.constants.ACDD
- TIME_END - Static variable in class ucar.nc2.constants.ACDD
- TIME_OFFSET - Static variable in class ucar.nc2.constants.CDM
- TIME_OFFSET - Static variable in class ucar.nc2.constants.CF
- TIME_OFFSET_HOUR - Static variable in class ucar.nc2.constants.CDM
- TIME_REFERENCE - Static variable in class ucar.nc2.constants.CF
- TIME_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
- TIME_START - Static variable in class ucar.nc2.constants.ACDD
- TimeCoverage - Static variable in class thredds.client.catalog.Dataset
- TimeDuration - Class in ucar.nc2.units
-
Implements the thredds "duration" XML element type: specifies a length of time.
- TimeDuration(String) - Constructor for class ucar.nc2.units.TimeDuration
-
Construct from 1) udunit time unit string, 2) xsd:duration syntax, 3) blank string.
- TimeDuration(TimeDuration) - Constructor for class ucar.nc2.units.TimeDuration
-
Copy constructor.
- TimeDuration(TimeUnit) - Constructor for class ucar.nc2.units.TimeDuration
-
Construct from a TimeUnit.
- TimeOffset - ucar.nc2.constants.AxisType
- timeSeries - ucar.nc2.constants.CF.FeatureType
- TIMESERIES_ID - Static variable in class ucar.nc2.constants.CF
- timeSeriesProfile - ucar.nc2.constants.CF.FeatureType
- TimeUnit - Class in ucar.nc2.units
-
Handles Units that are time durations, eg in seconds, hours, days, years.
- TimeUnit(double, String) - Constructor for class ucar.nc2.units.TimeUnit
-
Constructor from a value and a unit name.
- TimeUnit(String) - Constructor for class ucar.nc2.units.TimeUnit
-
Constructor from a String.
- TimeUnit(TimeUnit) - Constructor for class ucar.nc2.units.TimeUnit
-
Copy Constructor.
- title - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- title - Static variable in class ucar.nc2.constants.ACDD
- TITLE - Static variable in class ucar.nc2.constants.CDM
- TITLE - Static variable in class ucar.nc2.constants.CF
- toBuilder() - Method in class ucar.ma2.Section
- toBuilder() - Method in class ucar.nc2.Attribute
-
Turn into a mutable Builder.
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis1D
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis2D
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateSystem
- toBuilder() - Method in class ucar.nc2.dataset.CoordinateTransform
- toBuilder() - Method in class ucar.nc2.dataset.NetcdfDataset
- toBuilder() - Method in class ucar.nc2.dataset.ProjectionCT
- toBuilder() - Method in class ucar.nc2.dataset.StructureDS
- toBuilder() - Method in class ucar.nc2.dataset.StructurePseudo2Dim
- toBuilder() - Method in class ucar.nc2.dataset.StructurePseudoDS
- toBuilder() - Method in class ucar.nc2.dataset.VariableDS
- toBuilder() - Method in class ucar.nc2.dataset.VerticalCT
- toBuilder() - Method in class ucar.nc2.Dimension
-
Turn into a mutable Builder, use toBuilder().build() to make a copy.
- toBuilder() - Method in class ucar.nc2.Group
-
Turn into a mutable Builder.
- toBuilder() - Method in class ucar.nc2.NetcdfFile
-
Turn into a mutable Builder.
- toBuilder() - Method in class ucar.nc2.Sequence
-
Turn into a mutable Builder.
- toBuilder() - Method in class ucar.nc2.Structure
-
Turn into a mutable Builder.
- toBuilder() - Method in class ucar.nc2.Variable
-
Turn into a mutable Builder.
- toBuilder(boolean) - Method in class ucar.ma2.StructureMembers.Member
-
Turn into a mutable Builder.
- toBuilder(boolean) - Method in class ucar.ma2.StructureMembers
-
Turn into a mutable Builder.
- toDate() - Method in class ucar.nc2.time.CalendarDate
-
Get the equivilent java.util.Date
- toDateString() - Method in class ucar.nc2.units.DateType
-
Same as DateFormatter.toDateOnlyString()
- toDateString(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateString(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateStringPresent() - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeString() - Method in class ucar.nc2.units.DateType
-
Same as CalendarDateFormatter.toDateTimeStringISO
- toDateTimeString(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeString(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeStringISO() - Method in class ucar.nc2.units.DateType
-
Get ISO formatted string
- toDateTimeStringISO(long) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeStringISO(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeStringISO(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toDateTimeStringPresent() - Static method in class ucar.nc2.time.CalendarDateFormatter
- toGregorianCalendar() - Method in class ucar.nc2.time.CalendarDate
- toImmutable() - Method in class ucar.nc2.AttributeContainerMutable
-
Turn into an immutable AttributeContainer
- tokenizeEscapedName(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Tokenize an escaped name using "." as delimiter, skipping "\."
- toNcml(String) - Method in class ucar.nc2.NetcdfFile
-
NcML representation of Netcdf header info, non strict
- toString() - Method in class thredds.client.catalog.Access
- toString() - Method in class thredds.client.catalog.Documentation
- toString() - Method in class thredds.client.catalog.Property
- toString() - Method in class thredds.client.catalog.Service
- toString() - Method in class ucar.ma2.Array
- toString() - Method in class ucar.ma2.ArrayChar
- toString() - Method in class ucar.ma2.ArraySequence
- toString() - Method in enum ucar.ma2.DataType
-
The DataType name, eg "byte", "float", "String".
- toString() - Method in class ucar.ma2.Index
- toString() - Method in class ucar.ma2.Index1D
- toString() - Method in class ucar.ma2.Index2D
- toString() - Method in class ucar.ma2.Index3D
- toString() - Method in class ucar.ma2.Index4D
- toString() - Method in class ucar.ma2.Index5D
- toString() - Method in class ucar.ma2.Index6D
- toString() - Method in class ucar.ma2.Index7D
- toString() - Method in class ucar.ma2.IteratorFast
- toString() - Method in class ucar.ma2.MAMath.MinMax
- toString() - Method in class ucar.ma2.Range
- toString() - Method in class ucar.ma2.RangeScatter
- toString() - Method in class ucar.ma2.Section
-
Convert List of Ranges to String Spec.
- toString() - Method in class ucar.ma2.StructureData
- toString() - Method in class ucar.ma2.StructureMembers.Member
- toString() - Method in class ucar.ma2.StructureMembers
- toString() - Method in class ucar.nc2.Attribute
- toString() - Method in class ucar.nc2.dataset.CoordinateSystem
- toString() - Method in class ucar.nc2.dataset.CoordinateTransform
- toString() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- toString() - Method in class ucar.nc2.dataset.VerticalCT
- toString() - Method in enum ucar.nc2.dataset.VerticalCT.Type
- toString() - Method in class ucar.nc2.Dimension
- toString() - Method in class ucar.nc2.EnumTypedef
- toString() - Method in class ucar.nc2.Group
- toString() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
- toString() - Method in class ucar.nc2.iosp.IndexChunker
- toString() - Method in class ucar.nc2.iosp.IndexChunkerTiled
- toString() - Method in class ucar.nc2.iosp.LayoutBBTiled
- toString() - Method in class ucar.nc2.iosp.LayoutTiled
- toString() - Method in class ucar.nc2.NetcdfFile
-
CDL representation of Netcdf header info, non strict
- toString() - Method in class ucar.nc2.ParsedSectionSpec
- toString() - Method in class ucar.nc2.time.CalendarDate
-
ISO formatted string
- toString() - Method in class ucar.nc2.time.CalendarDateRange
- toString() - Method in class ucar.nc2.time.CalendarDateUnit
- toString() - Method in class ucar.nc2.time.CalendarDuration
-
String representation
- toString() - Method in class ucar.nc2.time.CalendarPeriod
- toString() - Method in class ucar.nc2.units.DateRange
- toString() - Method in class ucar.nc2.units.DateType
-
String representation
- toString() - Method in class ucar.nc2.units.DateUnit
- toString() - Method in class ucar.nc2.units.SimpleUnit
-
Unit string representation.
- toString() - Method in class ucar.nc2.units.TimeDuration
-
String representation
- toString() - Method in class ucar.nc2.units.TimeUnit
-
String representation.
- toString() - Method in class ucar.nc2.util.Counters
- toString() - Method in class ucar.nc2.util.DiskCache2
- toString() - Method in class ucar.nc2.util.Indent
- toString() - Method in class ucar.nc2.Variable.Builder
- toString() - Method in class ucar.nc2.Variable
- toString() - Method in class ucar.unidata.geoloc.Bearing
- toString() - Method in class ucar.unidata.geoloc.Earth
- toString() - Method in class ucar.unidata.geoloc.EarthEllipsoid
-
Same as EPSG name
- toString() - Method in class ucar.unidata.geoloc.LatLonRect
-
Return a String representation of this object.
- toString() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Get a String representation of this object.
- toString() - Method in class ucar.unidata.io.RandomAccessFile
-
Create a string representation of this object.
- toString(CalendarDate) - Method in class ucar.nc2.time.CalendarDateFormatter
- toString(LatLonPoint, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
-
String representation in the form, eg 40.23N 105.1W
- toString2() - Method in class ucar.unidata.geoloc.LatLonRect
-
Return a String representation of this object.
- toString2(int) - Method in class ucar.unidata.geoloc.ProjectionRect
- toStringDebug() - Method in class ucar.ma2.Index
-
String representation
- toStringDebug() - Method in class ucar.nc2.dataset.VariableDS
- toStringDebug() - Method in class ucar.nc2.Variable
-
String representation of Variable and its attributes.
- toStringDebug(Object) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
- toStringDebug(Object) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Debug info for this object.
- toTimeUnits(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
- toTimeUnits(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
-
udunits formatting
- touch(InputStream, int) - Static method in class ucar.nc2.util.IO
- touch(FileChannel, int) - Static method in class ucar.nc2.util.IO
- trajectory - ucar.nc2.constants.CF.FeatureType
- TRAJECTORY - ucar.nc2.constants.FeatureType
- TRAJECTORY_ID - Static variable in class ucar.nc2.constants.CF
- TRAJECTORY_PROFILE - ucar.nc2.constants.FeatureType
- trajectoryProfile - ucar.nc2.constants.CF.FeatureType
- transferData(Array, WritableByteChannel) - Static method in class ucar.nc2.iosp.IospHelper
- transferInheritedMetadata(DatasetNode) - Method in class thredds.client.catalog.builder.DatasetBuilder
- transferMetadata(DatasetNode, boolean) - Method in class thredds.client.catalog.builder.DatasetBuilder
- Transforms - Static variable in class ucar.nc2.constants._Coordinate
- TransformType - Enum in ucar.nc2.dataset
-
Type-safe enumeration of netCDF Dataset TransformType.
- TransformType - Static variable in class ucar.nc2.constants._Coordinate
- translateAlias(String) - Static method in class ucar.nc2.util.AliasTranslator
- transpose() - Method in class ucar.ma2.MAMatrix
-
Create a MAMatrix that is the transpose of this one, with the same backing store.
- transpose(int, int) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by transposing two of the indices.
- TRANSVERSE_MERCATOR - Static variable in class ucar.nc2.constants.CF
- truncate(CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
-
truncate the CalendarDate, by zeroing all the fields that are less than the field.
- TSV - ucar.nc2.constants.DataFormatType
- type - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- type - Variable in class ucar.nc2.dataset.VerticalCT.Builder
U
- UBYTE - ucar.ma2.DataType
- ucar.ma2 - package ucar.ma2
- ucar.nc2 - package ucar.nc2
- ucar.nc2.constants - package ucar.nc2.constants
- ucar.nc2.dataset - package ucar.nc2.dataset
- ucar.nc2.dataset.spi - package ucar.nc2.dataset.spi
- ucar.nc2.iosp - package ucar.nc2.iosp
- ucar.nc2.time - package ucar.nc2.time
- ucar.nc2.units - package ucar.nc2.units
- ucar.nc2.util - package ucar.nc2.util
- ucar.nc2.write - package ucar.nc2.write
- ucar.unidata.geoloc - package ucar.unidata.geoloc
- ucar.unidata.io - package ucar.unidata.io
- ucar.unidata.io.spi - package ucar.unidata.io.spi
- UDDC - thredds.client.catalog.ServiceType
- udunitPatternString - Static variable in class ucar.nc2.time.CalendarDateUnit
- UDUNITS - Static variable in class ucar.nc2.constants.CDM
- UGRID - ucar.nc2.constants.FeatureType
- UINT - ucar.ma2.DataType
- ULONG - ucar.ma2.DataType
- unescapeDAPIdentifier(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the DEFINITIVE opendap identifier unescape function.
- unescapeURL(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Decode all of the parts of the url including query and fragment
- unescapeURLQuery(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the DEFINITIVE URL constraint expression unescape function.
- uniform30day - ucar.nc2.time.Calendar
- union(Range) - Method in class ucar.ma2.Range
-
Create a new Range by making the union with a Range using same interval as this Range.
- union(Section) - Method in class ucar.ma2.Section
-
Create a new Section by union with another Section
- units - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
- units - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
- UNITS - Static variable in class ucar.nc2.constants.CDM
- UNITS - Static variable in class ucar.nc2.constants.CF
- unixDateUnit - Static variable in class ucar.nc2.time.CalendarDateUnit
- Unknown - thredds.client.catalog.ServiceType.AccessType
- UNKNOWN - Static variable in class ucar.nc2.time.CalendarDate
- unread() - Method in class ucar.unidata.io.RandomAccessFile
-
Unread the last byte read.
- UNSIGNED - ucar.ma2.DataType.Signedness
-
The data type can represent only non-negative numbers.
- UNSIGNED - Static variable in class ucar.nc2.constants.CDM
- unsignedByteToShort(byte) - Static method in enum ucar.ma2.DataType
-
Converts the argument to a
short
by an unsigned conversion. - unsignedIntToLong(int) - Static method in enum ucar.ma2.DataType
-
Converts the argument to a
long
by an unsigned conversion. - unsignedLongToBigInt(long) - Static method in enum ucar.ma2.DataType
-
Converts the argument to a
BigInteger
by an unsigned conversion. - unsignedShortToInt(short) - Static method in enum ucar.ma2.DataType
-
Converts the argument to an
int
by an unsigned conversion. - updateAttribute(Variable, Attribute) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Update the value of an existing attribute.
- updown - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
- UriResolved(String, URI) - Constructor for class thredds.client.catalog.ThreddsMetadata.UriResolved
- url - Variable in class thredds.client.catalog.ThreddsMetadata.Source
- urlDecode(String) - Static method in class ucar.nc2.util.EscapeStrings
-
Define the DEFINITIVE URL unescape function.
- URLnaming - Class in ucar.nc2.util
-
Networking utilities.
- URLnaming() - Constructor for class ucar.nc2.util.URLnaming
- UrlPath - Static variable in class thredds.client.catalog.Dataset
- useDuration() - Method in class ucar.nc2.units.DateRange
-
Get if the duration is fixed.
- useEnd() - Method in class ucar.nc2.units.DateRange
-
Get if the end is fixed.
- useRemoteCatalogService() - Method in class thredds.client.catalog.CatalogRef
- UseRemoteCatalogService - Static variable in class thredds.client.catalog.Dataset
- useResolution() - Method in class ucar.nc2.units.DateRange
-
Get if the resolution is set.
- useStart() - Method in class ucar.nc2.units.DateRange
-
Get if the start is fixed.
- USHORT - ucar.ma2.DataType
- UTC - Static variable in class ucar.nc2.time.CalendarTimeZone
- UTF8 - Static variable in class ucar.nc2.constants.CDM
V
- v - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- v - Variable in class ucar.nc2.ParsedSectionSpec
- VALID_MAX - Static variable in class ucar.nc2.constants.CDM
- VALID_MAX - Static variable in class ucar.nc2.constants.CF
- VALID_MIN - Static variable in class ucar.nc2.constants.CDM
- VALID_MIN - Static variable in class ucar.nc2.constants.CF
- VALID_RANGE - Static variable in class ucar.nc2.constants.CDM
- VALID_RANGE - Static variable in class ucar.nc2.constants.CF
- valueOf(String) - Static method in enum thredds.client.catalog.ServiceType.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum thredds.client.catalog.ServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.ma2.DataType.Signedness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.ma2.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.constants.AxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.constants.CF.CellMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.constants.CF.FeatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.constants.DataFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.constants.FeatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.dataset.NetcdfDataset.Enhance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.dataset.TransformType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.dataset.VerticalCT.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.iosp.IOServiceProvider.SortGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.time.Calendar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.time.CalendarPeriod.Field
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.util.DiskCache2.CachePathPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.write.Nc4Chunking.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.write.Ncdump.WantValues
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ucar.nc2.write.NetcdfFileFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum thredds.client.catalog.ServiceType.AccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum thredds.client.catalog.ServiceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.ma2.DataType.Signedness
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.ma2.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.constants.AxisType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.constants.CF.CellMethods
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.constants.CF.FeatureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.constants.DataFormatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.constants.FeatureType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.dataset.NetcdfDataset.Enhance
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.dataset.TransformType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.dataset.VerticalCT.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.iosp.IOServiceProvider.SortGroup
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.time.Calendar
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.time.CalendarPeriod.Field
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.util.DiskCache2.CachePathPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.write.Nc4Chunking.Strategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.write.Ncdump.WantValues
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ucar.nc2.write.NetcdfFileFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- varDataTypeCheckOk(Variable) - Method in class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
- varDataTypeCheckOk(Variable) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
- Variable - Class in ucar.nc2
-
A Variable is a logical container for data.
- Variable(String, String, String, String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Variable
- Variable.Builder<T extends Variable.Builder<T>> - Class in ucar.nc2
-
A builder for Variables.
- VariableDS - Class in ucar.nc2.dataset
-
A wrapper around a Variable, creating an "enhanced" Variable.
- VariableDS.Builder<T extends VariableDS.Builder<T>> - Class in ucar.nc2.dataset
- VariableEnhanced - Interface in ucar.nc2.dataset
-
Interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
- VariableGroup(String, ThreddsMetadata.UriResolved, ThreddsMetadata.UriResolved, List<ThreddsMetadata.Variable>) - Constructor for class thredds.client.catalog.ThreddsMetadata.VariableGroup
- VariableGroups - Static variable in class thredds.client.catalog.Dataset
- variableMap - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- VariableMapLinkURI - Static variable in class thredds.client.catalog.Dataset
- variables - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- VariableSimpleBuilder - Class in ucar.nc2
-
Builder for VariableSimpleIF, makes true immutable objects.
- VariableSimpleBuilder(String, String, String, DataType, List<Dimension>) - Constructor for class ucar.nc2.VariableSimpleBuilder
- VariableSimpleIF - Interface in ucar.nc2
-
A lightweight abstraction of a Variable.
- variance - ucar.nc2.constants.CF.CellMethods
- vbuilders - Variable in class ucar.nc2.Group.Builder
- vbuilders - Variable in class ucar.nc2.Structure.Builder
- version() - Method in enum ucar.nc2.write.NetcdfFileFormat
- Version - Static variable in class thredds.client.catalog.Catalog
- VERT_IS_POSITIVE - Static variable in class ucar.nc2.constants.ACDD
- VERT_MAX - Static variable in class ucar.nc2.constants.ACDD
- VERT_MIN - Static variable in class ucar.nc2.constants.ACDD
- VERT_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
- VERT_UNITS - Static variable in class ucar.nc2.constants.ACDD
- Vertical - ucar.nc2.dataset.TransformType
- VERTICAL_PERSPECTIVE - Static variable in class ucar.nc2.constants.CF
- VerticalCT - Class in ucar.nc2.dataset
-
A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure.
- VerticalCT.Builder<T extends VerticalCT.Builder<T>> - Class in ucar.nc2.dataset
- VerticalCT.Type - Enum in ucar.nc2.dataset
-
Enumeration of known Vertical transformations.
- VLEN - Static variable in class ucar.ma2.Range
- VLEN - Static variable in class ucar.nc2.Dimension
-
A variable-length dimension: the length is not known until the data is read.
- Vocab(String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Vocab
- vocabulary - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
- vocabulary - Variable in class thredds.client.catalog.ThreddsMetadata.Vocab
- vocabulary_name - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
- vocabUri - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
W
- WCS - thredds.client.catalog.ServiceType
- WebForm - thredds.client.catalog.ServiceType
- WFS - thredds.client.catalog.ServiceType
- WGS84 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
-
Ellipsoid for WGS84 (edavis - correct 1/f as per EPSG database ver 6.14)
- WGS84_EARTH_RADIUS_KM - Static variable in class ucar.unidata.geoloc.Earth
-
Get canonical radius of the spherical earth in km from "WGS 84"
- WGS84_EARTH_RADIUS_METERS - Static variable in class ucar.unidata.geoloc.Earth
-
Get canonical radius of the spherical earth in meters from "WGS 84"
- widenNumber(Number) - Static method in enum ucar.ma2.DataType
-
Convert the argument to the next largest integral data type by an unsigned conversion.
- widenNumberIfNegative(Number) - Static method in enum ucar.ma2.DataType
-
This method is similar to
DataType.widenNumber(java.lang.Number)
, but only integral types that are negative are widened. - withCalendar(Calendar, String) - Static method in class ucar.nc2.time.CalendarDateUnit
-
Create a CalendarDateUnit from a calendar and a udunit string = "unit since calendarDate"
- withDoy(Calendar, int, int, int, int, int) - Static method in class ucar.nc2.time.CalendarDate
- withSignedness(DataType.Signedness) - Method in enum ucar.ma2.DataType
-
Returns a DataType that is related to
this
, but with the specified signedness. - WMS - thredds.client.catalog.ServiceType
- WRFEta - ucar.nc2.dataset.VerticalCT.Type
- write(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes
b.length
bytes from the specified byte array starting at offsetoff
to this file. - write(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes
len
bytes from the specified byte array starting at offsetoff
to this file. - write(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write a byte to the file.
- write(String, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write data to the named variable.
- write(String, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write data to the named variable, origin assumed to be 0.
- write(CancelTask) - Method in class ucar.nc2.write.NetcdfCopier
-
Write the input file to the output file.
- write(Variable, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write data to the given variable.
- write(Variable, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write data to the given variable, origin assumed to be 0.
- writeAllVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
-
Predicate that always returns
true
. - writeBoolean(boolean) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
boolean
to the file as a 1-byte value. - writeBoolean(boolean[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of booleans
- writeByte(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
byte
to the file as a 1-byte value. - writeBytes(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write
len
bytes from an array to the file. - writeBytes(char[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes the character array to the file as a sequence of bytes.
- writeBytes(String) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes the string to the file as a sequence of bytes.
- writeCDL(NetcdfFile, Formatter, boolean, String) - Static method in class ucar.nc2.write.CDLWriter
-
Write CDL to a Formatter
- writeChar(char[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of chars
- writeChar(char[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of chars with the provided endianness.
- writeChar(char[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of chars with the provided byte order.
- writeChar(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
char
to the file as a 2-byte value, high byte first. - writeChar(int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
char
to the file as a 2-byte value with the provided endianness. - writeChar(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
char
to the file as a 2-byte value with the provided byte order. - writeChars(String) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeChars(String, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeChars(String, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a string to the file as a sequence of characters.
- writeContents(String, OutputStream) - Static method in class ucar.nc2.util.IO
-
Wite the contents from the String to a Stream,
- writeCoordinateVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
-
Predicate that returns
true
for variables that arecoordinate variables
. - writeDouble(double) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the double argument to a
long
using thedoubleToLongBits
method in classDouble
, and then writes thatlong
value to the file as an 8-byte quantity, high byte first. - writeDouble(double[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of doubles
- writeDouble(double[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of doubles with the provided endianness.
- writeDouble(double[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of doubles with the provided byte order.
- writeDouble(double, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the double argument to a
long
using thedoubleToLongBits
method in classDouble
, and then writes thatlong
value to the file as an 8-byte quantity, with the provided endianness. - writeDouble(double, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the double argument to a
long
using thedoubleToLongBits
method in classDouble
, and then writes thatlong
value to the file as an 8-byte quantity, with the provided byte order. - writeFloat(float) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the float argument to an
int
using thefloatToIntBits
method in classFloat
, and then writes thatint
value to the file as a 4-byte quantity, high byte first. - writeFloat(float[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of floats
- writeFloat(float[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of floats with the provided endianness.
- writeFloat(float[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of floats with the provided byte order.
- writeFloat(float, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the float argument to an
int
using thefloatToIntBits
method in classFloat
, and then writes thatint
value to the file as a 4-byte quantity, with the provided endianness. - writeFloat(float, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Converts the float argument to an
int
using thefloatToIntBits
method in classFloat
, and then writes thatint
value to the file as a 4-byte quantity, with the provided byte order. - writeInt(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes an
int
to the file as four bytes, high byte first. - writeInt(int[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of ints
- writeInt(int[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of ints with the provided endianness.
- writeInt(int[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of ints with the provided byte order.
- writeInt(int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes an
int
to the file as four bytes with the provided endianness. - writeInt(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes an
int
to the file as four bytes with the provided byte order. - writeLong(long) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
long
to the file as eight bytes, high byte first. - writeLong(long[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of longs
- writeLong(long[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of longs with the provided endianness.
- writeLong(long[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of longs with the provided byte order.
- writeLong(long, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
long
to the file as eight bytes with the provided endianness. - writeLong(long, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
long
to the file as eight bytes with the provided byte order. - writeMetadataVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
-
Predicate that returns
true
for variables that aremetadata variables
. - writeNcml(OutputStream, String) - Method in class ucar.nc2.NetcdfFile
-
Write the NcML representation: dont show coordinate values
- writeNcml(Writer, String) - Method in class ucar.nc2.NetcdfFile
-
Write the NcML representation: dont show coordinate values
- writeNoVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
-
Predicate that always returns
false
. - writeShort(int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
short
to the file as two bytes, high byte first. - writeShort(int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
short
to the file as two bytes with the provided endianness. - writeShort(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a
short
to the file as two bytes with the provided byte order. - writeShort(short[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of shorts
- writeShort(short[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of shorts with the provided endianness.
- writeShort(short[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
-
Write an array of shorts with the provided byte order.
- writeStringDataToChar(Variable, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write String data to a CHAR variable.
- writeStringDataToChar(Variable, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Write String data to a CHAR variable, origin assumed to be 0.
- writeToFile(byte[], File) - Static method in class ucar.nc2.util.IO
-
Write byte[] contents to a file.
- writeToFile(InputStream, String) - Static method in class ucar.nc2.util.IO
-
copy input stream to file.
- writeToFile(String, File) - Static method in class ucar.nc2.util.IO
-
Write String contents to a file, using UTF-8 encoding.
- writeToFile(String, String) - Static method in class ucar.nc2.util.IO
-
Write contents to a file, using UTF-8 encoding.
- writeToFile(Element, File) - Method in class ucar.nc2.write.NcmlWriter
-
Writes an NcML element to an output file.
- writeToStream(Element, OutputStream) - Method in class ucar.nc2.write.NcmlWriter
-
Writes an NcML element to an output stream.
- writeToString(Element) - Method in class ucar.nc2.write.NcmlWriter
-
Writes an NcML element to a string.
- writeToWriter(Element, Writer) - Method in class ucar.nc2.write.NcmlWriter
-
Writes an NcML element to a Writer.
- writeUTF(String) - Method in class ucar.unidata.io.RandomAccessFile
-
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
- WriteVariablesWithNamesPredicate(Iterable<String>) - Constructor for class ucar.nc2.write.NcmlWriter.WriteVariablesWithNamesPredicate
- WSDL - thredds.client.catalog.ServiceType
X
- XLINK_NAMESPACE - Static variable in class thredds.client.catalog.Catalog
- xlinkHref - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
- xlinkNS - Static variable in class thredds.client.catalog.Catalog
- XML - ucar.nc2.constants.DataFormatType
- xsiNS - Static variable in class thredds.client.catalog.Catalog
Y
- Year - ucar.nc2.time.CalendarPeriod.Field
Z
- ZisLayer - Static variable in class ucar.nc2.constants._Coordinate
- ZisPositive - Static variable in class ucar.nc2.constants._Coordinate
- zpositive - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
_
- _Coordinate - Class in ucar.nc2.constants
-
Constants for _Coordinate Conventions.
- _CoordSysBuilder - Static variable in class ucar.nc2.constants._Coordinate
- _FILLVALUE - Static variable in class ucar.nc2.constants.CF
All Classes All Packages