- ABBREV - Static variable in class ucar.nc2.constants.CDM
-
- abort() - Method in class ucar.nc2.write.NetcdfFormatWriter
-
Abort writing to this file.
- absoluteDifference(float, float) - Static method in class ucar.nc2.util.Misc
-
The absolute difference between two floats, i.e.
- absoluteDifference(double, double) - Static method in class ucar.nc2.util.Misc
-
The absolute difference between two doubles, 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(Dataset, String, Service, String, long) - Constructor for class thredds.client.catalog.Access
-
- Access - Static variable in class thredds.client.catalog.Dataset
-
- 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, int) - 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) - 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, 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(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(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(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(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(String) - Method in class ucar.nc2.util.Counters
-
- 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(Attribute) - Method in class ucar.nc2.AttributeContainerMutable
-
- addAttribute(String, String) - Method in class ucar.nc2.AttributeContainerMutable
-
Add Attribute; name and value must not be null.
- addAttribute(String, Number) - Method in class ucar.nc2.AttributeContainerMutable
-
Add Attribute; name and value must not be null.
- 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(String, String) - 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(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(String, int) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
-
Add a dimension to the root group.
- 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.
- addEnhanceMode(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
-
- addEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS.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(StructureMembers.MemberBuilder) - Method in class ucar.ma2.StructureMembers.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
-
- 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(Object) - Method in class ucar.ma2.ArrayStructureBB
-
- addObjectToHeap(int, StructureMembers.Member, 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(Map<String, Object>, String, Object) - Static method in class thredds.client.catalog.builder.DatasetBuilder
-
Utility routine to keep list of objects small.
- addToList(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
-
- addToList(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
-
- 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(Variable.Builder<?>) - Method in class ucar.nc2.Group.Builder
-
Add a Variable, throw error if one of the same name if it exists.
- 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.
- 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
-
- ANCILLARY_VARIABLES - Static variable in class ucar.nc2.constants.CF
-
- appendRange(Range) - Method in class ucar.ma2.Section.Builder
-
Append a Range to the Section
- 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
- appendRangeAll() - Method in class ucar.ma2.Section.Builder
-
Append a Range to the Section meaning "all"
- appendRanges(List<Range>) - Method in class ucar.ma2.Section.Builder
-
Append Ranges to the Section
- appendRanges(int[]) - Method in class ucar.ma2.Section.Builder
-
Create Section from a shape array, assumes 0 origin.
- appendStructureData(Structure, StructureData) - Method in class ucar.nc2.write.NetcdfFormatWriter
-
- appendToFile(InputStream, String) - Static method in class ucar.nc2.util.IO
-
- applyScaleOffset(Number) - Method in class ucar.nc2.dataset.VariableDS
-
- applyScaleOffset(Array) - Method in class ucar.nc2.dataset.VariableDS
-
- 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(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureW
-
Create a new Array of type StructureData and the given members and shape.
- ArrayStructureW(StructureData) - Constructor for class ucar.ma2.ArrayStructureW
-
- 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, String) - Constructor for class ucar.nc2.Attribute
-
Create a String-valued Attribute.
- Attribute(String, Number) - Constructor for class ucar.nc2.Attribute
-
Create a scalar, signed, numeric-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 - Static variable in class ucar.nc2.constants.CF
-
- axis - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- 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 - Static variable in class ucar.nc2.constants._Coordinate
-
- AxisType - Enum in ucar.nc2.constants
-
Enumeration of Coordinate Axis types.
- axisType - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
-
- axisType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- AxisTypes - Static variable in class ucar.nc2.constants._Coordinate
-
- AZIMUTHAL_EQUIDISTANT - Static variable in class ucar.nc2.constants.CF
-
- 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(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.
- 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.
- CALENDAR - Static variable in class ucar.nc2.constants.CF
-
- Calendar - Enum in ucar.nc2.time
-
Implements CF calendar attribute.
- 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, Calendar) - Constructor for class ucar.nc2.time.CalendarDateFormatter
-
- CalendarDateFormatter(String, CalendarTimeZone) - 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(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
-
- 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.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.
- 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
-
- 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
-
- cleanCache(Date, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
-
Remove all files with date < cutoff.
- 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
- 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.Builder) - Method in class ucar.nc2.Group.Builder
-
Find the common parent with the other group ?
- commonParent(Group) - Method in class ucar.nc2.Group
-
Get the common parent of this and 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(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
-
- 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
-
- compareCoordinateTransform(CoordinateTransform, CoordinateTransform) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
-
- compareData(String, Array, Array) - Static method in class ucar.nc2.util.CompareNetcdf2
-
- compareData(String, Array, double[]) - Static method in class ucar.nc2.util.CompareNetcdf2
-
- compareData(String, double[], double[]) - 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.
- 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 with
numElems <= maxChunkElems
.
- computeSize(int[]) - Static method in class ucar.ma2.Index
-
Compute total number of elements in the array.
- computeSize() - Method in class ucar.ma2.Section
-
Compute total number of elements represented by the section.
- computeSize(int[]) - Static method in class ucar.ma2.Section
-
- computeSize() - Method in class ucar.ma2.SectionIterable
-
- computeSize(int[]) - Static method in class ucar.nc2.iosp.IndexLong
-
- computeUnlimitedChunking(List<Dimension>, int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
-
- conformable(Array, Array) - Static method in class ucar.ma2.MAMath
-
Check that two arrays are conformable.
- conformable(int[], int[]) - Static method in class ucar.ma2.MAMath
-
Check that two array shapes are conformable.
- 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(int) - Method in class ucar.ma2.Range
-
Is want contained in this Range?
- 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(Date) - Method in class ucar.nc2.units.DateRange
-
Same as included()
- contains(LatLonPoint) - Method in class ucar.unidata.geoloc.LatLonRect
-
Determine if a specified LatLonPoint is contained in this bounding box.
- contains(double, double) - Method in class ucar.unidata.geoloc.LatLonRect
-
Determine if the given lat/lon point is contined inside this rectangle.
- contains(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns true
if this bounding box contains point
.
- contains(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns true
if this bounding box contains rect
.
- 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(FeatureType) - Static method in enum ucar.nc2.constants.CF.FeatureType
-
- convert(CF.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
-
- 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
-
- 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
-
- 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 - Static variable in class ucar.nc2.constants.CF
-
- coordinates - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
-
Deprecated.
- 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
-
- 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.
- 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(DataType, IndexIterator, IndexIterator) - Static method in class ucar.ma2.MAMath
-
Copy using iterators.
- 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() - 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(StructureData, StructureMembers) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from sdata to another StructureData object whose data is self contained
- copy() - Method in class ucar.nc2.dataset.VariableDS.Builder
-
Copy of this builder.
- copy(InputStream, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy all bytes from in to out.
- copy() - Method in class ucar.nc2.Variable.Builder
-
- 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(String, String) - Static method in class ucar.nc2.util.IO
-
copy one file to another.
- copyFile(File, File) - Static method in class ucar.nc2.util.IO
-
copy one file to another.
- copyFile(String, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy file to output stream
- copyFile(File, OutputStream) - Static method in class ucar.nc2.util.IO
-
copy file to output stream
- 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(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(VariableDS.Builder<?>) - Method in class ucar.nc2.dataset.VariableDS.Builder
-
- 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(Structure, ArrayStructure, ByteOrder) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy to an 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, 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(StructureData, ArrayStructureBB) - Static method in class ucar.ma2.StructureDataDeep
-
Make deep copy from a StructureData into the given ArrayStructureBB
- 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(String, Comparable) - Method in class ucar.nc2.util.Counters
-
Add value to the named counter.
- count(Comparable) - Method in class ucar.nc2.util.Counters.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_content_type - Static variable in class ucar.nc2.constants.ACDD
-
- 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() - Static method in interface ucar.nc2.util.CancelTask
-
- create(NetcdfFile, NetcdfFormatWriter.Builder) - Static method in class ucar.nc2.write.NetcdfCopier
-
- create(double, double, double) - Static method in interface ucar.unidata.geoloc.EarthLocation
-
Standard way to create an EarthLocation.
- create(double, double) - Static method in interface ucar.unidata.geoloc.LatLonPoint
-
Standard way to create a LatLonPoint.
- create() - Static method in interface ucar.unidata.geoloc.LatLonPoint
-
Standard way to create a "default" LatLonPoint.
- create(double, double) - Static method in interface ucar.unidata.geoloc.ProjectionPoint
-
Standard way to create a ProjectionPoint.
- create() - Static method in interface ucar.unidata.geoloc.ProjectionPoint
-
Standard way to create a "default" ProjectionPoint.
- 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.
- 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
-
- CurvilinearOrthogonal - Static variable in class ucar.nc2.constants.CDM
-
- D0() - Constructor for class ucar.ma2.ArrayBoolean.D0
-
Constructor.
- D0(boolean) - Constructor for class ucar.ma2.ArrayByte.D0
-
- 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(boolean) - Constructor for class ucar.ma2.ArrayInt.D0
-
- D0(boolean) - Constructor for class ucar.ma2.ArrayLong.D0
-
Constructor.
- D0(DataType, Class, boolean) - Constructor for class ucar.ma2.ArrayObject.D0
-
Constructor.
- D0(boolean) - Constructor for class ucar.ma2.ArrayShort.D0
-
- D0() - Constructor for class ucar.ma2.ArrayString.D0
-
Constructor.
- D1(int) - Constructor for class ucar.ma2.ArrayBoolean.D1
-
Constructor for array of shape {len0}.
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayByte.D1
-
- 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, 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(DataType, Class, boolean, int) - Constructor for class ucar.ma2.ArrayObject.D1
-
Constructor for array of shape {len0}.
- D1(int, boolean) - Constructor for class ucar.ma2.ArrayShort.D1
-
- D1(int) - Constructor for class ucar.ma2.ArrayString.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, boolean) - Constructor for class ucar.ma2.ArrayByte.D2
-
- 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, 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(DataType, Class, boolean, int, int) - Constructor for class ucar.ma2.ArrayObject.D2
-
Constructor for array of shape {len0,len1}.
- D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D2
-
- D2(int, int) - Constructor for class ucar.ma2.ArrayString.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, boolean) - Constructor for class ucar.ma2.ArrayByte.D3
-
- 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, 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(DataType, Class, boolean, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D3
-
Constructor for array of shape {len0,len1,len2}.
- D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D3
-
- D3(int, int, int) - Constructor for class ucar.ma2.ArrayString.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, boolean) - Constructor for class ucar.ma2.ArrayByte.D4
-
- 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, 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(DataType, Class, boolean, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D4
-
Constructor for array of shape {len0,len1,len2,len3}.
- D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D4
-
- D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayString.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, boolean) - Constructor for class ucar.ma2.ArrayByte.D5
-
- 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, 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(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}.
- D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D5
-
- D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.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, boolean) - Constructor for class ucar.ma2.ArrayByte.D6
-
- 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, 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(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,}.
- D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D6
-
- 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,}.
- 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, boolean) - Constructor for class ucar.ma2.ArrayByte.D7
-
- 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, 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(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}.
- D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D7
-
- 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}.
- DAP4_LITTLE_ENDIAN - Static variable in class ucar.nc2.constants.CDM
-
- DataChunk(int[], long) - Constructor for class ucar.nc2.iosp.LayoutTiled.DataChunk
-
- DataFormatType - Static variable in class thredds.client.catalog.Dataset
-
- DataFormatType - Enum in ucar.nc2.constants
-
Redo thredds.catalog.DataFormatType as enum in order to break dependency of ucar.nc2 on server catalog
- 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 - Enum in ucar.ma2
-
Type-safe enumeration of data types.
- dataType - Variable in class ucar.nc2.Variable.Builder
-
- 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).
- 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(CalendarDateRange) - Constructor for class ucar.nc2.units.DateRange
-
- 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(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(boolean, Date) - Constructor for class ucar.nc2.units.DateType
-
Constructor using a java.util.Date
- DateType(CalendarDate) - Constructor for class ucar.nc2.units.DateType
-
Constructor using a java.util.CalendarDate
- DateType() - Constructor for class ucar.nc2.units.DateType
-
no argument constructor for beans
- DateType(DateType) - Constructor for class ucar.nc2.units.DateType
-
copy constructor
- 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.
- 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(String) - Constructor for class ucar.nc2.units.DateUnit
-
Constructor.
- DateUnit(double, String, Date) - Constructor for class ucar.nc2.units.DateUnit
-
Constructor that takes a value, timeUnitString, and a Date since
- 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
-
- defaultMaxRelativeDiffFloat - Static variable in class ucar.nc2.util.Misc
-
- 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(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 - Static variable in class thredds.client.catalog.Dataset
-
- Documentation - Class in thredds.client.catalog
-
Client catalog documentation element
- Documentation(String, URI, String, String, String) - Constructor for class thredds.client.catalog.Documentation
-
Constructor.
- 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 - 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
-
- GAUSSIAN - Static variable in class ucar.nc2.constants.CDM
-
- gbuilders - Variable in class ucar.nc2.Group.Builder
-
- 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
-
- get(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
-
- get(String) - Method in class thredds.client.catalog.DatasetNode
-
- get() - Method in class ucar.ma2.ArrayBoolean.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayBoolean.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayBoolean.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayBoolean.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.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, int) - Method in class ucar.ma2.ArrayBoolean.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayBoolean
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayByte.D0
-
- get(int) - Method in class ucar.ma2.ArrayByte.D1
-
- get(int, int) - Method in class ucar.ma2.ArrayByte.D2
-
- get(int, int, int) - Method in class ucar.ma2.ArrayByte.D3
-
- get(int, int, int, int) - Method in class ucar.ma2.ArrayByte.D4
-
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D5
-
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D6
-
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D7
-
- get(Index) - Method in class ucar.ma2.ArrayByte
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayChar.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayChar.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayChar.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayChar.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayChar.D4
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D5
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayChar
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayDouble.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayDouble.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayDouble.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayDouble.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D4
-
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, int) - Method in class ucar.ma2.ArrayDouble.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayDouble
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayFloat.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayFloat.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayFloat.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayFloat.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D4
-
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, int) - Method in class ucar.ma2.ArrayFloat.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayFloat
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayInt.D0
-
- get(int) - Method in class ucar.ma2.ArrayInt.D1
-
- get(int, int) - Method in class ucar.ma2.ArrayInt.D2
-
- get(int, int, int) - Method in class ucar.ma2.ArrayInt.D3
-
- get(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
-
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
-
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
-
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
-
- get(Index) - Method in class ucar.ma2.ArrayInt
-
Get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayLong.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayLong.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayLong.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayLong.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayLong.D4
-
get the value.
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D5
-
get the value.
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayLong
-
get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayObject.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayObject.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayObject.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayObject.D3
-
get the value.
- get(int, int, int, int) - Method in class ucar.ma2.ArrayObject.D4
-
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, int) - Method in class ucar.ma2.ArrayObject.D6
-
get the value.
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D7
-
get the value.
- get() - Method in class ucar.ma2.ArrayShort.D0
-
- get(int) - Method in class ucar.ma2.ArrayShort.D1
-
- get(int, int) - Method in class ucar.ma2.ArrayShort.D2
-
- get(int, int, int) - Method in class ucar.ma2.ArrayShort.D3
-
- get(int, int, int, int) - Method in class ucar.ma2.ArrayShort.D4
-
- get(int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D5
-
- get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D6
-
- get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D7
-
- get(Index) - Method in class ucar.ma2.ArrayShort
-
Get the value at the specified index.
- get() - Method in class ucar.ma2.ArrayString.D0
-
get the value.
- get(int) - Method in class ucar.ma2.ArrayString.D1
-
get the value.
- get(int, int) - Method in class ucar.ma2.ArrayString.D2
-
get the value.
- get(int, int, int) - Method in class ucar.ma2.ArrayString.D3
-
get the value.
- 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.ArrayString.D5
-
get the value.
- 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.ArrayString.D7
-
get the value.
- get(Index) - Method in class ucar.ma2.ArrayString
-
get the value at the specified index.
- get(String) - Static method in enum ucar.nc2.time.Calendar
-
- get(String) - Method in class ucar.nc2.util.Counters
-
- 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(StructureMembers.Member) - Method in class ucar.ma2.StructureData
-
Get member data array of any type as an Array.
- 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.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(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
-
- getArrayStructure() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
-
- 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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a boolean.
- getBoolean(int) - Method in class ucar.ma2.Array
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayBoolean
-
- getBoolean(int) - Method in class ucar.ma2.ArrayBoolean
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayByte
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayByte
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayChar
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayChar
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayDouble
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayDouble
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayFloat
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayFloat
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayInt
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayInt
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayLong
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayLong
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayObject
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayRagged
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayScalar
-
- getBoolean(int) - Method in class ucar.ma2.ArrayScalar
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayShort
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayShort
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayString
-
- getBoolean(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getBoolean(int) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a byte.
- getByte(int) - Method in class ucar.ma2.Array
-
- getByte(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getByte(int) - Method in class ucar.ma2.ArrayBoolean
-
- getByte(Index) - Method in class ucar.ma2.ArrayByte
-
- getByte(int) - Method in class ucar.ma2.ArrayByte
-
- getByte(Index) - Method in class ucar.ma2.ArrayChar
-
- getByte(int) - Method in class ucar.ma2.ArrayChar
-
- getByte(Index) - Method in class ucar.ma2.ArrayDouble
-
- getByte(int) - Method in class ucar.ma2.ArrayDouble
-
- getByte(Index) - Method in class ucar.ma2.ArrayFloat
-
- getByte(int) - Method in class ucar.ma2.ArrayFloat
-
- getByte(Index) - Method in class ucar.ma2.ArrayInt
-
- getByte(int) - Method in class ucar.ma2.ArrayInt
-
- getByte(Index) - Method in class ucar.ma2.ArrayLong
-
- getByte(int) - Method in class ucar.ma2.ArrayLong
-
- getByte(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getByte(int) - Method in class ucar.ma2.ArrayObject
-
- getByte(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getByte(int) - Method in class ucar.ma2.ArrayRagged
-
- getByte(Index) - Method in class ucar.ma2.ArrayScalar
-
- getByte(int) - Method in class ucar.ma2.ArrayScalar
-
- getByte(Index) - Method in class ucar.ma2.ArrayShort
-
- getByte(int) - Method in class ucar.ma2.ArrayShort
-
- getByte(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getByte(int) - Method in class ucar.ma2.ArrayString
-
- getByte(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getByte(int) - Method in class ucar.ma2.ArrayStructure
-
- 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(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
-
Get the the ith CalendarDate.
- getCalendarDate() - Method in class ucar.nc2.units.DateType
-
Get this as a 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
in double
precision.
- getCenterY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the Y coordinate of the center of the framing
rectangle of the Shape
in double
precision.
- getCFAxisName() - Method in enum ucar.nc2.constants.AxisType
-
- getChar(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a char.
- getChar(int) - Method in class ucar.ma2.Array
-
- getChar(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getChar(int) - Method in class ucar.ma2.ArrayBoolean
-
- getChar(Index) - Method in class ucar.ma2.ArrayByte
-
- getChar(int) - Method in class ucar.ma2.ArrayByte
-
- getChar(Index) - Method in class ucar.ma2.ArrayChar
-
- getChar(int) - Method in class ucar.ma2.ArrayChar
-
- getChar(Index) - Method in class ucar.ma2.ArrayDouble
-
- getChar(int) - Method in class ucar.ma2.ArrayDouble
-
- getChar(Index) - Method in class ucar.ma2.ArrayFloat
-
- getChar(int) - Method in class ucar.ma2.ArrayFloat
-
- getChar(Index) - Method in class ucar.ma2.ArrayInt
-
- getChar(int) - Method in class ucar.ma2.ArrayInt
-
- getChar(Index) - Method in class ucar.ma2.ArrayLong
-
- getChar(int) - Method in class ucar.ma2.ArrayLong
-
- getChar(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getChar(int) - Method in class ucar.ma2.ArrayObject
-
- getChar(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getChar(int) - Method in class ucar.ma2.ArrayRagged
-
- getChar(Index) - Method in class ucar.ma2.ArrayScalar
-
- getChar(int) - Method in class ucar.ma2.ArrayScalar
-
- getChar(Index) - Method in class ucar.ma2.ArrayShort
-
- getChar(int) - Method in class ucar.ma2.ArrayShort
-
- getChar(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getChar(int) - Method in class ucar.ma2.ArrayString
-
- getChar(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getChar(int) - Method in class ucar.ma2.ArrayStructure
-
- 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(ByteOrder) - Method in class ucar.ma2.Array
-
- getDataAsByteBuffer(int, ByteOrder) - Method in class ucar.ma2.Array
-
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayByte
-
- getDataAsByteBuffer(ByteOrder) - 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(ByteOrder) - Method in class ucar.ma2.ArrayInt
-
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayLong
-
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayLong
-
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayShort
-
- getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayShort
-
- getDataAsByteBuffer() - Method in class ucar.ma2.ArrayString
-
- 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(Formatter) - Method in class ucar.nc2.dataset.NetcdfDataset
-
Show debug / underlying implementation details
- 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.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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a double.
- getDouble(int) - Method in class ucar.ma2.Array
-
- getDouble(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getDouble(int) - Method in class ucar.ma2.ArrayBoolean
-
- getDouble(Index) - Method in class ucar.ma2.ArrayByte
-
- getDouble(int) - Method in class ucar.ma2.ArrayByte
-
- getDouble(Index) - Method in class ucar.ma2.ArrayChar
-
- getDouble(int) - Method in class ucar.ma2.ArrayChar
-
- getDouble(Index) - Method in class ucar.ma2.ArrayDouble
-
- getDouble(int) - Method in class ucar.ma2.ArrayDouble
-
- getDouble(Index) - Method in class ucar.ma2.ArrayFloat
-
- getDouble(int) - Method in class ucar.ma2.ArrayFloat
-
- getDouble(Index) - Method in class ucar.ma2.ArrayInt
-
- getDouble(int) - Method in class ucar.ma2.ArrayInt
-
- getDouble(Index) - Method in class ucar.ma2.ArrayLong
-
- getDouble(int) - Method in class ucar.ma2.ArrayLong
-
- getDouble(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getDouble(int) - Method in class ucar.ma2.ArrayObject
-
- getDouble(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getDouble(int) - Method in class ucar.ma2.ArrayRagged
-
- getDouble(Index) - Method in class ucar.ma2.ArrayScalar
-
- getDouble(int) - Method in class ucar.ma2.ArrayScalar
-
- getDouble(Index) - Method in class ucar.ma2.ArrayShort
-
- getDouble(int) - Method in class ucar.ma2.ArrayShort
-
- getDouble(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getDouble(int) - Method in class ucar.ma2.ArrayString
-
- getDouble(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getDouble(int) - Method in class ucar.ma2.ArrayStructure
-
- getDouble(int, int) - Method in class ucar.ma2.MAMatrix
-
- getDouble(int) - Method in class ucar.ma2.MAVector
-
- 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, boolean) - Static method in class ucar.nc2.util.DiskCache
-
Get a File if it exists.
- getFile(String) - Method in class ucar.nc2.util.DiskCache2
-
Get the named File.
- 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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a float.
- getFloat(int) - Method in class ucar.ma2.Array
-
- getFloat(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getFloat(int) - Method in class ucar.ma2.ArrayBoolean
-
- getFloat(Index) - Method in class ucar.ma2.ArrayByte
-
- getFloat(int) - Method in class ucar.ma2.ArrayByte
-
- getFloat(Index) - Method in class ucar.ma2.ArrayChar
-
- getFloat(int) - Method in class ucar.ma2.ArrayChar
-
- getFloat(Index) - Method in class ucar.ma2.ArrayDouble
-
- getFloat(int) - Method in class ucar.ma2.ArrayDouble
-
- getFloat(Index) - Method in class ucar.ma2.ArrayFloat
-
- getFloat(int) - Method in class ucar.ma2.ArrayFloat
-
- getFloat(Index) - Method in class ucar.ma2.ArrayInt
-
- getFloat(int) - Method in class ucar.ma2.ArrayInt
-
- getFloat(Index) - Method in class ucar.ma2.ArrayLong
-
- getFloat(int) - Method in class ucar.ma2.ArrayLong
-
- getFloat(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getFloat(int) - Method in class ucar.ma2.ArrayObject
-
- getFloat(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getFloat(int) - Method in class ucar.ma2.ArrayRagged
-
- getFloat(Index) - Method in class ucar.ma2.ArrayScalar
-
- getFloat(int) - Method in class ucar.ma2.ArrayScalar
-
- getFloat(Index) - Method in class ucar.ma2.ArrayShort
-
- getFloat(int) - Method in class ucar.ma2.ArrayShort
-
- getFloat(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getFloat(int) - Method in class ucar.ma2.ArrayString
-
- getFloat(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getFloat(int) - Method in class ucar.ma2.ArrayStructure
-
- 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 thredds.client.catalog.Dataset
-
- getId() - Method in class ucar.nc2.NetcdfFile
-
Get the globally unique dataset identifier, if it exists.
- 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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a int.
- getInt(int) - Method in class ucar.ma2.Array
-
- getInt(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getInt(int) - Method in class ucar.ma2.ArrayBoolean
-
- getInt(Index) - Method in class ucar.ma2.ArrayByte
-
- getInt(int) - Method in class ucar.ma2.ArrayByte
-
- getInt(Index) - Method in class ucar.ma2.ArrayChar
-
- getInt(int) - Method in class ucar.ma2.ArrayChar
-
- getInt(Index) - Method in class ucar.ma2.ArrayDouble
-
- getInt(int) - Method in class ucar.ma2.ArrayDouble
-
- getInt(Index) - Method in class ucar.ma2.ArrayFloat
-
- getInt(int) - Method in class ucar.ma2.ArrayFloat
-
- getInt(Index) - Method in class ucar.ma2.ArrayInt
-
- getInt(int) - Method in class ucar.ma2.ArrayInt
-
- getInt(Index) - Method in class ucar.ma2.ArrayLong
-
- getInt(int) - Method in class ucar.ma2.ArrayLong
-
- getInt(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getInt(int) - Method in class ucar.ma2.ArrayObject
-
- getInt(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getInt(int) - Method in class ucar.ma2.ArrayRagged
-
- getInt(Index) - Method in class ucar.ma2.ArrayScalar
-
- getInt(int) - Method in class ucar.ma2.ArrayScalar
-
- getInt(Index) - Method in class ucar.ma2.ArrayShort
-
- getInt(int) - Method in class ucar.ma2.ArrayShort
-
- getInt(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getInt(int) - Method in class ucar.ma2.ArrayString
-
- getInt(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getInt(int) - Method in class ucar.ma2.ArrayStructure
-
- 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(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[].
- 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[].
- 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(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a long.
- getLong(int) - Method in class ucar.ma2.Array
-
- getLong(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getLong(int) - Method in class ucar.ma2.ArrayBoolean
-
- getLong(Index) - Method in class ucar.ma2.ArrayByte
-
- getLong(int) - Method in class ucar.ma2.ArrayByte
-
- getLong(Index) - Method in class ucar.ma2.ArrayChar
-
- getLong(int) - Method in class ucar.ma2.ArrayChar
-
- getLong(Index) - Method in class ucar.ma2.ArrayDouble
-
- getLong(int) - Method in class ucar.ma2.ArrayDouble
-
- getLong(Index) - Method in class ucar.ma2.ArrayFloat
-
- getLong(int) - Method in class ucar.ma2.ArrayFloat
-
- getLong(Index) - Method in class ucar.ma2.ArrayInt
-
- getLong(int) - Method in class ucar.ma2.ArrayInt
-
- getLong(Index) - Method in class ucar.ma2.ArrayLong
-
- getLong(int) - Method in class ucar.ma2.ArrayLong
-
- getLong(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getLong(int) - Method in class ucar.ma2.ArrayObject
-
- getLong(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getLong(int) - Method in class ucar.ma2.ArrayRagged
-
- getLong(Index) - Method in class ucar.ma2.ArrayScalar
-
- getLong(int) - Method in class ucar.ma2.ArrayScalar
-
- getLong(Index) - Method in class ucar.ma2.ArrayShort
-
- getLong(int) - Method in class ucar.ma2.ArrayShort
-
- getLong(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getLong(int) - Method in class ucar.ma2.ArrayString
-
- getLong(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getLong(int) - Method in class ucar.ma2.ArrayStructure
-
- 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
in double
precision.
- getMaxY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the largest Y coordinate of the framing
rectangle of the Shape
in double
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, IsMissingEvaluator) - Static method in class ucar.ma2.MAMath
-
- getMinMaxSkipMissingData(Array, double) - 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
in double
precision.
- getMinY() - Method in class ucar.unidata.geoloc.ProjectionRect
-
Returns the smallest Y coordinate of the framing
rectangle of the Shape
in double
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(Index) - Method in class ucar.ma2.Array
-
Get the array element at index as an Object.
- getObject(int) - Method in class ucar.ma2.Array
-
- getObject(Index) - Method in class ucar.ma2.ArrayBoolean
-
- getObject(int) - Method in class ucar.ma2.ArrayBoolean
-
- getObject(Index) - Method in class ucar.ma2.ArrayByte
-
- getObject(int) - Method in class ucar.ma2.ArrayByte
-
- getObject(Index) - Method in class ucar.ma2.ArrayChar
-
- getObject(int) - Method in class ucar.ma2.ArrayChar
-
- getObject(Index) - Method in class ucar.ma2.ArrayDouble
-
- getObject(int) - Method in class ucar.ma2.ArrayDouble
-
- getObject(Index) - Method in class ucar.ma2.ArrayFloat
-
- getObject(int) - Method in class ucar.ma2.ArrayFloat
-
- getObject(Index) - Method in class ucar.ma2.ArrayInt
-
- getObject(int) - Method in class ucar.ma2.ArrayInt
-
- getObject(Index) - Method in class ucar.ma2.ArrayLong
-
- getObject(int) - Method in class ucar.ma2.ArrayLong
-
- getObject(Index) - Method in class ucar.ma2.ArrayObject
-
- getObject(int) - Method in class ucar.ma2.ArrayObject
-
- getObject(Index) - Method in class ucar.ma2.ArrayRagged
-
- getObject(int) - Method in class ucar.ma2.ArrayRagged
-
- getObject(Index) - Method in class ucar.ma2.ArrayScalar
-
- getObject(int) - Method in class ucar.ma2.ArrayScalar
-
- getObject(Index) - Method in class ucar.ma2.ArrayShort
-
- getObject(int) - Method in class ucar.ma2.ArrayShort
-
- getObject(Index) - Method in class ucar.ma2.ArrayString
-
- getObject(int) - Method in class ucar.ma2.ArrayString
-
- getObject(Index) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getObject(int) - 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(int) - Method in class ucar.ma2.Index
-
Get the length of the ith dimension.
- getShape() - Method in class ucar.ma2.Section
-
Get shape array using the Range.length() values.
- getShape(int) - Method in class ucar.ma2.Section
-
Get length of the ith Range
- 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(int) - Method in class ucar.nc2.Variable
-
Get the size of the ith dimension
- getShape() - Method in interface ucar.nc2.VariableSimpleIF
-
Variable shape
- getShapeAsSection() - Method in class ucar.nc2.Variable
-
Get shape as a Section object.
- getShort(Index) - Method in class ucar.ma2.Array
-
Get the array element at the current element of ima, as a short.
- getShort(int) - Method in class ucar.ma2.Array
-
- getShort(Index) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- getShort(int) - Method in class ucar.ma2.ArrayBoolean
-
- getShort(Index) - Method in class ucar.ma2.ArrayByte
-
- getShort(int) - Method in class ucar.ma2.ArrayByte
-
- getShort(Index) - Method in class ucar.ma2.ArrayChar
-
- getShort(int) - Method in class ucar.ma2.ArrayChar
-
- getShort(Index) - Method in class ucar.ma2.ArrayDouble
-
- getShort(int) - Method in class ucar.ma2.ArrayDouble
-
- getShort(Index) - Method in class ucar.ma2.ArrayFloat
-
- getShort(int) - Method in class ucar.ma2.ArrayFloat
-
- getShort(Index) - Method in class ucar.ma2.ArrayInt
-
- getShort(int) - Method in class ucar.ma2.ArrayInt
-
- getShort(Index) - Method in class ucar.ma2.ArrayLong
-
- getShort(int) - Method in class ucar.ma2.ArrayLong
-
- getShort(Index) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- getShort(int) - Method in class ucar.ma2.ArrayObject
-
- getShort(Index) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- getShort(int) - Method in class ucar.ma2.ArrayRagged
-
- getShort(Index) - Method in class ucar.ma2.ArrayScalar
-
- getShort(int) - Method in class ucar.ma2.ArrayScalar
-
- getShort(Index) - Method in class ucar.ma2.ArrayShort
-
- getShort(int) - Method in class ucar.ma2.ArrayShort
-
- getShort(Index) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- getShort(int) - Method in class ucar.ma2.ArrayString
-
- getShort(Index) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- getShort(int) - Method in class ucar.ma2.ArrayStructure
-
- 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
-
- 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(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
-
Get the total number of elements the dimensions represent.
- getSize() - Method in class ucar.nc2.Variable
-
Get the total number of elements in the Variable.
- 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(Index) - Method in class ucar.ma2.ArrayStructure
-
Get the index-th StructureData of this ArrayStructure.
- getStructureData(int) - 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(Structure, int) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
-
- getStructureIterator(Structure, int) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Get the structure iterator.
- getStructureIterator(int) - Method in class ucar.nc2.Sequence
-
- getStructureIterator() - Method in class ucar.nc2.Structure
-
Iterator over all the data in a Structure.
- getStructureIterator(int) - Method in class ucar.nc2.Structure
-
Get an efficient iterator over all the data in the Structure.
- 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(String) - Static method in enum ucar.ma2.DataType
-
Find the DataType that matches this name.
- getType(Array) - Static method in enum ucar.ma2.DataType
-
- getType(Class, boolean) - Static method in enum ucar.ma2.DataType
-
Find the DataType that matches this class.
- 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() - Method in class ucar.nc2.units.DateType
-
Get the type of Date.
- getType(String) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
-
Find the EarthEllipsoid that matches this name.
- getType(int) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
-
Find the EarthEllipsoid that matches this EPSG Id.
- 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(int) - Method in class ucar.nc2.Attribute
-
Get the value as an Object.
- 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(TimeUnit) - Method in class ucar.nc2.units.TimeDuration
-
Get the time duration in a specified unit of time.
- getValue(String) - Method in class ucar.nc2.units.TimeDuration
-
- getValue() - Method in class ucar.nc2.units.TimeUnit
-
Get the value.
- 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
-
- 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
-
- Group - Class in ucar.nc2
-
A logical collection of Variables, Attributes, and Dimensions.
- Group.Builder - Class in ucar.nc2
-
A builder of Groups.
- IAG_GRS80 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
-
- IAU - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
-
- Id - Static variable in class thredds.client.catalog.Dataset
-
- id - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
-
- id - Static variable in class ucar.nc2.constants.ACDD
-
- IDENTITY_FILTER - Static variable in class ucar.nc2.util.CompareNetcdf2
-
- IF() - Constructor for class ucar.ma2.ArrayDouble.D3.IF
-
- 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
-
- 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 - 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.
- index(int) - Method in class ucar.ma2.Range
-
Get the index for this element: inverse of element
- 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(String, char) - Static method in class ucar.nc2.util.EscapeStrings
-
Find first occurence of char c in escapedName, excluding escaped c.
- indexOf(byte[], int, int) - Method in class ucar.unidata.io.KMPMatch
-
Finds the first occurrence of match in data.
- 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 - 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 destination
Rectangle2D
object.
- 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(Date, Date) - Method in class ucar.nc2.units.DateRange
-
Determine if the given range intersects this date range.
- 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
-
- intersects(double, double, double, double) - Method in class ucar.unidata.geoloc.ProjectionRect
-
- 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, 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.
- 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.
- 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(Unit) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if this ucar.units.Unit is a Date.
- isDateUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if the given unit is convertible to a date Unit.
- 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(double) - Method in interface ucar.ma2.IsMissingEvaluator
-
if val is a missing data value
- isMissing(double) - Method in class ucar.nc2.dataset.VariableDS
-
- isMissing() - Method in interface ucar.unidata.geoloc.EarthLocation
-
Are either lat or lon missing?
- 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.
- 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(DatasetUrl) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
-
Determine if this Provider owns this DatasetUrl.
- 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.
- isParent(Group.Builder) - Method in class ucar.nc2.Group.Builder
-
Is this group a parent of the other group ?
- isParent(Group) - Method in class ucar.nc2.Group
-
Is this 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(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
-
- isSubset() - Method in class ucar.nc2.Structure
-
Find if this was created from a subset() method.
- isTime() - Method in enum ucar.nc2.constants.AxisType
-
- isTimeUnit(Unit) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if this ucar.units.Unit is convertible to secs.
- isTimeUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
-
Return true if the given unit is a time Unit, eg "seconds".
- 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 is
unsigned
.
- 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.
- 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, int) - Constructor for class ucar.ma2.Range
-
Create a range with unit stride.
- Range(int) - Constructor for class ucar.ma2.Range
-
Create a range starting at zero, with unit stride.
- Range(String, int, int) - Constructor for class ucar.ma2.Range
-
Create a named 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, 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(int[], int[]) - Method in class ucar.nc2.Sequence
-
- read(String) - Method in class ucar.nc2.Sequence
-
- read(List<Range>) - Method in class ucar.nc2.Sequence
-
- read(Section) - 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.Variable
-
Read data section specified by a "section selector", and return a memory resident Array.
- 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.Variable
-
Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
- 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[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
-
Read up to len
bytes into an array, at a specified
offset.
- read(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
-
Read up to b.length( )
bytes into an 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(Variable, Section) - Method in interface ucar.nc2.iosp.IOServiceProvider
-
Read data from a top level Variable and return a memory resident 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.
- readData(PositioningDataInputStream, Layout, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from PositioningDataInputStream, place in given primitive array.
- readData(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from ByteBuffer, place in given primitive array.
- 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
-
- 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(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
-
Read data subset from ByteBuffer, create primitive array of size Layout.getTotalNelems.
- 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(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
-
- readSection(String) - Method in class ucar.nc2.NetcdfFile
-
Read a variable using the given section specification.
- 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, 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.Structure
-
For rank 1 array of Structures, read count Structures and return the data as an ArrayStructure.
- readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
-
- 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
-
- 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, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
-
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
-
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
-
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
-
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.VariableDS
-
- reallyRead(Variable, Section, 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, Section, CancelTask) - Method in interface ucar.nc2.ProxyReader
-
Read a section of the data for a Variable.
- reallyRead(Variable, CancelTask) - Method in class ucar.nc2.Variable
-
public by accident, do not call directly.
- reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.Variable
-
public by accident, do not call directly.
- 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(int) - Method in class ucar.ma2.Array
-
Create a new Array using same backing store as this Array, by
eliminating the specified dimension.
- reduce() - Method in class ucar.ma2.Section
-
Remove any ranges of length 1
- 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(String) - Static method in class ucar.nc2.NetcdfFiles
-
Register an IOServiceProvider, using its class string name.
- registerIOProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
-
Register an IOServiceProvider.
- registerRandomAccessFileProvider(String) - Static method in class ucar.nc2.NetcdfFiles
-
Register a RandomAccessFile Provider, using its class string name.
- registerRandomAccessFileProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
-
Register a RandomAccessFile Provider.
- 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(float, float) - Static method in class ucar.nc2.util.Misc
-
Returns the relative difference between two numbers, i.e.
- relativeDifference(double, double) - Static method in class ucar.nc2.util.Misc
-
- 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
-
- 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_COORDINATE - Static variable in class ucar.nc2.constants.CDM
-
- 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.
- section(List<Range>) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, with rank reduction.
- 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 - Class in ucar.ma2
-
A section of multidimensional array indices.
- 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(List<Range>) - 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(List<Range>, int[]) - Constructor for class ucar.ma2.Section
-
Create Section from a List.
- Section(String) - Constructor for class ucar.ma2.Section
-
Parse an index section String specification, return equivilent Section.
- Section() - Constructor for class ucar.ma2.Section
-
No-arg Constructor
- 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 - Variable in class ucar.nc2.ParsedSectionSpec
-
- section(Section) - Method in class ucar.nc2.Sequence
-
- section(List<Range>) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical subsection of this Variable.
- section(Section) - Method in class ucar.nc2.Variable
-
Create a new Variable that is a logical subsection of this Variable.
- 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(List<Range>) - Method in class ucar.ma2.Array
-
Create a new Array as a subsection of this Array, without rank reduction.
- 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.ArrayStructure
-
- seek(long) - Method in class ucar.unidata.io.RandomAccessFile
-
Set the position in the file for the next read or write.
- 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
- select(String) - Method in class ucar.nc2.Structure
-
Create a subset of the Structure consisting only of the one member variable
- 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.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(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
-
- set(boolean) - Method in class ucar.ma2.ArrayBoolean.D0
-
set the value.
- set(int, boolean) - Method in class ucar.ma2.ArrayBoolean.D1
-
set the value.
- set(int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D2
-
set the value.
- set(int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D3
-
set the value.
- set(int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D4
-
set the value.
- set(int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D5
-
set the value.
- 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, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D7
-
set the value.
- set(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
-
set the value at the sepcified index.
- set(byte) - Method in class ucar.ma2.ArrayByte.D0
-
- set(int, byte) - Method in class ucar.ma2.ArrayByte.D1
-
- set(int, int, byte) - Method in class ucar.ma2.ArrayByte.D2
-
- set(int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D3
-
- set(int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D4
-
- set(int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D5
-
- set(int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D6
-
- set(int, int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D7
-
- set(Index, byte) - Method in class ucar.ma2.ArrayByte
-
set the value at the sepcified index.
- set(char) - Method in class ucar.ma2.ArrayChar.D0
-
set the value.
- set(int, char) - Method in class ucar.ma2.ArrayChar.D1
-
set the value.
- set(int, int, char) - Method in class ucar.ma2.ArrayChar.D2
-
set the value.
- set(int, int, int, char) - Method in class ucar.ma2.ArrayChar.D3
-
set the value.
- set(int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D4
-
set the value.
- set(int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D5
-
set the value.
- 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, int, char) - Method in class ucar.ma2.ArrayChar.D7
-
set the value.
- set(Index, char) - Method in class ucar.ma2.ArrayChar
-
set the value at the sepcified index.
- set(double) - Method in class ucar.ma2.ArrayDouble.D0
-
set the value.
- set(int, double) - Method in class ucar.ma2.ArrayDouble.D1
-
set the value.
- set(int, int, double) - Method in class ucar.ma2.ArrayDouble.D2
-
set the value.
- set(int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D3
-
set the value.
- set(int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D4
-
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, int, double) - Method in class ucar.ma2.ArrayDouble.D6
-
set the value.
- set(int, int, int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D7
-
set the value.
- set(Index, double) - Method in class ucar.ma2.ArrayDouble
-
set the value at the specified index.
- set(float) - Method in class ucar.ma2.ArrayFloat.D0
-
set the value.
- set(int, float) - Method in class ucar.ma2.ArrayFloat.D1
-
set the value.
- set(int, int, float) - Method in class ucar.ma2.ArrayFloat.D2
-
set the value.
- set(int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D3
-
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, float) - Method in class ucar.ma2.ArrayFloat.D5
-
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, float) - Method in class ucar.ma2.ArrayFloat.D7
-
set the value.
- set(Index, float) - Method in class ucar.ma2.ArrayFloat
-
set the value at the sepcified index.
- set(int) - Method in class ucar.ma2.ArrayInt.D0
-
- set(int, int) - Method in class ucar.ma2.ArrayInt.D1
-
- set(int, int, int) - Method in class ucar.ma2.ArrayInt.D2
-
- set(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D3
-
- set(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
-
- set(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
-
- set(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
-
- set(int, int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
-
- set(Index, int) - Method in class ucar.ma2.ArrayInt
-
Set the value at the specified index.
- set(long) - Method in class ucar.ma2.ArrayLong.D0
-
set the value.
- set(int, long) - Method in class ucar.ma2.ArrayLong.D1
-
set the value.
- set(int, int, long) - Method in class ucar.ma2.ArrayLong.D2
-
set the value.
- set(int, int, int, long) - Method in class ucar.ma2.ArrayLong.D3
-
set the value.
- set(int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D4
-
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, int, long) - Method in class ucar.ma2.ArrayLong.D6
-
set the value.
- set(int, int, int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D7
-
set the value.
- set(Index, long) - Method in class ucar.ma2.ArrayLong
-
set the value at the sepcified index.
- set(Object) - Method in class ucar.ma2.ArrayObject.D0
-
set the value.
- set(int, Object) - Method in class ucar.ma2.ArrayObject.D1
-
set the value.
- set(int, int, Object) - Method in class ucar.ma2.ArrayObject.D2
-
set the value.
- set(int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D3
-
set the value.
- set(int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D4
-
set the value.
- set(int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D5
-
set the value.
- 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, int, Object) - Method in class ucar.ma2.ArrayObject.D7
-
set the value.
- set(short) - Method in class ucar.ma2.ArrayShort.D0
-
- set(int, short) - Method in class ucar.ma2.ArrayShort.D1
-
- set(int, int, short) - Method in class ucar.ma2.ArrayShort.D2
-
- set(int, int, int, short) - Method in class ucar.ma2.ArrayShort.D3
-
- set(int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D4
-
- set(int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D5
-
- set(int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D6
-
- set(int, int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D7
-
- set(Index, short) - Method in class ucar.ma2.ArrayShort
-
Set the value at the specified index.
- set(String) - Method in class ucar.ma2.ArrayString.D0
-
set the value.
- set(int, String) - Method in class ucar.ma2.ArrayString.D1
-
set the value.
- set(int, int, String) - Method in class ucar.ma2.ArrayString.D2
-
set the value.
- set(int, int, int, String) - Method in class ucar.ma2.ArrayString.D3
-
set the value.
- set(int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D4
-
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, int, int, String) - Method in class ucar.ma2.ArrayString.D6
-
set the value.
- set(int, int, int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D7
-
set the value.
- set(Index, String) - Method in class ucar.ma2.ArrayString
-
set the value at the sepcified index.
- set(int[]) - Method in class ucar.ma2.Index
-
Set the current element's index.
- set(int) - Method in class ucar.ma2.Index
-
set current element at dimension 0 to v0
- set(int, int) - Method in class ucar.ma2.Index
-
set current element at dimension 0,1 to v0,v1
- 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, 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, 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, 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, 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() - Method in class ucar.ma2.Index0D
-
- set(int) - Method in class ucar.ma2.Index1D
-
- set(int[]) - Method in class ucar.ma2.Index1D
-
- set(int[]) - Method in class ucar.ma2.Index2D
-
- set(int, int) - Method in class ucar.ma2.Index2D
-
- set(int, int, int) - Method in class ucar.ma2.Index3D
-
- set(int[]) - Method in class ucar.ma2.Index3D
-
- set(int, int, int, int) - Method in class ucar.ma2.Index4D
-
- set(int[]) - Method in class ucar.ma2.Index4D
-
- set(int[]) - Method in class ucar.ma2.Index5D
-
- set(int, int, int, int, int) - Method in class ucar.ma2.Index5D
-
- set(int, int, int, int, int, int) - Method in class ucar.ma2.Index6D
-
- set(int[]) - Method in class ucar.ma2.Index6D
-
- set(int, int, int, int, int, int, int) - Method in class ucar.ma2.Index7D
-
- set(int[]) - Method in class ucar.ma2.Index7D
-
- set(String, boolean) - Method in interface ucar.nc2.util.DebugFlags
-
Set named debug flag.
- set(String, boolean) - Method in class ucar.nc2.util.DebugFlagsImpl
-
- 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(Index, boolean) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setBoolean(int, boolean) - Method in class ucar.ma2.Array
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
-
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayBoolean
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayByte
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayByte
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayChar
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayChar
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayDouble
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayDouble
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayFloat
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayFloat
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayInt
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayInt
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayLong
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayLong
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayObject
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayRagged
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayScalar
-
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayScalar
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayShort
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayShort
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayString
-
- setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setBoolean(int, boolean) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index, byte) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setByte(int, byte) - Method in class ucar.ma2.Array
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setByte(int, byte) - Method in class ucar.ma2.ArrayBoolean
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayByte
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayByte
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayChar
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayChar
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayDouble
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayDouble
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayFloat
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayFloat
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayInt
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayInt
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayLong
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayLong
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setByte(int, byte) - Method in class ucar.ma2.ArrayObject
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setByte(int, byte) - Method in class ucar.ma2.ArrayRagged
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayScalar
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayScalar
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayShort
-
- setByte(int, byte) - Method in class ucar.ma2.ArrayShort
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setByte(int, byte) - Method in class ucar.ma2.ArrayString
-
- setByte(Index, byte) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setByte(int, byte) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index, char) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setChar(int, char) - Method in class ucar.ma2.Array
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setChar(int, char) - Method in class ucar.ma2.ArrayBoolean
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayByte
-
- setChar(int, char) - Method in class ucar.ma2.ArrayByte
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayChar
-
- setChar(int, char) - Method in class ucar.ma2.ArrayChar
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayDouble
-
- setChar(int, char) - Method in class ucar.ma2.ArrayDouble
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayFloat
-
- setChar(int, char) - Method in class ucar.ma2.ArrayFloat
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayInt
-
- setChar(int, char) - Method in class ucar.ma2.ArrayInt
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayLong
-
- setChar(int, char) - Method in class ucar.ma2.ArrayLong
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setChar(int, char) - Method in class ucar.ma2.ArrayObject
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setChar(int, char) - Method in class ucar.ma2.ArrayRagged
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayScalar
-
- setChar(int, char) - Method in class ucar.ma2.ArrayScalar
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayShort
-
- setChar(int, char) - Method in class ucar.ma2.ArrayShort
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setChar(int, char) - Method in class ucar.ma2.ArrayString
-
- setChar(Index, char) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setChar(int, char) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index, double) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setDouble(int, double) - Method in class ucar.ma2.Array
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setDouble(int, double) - Method in class ucar.ma2.ArrayBoolean
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayByte
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayByte
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayChar
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayChar
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayDouble
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayDouble
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayFloat
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayFloat
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayInt
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayInt
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayLong
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayLong
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setDouble(int, double) - Method in class ucar.ma2.ArrayObject
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setDouble(int, double) - Method in class ucar.ma2.ArrayRagged
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayScalar
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayScalar
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayShort
-
- setDouble(int, double) - Method in class ucar.ma2.ArrayShort
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setDouble(int, double) - Method in class ucar.ma2.ArrayString
-
- setDouble(Index, double) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setDouble(int, double) - Method in class ucar.ma2.ArrayStructure
-
- setDouble(Array, double) - Static method in class ucar.ma2.MAMath
-
Set all the elements of this array to the given double value.
- setDouble(int, int, double) - Method in class ucar.ma2.MAMatrix
-
- setDouble(int, double) - Method in class ucar.ma2.MAVector
-
- 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(Index, float) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setFloat(int, float) - Method in class ucar.ma2.Array
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setFloat(int, float) - Method in class ucar.ma2.ArrayBoolean
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayByte
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayByte
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayChar
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayChar
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayDouble
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayDouble
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayFloat
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayFloat
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayInt
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayInt
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayLong
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayLong
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setFloat(int, float) - Method in class ucar.ma2.ArrayObject
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setFloat(int, float) - Method in class ucar.ma2.ArrayRagged
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayScalar
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayScalar
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayShort
-
- setFloat(int, float) - Method in class ucar.ma2.ArrayShort
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setFloat(int, float) - Method in class ucar.ma2.ArrayString
-
- setFloat(Index, float) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setFloat(int, float) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index, int) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setInt(int, int) - Method in class ucar.ma2.Array
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setInt(int, int) - Method in class ucar.ma2.ArrayBoolean
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayByte
-
- setInt(int, int) - Method in class ucar.ma2.ArrayByte
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayChar
-
- setInt(int, int) - Method in class ucar.ma2.ArrayChar
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayDouble
-
- setInt(int, int) - Method in class ucar.ma2.ArrayDouble
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayFloat
-
- setInt(int, int) - Method in class ucar.ma2.ArrayFloat
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayInt
-
- setInt(int, int) - Method in class ucar.ma2.ArrayInt
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayLong
-
- setInt(int, int) - Method in class ucar.ma2.ArrayLong
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setInt(int, int) - Method in class ucar.ma2.ArrayObject
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setInt(int, int) - Method in class ucar.ma2.ArrayRagged
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayScalar
-
- setInt(int, int) - Method in class ucar.ma2.ArrayScalar
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayShort
-
- setInt(int, int) - Method in class ucar.ma2.ArrayShort
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setInt(int, int) - Method in class ucar.ma2.ArrayString
-
- setInt(Index, int) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setInt(int, int) - Method in class ucar.ma2.ArrayStructure
-
- 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(Index, long) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setLong(int, long) - Method in class ucar.ma2.Array
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setLong(int, long) - Method in class ucar.ma2.ArrayBoolean
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayByte
-
- setLong(int, long) - Method in class ucar.ma2.ArrayByte
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayChar
-
- setLong(int, long) - Method in class ucar.ma2.ArrayChar
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayDouble
-
- setLong(int, long) - Method in class ucar.ma2.ArrayDouble
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayFloat
-
- setLong(int, long) - Method in class ucar.ma2.ArrayFloat
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayInt
-
- setLong(int, long) - Method in class ucar.ma2.ArrayInt
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayLong
-
- setLong(int, long) - Method in class ucar.ma2.ArrayLong
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setLong(int, long) - Method in class ucar.ma2.ArrayObject
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setLong(int, long) - Method in class ucar.ma2.ArrayRagged
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayScalar
-
- setLong(int, long) - Method in class ucar.ma2.ArrayScalar
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayShort
-
- setLong(int, long) - Method in class ucar.ma2.ArrayShort
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setLong(int, long) - Method in class ucar.ma2.ArrayString
-
- setLong(Index, long) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setLong(int, long) - Method in class ucar.ma2.ArrayStructure
-
- 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(StructureMembers.Member, Array) - Method in class ucar.ma2.ArrayStructure
-
Set data for one member, over all structures.
- setMemberArray(String, Array) - Method in class ucar.ma2.ArrayStructureMA
-
Set the data array for this member.
- setMemberData(StructureMembers.Member, Array) - Method in class ucar.ma2.StructureDataW
-
- setMemberData(String, 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(Index, Object) - Method in class ucar.ma2.Array
-
Set the array element at index to the specified value.
- setObject(int, Object) - Method in class ucar.ma2.Array
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayBoolean
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayBoolean
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayByte
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayByte
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayChar
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayChar
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayDouble
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayDouble
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayFloat
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayFloat
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayInt
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayInt
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayLong
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayLong
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayObject
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayObject
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayRagged
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayRagged
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayScalar
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayScalar
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayShort
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayShort
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayString
-
- setObject(int, Object) - Method in class ucar.ma2.ArrayString
-
- setObject(Index, Object) - Method in class ucar.ma2.ArrayStructure
-
Set one of the StructureData of this ArrayStructure.
- setObject(int, Object) - Method in class ucar.ma2.ArrayStructure
-
Set the index-th 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(DiskCache2.CachePathPolicy) - Method in class ucar.nc2.util.DiskCache2
-
Set the cache path policy
- setPolicy(String) - Method in class ucar.nc2.util.DiskCache2
-
- 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(Index, short) - Method in class ucar.ma2.Array
-
Set the array element at the current element of ima.
- setShort(int, short) - Method in class ucar.ma2.Array
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayBoolean
-
not legal, throw ForbiddenConversionException
- setShort(int, short) - Method in class ucar.ma2.ArrayBoolean
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayByte
-
- setShort(int, short) - Method in class ucar.ma2.ArrayByte
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayChar
-
- setShort(int, short) - Method in class ucar.ma2.ArrayChar
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayDouble
-
- setShort(int, short) - Method in class ucar.ma2.ArrayDouble
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayFloat
-
- setShort(int, short) - Method in class ucar.ma2.ArrayFloat
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayInt
-
- setShort(int, short) - Method in class ucar.ma2.ArrayInt
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayLong
-
- setShort(int, short) - Method in class ucar.ma2.ArrayLong
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayObject
-
not legal, throw ForbiddenConversionException
- setShort(int, short) - Method in class ucar.ma2.ArrayObject
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayRagged
-
DO NOT USE, throw ForbiddenConversionException
- setShort(int, short) - Method in class ucar.ma2.ArrayRagged
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayScalar
-
- setShort(int, short) - Method in class ucar.ma2.ArrayScalar
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayShort
-
- setShort(int, short) - Method in class ucar.ma2.ArrayShort
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayString
-
not legal, throw ForbiddenConversionException
- setShort(int, short) - Method in class ucar.ma2.ArrayString
-
- setShort(Index, short) - Method in class ucar.ma2.ArrayStructure
-
DO NOT USE, throw ForbiddenConversionException
- setShort(int, short) - Method in class ucar.ma2.ArrayStructure
-
- 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(String) - Method in class ucar.ma2.ArrayChar
-
Set the ArrayChar values from the characters in the String.
- setString(int, 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(VerticalCT.Type) - Method in class ucar.nc2.dataset.VerticalCT.Builder
-
- setType(String) - Method in class ucar.nc2.units.DateType
-
Set the type of Date.
- 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(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.
- shiftOrigin(int[]) - Method in class ucar.ma2.Section
-
- 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
-
- 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
-
- 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
-
- 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_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
-
- start - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
-
- Station - Interface in ucar.unidata.geoloc
-
A named location on the earth.
- 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_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
-
- Structure - Class in ucar.nc2
-
A Structure is a type of Variable that contains other Variables, like a struct in C.
- 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(CalendarPeriod) - Method in class ucar.nc2.time.CalendarDate
-
- subtract(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarPeriod
-
Subtract two dates, return difference in units of this period.
- subtract(TimeDuration) - Method in class ucar.nc2.units.DateType
-
- subtract(TimeUnit) - Method in class ucar.nc2.units.DateType
-
- 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
-
- 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
-