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

A

A - Static variable in class ucar.unidata.geoloc.vertical.HybridHeight
The "a" variable name identifier
A - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
The "a" variable name identifier
A - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "a" variable name
ABBREV - Static variable in class ucar.nc2.constants.CDM
 
abort() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Abort writing to this file.
abort() - Method in class ucar.nc2.write.NetcdfFormatWriter
Abort writing to this file.
absoluteDifference(double, double) - Static method in class ucar.nc2.util.Misc
The absolute difference between two doubles, i.e.
absoluteDifference(float, float) - Static method in class ucar.nc2.util.Misc
The absolute difference between two floats, i.e.
AbstractIOServiceProvider - Class in ucar.nc2.iosp
Abstract base class for IOSP implementations that provides default implementations of readToByteChannel(...) and readSection(...).
AbstractIOServiceProvider() - Constructor for class ucar.nc2.iosp.AbstractIOServiceProvider
 
AbstractRadialAdapter - Class in ucar.nc2.dt.radial
Make a NetcdfDataset into a RadialDatasetSweep.
AbstractRadialAdapter() - Constructor for class ucar.nc2.dt.radial.AbstractRadialAdapter
 
AbstractRadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.AbstractRadialAdapter
 
AbstractRadialAdapter.MyRadialVariableAdapter - Class in ucar.nc2.dt.radial
 
AbstractTransformBuilder - Class in ucar.nc2.dataset.transform
Abstract superclass for implementations of HorizTransformBuilderIF and VertTransformBuilderIF
AbstractTransformBuilder() - Constructor for class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
accept(Path) - Method in class thredds.inventory.CollectionAbstract.MyStreamFilter
 
accept(Path) - Method in class thredds.inventory.filter.StreamFilter
 
accept(MFile) - Method in class thredds.inventory.CollectionConfig
 
accept(MFile) - Method in class thredds.inventory.filter.CompositeMFileFilter
 
accept(MFile) - Method in class thredds.inventory.filter.FilterNegate
 
accept(MFile) - Method in class thredds.inventory.filter.LastModifiedLimit
 
accept(MFile) - Method in class thredds.inventory.filter.RegExpMatchOnName
 
accept(MFile) - Method in class thredds.inventory.filter.WildcardMatchOnName
 
accept(MFile) - Method in class thredds.inventory.filter.WildcardMatchOnPath
 
accept(MFile) - Method in interface thredds.inventory.MFileFilter
Tests if a specified MFile should be included in a file collection.
Access - Class in thredds.client.catalog
A Dataset Access element
Access - Static variable in class thredds.client.catalog.Dataset
 
Access(Dataset, String, Service, String, long) - Constructor for class thredds.client.catalog.Access
 
AccessBuilder - Class in thredds.client.catalog.builder
build immutable access element
AccessBuilder(DatasetBuilder, String, Service, String, long) - Constructor for class thredds.client.catalog.builder.AccessBuilder
 
AccessBuilder(DatasetBuilder, Access) - Constructor for class thredds.client.catalog.builder.AccessBuilder
 
accessBuilders - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
accessUsed - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
ACDD - Class in ucar.nc2.constants
Attribute Conventions for Dataset Discovery
acknowledgement - Static variable in class ucar.nc2.constants.ACDD
 
acos(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
acosd(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
acquire(String) - Static method in class ucar.unidata.io.RandomAccessFile
 
acquire(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
Acquire a file for a location from a cache, if available
acquire(String, int) - Static method in class ucar.unidata.io.RandomAccessFile
 
acquire(String, int) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
Acquire a file for a location, with the given buffer size, from a cache, if available
acquire(FileFactory, Object, DatasetUrl, int, CancelTask, Object) - Method in class ucar.nc2.util.cache.FileCache
Acquire a FileCacheable from the cache, and lock it so no one else can use it.
acquire(FileFactory, Object, DatasetUrl, int, CancelTask, Object) - Method in class ucar.nc2.util.cache.FileCacheARC
Acquire a FileCacheable from the cache, and lock it so no one else can use it.
acquire(FileFactory, Object, DatasetUrl, int, CancelTask, Object) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
acquire(FileFactory, Object, DatasetUrl, int, CancelTask, Object) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
acquire(FileFactory, DatasetUrl) - Method in class ucar.nc2.util.cache.FileCache
 
acquire(FileFactory, DatasetUrl) - Method in class ucar.nc2.util.cache.FileCacheARC
Acquire a FileCacheable, and lock it so no one else can use it.
acquire(FileFactory, DatasetUrl) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
acquire(FileFactory, DatasetUrl) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
acquire(FileFactory, DatasetUrl, CancelTask) - Method in class ucar.nc2.util.cache.FileCache
Acquire a FileCacheable, and lock it so no one else can use it.
acquireDataset(DatasetUrl, boolean, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireDataset
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.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireDataset
acquireDataset(DatasetUrl, Set<NetcdfDataset.Enhance>, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Same as openDataset, but file is acquired through the File Cache, with specified enhancements.
acquireDataset(DatasetUrl, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireDataset
acquireDataset(DatasetUrl, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode, without the need of setting the enhanceMode via the signature.
acquireDataset(FileFactory, DatasetUrl, Set<NetcdfDataset.Enhance>, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireDataset
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.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireFile
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.NetcdfDataset
Deprecated.
use NetcdfDatasets.acquireFile
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.
acquireFile(CancelTask) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
ACTUAL_RANGE - Static variable in class ucar.nc2.constants.CF
 
ADASConvention - Class in ucar.nc2.dataset.conv
ADAS netcdf files.
ADASConvention - Class in ucar.nc2.internal.dataset.conv
ADAS netcdf files.
ADASConvention() - Constructor for class ucar.nc2.dataset.conv.ADASConvention
 
ADASConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
add(double, double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
add(double, CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
Deprecated.
use CalendarDate add(CalendarPeriod period)
add(int, StructureData) - Method in class ucar.ma2.StructureDataComposite
Deprecated.
use StructureDataComposite.make(StructureData... sdatas)
add(String) - Method in class ucar.nc2.util.Counters
 
add(String, long, long) - Method in class ucar.nc2.iosp.hdf5.MemTracker
 
add(String, String, String) - Static method in class ucar.nc2.util.rc.RC
Deprecated.
Allow users to add to the default rc
add(Date) - Method in class ucar.nc2.units.TimeDuration
 
add(Date) - Method in class ucar.nc2.units.TimeUnit
Add the time amount to the given Date, return a new Date.
add(Array, Array) - Static method in class ucar.ma2.MAMath
Add elements of two arrays together, allocating the result array.
add(StructureData) - Method in class ucar.ma2.StructureDataComposite
Deprecated.
use StructureDataComposite.make(StructureData... sdatas)
add(Attribute) - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
add(StationPointFeature) - Method in class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
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(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
add(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
add(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
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(File) - Method in class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
addAll(Iterable<Attribute>) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
will be removed in version 6.
addAll(Iterable<Attribute>) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Add all; replace old if has same name.
addAll(Iterable<Attribute>) - Method in class ucar.nc2.AttributeContainerMutable
Add all; replace old if has same name.
addAll(Iterable<Attribute>) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
addAll(Iterable<Attribute>) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addAll(Iterable<Attribute>) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
addAll(FeatureDatasetPoint) - Method in class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAllAtts(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAllAxisName(Iterable<String>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
addAllAxisNames(Iterable<String>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
addAllBytedata(Iterable<? extends ByteString>) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
addAllCoordAxes(Iterable<? extends CdmrFeatureProto.CoordAxis>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addAllCoordAxes(Iterable<? extends CdmrFeatureProto.CoordAxis>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addAllCoordSys(Iterable<? extends CdmrFeatureProto.CoordSys>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addAllCoordSys(Iterable<? extends CdmrFeatureProto.CoordSys>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addAllCoordTransforms(Iterable<? extends CdmrFeatureProto.CoordTransform>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addAllCoordTransforms(Iterable<? extends CdmrFeatureProto.CoordTransform>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addAllDependsOn(Iterable<String>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
addAllDims(Iterable<? extends NcStreamProto.Dimension>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addAllEnumTypes(Iterable<? extends NcStreamProto.EnumTypedef>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addAllGeoArray(Iterable<? extends CdmrFeatureProto.GeoReferencedArray>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addAllGrids(Iterable<? extends CdmrFeatureProto.Coverage>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addAllGroups(Iterable<? extends NcStreamProto.Group>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addAllHeapCount(Iterable<? extends Integer>) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
addAllMap(Iterable<? extends NcStreamProto.EnumTypedef.EnumType>) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addAllMember(Iterable<? extends Integer>) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
addAllMemberData(Iterable<? extends NcStreamProto.DataCol>) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addAllMembers(Iterable<? extends PointStreamProto.PointFeatureMember>) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addAllMembers(Iterable<? extends NcStreamProto.Member>) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addAllOpaquedata(Iterable<? extends ByteString>) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
addAllOpaquedata(Iterable<? extends ByteString>) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
addAllParams(Iterable<? extends NcStreamProto.Attribute>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addAllRange(Iterable<? extends NcStreamProto.Range>) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addAllSdata(Iterable<String>) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
addAllSdata(Iterable<String>) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
addAllSdata(Iterable<String>) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
addAllShape(Iterable<? extends Integer>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
addAllShape(Iterable<? extends Integer>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
addAllShape(Iterable<? extends Integer>) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
addAllShape(Iterable<? extends NcStreamProto.Dimension>) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addAllShape(Iterable<? extends NcStreamProto.Dimension>) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addAllStations(Iterable<? extends PointStreamProto.Station>) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addAllStringdata(Iterable<String>) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
addAllStringdata(Iterable<String>) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
addAllStringdata(Iterable<String>) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
addAllStructdata(Iterable<? extends NcStreamProto.ArrayStructureRow>) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addAllStructs(Iterable<? extends NcStreamProto.Structure>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addAllStructs(Iterable<? extends NcStreamProto.Structure>) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addAllTransformNames(Iterable<String>) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
addAllVars(Iterable<? extends NcStreamProto.Variable>) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addAllVars(Iterable<? extends NcStreamProto.Variable>) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addAllVlens(Iterable<? extends Integer>) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
addAllVlens(Iterable<? extends Integer>) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
addAndFilter(MFileFilter) - Method in class thredds.inventory.filter.CompositeMFileFilter
 
addAttribute(String, Number) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
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(String, String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Add Attribute; name and value must not be null.
addAttribute(String, String) - Method in class ucar.nc2.AttributeContainerMutable
Add Attribute; name and value must not be null.
addAttribute(String, String) - Method in class ucar.nc2.VariableSimpleBuilder
 
addAttribute(Attribute) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
will be removed in version 6.
addAttribute(Attribute) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
addAttribute(Attribute) - Method in class ucar.nc2.AttributeContainerMutable
 
addAttribute(Attribute) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
addAttribute(Attribute) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addAttribute(Attribute) - Method in class ucar.nc2.Group.Builder
 
addAttribute(Attribute) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
addAttribute(Attribute) - Method in class ucar.nc2.Variable.Builder
 
addAttribute(Attribute) - Method in class ucar.nc2.VariableSimpleBuilder
 
addAttribute(Attribute) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add a global attribute
addAttribute(Group, String, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addAttribute(Group, Attribute) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addAttributes(Iterable<Attribute>) - Method in class ucar.nc2.Group.Builder
 
addAttributes(Iterable<Attribute>) - Method in class ucar.nc2.Variable.Builder
 
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAtts(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAttsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAttsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAttsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAttsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAttsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAttsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
addAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
addAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
addAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
addAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
addAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
addAxisName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
addAxisNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
addAxisNames(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
addAxisNamesBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
addBestDataset(String, double) - Method in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
addByLen(String, long, long) - Method in class ucar.nc2.iosp.hdf5.MemTracker
 
addBytedata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
addChild(String, String, long) - Method in interface thredds.inventory.partition.IndexReader.AddChildCallback
Callback for readChildren
addChild(TableConfig) - Method in class ucar.nc2.ft.point.standard.TableConfig
 
addCollection(String, String) - Method in class ucar.nc2.internal.ncml.Aggregation
 
addCollection(String, String) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
addCoordAxes(int, CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxes(int, CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordAxes(int, CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxes(int, CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordAxes(CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxes(CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordAxes(CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxes(CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordAxesBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxesBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordAxesBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
addCoordAxesBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
addCoordinateAxes(Collection<CoordinateAxis.Builder>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateAxis(CoordinateAxis.Builder) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateAxis(VariableDS) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
addCoordinatesClassic(Dimension, List<VariableSimpleIF>, Map<String, Variable>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addCoordinatesExtended(Structure, List<VariableSimpleIF>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addCoordinateSystem(CoordinateSystem) - Method in interface ucar.nc2.dataset.Enhancements
Deprecated.
Add a CoordinateSystem to the dataset.
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
addCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use VariableDS.builder()
addCoordinateSystem(CoordinateSystem.Builder) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateSystemName(String) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
addCoordinateSystems(Collection<CoordinateSystem.Builder>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateTransform(CoordinateTransform) - Method in class ucar.nc2.dataset.CoordinateSystem
Deprecated.
Use CoordinateSystem.builder()
addCoordinateTransform(CoordinateTransform) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
addCoordinateTransform(CoordinateTransform.Builder) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateTransformByName(String) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
addCoordinateTransforms(Collection<CoordinateTransform.Builder>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addCoordinateTransforms(Collection<CoordinateTransform>) - Method in class ucar.nc2.dataset.CoordinateSystem
Deprecated.
Use CoordinateSystem.builder()
addCoordinateTransforms(Collection<CoordinateTransform>) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
addCoordinateVariable(Dimension, CoordSysBuilder.VarProcess) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
addCoordSys(int, CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSys(int, CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordSys(int, CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSys(int, CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordSys(CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSys(CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordSys(CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSys(CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordSysBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSysBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordSysBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordSysBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
addCoordTransforms(int, CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransforms(int, CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCoordTransforms(int, CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransforms(int, CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCoordTransforms(CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransforms(CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCoordTransforms(CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransforms(CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCoordTransformsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransformsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCoordTransformsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
addCoordTransformsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
addCopyOfStructure(Group, Structure, String, List<Dimension>) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Adds a copy of the specified structure to the file (netcdf4 only).
addDataset(DatasetBuilder) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
addDataset(DatasetBuilder) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
addDataset(AggDataset) - Method in class ucar.nc2.internal.ncml.Aggregation
 
addDataset(Aggregation.Dataset) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
addDatasetScan(Element, String, String, String, String, Set<NetcdfDataset.Enhance>, String, String) - Method in class ucar.nc2.internal.ncml.Aggregation
Add a dataset scan
addDatasetScan(Element, String, String, String, String, Set<NetcdfDataset.Enhance>, String, String) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Add a dataset scan
addDatasetType(String) - Method in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
addDatasetType(String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
addDatasetType(String) - Method in class thredds.featurecollection.FeatureCollectionConfig.PointConfig
 
addDataVariablesClassic(Dimension, StructureData, Map<String, Variable>, String) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addDataVariablesExtended(StructureData, String) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addDependsOn(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
addDependsOnBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
addDerivedField(TableParser.Field, TableParser.Transform, Class) - Method in class ucar.nc2.util.TableParser
Deprecated.
 
addDimension(String, int) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addDimension(String, int) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add a dimension to the root group.
addDimension(String, int, boolean, boolean) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addDimension(Dimension) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addDimension(Dimension) - Method in class ucar.nc2.Group.Builder
Add Dimension with error if it already exists
addDimension(Dimension) - Method in class ucar.nc2.Variable.Builder
 
addDimension(Dimension) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add a dimension to the root group.
addDimension(Group, String, int) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a shared Dimension to the file.
addDimension(Group, String, int, boolean, boolean) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a shared Dimension to the file.
addDimension(Group, Dimension) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addDimensionIfNotExists(Dimension) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
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
 
addDimensionsClassic(List<? extends VariableSimpleIF>, Map<String, Dimension>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addDims(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDims(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDims(NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDims(NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDimsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDimsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
addDirectoryScan(String, String, String, String, String, Object) - Method in class thredds.inventory.MFileCollectionManager
Add a directory scan to the collection
addDirectoryScanFmrc(String, String, String, String, String, String, String, String) - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
addDouble(Array, Array, Array) - Static method in class ucar.ma2.MAMath
Add elements of two arrays together as doubles, place sum in the result array.
ADDE - thredds.client.catalog.ServiceType
 
addEnhancement(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
addEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
addEnhanceMode(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
addEnhanceModes(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
addEnumeration(EnumTypedef) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addEnumTypedef(EnumTypedef) - Method in class ucar.nc2.Group.Builder
 
addEnumTypedefs(Collection<EnumTypedef>) - Method in class ucar.nc2.Group.Builder
 
addEnumTypes(int, NcStreamProto.EnumTypedef) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEnumTypes(int, NcStreamProto.EnumTypedef.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEnumTypes(NcStreamProto.EnumTypedef) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEnumTypes(NcStreamProto.EnumTypedef.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEnumTypesBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEnumTypesBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
addEventListener(CollectionManager.TriggerListener) - Method in interface thredds.inventory.CollectionManager
Register to get Trigger events
addEventListener(CollectionManager.TriggerListener) - Method in class thredds.inventory.CollectionManagerAbstract
 
addExcludeFilter(MFileFilter) - Method in class thredds.inventory.filter.CompositeMFileFilter
 
addExplicitDataset(String, String, String, String, String, String, FileFactory) - Method in class ucar.nc2.internal.ncml.Aggregation
Add a nested dataset, specified by an explicit netcdf element.
addExplicitDataset(String, String, String, String, String, String, FileFactory) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Add a nested dataset, specified by an explicit netcdf element.
addExplicitFilesAndRunTimes(Map<String, String>) - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
addExtraVariables() - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
addFile(MFile) - Method in class thredds.inventory.CollectionListRange
 
addFilter(MFileFilter, boolean) - Method in class thredds.inventory.filter.CompositeMFileFilter
 
addGdsHash(String, String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
addGdsName(String, String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
addGeoArray(int, CdmrFeatureProto.GeoReferencedArray) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGeoArray(int, CdmrFeatureProto.GeoReferencedArray.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGeoArray(CdmrFeatureProto.GeoReferencedArray) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGeoArray(CdmrFeatureProto.GeoReferencedArray.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGeoArrayBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGeoArrayBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
addGlobalAttribute(String, Number) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addGlobalAttribute(String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addGlobalAttribute(Attribute) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addGrids(int, CdmrFeatureProto.Coverage) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGrids(int, CdmrFeatureProto.Coverage.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGrids(CdmrFeatureProto.Coverage) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGrids(CdmrFeatureProto.Coverage.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGridsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGridsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
addGroup(Group) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addGroup(Group.Builder) - Method in class ucar.nc2.Group.Builder
Add a nested Group.
addGroup(Group, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a Group to the file.
addGroup(Group, Group) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addGroupAttribute(Group, Attribute) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a Global attribute to the file.
addGroups(int, NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addGroups(int, NcStreamProto.Group.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addGroups(Collection<Group.Builder>) - Method in class ucar.nc2.Group.Builder
 
addGroups(NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addGroups(NcStreamProto.Group.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addGroupsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addGroupsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
addHeapCount(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
addIncludeFilter(MFileFilter) - Method in class thredds.inventory.filter.CompositeMFileFilter
 
addJoin(Join) - Method in class ucar.nc2.ft.point.standard.TableConfig
 
addListener(Object) - Method in class ucar.nc2.util.ListenerManager
Deprecated.
Add a listener.
addLocalFieldsToBuilder(CoordinateAxis.Builder<? extends CoordinateAxis.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateAxis
 
addLocalFieldsToBuilder(CoordinateAxis1D.Builder<? extends CoordinateAxis1D.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateAxis1D
 
addLocalFieldsToBuilder(CoordinateAxis1DTime.Builder<? extends CoordinateAxis1DTime.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
addLocalFieldsToBuilder(CoordinateAxis2D.Builder<? extends CoordinateAxis2D.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateAxis2D
 
addLocalFieldsToBuilder(CoordinateSystem.Builder<? extends CoordinateSystem.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateSystem
 
addLocalFieldsToBuilder(CoordinateTransform.Builder<? extends CoordinateTransform.Builder<?>>) - Method in class ucar.nc2.dataset.CoordinateTransform
 
addLocalFieldsToBuilder(ProjectionCT.Builder<? extends ProjectionCT.Builder<?>>) - Method in class ucar.nc2.dataset.ProjectionCT
 
addLocalFieldsToBuilder(SequenceDS.Builder<? extends SequenceDS.Builder<?>>) - Method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
addLocalFieldsToBuilder(StructureDS.Builder<? extends StructureDS.Builder<?>>) - Method in class ucar.nc2.dataset.StructureDS
 
addLocalFieldsToBuilder(StructurePseudoDS.Builder<? extends StructurePseudoDS.Builder<?>>) - Method in class ucar.nc2.dataset.StructurePseudoDS
 
addLocalFieldsToBuilder(VariableDS.Builder<? extends VariableDS.Builder<?>>) - Method in class ucar.nc2.dataset.VariableDS
 
addLocalFieldsToBuilder(VerticalCT.Builder<? extends VerticalCT.Builder<?>>) - Method in class ucar.nc2.dataset.VerticalCT
 
addLocalFieldsToBuilder(NetcdfFile.Builder<? extends NetcdfFile.Builder<?>>) - Method in class ucar.nc2.NetcdfFile
 
addLocalFieldsToBuilder(Sequence.Builder<? extends Sequence.Builder<?>>) - Method in class ucar.nc2.Sequence
 
addLocalFieldsToBuilder(Structure.Builder<? extends Structure.Builder<?>>) - Method in class ucar.nc2.Structure
 
addLocalFieldsToBuilder(Variable.Builder<? extends Variable.Builder<?>>) - Method in class ucar.nc2.Variable
 
addMap(int, NcStreamProto.EnumTypedef.EnumType) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMap(int, NcStreamProto.EnumTypedef.EnumType.Builder) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMap(NcStreamProto.EnumTypedef.EnumType) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMap(NcStreamProto.EnumTypedef.EnumType.Builder) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMapBuilder() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMapBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
addMember(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
addMember(int, StructureMembers.Member) - Method in class ucar.ma2.StructureMembers
Deprecated.
use Builder
addMember(int, StructureMembers.MemberBuilder) - Method in class ucar.ma2.StructureMembers.Builder
 
addMember(String, String, String, DataType, int[]) - Method in class ucar.ma2.StructureMembers
Deprecated.
use Builder
addMember(String, String, String, DataType, int[]) - Method in class ucar.ma2.StructureMembers.Builder
 
addMember(String, String, String, DataType, Number) - Method in class ucar.ma2.StructureDataScalar
Deprecated.
 
addMember(StructureMembers.Member) - Method in class ucar.ma2.StructureMembers
Deprecated.
use Builder
addMember(StructureMembers.MemberBuilder) - Method in class ucar.ma2.StructureMembers.Builder
 
addMemberData(int, NcStreamProto.DataCol) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMemberData(int, NcStreamProto.DataCol.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMemberData(NcStreamProto.DataCol) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMemberData(NcStreamProto.DataCol.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMemberDataBuilder() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMemberDataBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
addMembers(int, PointStreamProto.PointFeatureMember) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembers(int, PointStreamProto.PointFeatureMember.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembers(int, NcStreamProto.Member) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addMembers(int, NcStreamProto.Member.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addMembers(PointStreamProto.PointFeatureMember) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembers(PointStreamProto.PointFeatureMember.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembers(NcStreamProto.Member) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addMembers(NcStreamProto.Member.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addMembersBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembersBuilder() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
addMembersBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
addMembersBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
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.StructureDataScalar
Deprecated.
 
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) - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
addMemberVariable(Variable.Builder<?>) - Method in class ucar.nc2.Structure.Builder
 
addMemberVariables(List<Variable.Builder<?>>) - Method in class ucar.nc2.Structure.Builder
 
addNonDataVariable(String) - Method in class ucar.nc2.ft.point.standard.Table
 
addObjectToHeap(int, StructureMembers.Member, Object) - Method in class ucar.ma2.ArrayStructureBB
 
addObjectToHeap(Object) - Method in class ucar.ma2.ArrayStructureBB
 
addOpaquedata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
addOpaquedata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
addOriginalVariable(Variable) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
 
addOriginalVariables(List<Variable>) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
 
addParameter(String, double) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Add an attribute to this projection
addParameter(String, String) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Add an attribute to this projection
addParameter(CoordinateTransform, String, NetcdfFile, String) - Method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
Add a Parameter to a CoordinateTransform.
addParameter(Parameter) - Method in class ucar.nc2.dataset.CoordinateTransform
Deprecated.
Use CoordinateTransform.builder()
addParameter(Parameter) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Add an attribute to this projection
addParameter2(CoordinateTransform, String, NetcdfFile, AttributeContainer, String, boolean) - Method in class ucar.nc2.dataset.conv.CSMConvention
Add a Parameter to a CoordinateTransform.
addParams(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addParams(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addParams(NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addParams(NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addParamsBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addParamsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
addPoint(double, double) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Add a point to the end of the line.
addPoint(double, double) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Add a point to this polygon's points list
addPoint(double, double) - Method in interface ucar.nc2.ft2.simpgeometry.Line
Add a point to the end of the line.
addPoint(double, double) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Add a point to this polygon's points list
addProperty(Property) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
addRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
addRange(int, NcStreamProto.Range) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRange(int, NcStreamProto.Range.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRange(NcStreamProto.Range) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRange(NcStreamProto.Range.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRangeBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRangeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
addRangeNames(List<String>) - Method in class ucar.ma2.Section
Deprecated.
do not use
addRecordStructure() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
For netcdf3 only, take all unlimited variables and make them into a structure.
addSdata(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
addSdata(String) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
addSdata(String) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
addSdataBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
addSdataBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
addSdataBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
addService(Service) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
addServiceToCatalog(Service) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
addShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
addShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
addShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
addShape(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShape(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addShape(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShape(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addShape(NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShape(NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addShape(NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShape(NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addShapeBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShapeBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addShapeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
addShapeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
addStation(StationFeature) - Method in class ucar.nc2.ft.point.StationHelper
 
addStations(int, PointStreamProto.Station) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStations(int, PointStreamProto.Station.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStations(PointStreamProto.Station) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStations(PointStreamProto.Station.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStationsBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStationsBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
addStringdata(String) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
addStringdata(String) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
addStringdata(String) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
addStringdataBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
addStringdataBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
addStringdataBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
addStringVariable(Group, String, String, int) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addStringVariable(Group, String, List<Dimension>, int) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a variable with DataType = String to the file.
addStringVariable(Group, Variable, List<Dimension>) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a variable with DataType = String to a netCDF-3 file.
addStructdata(int, NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructdata(int, NcStreamProto.ArrayStructureRow.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructdata(NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructdata(NcStreamProto.ArrayStructureRow.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructdataBuilder() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructdataBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
addStructs(int, NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructs(int, NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructs(int, NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructs(int, NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructs(NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructs(NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructs(NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructs(NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
addStructsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
addStructure(String, String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add a Structure to the root group.
addStructureMember(Structure, String, DataType, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addTimeUnitConvert(String, String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
addTo(Counters) - Method in class ucar.nc2.util.Counters
 
addTo(Counters.Counter) - Method in class ucar.nc2.util.Counters.Counter
 
addToList(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
addToList(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
 
addToList(Map<String, Object>, String, Object) - Static method in class thredds.client.catalog.builder.DatasetBuilder
Utility routine to keep list of objects small.
addToNewList(Map<String, Object>, String, Object) - Static method in class thredds.client.catalog.builder.DatasetBuilder
 
addTransformNames(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
addTransformNamesBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
addTypedef(Group, EnumTypedef) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a EnumTypedef to the file.
addUnlimitedDimension(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add single unlimited, shared dimension (classic model)
addUnlimitedDimension(String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add an unlimited dimension to the root group.
addUserAdvice(String) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
addUserAdvice(String) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Give advice for a user trying to figure out why things arent working
addUserAdvice(String) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
addVariable(String) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
Add a name for a variableAgg element
addVariable(String, DataType, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
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.NetcdfFileWriter
Deprecated.
 
addVariable(String, DataType, List<Dimension>) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Add a Variable to the root group.
addVariable(Group, String, DataType, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addVariable(Group, String, DataType, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a variable to the file.
addVariable(Group, String, DataType, List<Dimension>) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a variable to the file.
addVariable(Group, Structure, String, DataType, List<Dimension>) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add a variable to the file.
addVariable(Group, Variable) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
addVariable(Group, Variable) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addVariable(Variable) - Method in class ucar.nc2.FileWriter2
Deprecated.
Specify which variable will get written
addVariable(Variable) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
addVariable(Variable.Builder<?>) - Method in class ucar.nc2.Group.Builder
Add a Variable, throw error if one of the same name if it exists.
addVariableAttribute(String, String, Number) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addVariableAttribute(String, String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addVariableAttribute(String, Attribute) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
addVariableAttribute(Variable, Attribute) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
addVariableAttribute(Variable, Attribute) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Add an attribute to the named Variable.
addVariables(Collection<Variable.Builder<?>>) - Method in class ucar.nc2.Group.Builder
Add Variables, throw error if one of the same name if it exists.
addVars(int, NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVars(int, NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVars(int, NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVars(int, NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVars(NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVars(NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVars(NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVars(NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVarsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVarsBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVarsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
addVarsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
addVerticalCTBuilder(VerticalCTBuilder) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
addVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
addVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
ADLER - ucar.nc2.filter.Checksum32.CType
 
Adler32Provider() - Constructor for class ucar.nc2.filter.Checksum32.Adler32Provider
 
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
 
AggProxyReader - Class in ucar.nc2.internal.ncml
A Proxy reader for a specific Variable.
Aggregation - Class in ucar.nc2.internal.ncml
Superclass for NcML Aggregation Builder.
Aggregation - Class in ucar.nc2.ncml
Deprecated.
Aggregation(NetcdfDataset.Builder, String, Aggregation.Type, String) - Constructor for class ucar.nc2.internal.ncml.Aggregation
Create an Aggregation for the given NetcdfDataset.
Aggregation(NetcdfDataset, String, Aggregation.Type, String) - Constructor for class ucar.nc2.ncml.Aggregation
Deprecated.
Create an Aggregation for the given NetcdfDataset.
Aggregation.Dataset - Class in ucar.nc2.ncml
Deprecated.
Encapsolates a NetcdfFile that is a component of the aggregation.
Aggregation.DatasetProxyReader - Class in ucar.nc2.ncml
Deprecated.
 
Aggregation.Type - Enum in ucar.nc2.internal.ncml
 
Aggregation.Type - Enum in ucar.nc2.ncml
Deprecated.
 
Aggregation.TypicalDataset - Enum in ucar.nc2.internal.ncml
 
Aggregation.TypicalDataset - Enum in ucar.nc2.ncml
Deprecated.
 
AggregationExisting - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationExisting(NetcdfDataset, String, String) - Constructor for class ucar.nc2.ncml.AggregationExisting
Deprecated.
 
AggregationFmrc - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationFmrc(NetcdfDataset, String, String) - Constructor for class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
AggregationIF - Interface in ucar.nc2.ncml
Deprecated.
do not use
AggregationNew - Class in ucar.nc2.internal.ncml
JoinNew Aggregation.
AggregationNew - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationNew(NetcdfDataset.Builder, String, String) - Constructor for class ucar.nc2.internal.ncml.AggregationNew
 
AggregationNew(NetcdfDataset, String, String) - Constructor for class ucar.nc2.ncml.AggregationNew
Deprecated.
 
AggregationOuterDimension - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationOuterDimension(NetcdfDataset, String, Aggregation.Type, String) - Constructor for class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
Create an Aggregation for the given NetcdfDataset.
AggregationTiled - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationTiled(NetcdfDataset, String, String) - Constructor for class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
AggregationUnion - Class in ucar.nc2.ncml
Deprecated.
do not use
AggregationUnion(NetcdfDataset, String, String) - Constructor for class ucar.nc2.ncml.AggregationUnion
Deprecated.
 
aggVarNames - Variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
aggVars - Variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
Airy1830 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
Airy 1830 ellipsoid from EPSG database version 6.14.
Albers_Conic_Equal_Area - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
ALBERS_CONICAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
 
AlbersEqualArea - Class in ucar.nc2.dataset.transform
Create a AlbersEqualArea Projection from the information in the Coordinate Transform Variable.
AlbersEqualArea - Class in ucar.unidata.geoloc.projection
Albers Equal Area Conic Projection, one or two standard parallels, spherical earth.
AlbersEqualArea() - Constructor for class ucar.nc2.dataset.transform.AlbersEqualArea
 
AlbersEqualArea() - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Constructor with default parameters
AlbersEqualArea(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Construct a AlbersEqualArea Projection, two standard parellels.
AlbersEqualArea(double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Construct a AlbersEqualArea Projection, two standard parellels.
AlbersEqualArea(double, double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.AlbersEqualArea
Construct a AlbersEqualArea Projection, two standard parellels.
AlbersEqualAreaEllipse - Class in ucar.unidata.geoloc.projection.proj4
Adapted from com.jhlabs.map.proj.AlbersProjection
AlbersEqualAreaEllipse() - Constructor for class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Constructor with default parameters
AlbersEqualAreaEllipse(double, double, double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Construct a AlbersEqualAreaEllipse Projection, two standard parellels.
Alias - Static variable in class thredds.client.catalog.Dataset
 
AliasForDimension - Static variable in class ucar.nc2.constants._Coordinate
 
AliasTranslator - Class in ucar.nc2.util
Handle textual substitution for dataroots.
AliasTranslator() - Constructor for class ucar.nc2.util.AliasTranslator
 
all - thredds.client.catalog.tools.CatalogCrawler.Type
 
all - thredds.featurecollection.FeatureCollectionConfig.PartitionType
 
all - ucar.nc2.NCdumpW.WantValues
Deprecated.
 
all - ucar.nc2.write.Ncdump.WantValues
 
all_direct - thredds.client.catalog.tools.CatalogCrawler.Type
 
all_leap - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
all_leap = 3;
all_leap - ucar.nc2.time.Calendar
 
all_leap_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
all_leap = 3;
allFiles - Static variable in class ucar.unidata.io.RandomAccessFile
 
AllLeapChronology - Class in uk.ac.rdg.resc.edal.time
A Chronology in which each year has exactly 366 days (February is always 29 days long).
allow(String, String, char) - Static method in class ucar.unidata.util.StringUtil2
Replace any char not alphanumeric or in allowChars by replaceChar.
allowSelfSigned - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
ALLOWSELFSIGNEDKEY - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
alpha - Static variable in class ucar.nc2.util.EscapeStrings
 
alphaNumeric - Static variable in class ucar.nc2.util.EscapeStrings
 
alt - Variable in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
ALT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
ALT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
altitudeCoordinateName - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
altName - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
altName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
ALTUNIT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
altUnits - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
altUnits - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
always - thredds.inventory.CollectionUpdateType
 
amendFromODL(String, HdfHeaderIF, Group.Builder) - Static method in class ucar.nc2.internal.iosp.hdf4.HdfEos
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
amendFromODL(NetcdfFile, Group) - Static method in class ucar.nc2.iosp.hdf4.HdfEos
Amend the given NetcdfFile with metadata from HDF-EOS structMetadata.
Analysis - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
ANCILLARY_VARIABLES - Static variable in class ucar.nc2.constants.CF
 
annotate(Object, Object) - Method in class ucar.nc2.CDMNode
Deprecated.
do not use
annotate(Dataset, NetcdfDataset) - Static method in class thredds.client.catalog.tools.DataFactory
Add information from the Dataset to the NetcdfDataset.
annotation(Object) - Method in class ucar.nc2.CDMNode
Deprecated.
do not use
annotations - Variable in class ucar.nc2.CDMNode
Deprecated.
 
ANY - ucar.nc2.constants.FeatureType
 
ANY_POINT - ucar.nc2.constants.FeatureType
 
AP - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
The "a" variable name identifier
appendRange() - Method in class ucar.ma2.Section
Deprecated.
use builder().appendNullRange()
appendRange(int) - Method in class ucar.ma2.Section
Deprecated.
use builder().appendRange(size)
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
Deprecated.
use builder().appendRange
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
Deprecated.
use builder().appendRange
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
Deprecated.
use builder().appendRange
appendRange(String, int, int, int) - Method in class ucar.ma2.Section.Builder
Append a new Range(name,first,last,stride) to the Section
appendRange(Range) - Method in class ucar.ma2.Section
Deprecated.
use builder().appendRange(r)
appendRange(Range) - Method in class ucar.ma2.Section.Builder
Append a Range to the Section
appendRangeAll() - Method in class ucar.ma2.Section.Builder
Append a Range to the Section meaning "all"
appendRanges(int[]) - Method in class ucar.ma2.Section.Builder
Create Section from a shape array, assumes 0 origin.
appendRanges(List<Range>) - Method in class ucar.ma2.Section.Builder
Append Ranges to the Section
appendStructureData(Structure, StructureData) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
appendStructureData(Structure, StructureData) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Append a structureData along the unlimited dimension
appendStructureData(Structure, StructureData) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
appendStructureData(Structure, StructureData) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
appendStructureData(Structure, StructureData) - Method in class ucar.nc2.write.NetcdfFormatWriter
 
appendToFile(InputStream, String) - Static method in class ucar.nc2.util.IO
 
apply(Variable) - Method in class ucar.nc2.ncml.NcMLWriter.WriteVariablesWithNamesPredicate
Deprecated.
 
ApplyClassifier - ucar.nc2.dataset.NetcdfDataset.Enhance
Classify doubles or floats based on positive/negative into 1 or 0 x<0 --> 0 x>0 --> 1
ApplyNormalizer - ucar.nc2.dataset.NetcdfDataset.Enhance
Calculate minimum value and range (maximum - minimum) and apply to data: (z - min)/range.
applyScaleOffset(double) - Method in class ucar.nc2.filter.ScaleOffset
 
applyScaleOffset(Number) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Apply scale and offset to the specified value if EnhanceScaleMissingUnsigned.hasScaleOffset().
applyScaleOffset(Number) - Method in class ucar.nc2.dataset.VariableDS
 
applyScaleOffset(Number) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
applyScaleOffset(Array) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Apply scale and offset to each element of in and return the result as a new Array, but only if EnhanceScaleMissingUnsigned.hasScaleOffset().
applyScaleOffset(Array) - Method in class ucar.nc2.dataset.VariableDS
 
applyScaleOffset(Array) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
applyScaleOffset(Array) - Method in class ucar.nc2.filter.ScaleOffset
 
ApplyScaleOffset - ucar.nc2.dataset.NetcdfDataset.Enhance
Apply scale and offset to values, promoting the data type if needed.
ApplyStandardizer - ucar.nc2.dataset.NetcdfDataset.Enhance
Calculate mean and standard deviation and apply to data: (z-mean)/standard_deviation.
AR - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
ARAKAWA_E - Static variable in class ucar.nc2.constants.CDM
 
Array - Class in ucar.ma2
Superclass for implementations of multidimensional arrays.
Array(DataType, int[]) - Constructor for class ucar.ma2.Array
 
Array(DataType, Index) - Constructor for class ucar.ma2.Array
 
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
ArrayRagged(int[]) - Constructor for class ucar.ma2.ArrayRagged
 
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, int[]) - Constructor for class ucar.ma2.ArraySequence
 
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 - ucar.nc2.ft.point.standard.Table.Type
 
ArrayStructure(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructure
Create a new Array of type StructureData and the given members and shape.
ArrayStructure(StructureMembers, Index) - Constructor for class ucar.ma2.ArrayStructure
 
ArrayStructure.ArrayStructureIterator - Class in ucar.ma2
 
ArrayStructureBB - Class in ucar.ma2
Concrete implementation of ArrayStructure, data storage is in a ByteBuffer, which is converted to member data on the fly.
ArrayStructureBB(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureBB
Create a new Array of type StructureData and the given members and shape.
ArrayStructureBB(StructureMembers, int[], ByteBuffer, int) - Constructor for class ucar.ma2.ArrayStructureBB
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureBBpos - Class in ucar.ma2
Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be passed in by the user.
ArrayStructureBBpos(StructureMembers, int[], ByteBuffer, int[]) - Constructor for class ucar.ma2.ArrayStructureBBpos
Construct an ArrayStructureBB with the given ByteBuffer.
ArrayStructureBBsection - Class in ucar.ma2
Make a section of an ArrayStructureBB
ArrayStructureComposite - Class in ucar.ma2
An ArrayStructure compose of other ArrayStructures.
ArrayStructureComposite(StructureMembers, List<ArrayStructure>, int) - Constructor for class ucar.ma2.ArrayStructureComposite
 
ArrayStructureIterator() - Constructor for class ucar.ma2.ArrayStructure.ArrayStructureIterator
 
ArrayStructureMA - Class in ucar.ma2
Concrete implementation of ArrayStructure, data storage is in member arrays, which are converted to StructureData member data on the fly.
ArrayStructureMA(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureMA
Create a new Array of type StructureData and the given members and shape.
ArrayStructureMA(StructureMembers, int[], StructureData[]) - Constructor for class ucar.ma2.ArrayStructureMA
 
ArrayStructureW - Class in ucar.ma2
Concrete implementation of ArrayStructure, with data access deferred to the StructureData objects.
ArrayStructureW(StructureData) - Constructor for class ucar.ma2.ArrayStructureW
 
ArrayStructureW(StructureMembers, int[]) - Constructor for class ucar.ma2.ArrayStructureW
Create a new Array of type StructureData and the given members and shape.
ArrayStructureW(StructureMembers, int[], StructureData[]) - Constructor for class ucar.ma2.ArrayStructureW
Create a new Array of type StructureData and the given members, shape, and array of StructureData.
arrayToBytes(Array, DataType, ByteOrder) - Static method in class ucar.nc2.filter.FilterHelpers
 
as - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
asFeatureDatasetPoint() - Method in class ucar.nc2.ft2.coverage.writer.CoverageAsPoint
 
asin(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
asind(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
assignCoordinateSystemsExplicit() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Assign explicit CoordinateSystem objects to variables.
assignCoordinateSystemsExplicit(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Assign explicit CoordinateSystem objects to variables.
assignCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.WRFConvention
 
assignCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Assign CoordinateTransform objects to Variables and Coordinate Systems.
assignCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.ADASConvention
Assign CoordinateTransform objects to Coordinate Systems.
assignCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.WRFConvention
Assign CoordinateTransform objects to Coordinate Systems.
assignCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Assign CoordinateTransform objects to Coordinate Systems.
ASTYPE_KEY - Static variable in class ucar.nc2.filter.ScaleOffset.Keys
 
atan2(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
atan2d(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
atand(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
atanh(double) - Static method in class ucar.unidata.util.SpecialMathFunction
 
ATDRadarConvention - Class in ucar.nc2.dataset.conv
ATD Radar file (ad hoc guesses).
ATDRadarConvention - Class in ucar.nc2.internal.dataset.conv
ATD Radar file (ad hoc guesses).
ATDRadarConvention() - Constructor for class ucar.nc2.dataset.conv.ATDRadarConvention
 
ATDRadarConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
AtmosLnPressure - Class in ucar.unidata.geoloc.vertical
Implement CF vertical coordinate "atmosphere_ln_pressure_coordinate" pressure(z) = p0 * exp(-lev(k))" .
AtmosLnPressure(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.AtmosLnPressure
Create a new vertical transform for Ocean S coordinates
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
 
AtmosSigma - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate".
AtmosSigma(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.AtmosSigma
Create a new vertical transform for Ocean S coordinates
att - Variable in class ucar.nc2.ft.point.standard.Evaluator.VarAtt
 
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 - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Attribute - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
Attribute(String) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, Number) - Constructor for class ucar.nc2.Attribute
Create a scalar, signed, numeric-valued Attribute.
Attribute(String, Number, boolean) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, String) - Constructor for class ucar.nc2.Attribute
Create a String-valued Attribute.
Attribute(String, List) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, List, boolean) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, Array) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, DataType) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
Attribute(String, Attribute) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.toBuilder().build();
Attribute(Parameter) - Constructor for class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
ATTRIBUTE - ucar.nc2.CDMSort
Deprecated.
 
Attribute.Builder - Class in ucar.nc2
A builder for Attributes
AttributeContainer - Interface in ucar.nc2
An immutable Container of Attributes.
AttributeContainerHelper - Class in ucar.nc2
Deprecated.
Use AttributeContainerMutable.
AttributeContainerHelper(String) - Constructor for class ucar.nc2.AttributeContainerHelper
Deprecated.
 
AttributeContainerHelper(String, List<Attribute>) - Constructor for class ucar.nc2.AttributeContainerHelper
Deprecated.
 
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.
AttributeInfo - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
AttributeInfo - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
attributes - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
attributes - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
attributes - Variable in class ucar.nc2.Group
 
attributes - Variable in class ucar.nc2.Variable
 
attributes() - Method in class ucar.nc2.dt.grid.GeoGrid
 
attributes() - Method in class ucar.nc2.dt.grid.GridDataset
 
attributes() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
attributes() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
attributes() - Method in interface ucar.nc2.ft.FeatureDataset
Get the global attributes.
attributes() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
attributes() - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
 
attributes() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
attributes() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
attributes() - Method in class ucar.nc2.ft2.coverage.Coverage
 
attributes() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
Get the global attributes.
attributes() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
Get the axis' attributes.
attributes() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
The attributes contained by this CoverageTransform.
attributes() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
attributes() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
attributes() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
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 class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
attributes() - Method in interface ucar.nc2.VariableSimpleIF
Attributes for the variable.
attributes() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
atts - Variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
list of attributes
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
ATTS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
attsAreEqual(Attribute, Attribute) - Method in class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
 
attsAreEqual(Attribute, Attribute) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.ADASConvention
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.ATDRadarConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.AvhrrConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.AWIPSConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.AWIPSsatConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.CEDRICRadarConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.CF1Convention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.COARDSConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.Cosmic1Convention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.CSMConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.DefaultConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.EpicInsitu
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.FslWindProfiler
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.GDVConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.GIEFConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.HdfEosModisConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.HdfEosOmiConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.IFPSConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.M3IOConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.MADISStation
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.ModisSatellite
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.Nimbus
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.NppConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.NsslRadarMosaicConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.NUWGConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.Suomi
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.UnidataObsConvention
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.WRFConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.conv.ZebraConvention
 
augmentDataset(NetcdfDataset, CancelTask) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
augmentDataset(NetcdfDataset, CancelTask) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.ADASConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.ATDRadarConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.AWIPSSatConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.CEDRICRadarConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.CF1Convention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.FslWindProfiler
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.GDVConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.GIEFConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.HdfEosModisConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.HdfEosOmiConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.IFPSConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.MADISStation
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.Nimbus
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.Suomi
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.UnidataObsConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.WRFConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.conv.ZebraConvention
 
augmentDataset(CancelTask) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
augmentGroup(Group.Builder, CancelTask) - Method in class ucar.nc2.internal.dataset.conv.CF1Convention
 
augmentGroups(Group.Builder, CancelTask) - Method in class ucar.nc2.internal.dataset.conv.CF1Convention
 
authlat(double, double[]) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
authority - Variable in class ucar.nc2.dataset.CoordinateTransform
 
Authority - Static variable in class thredds.client.catalog.Dataset
 
authset(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
AUX_CONFIG - Static variable in class thredds.featurecollection.FeatureCollectionConfig
 
auxInfo - Variable in class thredds.inventory.CollectionAbstract
 
available() - Method in class ucar.unidata.io.UncompressInputStream
Deprecated.
 
AvhrrConvention - Class in ucar.nc2.dataset.conv
Avhrr Hdf5 files - geostationary satellite images.
AvhrrConvention() - Constructor for class ucar.nc2.dataset.conv.AvhrrConvention
 
AWIPSConvention - Class in ucar.nc2.dataset.conv
AWIPS netcdf output.
AWIPSConvention - Class in ucar.nc2.internal.dataset.conv
AWIPS netcdf output.
AWIPSConvention() - Constructor for class ucar.nc2.dataset.conv.AWIPSConvention
 
AWIPSConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
AWIPSsatConvention - Class in ucar.nc2.dataset.conv
AWIPS netcdf output.
AWIPSsatConvention() - Constructor for class ucar.nc2.dataset.conv.AWIPSsatConvention
 
AWIPSSatConvention - Class in ucar.nc2.internal.dataset.conv
AWIPS satellite netcdf output.
AWIPSSatConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
Axes - Static variable in class ucar.nc2.constants._Coordinate
 
axis - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
axis - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
AXIS - Static variable in class ucar.nc2.constants.CF
 
AxisComparator() - Constructor for class ucar.nc2.dataset.CoordinateAxis.AxisComparator
 
axisName - Variable in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
AXISNAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
AXISNAMES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
axisOrder() - Method in enum ucar.nc2.constants.AxisType
axis ordering: runTime - ensemble - time - z - y - x or elev - azimuth - distance
axisType - Variable in class ucar.nc2.dataset.CoordinateAxis
 
axisType - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
 
axisType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
axisType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
axisType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
axisType - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
AxisType - Enum in ucar.nc2.constants
Enumeration of Coordinate Axis types.
AxisType - Static variable in class ucar.nc2.constants._Coordinate
 
AXISTYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
AxisTypes - Static variable in class ucar.nc2.constants._Coordinate
 
aziAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
Azimuthal_Equidistant - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
AZIMUTHAL_EQUIDISTANT - Static variable in class ucar.nc2.constants.CF
 
AzimuthalEquidistant - Class in ucar.nc2.dataset.transform
AzimuthalEquidistant Projection.
AzimuthalEquidistant() - Constructor for class ucar.nc2.dataset.transform.AzimuthalEquidistant
 

B

B - Static variable in class ucar.unidata.geoloc.vertical.HybridHeight
The "b" variable name identifier
B - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
The "b" variable name identifier
B - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "b" variable name
backslashEscape(String, String) - Static method in class ucar.nc2.util.EscapeStrings
backslash escape a string
backslashEscapeCDMString(String, String) - Static method in class ucar.nc2.util.EscapeStrings
Given a CDM string, insert backslashes before characters.
backslashEscapeDapString(String) - Static method in class ucar.nc2.util.EscapeStrings
Given a DAP (attribute) string, insert backslashes before '"' and '/' characters.
backslashToDAP(String) - Static method in class ucar.nc2.util.EscapeStrings
Given a backslash escaped name, convert to a DAP escaped name
backslashUnescape(String) - Static method in class ucar.nc2.util.EscapeStrings
backslash unescape a string
base - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
baseBlockSize - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
BaseGeopotentialVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
BasePressureVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
baseURI - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
bb_offset - Variable in class ucar.ma2.ArrayStructureBB
 
bbox - Variable in class ucar.nc2.ft.point.CollectionInfo
 
bbuffer - Variable in class ucar.ma2.ArrayStructureBB
 
Bean() - Constructor for class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
Bean(File) - Constructor for class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
Bearing - Class in ucar.unidata.geoloc
Computes the distance, azimuth, and back azimuth between two lat-lon positions on the Earth's surface.
Bearing(double, double, double) - Constructor for class ucar.unidata.geoloc.Bearing
 
before(Date) - Method in class ucar.nc2.units.DateType
Is this date before the given date.
before(DateType) - Method in class ucar.nc2.units.DateType
Is this date before the given date.
BeLeDataInputStream - Class in ucar.unidata.io
Deprecated.
not part of public API.
BeLeDataInputStream(InputStream) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Deprecated.
Construct a bigEndian-littleEndian input stream from an input stream.
BeLeDataInputStream(String) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Deprecated.
Construct a bigEndian-littleEndian input stream from a file.
BeLeDataInputStream(URL) - Constructor for class ucar.unidata.io.BeLeDataInputStream
Deprecated.
Construct a bigEndian-littleEndian input stream from a URL.
Best - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
Best - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
BestDataset(String, double) - Constructor for class thredds.featurecollection.FeatureCollectionConfig.BestDataset
 
bestNamer - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
betweenLon(double, double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.betweenLon
betweenLon(double, double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
Test if point lies between two longitudes, deal with wrapping.
BIG_ENDIAN - Static variable in class ucar.unidata.io.RandomAccessFile
 
BIGEND - ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
 
BIGEND_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
BIGEND_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
BIGEND_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
BIGEND_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
bigEndian - Variable in class ucar.unidata.io.RandomAccessFile
The current endian (big or little) mode of the file.
BIGENDPRESENT_NOT_SET - ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
 
BitReader - Class in ucar.nc2.iosp
Helper for reading data that has been bit packed.
BitReader(byte[]) - Constructor for class ucar.nc2.iosp.BitReader
 
BitReader(RandomAccessFile, long) - Constructor for class ucar.nc2.iosp.BitReader
Constructor
bits2SInt(int) - Method in class ucar.nc2.iosp.BitReader
Read the next nb bits and return an Signed Long .
bits2UInt(int) - Method in class ucar.nc2.iosp.BitReader
Read the next nb bits and return an Unsigned Long .
Blosc - Class in ucar.nc2.filter
 
Blosc(Map<String, Object>) - Constructor for class ucar.nc2.filter.Blosc
 
Blosc.Provider - Class in ucar.nc2.filter
 
BOOLEAN - ucar.ma2.DataType
 
boundaryRef - Variable in class ucar.nc2.dataset.CoordinateAxis
 
boundaryRef - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
 
boundingBox - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
boundingBox - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
BoundingBoxHelper - Class in ucar.unidata.geoloc.projection.sat
Helper for finding the ProjectionRect from a LatLonRect
BoundingBoxHelper(Projection, double) - Constructor for class ucar.unidata.geoloc.projection.sat.BoundingBoxHelper
 
boundingBoxSubset - Variable in class ucar.nc2.ft.point.remote.StationCollectionStream
 
bounds - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite.ValueB
 
BOUNDS - Static variable in class ucar.nc2.constants.CF
 
breakTextAtWords(String, String, int) - Static method in class ucar.unidata.util.StringUtil2
Break the given text into lines, respecting word boundaries (blank space).
breakupConventionNames(String) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Breakup list of Convention names in the Convention attribute in CF compliant way.
breakupConventionNames(String) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Breakup list of Convention names in the Convention attribute in CF compliant way.
BREQ - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
BTree2 - Class in ucar.nc2.iosp.hdf5
// Level 1A2 These are used for symbols, not data i think.
BTree2(H5headerIF, String, long) - Constructor for class ucar.nc2.iosp.hdf5.BTree2
 
BTree2.Entry2 - Class in ucar.nc2.iosp.hdf5
 
BTree2.Record5 - Class in ucar.nc2.iosp.hdf5
 
BTree2.Record6 - Class in ucar.nc2.iosp.hdf5
 
BTree2.Record8 - Class in ucar.nc2.iosp.hdf5
 
BTree2.Record9 - Class in ucar.nc2.iosp.hdf5
 
btreeType - Variable in class ucar.nc2.iosp.hdf5.BTree2
 
buffer - Variable in class ucar.unidata.io.RandomAccessFile
The buffer used for reading the data.
bufferModified - Variable in class ucar.unidata.io.RandomAccessFile
True if the data in the buffer has been modified.
bufferStart - Variable in class ucar.unidata.io.RandomAccessFile
The offset in bytes of the start of the buffer, from the start of the file.
BUFR - ucar.nc2.constants.DataFormatType
 
build() - Method in class ucar.ma2.Section.Builder
 
build() - Method in class ucar.ma2.StructureMembers.Builder
 
build() - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
build() - Method in class ucar.nc2.Attribute.Builder
 
build() - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
build() - Method in class ucar.nc2.Dimension.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
build() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
build() - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
build() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
build() - Method in class ucar.nc2.Group.Builder
Build the root group, with parent = null.
build() - Method in class ucar.nc2.NetcdfFile.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
build() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
build() - Method in class ucar.nc2.VariableSimpleBuilder
 
build() - Method in class ucar.nc2.write.Ncdump.Builder
 
build() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Once this is called, do not use the Builder again.
build(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
 
build(NetcdfDataset) - Method in class ucar.nc2.dataset.ProjectionCT.Builder
 
build(NetcdfDataset) - Method in class ucar.nc2.dataset.VerticalCT.Builder
 
build(NetcdfDataset) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
build(NetcdfDataset, ImmutableList<CoordinateAxis>) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
 
build(NetcdfDataset, List<CoordinateAxis>, List<CoordinateTransform>) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis1D.Builder
 
build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime.Builder
 
build(Group) - Method in class ucar.nc2.dataset.CoordinateAxis2D.Builder
 
build(Group) - Method in class ucar.nc2.dataset.SequenceDS.Builder
Deprecated.
Normally this is called by Group.build()
build(Group) - Method in class ucar.nc2.dataset.StructureDS.Builder
Normally this is called by Group.build()
build(Group) - Method in class ucar.nc2.dataset.StructurePseudo2Dim.Builder
Normally this is called by Group.build()
build(Group) - Method in class ucar.nc2.dataset.StructurePseudoDS.Builder
Normally this is called by Group.build()
build(Group) - Method in class ucar.nc2.dataset.VariableDS.Builder
Normally this is called by Group.build()
build(Group) - Method in class ucar.nc2.Sequence.Builder
 
build(Group) - Method in class ucar.nc2.Structure.Builder
Normally this is only called by Group.build()
build(Group) - Method in class ucar.nc2.Variable.Builder
Normally this is called by Group.build()
build(IOServiceProvider, RandomAccessFile, String, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
 
build(CancelTask) - Method in class ucar.nc2.internal.ncml.Aggregation
 
build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
build(RandomAccessFile, Group.Builder, CancelTask) - Method in interface ucar.nc2.iosp.IOServiceProvider
Open existing file, and populate it.
build(RandomAccessFile, Group.Builder, CancelTask) - Method in class ucar.nc2.stream.NcStreamIosp
 
buildConventionAttribute(String, String...) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Build a list of Conventions
buildConventionAttribute(String, String...) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Build a list of Conventions
buildCoordinateSystems() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
buildCoordinateSystems(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Heres where the work is to identify coordinate axes and coordinate systems.
buildCoordinateSystems(NetcdfDataset) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
buildCoords(CancelTask) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
builder - Variable in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
builder() - Static method in class ucar.ma2.Section
 
builder() - Static method in class ucar.ma2.StructureMembers
Create an StructureMembers builder.
builder() - Static method in class ucar.nc2.Attribute
Create an Attribute builder.
builder() - Static method in class ucar.nc2.dataset.CoordinateAxis
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.CoordinateAxis1D
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.CoordinateAxis1DTime
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.CoordinateAxis2D
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.CoordinateSystem
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.CoordinateTransform
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.NetcdfDataset
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.ProjectionCT
 
builder() - Static method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
builder() - Static method in class ucar.nc2.dataset.StructureDS
 
builder() - Static method in class ucar.nc2.dataset.StructurePseudo2Dim
 
builder() - Static method in class ucar.nc2.dataset.StructurePseudoDS
 
builder() - Static method in class ucar.nc2.dataset.VariableDS
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.dataset.VerticalCT
 
builder() - Static method in class ucar.nc2.Dimension
 
builder() - Static method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig
 
builder() - Static method in class ucar.nc2.Group
 
builder() - Static method in class ucar.nc2.internal.dataset.CoordinatesHelper
 
builder() - Static method in class ucar.nc2.NetcdfFile
Get Builder for this class.
builder() - Static method in class ucar.nc2.Sequence
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.Structure
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.Variable
Get Builder for this class that allows subclassing.
builder() - Static method in class ucar.nc2.write.NetcdfFormatWriter
Obtain a Builder to set custom options
builder(String) - Static method in class ucar.nc2.Attribute
Create an Attribute builder with the given Attribute name.
builder(String, int) - Static method in class ucar.nc2.Dimension
A builder with the Dimension name and length set
builder(NetcdfFile) - Static method in class ucar.nc2.dataset.NetcdfDataset
 
builder(NetcdfFile) - Static method in class ucar.nc2.write.Ncdump
 
Builder() - Constructor for class ucar.ma2.Section.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis1D.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis1DTime.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateAxis2D.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateSystem.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.CoordinateTransform.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.NetcdfDataset.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.ProjectionCT.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.SequenceDS.Builder
Deprecated.
 
Builder() - Constructor for class ucar.nc2.dataset.StructureDS.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.StructurePseudo2Dim.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.StructurePseudoDS.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.VariableDS.Builder
 
Builder() - Constructor for class ucar.nc2.dataset.VerticalCT.Builder
 
Builder() - Constructor for class ucar.nc2.ft.point.writer2.CFPointWriterConfig.Builder
 
Builder() - Constructor for class ucar.nc2.Group.Builder
 
Builder() - Constructor for class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
Builder() - Constructor for class ucar.nc2.NetcdfFile.Builder
 
Builder() - Constructor for class ucar.nc2.Sequence.Builder
 
Builder() - Constructor for class ucar.nc2.Structure.Builder
 
Builder() - Constructor for class ucar.nc2.Variable.Builder
 
Builder() - Constructor for class ucar.nc2.write.NetcdfFormatWriter.Builder
 
buildFinish(NetcdfFile) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
buildFinish(NetcdfFile) - Method in interface ucar.nc2.iosp.IOServiceProvider
Sometimes the builder needs access to the finished objects.
buildFromCatref(CatalogRef) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildFromJdom(Element, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildFromLocation(String, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildFromStream(InputStream, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildFromString(String, URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildFromURI(URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.internal.ncml.Aggregation
Call this to build the dataset objects in the NetcdfDataset
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.internal.ncml.AggregationNew
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Call this to build the dataset objects in the NetcdfDataset
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.AggregationExisting
Deprecated.
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.AggregationNew
Deprecated.
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
buildNetcdfDataset(CancelTask) - Method in class ucar.nc2.ncml.AggregationUnion
Deprecated.
 
buildOtherDataset(DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
buildPartial() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
buildPartial() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
buildPartial() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
BuoyShipSynop - Class in ucar.nc2.ft.point.standard.plug
Ship/Buoy decoded netcdf files
BuoyShipSynop() - Constructor for class ucar.nc2.ft.point.standard.plug.BuoyShipSynop
 
BYTE - ucar.ma2.DataType
 
BYTE - ucar.nc2.stream.NcStreamProto.Attribute.Type
BYTE = 1;
BYTE - ucar.nc2.stream.NcStreamProto.DataType
BYTE = 1;
BYTE - Static variable in class ucar.nc2.constants.CF
 
BYTE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
BYTE = 1;
BYTE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
BYTE = 1;
BYTEDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
bytesToArray(byte[], DataType, ByteOrder) - Static method in class ucar.nc2.filter.FilterHelpers
 
BZip2Constants - Interface in ucar.unidata.io.bzip2
Base class for both the compress and decompress classes.
BZip2ReadException - Exception in ucar.unidata.io.bzip2
Exception for BZip problems
BZip2ReadException() - Constructor for exception ucar.unidata.io.bzip2.BZip2ReadException
Create a new BZip2ReadException with no message
BZip2ReadException(String) - Constructor for exception ucar.unidata.io.bzip2.BZip2ReadException
Create a new BZip2ReadException with the message

C

C - Static variable in class ucar.unidata.geoloc.vertical.OceanSG1
The "C" variable name identifier
C - Static variable in class ucar.unidata.geoloc.vertical.OceanSG2
The "C" variable name identifier
C1 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C11 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C12 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C13 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C14 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C3 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C4 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C5 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C7 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
C8 - ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
cache - Variable in class ucar.nc2.NetcdfFile
 
cache - Variable in class ucar.nc2.util.cache.FileCache
 
cache - Variable in class ucar.nc2.util.cache.FileCacheARC
 
cache - Variable in class ucar.nc2.Variable.Builder
 
cache - Variable in class ucar.nc2.Variable
 
cacheAll - Variable in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
cacheDirty - Variable in class ucar.nc2.internal.ncml.Aggregation
 
cacheDirty - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
cacheList - Variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
cacheLocation - Variable in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
cacheLog - Static variable in class ucar.nc2.util.cache.FileCache
 
cacheLog - Static variable in class ucar.nc2.util.cache.FileCacheARC
 
cacheVariables(NetcdfFile) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
cachingSet - Variable in class ucar.nc2.Variable.Cache
 
CAL - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
calcBounds - Variable in class ucar.nc2.ft.point.PointIteratorAbstract
 
calcBounds() - Method in class ucar.nc2.dt.grid.GridDataset
 
calcBounds() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
calcBounds() - Method in class ucar.nc2.ft.point.DsgCollectionHelper
 
calcBounds() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
calcBounds(Formatter) - Method in interface ucar.nc2.ft.FeatureDatasetPoint
 
calcBounds(Formatter) - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
calcBounds(PointFeature) - Method in class ucar.nc2.ft.point.PointIteratorAbstract
 
calcConnectedLatLonBoundaryPoints() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
calcConnectedLatLonBoundaryPoints(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Calculates the latitude/longitude boundary of this coordinate reference system.
calcElementSize() - Method in class ucar.nc2.Structure
Deprecated.
will be private in ver6, where Structure will be immutable.
calcLatLonBoundingBox() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Calculates the bounding box of this coordinate reference system, in latitude/longitude.
calcOffsetSetOrder(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
calcOffsetSetOrder(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBBpos
 
calcOffsetSetOrder(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBBsection
 
calcProjectionBoundaryPoints() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
calcProjectionBoundaryPoints(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Calculates the boundary of this coordinate reference system, in projection coordinates.
calcProjectionBoundingBox() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Calculates the bounding box of this coordinate reference system, in projection coordinates.
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
 
calcStructureSize() - Method in class ucar.nc2.Structure
 
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(double, double, double, double, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
do not use
calculateBearing(Earth, double, double, double, double) - Static method in class ucar.unidata.geoloc.Bearing
Computes distance (in km), azimuth (degrees clockwise positive from North, 0 to 360), and back azimuth (degrees clockwise positive from North, 0 to 360), from latitude-longituide point pt1 to latitude-longituide pt2.
calculateBearing(Earth, double, double, double, double, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
do not use
calculateBearing(Earth, LatLonPoint, LatLonPoint) - Static method in class ucar.unidata.geoloc.Bearing
Calculate the bearing between the 2 points.
calculateBearing(Earth, LatLonPoint, LatLonPoint, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
do not use
calculateBearing(LatLonPoint, LatLonPoint) - Static method in class ucar.unidata.geoloc.Bearing
Calculate the bearing between the 2 points.
calculateBearing(LatLonPoint, LatLonPoint, Bearing) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
do not use
calDateUnits - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
Calendar - Enum in ucar.nc2.time
Implements CF calendar attribute.
CALENDAR - Static variable in class ucar.nc2.constants.CF
 
CALENDAR_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
CalendarDate - Class in ucar.nc2.time
A Calendar Date.
CalendarDateFormatter - Class in ucar.nc2.time
Threadsafe static routines for date formatting.
CalendarDateFormatter(String) - Constructor for class ucar.nc2.time.CalendarDateFormatter
Date formatter with specified pattern.
CalendarDateFormatter(String, CalendarTimeZone) - Constructor for class ucar.nc2.time.CalendarDateFormatter
 
CalendarDateFormatter(String, CalendarTimeZone, Calendar) - Constructor for class ucar.nc2.time.CalendarDateFormatter
 
CalendarDateRange - Class in ucar.nc2.time
A range of CalendarDates.
CalendarDateRange(CalendarDate, long) - Constructor for class ucar.nc2.time.CalendarDateRange
 
CalendarDateUnit - Class in ucar.nc2.time
A Calendar Date Unit: "unit since date"
CalendarDuration - Class in ucar.nc2.time
A replacement for ucar.nc2.units.TimeDuration.
CalendarDuration(int, CalendarPeriod.Field) - Constructor for class ucar.nc2.time.CalendarDuration
 
CalendarPeriod - Class in ucar.nc2.time
A CalendarPeriod is a logical duration of time, it requires a Calendar to convert to an actual duration of time.
CalendarPeriod.Field - Enum in ucar.nc2.time
Fields that can be set on a CalendarPeriod, used to prevent exposure of underlying implementation.
CalendarTimeZone - Class in ucar.nc2.time
Encapsulate TimeZone functionality.
CalendarTimeZone(String) - Constructor for class ucar.nc2.time.CalendarTimeZone
Gets a time zone instance for the specified time zone id.
CalendarTimeZone(TimeZone) - Constructor for class ucar.nc2.time.CalendarTimeZone
 
cancel - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
cancel() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application will call this when the user cancels.
CancelTask - Interface in ucar.nc2.util
Allows long tasks to be cancelled.
CancelTaskImpl - Class in ucar.nc2.util
Deprecated.
will move or be private in ver6
CancelTaskImpl() - Constructor for class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
canonicalizeUriString(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.canonicalizeUriString
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
 
canonicalURL(String) - Static method in class ucar.nc2.stream.CdmRemote
Create the canonical form of the URL.
canOpen(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.canOpen
canOpen(String) - Static method in class ucar.nc2.NetcdfFiles
Find out if the location can be opened, but dont actually open it.
canParse(String) - Method in interface thredds.inventory.CollectionSpecParserProvider
Determine if this provider can parse this collection specification
canProvide(int) - Method in interface ucar.nc2.filter.FilterProvider
Determine if this Provider can provide an Filter with the given numeric ID
canProvide(String) - Method in interface thredds.inventory.MFileProvider
Determine if this Provider can provide an MFile for a given location.
canProvide(String) - Method in interface ucar.nc2.filter.FilterProvider
Determine if this Provider can provide an Filter with the given name
canScan(String) - Method in interface thredds.inventory.MControllerProvider
Determine if this Controller can scan for a collection at this location.
canWrite(File) - Static method in class ucar.nc2.util.DiskCache2
Returns true if we can write to the file.
Catalog - Class in thredds.client.catalog
A Client Catalog
Catalog - thredds.client.catalog.ServiceType.AccessType
 
Catalog - thredds.client.catalog.ServiceType
 
Catalog(URI, String, Map<String, Object>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.Catalog
 
CATALOG - Static variable in class thredds.inventory.CollectionAbstract
 
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
 
CatalogCrawler - Class in thredds.client.catalog.tools
Crawl client catalogs
CatalogCrawler(CatalogCrawler.Type, int, CatalogCrawler.Filter, CatalogCrawler.Listener, CancelTask, PrintWriter, Object) - Constructor for class thredds.client.catalog.tools.CatalogCrawler
Constructor.
CatalogCrawler.Filter - Interface in thredds.client.catalog.tools
 
CatalogCrawler.Listener - Interface in thredds.client.catalog.tools
 
CatalogCrawler.Type - Enum in thredds.client.catalog.tools
 
CatalogNetcdfFileProvider - Class in thredds.client.catalog.tools
 
CatalogNetcdfFileProvider() - Constructor for class thredds.client.catalog.tools.CatalogNetcdfFileProvider
 
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
 
CatalogXmlWriter - Class in thredds.client.catalog.tools
Write client side catalogs out as XML.
CatalogXmlWriter() - Constructor for class thredds.client.catalog.tools.CatalogXmlWriter
 
CBZip2InputStream - Class in ucar.unidata.io.bzip2
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream() - Constructor for class ucar.unidata.io.bzip2.CBZip2InputStream
 
CBZip2InputStream(InputStream) - Constructor for class ucar.unidata.io.bzip2.CBZip2InputStream
 
CBZip2InputStream(InputStream, boolean) - Constructor for class ucar.unidata.io.bzip2.CBZip2InputStream
 
CCN - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
CDF1HEAD - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
CDF2HEAD - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
CDF5HEAD - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
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
 
CdmDirect - Class in ucar.nc2.ft.point.standard.plug
CDM direct, used when we are implementing the IOSP.
CdmDirect() - Constructor for class ucar.nc2.ft.point.standard.plug.CdmDirect
 
CDMNode - Class in ucar.nc2
Deprecated.
Will move to Dap4 module in version 6.
CDMNode() - Constructor for class ucar.nc2.CDMNode
Deprecated.
 
CDMNode(String) - Constructor for class ucar.nc2.CDMNode
Deprecated.
 
CdmrCoverageReader - Class in ucar.nc2.ft2.coverage.remote
Client side cdmrFeature interface to GridCoverage.
CdmRemote - Class in ucar.nc2.stream
A remote CDM dataset (extending NetcdfFile), using cdmremote protocol to communicate.
CdmRemote - thredds.client.catalog.ServiceType
 
CdmRemote(InputStream, String) - Constructor for class ucar.nc2.stream.CdmRemote
 
CdmRemote(String) - Constructor for class ucar.nc2.stream.CdmRemote
 
CdmRemoteNetcdfFileProvider - Class in ucar.nc2.stream
 
CdmRemoteNetcdfFileProvider() - Constructor for class ucar.nc2.stream.CdmRemoteNetcdfFileProvider
 
cdmrFeature - thredds.featurecollection.FeatureCollectionConfig.PointDatasetType
 
CdmrFeature - thredds.client.catalog.ServiceType
 
CdmrFeatureDataset - Class in ucar.nc2.ft.remote
Factory for FeatureDataset using cdmrFeature protocol.
CdmrFeatureDataset() - Constructor for class ucar.nc2.ft.remote.CdmrFeatureDataset
 
CdmrFeatureProto - Class in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.AxisSpacing - Enum in ucar.nc2.ft2.coverage.remote
same as CoverageCoordAxis.Spacing
CdmrFeatureProto.AxisType - Enum in ucar.nc2.ft2.coverage.remote
same as ucar.nc2.constants.AxisType
CdmrFeatureProto.Calendar - Enum in ucar.nc2.ft2.coverage.remote
same as ucar.nc2.time.Calendar
CdmrFeatureProto.CalendarDateRange - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CalendarDateRange
CdmrFeatureProto.CalendarDateRange.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CalendarDateRange
CdmrFeatureProto.CalendarDateRangeOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoordAxis - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordAxis
CdmrFeatureProto.CoordAxis.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordAxis
CdmrFeatureProto.CoordAxisOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoordSys - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordSys
CdmrFeatureProto.CoordSys.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordSys
CdmrFeatureProto.CoordSysOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoordTransform - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordTransform
CdmrFeatureProto.CoordTransform.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoordTransform
CdmrFeatureProto.CoordTransformOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.Coverage - Class in ucar.nc2.ft2.coverage.remote
Protobuf type Coverage
CdmrFeatureProto.Coverage.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type Coverage
CdmrFeatureProto.CoverageDataResponse - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoverageDataResponse
CdmrFeatureProto.CoverageDataResponse.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoverageDataResponse
CdmrFeatureProto.CoverageDataResponseOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoverageDataset - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoverageDataset
CdmrFeatureProto.CoverageDataset.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type CoverageDataset
CdmrFeatureProto.CoverageDatasetOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoverageOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.CoverageType - Enum in ucar.nc2.ft2.coverage.remote
Protobuf enum CoverageType
CdmrFeatureProto.DependenceType - Enum in ucar.nc2.ft2.coverage.remote
same as CoverageCoordAxis.DependenceType
CdmrFeatureProto.GeoReferencedArray - Class in ucar.nc2.ft2.coverage.remote
Protobuf type GeoReferencedArray
CdmrFeatureProto.GeoReferencedArray.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type GeoReferencedArray
CdmrFeatureProto.GeoReferencedArrayOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrFeatureProto.Rectangle - Class in ucar.nc2.ft2.coverage.remote
Protobuf type Rectangle
CdmrFeatureProto.Rectangle.Builder - Class in ucar.nc2.ft2.coverage.remote
Protobuf type Rectangle
CdmrFeatureProto.RectangleOrBuilder - Interface in ucar.nc2.ft2.coverage.remote
 
CdmrfReader - Class in ucar.nc2.ft2.coverage.remote
Client side for opening a CdmrFeature CoverageDataset.
CdmrfReader(String) - Constructor for class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
CdmrfWriter - Class in ucar.nc2.ft2.coverage.remote
Server side for Cdmrf
CdmrfWriter() - Constructor for class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
CDMSort - Enum in ucar.nc2
Deprecated.
CEDRICRadarConvention - Class in ucar.nc2.dataset.conv
Created by IntelliJ IDEA.
CEDRICRadarConvention - Class in ucar.nc2.internal.dataset.conv
 
CEDRICRadarConvention() - Constructor for class ucar.nc2.dataset.conv.CEDRICRadarConvention
 
CEDRICRadarConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
CELL_MEASURES - Static variable in class ucar.nc2.constants.CF
 
CELL_METHODS - Static variable in class ucar.nc2.constants.CF
 
CF - Class in ucar.nc2.constants
Constants used in CF Conventions.
CF_EXTENDED - Static variable in class ucar.nc2.constants.CDM
 
CF_ROLE - Static variable in class ucar.nc2.constants.CF
 
CF_VERSION - Static variable in class ucar.nc2.constants.CDM
 
CF.CellMethods - Enum in ucar.nc2.constants
Enumeration of CF cell methods.
CF.FeatureType - Enum in ucar.nc2.constants
Map from CF feature type names to our FeatureType enums.
CF1Convention - Class in ucar.nc2.dataset.conv
CF-1 Convention.
CF1Convention - Class in ucar.nc2.internal.dataset.conv
CF-1 Convention.
CF1Convention() - Constructor for class ucar.nc2.dataset.conv.CF1Convention
 
CF1Convention(NetcdfDataset.Builder) - Constructor for class ucar.nc2.internal.dataset.conv.CF1Convention
 
CF1Convention.Factory - Class in ucar.nc2.internal.dataset.conv
 
CFGridCoverageWriter - Class in ucar.nc2.ft2.coverage.writer
Write CF Compliant Grid file from a Coverage.
CFGridCoverageWriter() - Constructor for class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter
 
CFGridCoverageWriter.Result - Class in ucar.nc2.ft2.coverage.writer
A value class holding information about the write()
CFGridCoverageWriter2 - Class in ucar.nc2.ft2.coverage.writer
Deprecated.
use CFGridCoverageWriter
CFGridCoverageWriter2() - Constructor for class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter2
Deprecated.
 
CFGridWriter2 - Class in ucar.nc2.dt.grid
Deprecated.
Convert to CoverageCollection and use CFGridCoverageWriter
CFGridWriter2() - Constructor for class ucar.nc2.dt.grid.CFGridWriter2
Deprecated.
 
CFHybridHeight - Class in ucar.nc2.dataset.transform
Create a atmosphere_hybrid_height_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
CFHybridHeight() - Constructor for class ucar.nc2.dataset.transform.CFHybridHeight
 
CFHybridSigmaPressure - Class in ucar.nc2.dataset.transform
Create a atmosphere_hybrid_sigma_pressure_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
CFHybridSigmaPressure() - Constructor for class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
CFLine - Class in ucar.nc2.ft2.simpgeometry
A CF 1.8 compliant Line for use with Simple Geometries.
CFLine() - Constructor for class ucar.nc2.ft2.simpgeometry.CFLine
Constructs an "empty" line with no members using an ArrayList to implement the point list.
CFLine(List<Point>) - Constructor for class ucar.nc2.ft2.simpgeometry.CFLine
From a given list of points, construct a line
CFLnPressure - Class in ucar.nc2.dataset.transform
implementation for CF vertical coordinate "atmosphere_ln_pressure_coordinate".
CFLnPressure() - Constructor for class ucar.nc2.dataset.transform.CFLnPressure
 
CFM - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
CFOceanS - Class in ucar.nc2.dataset.transform
Create a ocean_s_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
CFOceanS() - Constructor for class ucar.nc2.dataset.transform.CFOceanS
 
CFOceanSigma - Class in ucar.nc2.dataset.transform
Create a ocean_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
CFOceanSigma() - Constructor for class ucar.nc2.dataset.transform.CFOceanSigma
 
CFPoint - Class in ucar.nc2.ft2.simpgeometry
A CF 1.8 compliant Point for use with Simple Geometries.
CFPoint() - Constructor for class ucar.nc2.ft2.simpgeometry.CFPoint
Constructs a new empty point at (0,0) with no connections.
CFPoint(double, double, Point, Point, Array) - Constructor for class ucar.nc2.ft2.simpgeometry.CFPoint
Construct a new point from specified parameters The construction will automatically connect in related parts of a Multipoint - just specify any constituents of a multipoint as next or prev.
CFpointObs - Class in ucar.nc2.ft.point.standard.plug
CF "point obs" Convention.
CFpointObs() - Constructor for class ucar.nc2.ft.point.standard.plug.CFpointObs
 
CFpointObs.Encoding - Enum in ucar.nc2.ft.point.standard.plug
 
CFpointObs.EncodingInfo - Class in ucar.nc2.ft.point.standard.plug
 
CFpointObsExt - Class in ucar.nc2.ft.point.standard.plug
CFpointObs using extended model, namely netcdf-4 Structures
CFpointObsExt() - Constructor for class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
CFPointWriter - Class in ucar.nc2.ft.point.writer
Write Point Feature Collections into netcdf3/4 files in CF 1.9 point obs conventions.
CFPointWriter - Class in ucar.nc2.ft.point.writer2
Static methods to write Point Feature Collections into netcdf3/4 files in CF 1.6 point obs conventions.
CFPointWriter() - Constructor for class ucar.nc2.ft.point.writer2.CFPointWriter
 
CFPointWriter(String, List<Attribute>, List<VariableSimpleIF>, CFPointWriterConfig, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.writer.CFPointWriter
 
CFPointWriter(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.CFPointWriter
Ctor
CFPointWriter(String, List<Attribute>, NetcdfFileWriter.Version) - Constructor for class ucar.nc2.ft.point.writer.CFPointWriter
 
CFPointWriterConfig - Class in ucar.nc2.ft.point.writer
Configuration for CFPointWriter
CFPointWriterConfig - Class in ucar.nc2.ft.point.writer2
Configuration for CFPointWriter
CFPointWriterConfig(NetcdfFileWriter.Version) - Constructor for class ucar.nc2.ft.point.writer.CFPointWriterConfig
 
CFPointWriterConfig(NetcdfFileWriter.Version, Nc4Chunking) - Constructor for class ucar.nc2.ft.point.writer.CFPointWriterConfig
 
CFPointWriterConfig.Builder - Class in ucar.nc2.ft.point.writer2
 
CFPointWriterUtils - Class in ucar.nc2.ft.point.writer
 
CFPointWriterUtils - Class in ucar.nc2.ft.point.writer2
 
CFPolygon - Class in ucar.nc2.ft2.simpgeometry
A CF 1.8 compliant Polygon for use with Simple Geometries.
CFPolygon() - Constructor for class ucar.nc2.ft2.simpgeometry.CFPolygon
Constructs an empty polygon with nothing in it using an Array List.
CFPolygon(List<Point>) - Constructor for class ucar.nc2.ft2.simpgeometry.CFPolygon
Constructs a new polygon whose points constitute the points passed in.
CFRadialAdapter - Class in ucar.nc2.dt.radial
CF-Radial
CFRadialAdapter() - Constructor for class ucar.nc2.dt.radial.CFRadialAdapter
 
CFRadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.CFRadialAdapter
Constructor.
CFSigma - Class in ucar.nc2.dataset.transform
Create a atmosphere_sigma_coordinate Vertical Transform from the information in the Coordinate Transform Variable.
CFSigma() - Constructor for class ucar.nc2.dataset.transform.CFSigma
 
CFSimpleGeometryHelper - Class in ucar.nc2.ft2.simpgeometry
Helpers for various simple geometry tasks relating to the CF standard.
CFSimpleGeometryHelper() - Constructor for class ucar.nc2.ft2.simpgeometry.CFSimpleGeometryHelper
 
CFSubConventionProvider - Interface in ucar.nc2.internal.dataset.spi
A special SPI to register CF sub-convention or incubating convention CoordSystemBuilderFactory classes.
change - Variable in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
changeChecker - Variable in class thredds.inventory.MFileCollectionManager
 
CHAR - ucar.ma2.DataType
 
CHAR - ucar.nc2.stream.NcStreamProto.DataType
CHAR = 0;
CHAR - Static variable in class ucar.nc2.constants.CF
 
CHAR_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
CHAR = 0;
check(Formatter) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
checkContains(String, List<Object>, List<Object>, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
 
checkCoordinates(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
checkDimensionsForFile(String) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
 
checkFileType(RandomAccessFile) - Static method in class ucar.nc2.iosp.NCheader
Deprecated.
Figure out what kind of netcdf-related file we have.
checkForMeter - Variable in class ucar.nc2.dataset.conv.COARDSConvention
 
checkInRange(int[]) - Method in class ucar.ma2.Section
Check if this Section is legal for the given shape.
checkInvState(long) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
checkProtoState(long) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
Checksum32 - Class in ucar.nc2.filter
Filter implementation for 32-bit checksums: Fletcher, Adler, and CRC
Checksum32(Checksum32.CType) - Constructor for class ucar.nc2.filter.Checksum32
 
Checksum32.Adler32Provider - Class in ucar.nc2.filter
 
Checksum32.CRC32Provider - Class in ucar.nc2.filter
 
Checksum32.CType - Enum in ucar.nc2.filter
 
Checksum32.Fletcher32Provider - Class in ucar.nc2.filter
 
checkTimeVarForCalendar(Variable) - Method in class ucar.nc2.dataset.conv.COARDSConvention
 
child - Variable in class ucar.nc2.ParsedSectionSpec
 
children - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
choice - Variable in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
chooseDatasetAccess(List<Access>) - Method in class thredds.client.catalog.tools.DataFactory
Find the "best" access in case theres more than one, based on what the CDM knows how to open and use.
Chunk(long, int, long) - Constructor for class ucar.nc2.iosp.IndexChunker.Chunk
 
CHUNK - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
CHUNK_SIZES - Static variable in class ucar.nc2.constants.CDM
 
CHUNKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
chunking - Variable in class ucar.nc2.ft.point.writer.CFPointWriterConfig
 
ChunkingIndex - Class in ucar.nc2.write
An index that computes chunk shapes.
ChunkingIndex(int[]) - Constructor for class ucar.nc2.FileWriter2.ChunkingIndex
Deprecated.
 
ChunkingIndex(int[]) - Constructor for class ucar.nc2.write.ChunkingIndex
 
CI - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
CI8 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
Classifier - Class in ucar.nc2.filter
 
Classifier() - Constructor for class ucar.nc2.filter.Classifier
 
Classifier(String[]) - Constructor for class ucar.nc2.filter.Classifier
 
classify(NetcdfDataset, Formatter) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
classify(NetcdfDataset, Formatter) - Static method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
CLASSIFY - Static variable in class ucar.nc2.constants.CDM
 
classifyArrayAttribute(double) - Method in class ucar.nc2.filter.Classifier
 
classifyWithAttributes(Array) - Method in class ucar.nc2.filter.Classifier
 
cleanCache(long, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
Remove files if needed to make cache have less than maxBytes bytes file sizes.
cleanCache(long, Comparator<File>, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
Remove files if needed to make cache have less than maxBytes bytes file sizes.
cleanCache(File, Formatter, boolean) - Method in class ucar.nc2.util.DiskCache2
Remove any files or directories whose last modified time greater than persistMinutes
cleanCache(Date, StringBuilder) - Static method in class ucar.nc2.util.DiskCache
Remove all files with date < cutoff.
cleanCharacterData(String) - Static method in class ucar.nc2.util.xml.Parse
Make sure that text is XML safe
cleanName(String) - Static method in class thredds.inventory.CollectionAbstract
 
cleanName(String) - Static method in class ucar.nc2.wmo.Util
Deprecated.
Clean up strings to be used in Netcdf Object names
cleanUnit(String) - Static method in class ucar.nc2.wmo.Util
Deprecated.
Clean up strings to be used for unit string
cleanup(byte[]) - Static method in class ucar.unidata.util.StringUtil2
Delete any non-printable characters
cleanup(String) - Static method in class ucar.unidata.util.StringUtil2
 
cleanupDescription(String) - Static method in class ucar.nc2.wmo.Util
Deprecated.
 
cleanups - Variable in class ucar.nc2.util.cache.FileCache
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
clear() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
clear() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
clear() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
clearAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double alt = 4;
clearAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double alt = 4;
clearAltUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string altUnit = 4;
clearAtts() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
clearAtts() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
clearAtts() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
clearAtts() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
clearAtts() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
clearAtts() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
clearAxisName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
clearAxisNames() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
clearAxisType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisType axisType = 4;
clearBigend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
bool bigend = 3;
clearBigend() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
[default=true] in proto2
clearBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool bigend = 4;
clearBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool bigend = 4;
clearBigendPresent() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
clearBytedata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
clearCache(boolean) - Method in class ucar.nc2.util.cache.FileCache
Remove all cache entries.
clearCache(boolean) - Method in class ucar.nc2.util.cache.FileCacheARC
Remove all cache entries.
clearCache(boolean) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
clearCache(boolean) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
clearCalendar() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
.Calendar calendar = 3;
clearCode() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
uint32 code = 1;
clearCode() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
uint32 code = 2;
clearCompress() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.Compress compress = 5;
clearCompress() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.Compress compress = 6;
clearCoordAxes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
clearCoordAxes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
clearCoordinateSystems() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
clearCoordinateSystems() - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
clearCoordinateSystems() - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
clearCoordinateSystems() - Method in interface ucar.nc2.dataset.VariableEnhanced
Deprecated.
do not use
clearCoordSys() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string coordSys = 5;
clearCoordSys() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
clearCoordSys() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
clearCoordSysName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
must have coordAxes corresponding to shape
clearCoordTransforms() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
clearCoordTransforms() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
clearCoverageName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
full escaped name.
clearCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
.CoverageType coverageType = 5;
clearCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CoverageType coverageType = 10;
clearData() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
fixed length data
clearData() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not needed if len == 0, Attribute with name but no value
clearData() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
fixed length data
clearData() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
"immediate" - store small data in header
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
clearDatasetMemory() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
clearDatasetMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep
Remove cached data, if any.
clearDataType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.DataType dataType = 4;
clearDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
.DataType dataType = 2;
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
STRUCTURE or SEQUENCE
clearDataType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
.DataType dataType = 2;
clearDateRange() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
clearDepend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DependenceType depend = 7;
clearDependsOn() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
clearDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string desc = 2;
clearDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string desc = 5;
clearDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string description = 6;
clearDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string description = 7;
clearDims() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
clearEnd() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 end = 2;
clearEndValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double endValue = 13;
clearEnumType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
EnumTypedef name, only for enum types
clearEnumTypes() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
clearFixdata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
fixed data
clearFullName() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string fullName = 1;
clearGeoArray() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
clearGrids() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
clearGroups() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
clearHeapCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
clearId() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string id = 1;
clearId() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
clearIncx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incx = 3;
clearIncy() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incy = 4;
clearIsHoriz() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
bool isHoriz = 1;
clearIsPrivate() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isPrivate = 5;
clearIsUnlimited() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
is this needed ??
clearIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool isVlen = 7;
clearIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool isVlen = 7;
clearIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isVlen = 4;
clearIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
bool isVlen = 4;
clearLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lat = 2;
clearLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lat = 2;
clearLatlonRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
clearLen() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
uint32 len = 3;
clearLength() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
optional when vlen, may be zero (unlimited no data yet)
clearLoc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
clearLocation() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
string location = 1;
clearLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lon = 3;
clearLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lon = 3;
clearMap() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
clearMember() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
clearMemberData() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
clearMembers() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
clearMembers() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
clearMessage() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
string message = 1;
clearName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string name = 1;
clearName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string name = 1;
clearName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
short name, unique within dataset
clearName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
must be unique in dataset's CoordSys
clearName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
short name, unique within dataset
clearName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
short name, unique within dataset
clearName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
string name = 1;
clearName() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
string name = 1;
clearName() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
fullname for top, shortname for member
clearName() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
short name - optional when private
clearName() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
string name = 1;
clearName() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
short name
clearName() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
short name
clearName() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
short name
clearNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 nelems = 9;
clearNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 nelems = 9;
clearNomTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double nomTime = 5;
clearNrows() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
number of rows in this message
clearNrows() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
[default = 1] number of rows in this message
clearNvalues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
int64 nvalues = 10;
clearOpaquedata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
clearOpaquedata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
clearParams() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
clearPrimdata() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
rectangular, primitive array
clearPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
oneof
clearPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
rectangular, primitive array
clearProjRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
clearRange() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
clearResolution() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
resolution = (end-start) / (nvalues-1)
clearRoot() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
clearRowLength() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
length in bytes of each row
clearRowLength() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
length in bytes of each row
clearSdata() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
clearSdata() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
clearSdata() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
clearSection() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
clearSection() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
clearSection() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
clearSection() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
clearShape() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
clearShape() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
clearShape() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
clearShape() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
clearShape() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
clearShortName() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
string shortName = 1;
clearSize() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 size = 2;
clearSpacing() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisSpacing spacing = 11;
clearStart() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 start = 1;
clearStart() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 start = 1;
clearStartValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double startValue = 12;
clearStartx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double startx = 1;
clearStarty() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double starty = 2;
clearStations() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
clearStride() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 stride = 3;
clearStringdata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
clearStringdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
clearStringdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
clearStructdata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
clearStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
clearStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
clearStructs() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
clearStructs() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
clearSweepMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
deallocated memory of sweep
clearSweepMemory() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
deallocate memory of sweep
clearTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double time = 1;
clearTimeUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string timeUnit = 2;
clearTitle() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
clearTransformNames() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
clearType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
< 5.0
clearUncompressedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
uint64 uncompressedSize = 6;
clearUncompressedSize() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
uint32 uncompressedSize = 8;
clearUnits() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string units = 3;
clearUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string units = 5;
clearUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string units = 6;
clearUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not used
clearUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
not used >= 5
clearValue() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
string value = 2;
clearValues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
big endian doubles; not used for regular, may be deferred
clearVariableMemory() - Method in interface ucar.nc2.dt.RadialDatasetSweep.RadialVariable
 
clearVarName() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
full escaped name.
clearVars() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
clearVars() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
clearVdata() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
bool vdata = 7;
clearVersion() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
set to >= 3 for proto3
clearVersion() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
version=2 for proto2, >=3 for proto3 (v5.0+)
clearVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 version = 5;
clearVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 version = 5;
clearVersion() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
uint32 version = 5;
clearVlens() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
clearVlens() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
clearWmoId() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string wmoId = 6;
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 class thredds.client.catalog.tools.DataFactory.Result
 
close() - Method in class thredds.filesystem.ControllerOS
 
close() - Method in class thredds.filesystem.ControllerOS7
 
close() - Method in class thredds.inventory.CollectionFiltered
 
close() - Method in class thredds.inventory.CollectionGeneral
 
close() - Method in class thredds.inventory.CollectionGlob
 
close() - Method in class thredds.inventory.CollectionList
 
close() - Method in class thredds.inventory.CollectionListRange
 
close() - Method in class thredds.inventory.CollectionManagerAbstract
 
close() - Method in class thredds.inventory.CollectionPathMatcher
 
close() - Method in interface thredds.inventory.MCollection
Close and release any resources.
close() - Method in interface thredds.inventory.MController
 
close() - Method in class thredds.inventory.MFileIterator
 
close() - Method in class thredds.inventory.partition.DirectoryCollection
 
close() - Method in class thredds.inventory.partition.DirectoryPartition
 
close() - Method in class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
close() - Method in class thredds.inventory.partition.PartitionManagerFromIndexList
 
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.dataset.NetcdfDatasetInfo
Deprecated.
 
close() - Method in class ucar.nc2.dt.grid.GridDataset
 
close() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
close() - Method in interface ucar.nc2.ft.FeatureDataset
Close all resources associated with this dataset.
close() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
close() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
close() - Method in class ucar.nc2.ft.point.FlattenedDatasetPointCollection.FlattenedDatasetPointIterator
 
close() - Method in class ucar.nc2.ft.point.PointCollectionIteratorFiltered
 
close() - Method in class ucar.nc2.ft.point.PointFeatureCCIteratorFiltered
 
close() - Method in class ucar.nc2.ft.point.PointIteratorAdapter
Finishes bounds calculation, if it has been enabled.
close() - Method in class ucar.nc2.ft.point.PointIteratorEmpty
 
close() - Method in class ucar.nc2.ft.point.PointIteratorFiltered
 
close() - Method in class ucar.nc2.ft.point.PointIteratorFlatten
 
close() - Method in class ucar.nc2.ft.point.PointIteratorFromStructureData
 
close() - Method in class ucar.nc2.ft.point.remote.PointIteratorStream
 
close() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter
 
close() - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
close() - Method in interface ucar.nc2.ft.PointFeatureCCIterator
Make sure that the iterator is complete, and recover resources.
close() - Method in interface ucar.nc2.ft.PointFeatureCollectionIterator
Make sure that the iterator is complete, and recover resources.
close() - Method in interface ucar.nc2.ft.PointFeatureIterator
Make sure that the iterator is complete, and recover resources.
close() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageAdapter
 
close() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
close() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
close() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
close() - Method in class ucar.nc2.ft2.coverage.remote.CdmrCoverageReader
 
close() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
close() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
close() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
close() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
close() - Method in class ucar.nc2.internal.ncml.Aggregation
 
close() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
close() - Method in class ucar.nc2.iosp.hdf5.H5header
 
close() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
close() - Method in interface ucar.nc2.iosp.IOServiceProvider
Close the file.
close() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
close() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
close() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
close() - Method in class ucar.nc2.NetcdfFile
Close all resources (files, sockets, etc) associated with this file.
close() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
close the file.
close() - Method in class ucar.nc2.stream.CdmRemote
 
close() - Method in interface ucar.nc2.util.cache.FileCacheable
Close the FileCacheable, release all resources.
close() - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
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
 
close(NetcdfFile) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
CloseableIterator<T> - Interface in ucar.nc2.util
An iterator that must be closed.
closeRemote() - Method in class ucar.unidata.io.http.HTTPRandomAccessFile
 
closeRemote() - Method in interface ucar.unidata.io.ReadableRemoteFile
Close any resources used to enable remote reading.
COARDSConvention - Class in ucar.nc2.dataset.conv
COARDS Convention.
COARDSConvention() - Constructor for class ucar.nc2.dataset.conv.COARDSConvention
 
code - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
CODE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
CODE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Error
 
code2 - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
collapseWhitespace(String) - Static method in class ucar.unidata.util.StringUtil2
Collapse continuous whitespace into one single " ".
CollectionAbstract - Class in thredds.inventory
Abstract superclass for Collections of MFiles.
CollectionAbstract(String, Logger) - Constructor for class thredds.inventory.CollectionAbstract
 
CollectionAbstract.DateSorter - Class in thredds.inventory
 
CollectionAbstract.MyStreamFilter - Class in thredds.inventory
 
CollectionConfig - Class in thredds.inventory
Configuration object for a collection of managed files.
CollectionConfig(String, String, boolean, MFileFilter, Object) - Constructor for class thredds.inventory.CollectionConfig
Constructor
collectionDsg - Variable in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
collectionFeatureType - Variable in class ucar.nc2.ft.point.PointFeatureCCCImpl
 
collectionFeatureType - Variable in class ucar.nc2.ft.point.PointFeatureCCImpl
 
CollectionFiltered - Class in thredds.inventory
A decorator to filter an MCollection
CollectionFiltered(String, MCollection, MFileFilter) - Constructor for class thredds.inventory.CollectionFiltered
 
CollectionGeneral - Class in thredds.inventory
All files are read in at once.
CollectionGeneral(FeatureCollectionConfig, CollectionSpecParser, Logger) - Constructor for class thredds.inventory.CollectionGeneral
 
CollectionGlob - Class in thredds.inventory
A MCollection defined by a glob filter.
CollectionGlob(String, String, Logger) - Constructor for class thredds.inventory.CollectionGlob
 
CollectionInfo - Class in ucar.nc2.ft.point
Value class to hold bounds info for a collection
CollectionInfo() - Constructor for class ucar.nc2.ft.point.CollectionInfo
 
CollectionInfo(LatLonRect, CalendarDateRange, int, int) - Constructor for class ucar.nc2.ft.point.CollectionInfo
 
CollectionIteratorAdapter<T> - Class in ucar.nc2.ft.point
adapt a PointFeatureCollectionIterator to an Iterator
CollectionIteratorAdapter(PointFeatureCollectionIterator) - Constructor for class ucar.nc2.ft.point.CollectionIteratorAdapter
 
collectionList - Variable in class ucar.nc2.ft.point.PointDatasetImpl
 
CollectionList - Class in thredds.inventory
MCollection that is initialized by specific list of MFiles.
CollectionList(String, String, List<MFile>, Logger) - Constructor for class thredds.inventory.CollectionList
 
CollectionList(String, String, Logger) - Constructor for class thredds.inventory.CollectionList
 
CollectionList(String, Logger) - Constructor for class thredds.inventory.CollectionList
 
CollectionListRange - Class in thredds.inventory
Collection defined by a list of files, with a [start, end) date range
CollectionListRange(String, String, CalendarDate, CalendarDate, Logger) - Constructor for class thredds.inventory.CollectionListRange
 
CollectionManager - Interface in thredds.inventory
Manages a dynamic collection of MFile objects.
CollectionManager.ChangeChecker - Interface in thredds.inventory
 
CollectionManager.TriggerEvent - Class in thredds.inventory
 
CollectionManager.TriggerListener - Interface in thredds.inventory
A TriggerEvent.proto is sent if protoDataset.change = "cron" has been specified A TriggerEvent.update is sent if a scan has happened and a change in the list of MFiles has occurred, or an MFile has been updated
CollectionManagerAbstract - Class in thredds.inventory
Abstract superclass for implementations of CollectionManager.
CollectionManagerCatalog - Class in thredds.inventory
CollectionManager of datasets from a catalog.
CollectionManagerCatalog(String, String, String, Formatter) - Constructor for class thredds.inventory.CollectionManagerCatalog
 
collectionName - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
collectionName - Variable in class thredds.inventory.CollectionAbstract
 
collectionName - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
CollectionPathMatcher - Class in thredds.inventory
A collection defined by the collection spec (not directory sensitive) May have by regexp: or glob: (experimental)
CollectionPathMatcher(FeatureCollectionConfig, CollectionSpecParserAbstract, Logger) - Constructor for class thredds.inventory.CollectionPathMatcher
 
CollectionSingleFile - Class in thredds.inventory
A CollectionManager consisting of a single file
CollectionSingleFile(MFile, Logger) - Constructor for class thredds.inventory.CollectionSingleFile
 
CollectionSingleIndexFile - Class in thredds.inventory
Collection from a Single Index File.
CollectionSingleIndexFile(MFile, Logger) - Constructor for class thredds.inventory.CollectionSingleIndexFile
 
CollectionSpecParser - Class in thredds.inventory
Parses the collection specification string for local files.
CollectionSpecParser(String, String, Formatter) - Constructor for class thredds.inventory.CollectionSpecParser
 
CollectionSpecParser(String, Formatter) - Constructor for class thredds.inventory.CollectionSpecParser
Single spec : "/topdir/** /#dateFormatMark#regExp" This only allows the dateFormatMark to be in the file name, not anywhere else in the filename path, and you can't use any part of the dateFormat to filter on.
CollectionSpecParserAbstract - Class in thredds.inventory
Abstract base class for parsing collection specification strings
CollectionSpecParserAbstract(String, String, String, String, String, Formatter) - Constructor for class thredds.inventory.CollectionSpecParserAbstract
Single spec : "/topdir/** /#dateFormatMark#regExp" This only allows the dateFormatMark to be in the file name, not anywhere else in the filename path, and you can't use any part of the dateFormat to filter on.
CollectionSpecParserAbstract(String, String, String, String, Formatter) - Constructor for class thredds.inventory.CollectionSpecParserAbstract
 
CollectionSpecParserProvider - Interface in thredds.inventory
A Service Provider of CollectionSpecParserAbstract.
CollectionSpecParsers - Class in thredds.inventory
Static helper methods for CollectionSpecParserAbstract objects.
CollectionSpecParsers() - Constructor for class thredds.inventory.CollectionSpecParsers
 
CollectionType - Static variable in class thredds.client.catalog.Dataset
 
CollectionUpdateEvent - Class in thredds.inventory
Events when a fc should be updated.
CollectionUpdateEvent(CollectionUpdateType, String, String) - Constructor for class thredds.inventory.CollectionUpdateEvent
 
CollectionUpdateType - Enum in thredds.inventory
Messages to update a collection
COLLINEAR - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
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 - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
Comment - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Comment - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
COMMENT - Static variable in class ucar.nc2.constants.CF
 
CommonCodeTable - Class in ucar.nc2.wmo
Deprecated.
will be moved in ver6
CommonCodeTable.Table - Enum in ucar.nc2.wmo
Deprecated.
 
CommonCodeTable.TableEntry - Class in ucar.nc2.wmo
Deprecated.
 
commonParent(Group) - Method in class ucar.nc2.Group
Get the common parent of this and the other group.
commonParent(Group.Builder) - Method in class ucar.nc2.Group.Builder
Find the common parent with the other group ?
COMP_CODE_DEFLATE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
COMP_CODE_NBIT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
COMP_CODE_NONE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
COMP_CODE_RLE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
COMP_CODE_SKPHUFF - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
COMP_CODE_SZIP - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
compact() - Method in class ucar.ma2.Range
Create a new Range by compacting this Range by removing the stride.
compact() - Method in class ucar.ma2.Section
Create a new Section by compacting each Range.
compare(byte[], byte[], Formatter) - Static method in class ucar.nc2.util.Misc
 
compare(float[], float[], Formatter) - Static method in class ucar.nc2.util.Misc
 
compare(int[], int[]) - Method in class ucar.nc2.iosp.hdf5.Tiling
Create an ordering of index points based on which tile the point is in.
compare(int[], int[], Formatter) - Static method in class ucar.nc2.util.Misc
 
compare(int, int) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Integer.compare(x, y)
compare(long, long) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Long.compare(x, y)
compare(Object, Object) - Method in class ucar.nc2.util.reflect.ProxyGenerator.MethodComparator
 
compare(Object, Object) - Method in class ucar.nc2.util.reflect.PublicInterfaceGenerator.MethodComparator
 
compare(MFile, MFile) - Method in class thredds.inventory.CollectionAbstract.DateSorter
 
compare(CoordinateAxis, CoordinateAxis) - Method in class ucar.nc2.dataset.CoordinateAxis.AxisComparator
 
compare(NetcdfFile, NetcdfFile) - Method in class ucar.nc2.util.CompareNetcdf2
 
compare(NetcdfFile, NetcdfFile, boolean, boolean, boolean) - Method in class ucar.nc2.util.CompareNetcdf2
Deprecated.
use constructor to set options, then compare(NetcdfFile org, NetcdfFile copy)
compare(NetcdfFile, NetcdfFile, CompareNetcdf2.ObjFilter) - Method in class ucar.nc2.util.CompareNetcdf2
 
compare(NetcdfFile, NetcdfFile, CompareNetcdf2.ObjFilter, boolean, boolean, boolean) - Method in class ucar.nc2.util.CompareNetcdf2
Deprecated.
use constructor to set options, then compare(NetcdfFile org, NetcdfFile copy, ObjFilter filter)
compareCoordinateTransform(CoordinateTransform, CoordinateTransform) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
 
compareData(String, double[], double[]) - Method in class ucar.nc2.util.CompareNetcdf2
 
compareData(String, Array, double[]) - Static method in class ucar.nc2.util.CompareNetcdf2
 
compareData(String, Array, Array) - Static method in class ucar.nc2.util.CompareNetcdf2
 
compareData(String, Array, Array, boolean) - Method in class ucar.nc2.util.CompareNetcdf2
 
compareFiles(NetcdfFile, NetcdfFile, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
 
compareFiles(NetcdfFile, NetcdfFile, Formatter, boolean, boolean, boolean) - Static method in class ucar.nc2.util.CompareNetcdf2
 
compareLists(List, List, Formatter) - Static method in class ucar.nc2.util.CompareNetcdf2
 
CompareNetcdf2 - Class in ucar.nc2.util
Compare two NetcdfFile.
CompareNetcdf2() - Constructor for class ucar.nc2.util.CompareNetcdf2
 
CompareNetcdf2(Formatter) - Constructor for class ucar.nc2.util.CompareNetcdf2
 
CompareNetcdf2(Formatter, boolean, boolean, boolean) - Constructor for class ucar.nc2.util.CompareNetcdf2
 
CompareNetcdf2(Formatter, boolean, boolean, boolean, boolean) - Constructor for class ucar.nc2.util.CompareNetcdf2
 
CompareNetcdf2.Netcdf4ObjectFilter - Class in ucar.nc2.util
 
CompareNetcdf2.ObjFilter - Interface in ucar.nc2.util
 
compareTo(Object) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
compareTo(ThreddsMetadata.Variable) - Method in class thredds.client.catalog.ThreddsMetadata.Variable
 
compareTo(MFile) - Method in class thredds.filesystem.MFileOS
 
compareTo(MFile) - Method in class thredds.filesystem.MFileOS7
 
compareTo(MFile) - Method in interface thredds.inventory.MFile
 
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(GridDatatype) - Method in class ucar.nc2.dt.grid.GeoGrid
 
compareTo(FmrcInv.UberGrid) - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
compareTo(FmrInv) - Method in class ucar.nc2.ft.fmrc.FmrInv
 
compareTo(FmrInv.GridVariable) - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
compareTo(GridDatasetInv.Grid) - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
compareTo(TimeCoord) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
compareTo(TimeCoord.Tinv) - Method in class ucar.nc2.ft.fmrc.TimeCoord.Tinv
 
compareTo(VertCoord) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
compareTo(PointFeature) - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
compareTo(DtCoverage) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
compareTo(CoverageCoordAxis) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
compareTo(H5objects.HeaderMessage) - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
compareTo(H5header.HeaderMessage) - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
compareTo(IOServiceProvider) - Method in interface ucar.nc2.iosp.IOServiceProvider
Use the SortGroup to determine the ordering for dynamically loaded IOServiceProviders.
compareTo(Aggregation.Dataset) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
compareTo(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
 
compareTo(RC.Triple) - Method in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
compareTo(VariableSimpleIF) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
Sort by full name
compareTo(VariableSimpleIF) - Method in class ucar.nc2.ft2.coverage.Coverage
 
compareTo(VariableSimpleIF) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
compareTo(VariableSimpleIF) - Method in class ucar.nc2.Variable
Sort by name
compareTo(VariableSimpleIF) - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
Sort by name
compareTo(VariableSimpleIF) - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
compareTo(CommonCodeTable) - Method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
compareTo(CommonCodeTable.TableEntry) - Method in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
compareTo(Station) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
compareTo(Station) - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
compareTo(Station) - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
compareTo(Station) - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
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.
CompositeDatasetFactory - Class in ucar.nc2.ft.point.collection
Factory for point feature dataset collections (CompositePointDataset).
CompositeDatasetFactory() - Constructor for class ucar.nc2.ft.point.collection.CompositeDatasetFactory
 
CompositeMFileFilter - Class in thredds.inventory.filter
Composite of MFileFilter Used by DatasetScan, FMRC, ?
CompositeMFileFilter() - Constructor for class thredds.inventory.filter.CompositeMFileFilter
 
CompositePointCollection - Class in ucar.nc2.ft.point.collection
PointCollection composed of other PointCollections
CompositePointCollection(String, CalendarDateUnit, String, TimedCollection) - Constructor for class ucar.nc2.ft.point.collection.CompositePointCollection
 
CompositeStationCollection - Class in ucar.nc2.ft.point.collection
StationTimeSeries composed of a collection of individual StationTimeSeries.
CompositeStationCollectionFlattened - Class in ucar.nc2.ft.point.collection
CompositeStationCollection that has been flattened into a PointCollection
CompositeStationCollectionFlattened(String, CalendarDateUnit, String, List<String>, CalendarDateRange, List<VariableSimpleIF>, TimedCollection) - Constructor for class ucar.nc2.ft.point.collection.CompositeStationCollectionFlattened
 
CompositeStationCollectionFlattened(String, CalendarDateUnit, String, LatLonRect, CalendarDateRange, TimedCollection) - Constructor for class ucar.nc2.ft.point.collection.CompositeStationCollectionFlattened
 
Compound - thredds.client.catalog.ServiceType
 
COMPRESS - Static variable in class ucar.nc2.constants.CDM
 
COMPRESS - Static variable in class ucar.nc2.constants.CF
 
COMPRESS_DEFLATE - Static variable in class ucar.nc2.constants.CDM
 
COMPRESS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
COMPRESS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
COMPRESSED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
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
 
computeChunkingFromAttribute(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategy
 
computeChunkShape(long) - Method in class ucar.nc2.FileWriter2.ChunkingIndex
Deprecated.
Computes the shape of the largest possible contiguous chunk, starting at Index.getCurrentCounter() and with numElems <= maxChunkElems.
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() - Method in class ucar.ma2.Section
Compute total number of elements represented by the section.
computeSize() - Method in class ucar.ma2.SectionIterable
 
computeSize(int[]) - Static method in class ucar.ma2.Index
Compute total number of elements in the array.
computeSize(int[]) - Static method in class ucar.ma2.Section
 
computeSize(int[]) - Static method in class ucar.nc2.iosp.IndexLong
 
computeUnlimitedChunking(List<Dimension>, int) - Method in class ucar.nc2.write.Nc4ChunkingDefault
 
config - Variable in class thredds.inventory.CollectionPathMatcher
 
config - Variable in class thredds.inventory.MFileCollectionManager
 
config - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
configFromXml(Element, Namespace) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
conformable(int[], int[]) - Static method in class ucar.ma2.MAMath
Check that two array shapes are conformable.
conformable(Array, Array) - Static method in class ucar.ma2.MAMath
Check that two arrays are conformable.
conformal(Section) - Method in class ucar.ma2.Section
 
connectLatLonPoints(List<LatLonPoint>) - Static method in class ucar.nc2.ft2.coverage.HorizCoordSys
Returns a list of points that is equivalent to the input list, but with longitude values adjusted to ensure that adjacent elements are "connected".
ConstantForecasts - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
ConstantOffsets - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
Construct - ucar.nc2.ft.point.standard.Table.Type
 
constructChildren(IndexReader, CollectionUpdateType) - Method in class thredds.inventory.partition.DirectoryBuilder
Find all children directories.
constructChildrenFromIndex(IndexReader, boolean) - Method in class thredds.inventory.partition.DirectoryBuilder
 
constructCoordAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.M3IOConvention
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.FlatEarth
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.LambertConformal
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.Mercator
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.Orthographic
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
copy constructor - avoid clone !!
constructCopy() - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
constructCopy() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
constructCopy() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
copy constructor - avoid clone !!
consume(MFile) - Method in interface thredds.inventory.partition.DirectoryCollection.Visitor
 
containedIn(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
Determine if this bounding box is contained in another LatLonRect.
contains(double, double) - Method in class ucar.unidata.geoloc.LatLonRect
Determine if the given lat/lon point is contined inside this rectangle.
contains(int) - Method in class ucar.ma2.Range
Is want contained in this Range?
contains(Date) - Method in class ucar.nc2.units.DateRange
Same as included()
contains(Section) - Method in class ucar.ma2.Section
See if this Section contains another Section.
contains(Dimension) - Method in class ucar.nc2.Group.Builder
Is the Dimension contained within this Group or a parent Group
contains(LatLonPoint) - Method in class ucar.unidata.geoloc.LatLonRect
Determine if a specified LatLonPoint is contained in this bounding box.
contains(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionRect
Returns true if this bounding box 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?
containsAxes(CoordinateSystem.Builder, List<CoordinateAxis.Builder>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
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?
containsAxisTypes(CoordinateSystem.Builder, List<AxisType>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
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
 
Contiguous - ucar.nc2.ft.point.standard.Table.Type
 
contiguousInterval - ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
 
contiguousInterval - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
contiguousInterval = 2;
contiguousInterval_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
contiguousInterval = 2;
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
 
control(String) - Method in class ucar.nc2.StringLocker
Deprecated.
 
ControllerOS - Class in thredds.filesystem
Implements an MController without caching, reading from OS each time.
ControllerOS() - Constructor for class thredds.filesystem.ControllerOS
 
ControllerOS7 - Class in thredds.filesystem
Use Java 7 NIO for scanning the file system
ControllerOS7() - Constructor for class thredds.filesystem.ControllerOS7
 
ControllerOS7.PrintFiles - Class in thredds.filesystem
 
Convention - Static variable in class ucar.nc2.constants._Coordinate
 
conventionName - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
conventionName - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
CONVENTIONS - Static variable in class ucar.nc2.constants.CDM
 
CONVENTIONS - Static variable in class ucar.nc2.constants.CF
 
convert(double) - Method in class ucar.nc2.filter.Classifier
 
convert(double) - Method in class ucar.nc2.filter.ConvertMissing
 
convert(double) - Method in interface ucar.nc2.filter.Enhancement
 
convert(double) - Method in class ucar.nc2.filter.Normalizer
 
convert(double) - Method in class ucar.nc2.filter.ScaleOffset
 
convert(double) - Method in class ucar.nc2.filter.Standardizer
 
convert(double) - Method in class ucar.nc2.filter.UnsignedConversion
 
convert(Array) - Method in class ucar.nc2.filter.Normalizer
 
convert(Array) - Method in class ucar.nc2.filter.ScaleOffset
 
convert(Array) - Method in class ucar.nc2.filter.Standardizer
 
convert(Array, boolean, boolean, boolean) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Perform the specified conversions on each element of in and return the result as a new Array.
convert(Array, boolean, boolean, boolean) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
use implementations in filters package
convert(Array, boolean, boolean, boolean) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
convert(Array, DataType) - Static method in class ucar.ma2.MAMath
Convert original array to desired type
convert(Array, Section) - Method in class ucar.nc2.dataset.StructureDS
 
convert(StructureData, int) - Method in class ucar.nc2.dataset.StructureDS
 
convert(StructureMembers) - Static method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
convert(CF.FeatureType) - Static method in enum ucar.nc2.constants.CF.FeatureType
 
convert(FeatureType) - Static method in enum ucar.nc2.constants.CF.FeatureType
 
convert(CalendarDate) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
convert2packed(Array, double, int, DataType) - Static method in class ucar.ma2.MAMath
 
convert2Unpacked(Array, MAMath.ScaleOffset) - Static method in class ucar.ma2.MAMath
 
convertAxisType(AxisType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
convertAxisType(CdmrFeatureProto.AxisType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
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
 
convertCalendar(CdmrFeatureProto.Calendar) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
convertCalendar(Calendar) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
convertCharToByte(char[]) - Static method in class ucar.nc2.iosp.IospHelper
 
convertCharToByteUTF(char[]) - Static method in class ucar.nc2.iosp.IospHelper
 
convertCoverageType(FeatureType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
convertCoverageType(CdmrFeatureProto.CoverageType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
convertDataType(DataType) - Static method in class ucar.nc2.stream.NcStream
 
convertDataType(NcStreamProto.DataType) - Static method in class ucar.nc2.stream.NcStream
 
convertDependenceType(CoverageCoordAxis.DependenceType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
convertDependenceType(CdmrFeatureProto.DependenceType) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
convertEnums(Map<Integer, String>, DataType, Array) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
convertEnums(Map<Integer, String>, DataType, Array) - Method in class ucar.nc2.iosp.hdf5.H5header
 
ConvertEnums - ucar.nc2.dataset.NetcdfDataset.Enhance
Convert enums to Strings.
convertGdsHash(int) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
convertGribCodeTable4_10(int) - Static method in enum ucar.nc2.constants.CF.CellMethods
 
convertMissing(Number) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
If value is missing, return Double.NaN.
convertMissing(Number) - Method in class ucar.nc2.dataset.VariableDS
 
convertMissing(Number) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
convertMissing(Array) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Returns a copy of in, except that each missing value is replaced by Double.NaN.
convertMissing(Array) - Method in class ucar.nc2.dataset.VariableDS
 
convertMissing(Array) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
convertMissing(Array) - Method in class ucar.nc2.filter.ConvertMissing
 
ConvertMissing - Class in ucar.nc2.filter
 
ConvertMissing - ucar.nc2.dataset.NetcdfDataset.Enhance
Replace missing data with NaNs, for efficiency.
ConvertMissing(boolean, boolean, boolean, boolean, boolean, double, double, boolean, double, double[]) - Constructor for class ucar.nc2.filter.ConvertMissing
 
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
 
convertScaleToStandardParallel(double) - Static method in class ucar.unidata.geoloc.projection.Mercator
Convert "scale at standard parellel" to "standard parellel"
convertSpacing(CoverageCoordAxis.Spacing) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
convertSpacing(CdmrFeatureProto.AxisSpacing) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
convertTimeUnit(int) - Method in class thredds.featurecollection.FeatureCollectionConfig.TimeUnitConverterHash
 
convertTimeUnit(int) - Method in interface thredds.featurecollection.TimeUnitConverter
 
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.
convertToLong(int[]) - Method in class ucar.nc2.write.Nc4ChunkingDefault
 
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
 
convertUnlimitedShape(List<Dimension>) - Method in class ucar.nc2.write.Nc4ChunkingDefault
 
convertUnsigned(Number) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Convert value to the next largest integral data type by an unsigned conversion.
convertUnsigned(Number) - Method in class ucar.nc2.dataset.VariableDS
 
convertUnsigned(Number) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
convertUnsigned(Number, DataType) - Method in class ucar.nc2.dataset.VariableDS
 
convertUnsigned(Number, DataType) - Static method in class ucar.nc2.filter.UnsignedConversion
 
convertUnsigned(Array) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Performs an unsigned conversion of each element of in and returns the result as a new Array.
convertUnsigned(Array) - Method in class ucar.nc2.dataset.VariableDS
 
convertUnsigned(Array) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
convertUnsigned(Array) - Method in class ucar.nc2.filter.UnsignedConversion
 
ConvertUnsigned - ucar.nc2.dataset.NetcdfDataset.Enhance
Convert unsigned values to signed values.
convertWKTToProjection(WKTParser) - Static method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Convert OGC spatial reference WKT to a ProjectionImpl.
coordAxes - Variable in class ucar.nc2.dataset.CoordinateSystem
 
coordAxes - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordAxes - Variable in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
COORDAXES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
COORDAXES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
coordAxesNames - Variable in class ucar.nc2.dataset.CoordinateSystem.Builder
 
CoordAxisReader - Interface in ucar.nc2.ft2.coverage
Reads Coord Axis values, for lazy evaluation.
coordAxisTypes - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordAxisTypes - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
coordinateAxes - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
CoordinateAxis - Class in ucar.nc2.dataset
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
CoordinateAxis(CoordinateAxis.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.CoordinateAxis
 
CoordinateAxis(NetcdfDataset, VariableDS) - Constructor for class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use CoordinateAxis.builder()
CoordinateAxis(NetcdfDataset, Group, String, DataType, String, String, String) - Constructor for class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use CoordinateAxis.builder()
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(CoordinateAxis1D.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.CoordinateAxis1D
 
CoordinateAxis1D(NetcdfDataset, VariableDS) - Constructor for class ucar.nc2.dataset.CoordinateAxis1D
Deprecated.
Use CoordinateAxis1D.builder()
CoordinateAxis1D(NetcdfDataset, Group, String, DataType, String, String, String) - Constructor for class ucar.nc2.dataset.CoordinateAxis1D
Deprecated.
Use CoordinateAxis1D.builder()
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(CoordinateAxis1DTime.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.CoordinateAxis1DTime
 
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(CoordinateAxis2D.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.CoordinateAxis2D
 
CoordinateAxis2D(NetcdfDataset, VariableDS) - Constructor for class ucar.nc2.dataset.CoordinateAxis2D
Deprecated.
Use CoordinateAxis2D.builder()
CoordinateAxis2D.Builder<T extends CoordinateAxis2D.Builder<T>> - Class in ucar.nc2.dataset
 
CoordinateAxisTimeHelper - Class in ucar.nc2.dataset
Helper class for time coordinates
CoordinateAxisTimeHelper(Calendar, String) - Constructor for class ucar.nc2.dataset.CoordinateAxisTimeHelper
 
coordinates - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordinates - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
COORDINATES - Static variable in class ucar.nc2.constants.CF
 
CoordinatesHelper - Class in ucar.nc2.internal.dataset
A helper class for NetcdfDataset to build and manage coordinates.
CoordinatesHelper.Builder - Class in ucar.nc2.internal.dataset
 
CoordinateSystem - Class in ucar.nc2.dataset
A CoordinateSystem specifies the coordinates of a Variable's values.
CoordinateSystem() - Constructor for class ucar.nc2.dataset.CoordinateSystem
Deprecated.
Use CoordinateSystem.builder()
CoordinateSystem(CoordinateSystem.Builder<?>, NetcdfDataset, List<CoordinateAxis>, List<CoordinateTransform>) - Constructor for class ucar.nc2.dataset.CoordinateSystem
 
CoordinateSystem(NetcdfDataset, Collection<CoordinateAxis>, Collection<CoordinateTransform>) - Constructor for class ucar.nc2.dataset.CoordinateSystem
Deprecated.
Use CoordinateSystem.builder()
CoordinateSystem.Builder<T extends CoordinateSystem.Builder<T>> - Class in ucar.nc2.dataset
 
coordinateSystems - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
coordinateSystemsFor - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
CoordinateTransform - Class in ucar.nc2.dataset
A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem.
CoordinateTransform(String, String, TransformType) - Constructor for class ucar.nc2.dataset.CoordinateTransform
Deprecated.
Use CoordinateTransform.builder()
CoordinateTransform(String, String, TransformType, List<Parameter>) - Constructor for class ucar.nc2.dataset.CoordinateTransform
Create a Coordinate Transform.
CoordinateTransform(CoordinateTransform.Builder<?>, NetcdfDataset) - Constructor for class ucar.nc2.dataset.CoordinateTransform
 
CoordinateTransform.Builder<T extends CoordinateTransform.Builder<T>> - Class in ucar.nc2.dataset
 
coordinateTransforms - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
CoordInterval - Class in ucar.nc2.ft2.coverage
Convenience wrapper for interval coordinates.
CoordInterval(double, double) - Constructor for class ucar.nc2.ft2.coverage.CoordInterval
 
CoordInterval(double, double, int) - Constructor for class ucar.nc2.ft2.coverage.CoordInterval
 
CoordRefSysToGML - Class in ucar.unidata.geoloc.ogc
Deprecated.
will move in ver6
CoordRefSysToGML() - Constructor for class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
CoordReturn() - Constructor for class ucar.nc2.ft2.coverage.HorizCoordSys.CoordReturn
 
coords - Variable in class ucar.nc2.dataset.CoordinateAxis1D
 
coords - Variable in class ucar.nc2.dataset.NetcdfDataset.Builder
 
coords - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
coordsOnly - ucar.nc2.NCdumpW.WantValues
Deprecated.
 
coordsOnly - ucar.nc2.write.Ncdump.WantValues
 
CoordsSet - Class in ucar.nc2.ft2.coverage
An iterator over the coordinates in a set of CoverageCoordAxis.
coordSys - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordSys - Variable in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
COORDSYS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
COORDSYS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
COORDSYS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
CoordSysBuilder - Class in ucar.nc2.dataset
Deprecated.
do not use
CoordSysBuilder() - Constructor for class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
CoordSysBuilder.ConventionNameOk - Interface in ucar.nc2.dataset
Deprecated.
do not use
CoordSysBuilder.VarProcess - Class in ucar.nc2.dataset
Deprecated.
Wrap each variable in the dataset with a VarProcess object.
CoordSysBuilderIF - Interface in ucar.nc2.dataset
Deprecated.
do not use
CoordSysContainer - Interface in ucar.nc2.ft2.coverage
Abstraction to allow lightweight datasets.
CoordSysEvaluator - Class in ucar.nc2.ft.point.standard
CoordinateSystem Evaluation utilities.
CoordSysEvaluator() - Constructor for class ucar.nc2.ft.point.standard.CoordSysEvaluator
 
CoordSysEvaluator.Predicate - Interface in ucar.nc2.ft.point.standard
 
coordSysFor - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
COORDSYSNAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
coordSysNames - Variable in class ucar.nc2.dataset.VariableDS.Builder
 
CoordSysSet - Class in ucar.nc2.ft2.coverage
A set of coverages with the same coordsys.
CoordSysSet(CoverageCoordSys) - Constructor for class ucar.nc2.ft2.coverage.CoordSysSet
 
CoordSystemBuilder - Class in ucar.nc2.internal.dataset
Super class for implementing Convention-specific parsing of netCDF files.
CoordSystemBuilder(NetcdfDataset.Builder<?>) - Constructor for class ucar.nc2.internal.dataset.CoordSystemBuilder
 
CoordSystemBuilder.Factory - Class in ucar.nc2.internal.dataset
 
CoordSystemBuilder.VarProcess - Class in ucar.nc2.internal.dataset
Classifications of Variables into axis, systems and transforms
CoordSystemBuilderFactory - Interface in ucar.nc2.dataset.spi
A Service Provider of CoordSystemBuilder.
CoordSystemFactory - Class in ucar.nc2.internal.dataset
Static methods for managing CoordSystemBuilderFactory classes
CoordSystemFactory() - Constructor for class ucar.nc2.internal.dataset.CoordSystemFactory
 
CoordSystemFactory.ConventionNameOk - Interface in ucar.nc2.internal.dataset
Allow plug-ins to determine if it owns a file based on the file's Convention attribute.
CoordSystems - ucar.nc2.dataset.NetcdfDataset.Enhance
Build coordinate systems.
coordTrans - Variable in class ucar.nc2.dataset.CoordinateSystem
 
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.
 
coordTransforms - Variable in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
COORDTRANSFORMS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
COORDTRANSFORMS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
coordTransformType - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordTransformType - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
coordVarAlias - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
coordVarAlias - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
CoordVarExtractor - Class in ucar.nc2.ft.point.standard
Abstract superclass for extracting coordinate values from nested tables.
CoordVarExtractor(String, int) - Constructor for class ucar.nc2.ft.point.standard.CoordVarExtractor
 
coordVarMap - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
coordVars - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
coordVars - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
coordVarsForDimension - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
copy() - Method in class ucar.ma2.Array
Create a copy of this Array, copying the data so that physical order is the same as logical order
copy() - Method in class ucar.ma2.ArrayObject
 
copy() - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throws UnsupportedOperationException
copy() - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throws UnsupportedOperationException
copy() - Method in class ucar.ma2.MAMatrix
Create a new MAMatrix that is the same as this one, with a copy of the backing store.
copy() - Method in class ucar.ma2.MAVector
Create a new MAVector that is the same as this one, with a copy of the backing store.
copy() - Method in class ucar.nc2.dataset.CoordinateAxis
copy() - Method in class ucar.nc2.dataset.CoordinateAxis1D
copy() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
copy() - Method in class ucar.nc2.dataset.CoordinateAxis2D
copy() - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
copy() - Method in class ucar.nc2.dataset.StructurePseudoDS
copy() - Method in class ucar.nc2.dataset.VariableDS.Builder
Copy of this builder.
copy() - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
copy() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
copy() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
copy() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
copy() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
copy() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrcReg
 
copy() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
copy() - Method in class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
copy() - Method in class ucar.nc2.Structure
Deprecated.
copy() - Method in class ucar.nc2.Variable.Builder
 
copy() - Method in class ucar.nc2.Variable
Deprecated.
copy(InputStream, OutputStream) - Static method in class ucar.nc2.util.IO
copy all bytes from in to out.
copy(InputStream, OutputStream, int) - Static method in class ucar.nc2.util.IO
Deprecated.
use copyMaxBytes()
copy(Array, Array) - Static method in class ucar.ma2.MAMath
Copy array a to array result, the result array will be in canonical order The operation type is taken from the type of a.
copy(DataType, IndexIterator, IndexIterator) - Static method in class ucar.ma2.MAMath
Copy using iterators.
copy(StructureData, StructureMembers) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy from sdata to another StructureData object whose data is self contained
copy2File(byte[], String) - Static method in class ucar.nc2.util.IO
copy file to output stream
copy2null(InputStream, int) - Static method in class ucar.nc2.util.IO
copy all bytes from in and throw them away.
copy2null(FileChannel, int) - Static method in class ucar.nc2.util.IO
copy all bytes from in and throw them away.
copyArrayToBB(Array, boolean, ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamDataCol
 
copyArrayToByteString(Array) - Static method in class ucar.nc2.stream.NcStreamDataCol
 
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).
copyBytes(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyBytes(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
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).
copyChars(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyChars(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
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).
copyDoubles(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyDoubles(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
copyFile(File, File) - Static method in class ucar.nc2.util.IO
copy one file to another.
copyFile(File, OutputStream) - Static method in class ucar.nc2.util.IO
copy file to output stream
copyFile(String, OutputStream) - Static method in class ucar.nc2.util.IO
copy file to output stream
copyFile(String, String) - Static method in class ucar.nc2.util.IO
copy one file to another.
copyFileB(File, OutputStream, int) - Static method in class ucar.nc2.util.IO
copy file to output stream, specify internal buffer size
copyFileWithChannels(File, WritableByteChannel) - Static method in class ucar.nc2.util.IO
 
copyFloat(Array, Array) - Static method in class ucar.ma2.MAMath
copy array a to array result as floats The values from the arrays a are converted to float (if needed), and then converted to the type of result (if needed).
copyFloats(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyFloats(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
copyFrom(AttributeContainer) - Static method in class ucar.nc2.AttributeContainerMutable
Create mutable from immutable container.
copyFrom(VariableDS.Builder<?>) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
copyFrom(VariableDS.Builder<?>) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
copyFrom(NetcdfFile) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
Copy metadata from orgFile.
copyFrom(Sequence) - Method in class ucar.nc2.dataset.SequenceDS.Builder
Deprecated.
Copy metadata from orgVar.
copyFrom(Structure) - Method in class ucar.nc2.dataset.StructureDS.Builder
Copy metadata from orgVar.
copyFrom(Variable) - Method in class ucar.nc2.dataset.VariableDS.Builder
Copy metadata from orgVar.
copyFrom(Variable) - Method in class ucar.nc2.Variable.Builder
TODO Copy metadata from orgVar.
copyFrom(Variable.Builder<?>) - Method in class ucar.nc2.Variable.Builder
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.Array
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayBoolean
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayByte
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayChar
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayDouble
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayFloat
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayInt
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayLong
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayObject
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayRagged
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayScalar
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayShort
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayString
 
copyFrom1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayStructure
 
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).
copyInts(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyInts(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
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).
copyLongs(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyLongs(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
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
copyObjects(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyObjects(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
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
copySequences(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
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).
copyShorts(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
copyShorts(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructureBB
 
copyStructures(int, StructureMembers.Member, IndexIterator) - Method in class ucar.ma2.ArrayStructure
 
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.
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.Array
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayBoolean
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayByte
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayChar
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayDouble
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayFloat
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayInt
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayLong
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayObject
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayRagged
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayScalar
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayShort
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayString
 
copyTo1DJavaArray(IndexIterator, Object) - Method in class ucar.ma2.ArrayStructure
 
copyToArrayBB(ArrayStructure, ByteOrder, boolean) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy from an ArrayStructure to a ArrayStructureBB whose data is contained in a ByteBuffer
copyToArrayBB(StructureData) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer.
copyToArrayBB(StructureData) - Static method in class ucar.nc2.iosp.IospHelper
Deprecated.
use StructureDataDeep.copyToArrayBB
copyToArrayBB(StructureData, ArrayStructureBB) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy from a StructureData into the given ArrayStructureBB
copyToArrayBB(StructureData, StructureMembers, ByteOrder) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer
copyToArrayBB(Structure, ArrayStructure, ByteOrder) - Static method in class ucar.ma2.StructureDataDeep
Make deep copy to an ArrayStructureBB whose data is contained in a ByteBuffer.
copyToByteChannel(Array, WritableByteChannel) - Static method in class ucar.nc2.iosp.IospHelper
Copy data to a channel.
copyToNDJavaArray() - Method in class ucar.ma2.Array
Copy this array to an n-Dimensional Java primitive array of type getElementType() and rank getRank().
copyToOutputStream(Array, OutputStream) - Static method in class ucar.nc2.iosp.IospHelper
Copy data to a OutputStream.
copyUrlB(String, OutputStream, int) - Static method in class ucar.nc2.util.IO
copy contents of URL to output stream, specify internal buffer size.
copyVarData(List<Variable>, Structure, CancelTask) - Method in class ucar.nc2.FileWriter2
Deprecated.
Write data from varList into new file.
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.
correctLongitudeWrap() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Deprecated.
do not use.
cos(MAVector) - Method in class ucar.ma2.MAVector
Cos between two vectors = dot(v) / norm() * norm(v)
cosd(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
Cosmic - Class in ucar.nc2.ft.point.standard.plug
TableConfigurer for cosmic data
Cosmic() - Constructor for class ucar.nc2.ft.point.standard.plug.Cosmic
 
Cosmic1Convention - Class in ucar.nc2.dataset.conv
Cosmic data - version 1.
Cosmic1Convention - Class in ucar.nc2.internal.dataset.conv
Cosmic data - version 1 and 3
Cosmic1Convention() - Constructor for class ucar.nc2.dataset.conv.Cosmic1Convention
 
Cosmic1Convention.Factory - Class in ucar.nc2.internal.dataset.conv
 
count(Comparable) - Method in class ucar.nc2.util.Counters.Counter
 
count(String, Comparable) - Method in class ucar.nc2.util.Counters
Add value to the named counter.
countCacheUse - Static variable in class ucar.nc2.ncml.AggregationExisting
Deprecated.
 
countDomain(Variable[]) - Static method in class ucar.nc2.dataset.CoordinateSystem
 
countDomainSize(Variable.Builder<?>...) - Static method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
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
 
countExpected() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
countStorageSize(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
countStorageSize(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
countStorageSize(H5headerNew.Vinfo, H5diagNew.Size, Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
countStorageSize(H5header.Vinfo, H5diag.Size, Formatter) - Method in class ucar.nc2.iosp.hdf5.H5diag
 
countTotal() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
countTotal() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
countTotal() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
Coverage - Class in ucar.nc2.ft2.coverage
Coverage - aka Grid or GeoGrid.
Coverage(String, DataType, Iterable<Attribute>, String, String, String, CoverageReader, Object) - Constructor for class ucar.nc2.ft2.coverage.Coverage
 
Coverage(Coverage, CoverageCoordSys) - Constructor for class ucar.nc2.ft2.coverage.Coverage
 
COVERAGE - ucar.nc2.constants.FeatureType
 
coverage_content_type - Static variable in class ucar.nc2.constants.ACDD
 
CoverageAsPoint - Class in ucar.nc2.ft2.coverage.writer
Write DSG CF-1.9 file from a Coverage Dataset
CoverageAsPoint(CoverageCollection, List<String>, SubsetParams) - Constructor for class ucar.nc2.ft2.coverage.writer.CoverageAsPoint
 
CoverageCollection - Class in ucar.nc2.ft2.coverage
A Collection of Coverages Tracks unique coordinate systems.
CoverageCollection(String, FeatureType, AttributeContainer, LatLonRect, ProjectionRect, CalendarDateRange, List<CoverageCoordSys>, List<CoverageTransform>, List<CoverageCoordAxis>, List<Coverage>, CoverageReader) - Constructor for class ucar.nc2.ft2.coverage.CoverageCollection
Ctor
CoverageCoordAxis - Class in ucar.nc2.ft2.coverage
Coverage CoordAxis abstract superclass Immutable with (possible) lazy eval of values
CoverageCoordAxis(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
CoverageCoordAxis.DependenceType - Enum in ucar.nc2.ft2.coverage
 
CoverageCoordAxis.Spacing - Enum in ucar.nc2.ft2.coverage
 
CoverageCoordAxis1D - Class in ucar.nc2.ft2.coverage
Coverage CoordAxis 1D case
CoverageCoordAxis1D(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
CoverageCoordAxisBuilder - Class in ucar.nc2.ft2.coverage
Mutable builder object for CoverageCoordAxis
CoverageCoordAxisBuilder() - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
CoverageCoordAxisBuilder(String, String, String, DataType, AxisType, AttributeContainer, CoverageCoordAxis.DependenceType, String, CoverageCoordAxis.Spacing, int, double, double, double, double[], CoordAxisReader) - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
CoverageCoordSys - Class in ucar.nc2.ft2.coverage
A Coverage Coordinate System Immutable after setImmutable is called
CoverageCoordSys(String, List<String>, List<String>, FeatureType) - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordSys
 
CoverageCoordSys(CoverageCoordSys) - Constructor for class ucar.nc2.ft2.coverage.CoverageCoordSys
 
CoverageDatasetCapabilities - Class in ucar.nc2.ft2.coverage.writer
Helper class to create a DatasetCapabilities XML document for CoverageDataset
CoverageDatasetCapabilities(CoverageCollection, String) - Constructor for class ucar.nc2.ft2.coverage.writer.CoverageDatasetCapabilities
 
CoverageDatasetFactory - Class in ucar.nc2.ft2.coverage
factory for CoverageDataset 1) Remote CdmrFeatureDataset: cdmremote:url 2) GRIB collections: must be a grib file, or grib index file 3) DtCoverageDataset (forked from ucar.nc2.dt.grid), the cdm IOSP / CoordSys stack
CoverageDatasetFactory() - Constructor for class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
COVERAGENAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
CoverageReader - Interface in ucar.nc2.ft2.coverage
Abstraction to read the data in a coverage.
CoverageSubsetter2 - Class in ucar.nc2.ft2.coverage.writer
Helper class to create logical subsets.
CoverageSubsetter2() - Constructor for class ucar.nc2.ft2.coverage.writer.CoverageSubsetter2
 
CoverageTransform - Class in ucar.nc2.ft2.coverage
Coverage Coordinate Transform.
CoverageTransform(String, AttributeContainer, boolean) - Constructor for class ucar.nc2.ft2.coverage.CoverageTransform
 
COVERAGETYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
COVERAGETYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
crange - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
crawl(String) - Method in class thredds.client.catalog.tools.CatalogCrawler
Open a catalog and crawl (depth first) all the datasets in it.
crawl(Catalog) - Method in class thredds.client.catalog.tools.CatalogCrawler
Crawl a catalog thats already been opened.
CrawlingUtils - Class in thredds.client.catalog.tools
Utilities for crawling and testing TDS servers
CrawlingUtils() - Constructor for class thredds.client.catalog.tools.CrawlingUtils
 
CrawlingUtils.TDSdatasetReader - Class in thredds.client.catalog.tools
 
CRC - Class in ucar.unidata.io.bzip2
A simple class to hold and calculate the CRC for sanity checking of the data.
CRC - ucar.nc2.filter.Checksum32.CType
 
CRC() - Constructor for class ucar.unidata.io.bzip2.CRC
 
CRC32Provider() - Constructor for class ucar.nc2.filter.Checksum32.CRC32Provider
 
crc32Table - Static variable in class ucar.unidata.io.bzip2.CRC
 
create() - Method in interface thredds.inventory.MControllerProvider
Creates an instance of
create() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
After you have added all of the Dimensions, Variables, and Attributes, call create() to actually create the file.
create() - Static method in interface ucar.nc2.util.CancelTask
 
create() - Static method in interface ucar.unidata.geoloc.LatLonPoint
Standard way to create a "default" LatLonPoint.
create() - Static method in interface ucar.unidata.geoloc.ProjectionPoint
Standard way to create a "default" ProjectionPoint.
create(double, double) - Static method in interface ucar.unidata.geoloc.LatLonPoint
Standard way to create a LatLonPoint.
create(double, double) - Static method in interface ucar.unidata.geoloc.ProjectionPoint
Standard way to create a ProjectionPoint.
create(double, double, double) - Static method in interface ucar.unidata.geoloc.EarthLocation
Standard way to create an EarthLocation.
create(long, boolean, String) - Static method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter.Result
 
create(Iterable<StructureData>) - Static method in class ucar.ma2.StructureDataComposite
 
create(String) - Static method in class thredds.inventory.MControllers
Create an MController capable of working with a given location.
create(String) - Method in interface thredds.inventory.MFileProvider
Create an MFile from a given location, the file may or may not exist
create(String) - Static method in class thredds.inventory.MFiles
Create an MFile from a given location, the file may or may not exist
create(String, String, Formatter) - Method in interface thredds.inventory.CollectionSpecParserProvider
Create an CollectionSpecParserAbstract from a given spec
create(String, String, Formatter) - Static method in class thredds.inventory.CollectionSpecParsers
Create an CollectionSpecParserAbstract from a given spec
create(String, Formatter) - Method in interface thredds.inventory.CollectionSpecParserProvider
Creates a CollectionSpecParserAbstract from a collection specification
create(String, Formatter) - Static method in class thredds.inventory.CollectionSpecParsers
Create an CollectionSpecParserAbstract from a given spec
create(String, NetcdfFile, int, long, boolean) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
create(String, NetcdfFile, int, long, boolean) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Create new file, populate it from the objects in ncfile.
create(String, NetcdfFile, int, long, boolean) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Blosc.Provider
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Checksum32.Adler32Provider
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Checksum32.CRC32Provider
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Checksum32.Fletcher32Provider
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Deflate.Provider
 
create(Map<String, Object>) - Method in interface ucar.nc2.filter.FilterProvider
Create a Filter of the correct type
create(Map<String, Object>) - Method in class ucar.nc2.filter.ScaleOffset.Provider
 
create(Map<String, Object>) - Method in class ucar.nc2.filter.Shuffle.Provider
 
create(ServiceType, String) - Static method in class ucar.nc2.dataset.DatasetUrl
Create a DatasetUrl, which annotates a url with its service type.
create(NetcdfFile, NetcdfFormatWriter.Builder) - Static method in class ucar.nc2.write.NetcdfCopier
 
createFromArray(Array, DataType) - Static method in class ucar.nc2.filter.Normalizer
 
createFromArray(Array, DataType) - Static method in class ucar.nc2.filter.Standardizer
 
createFromVar(VariableDS) - Static method in class ucar.nc2.filter.UnsignedConversion
 
createFromVariable(VariableDS) - Static method in class ucar.nc2.filter.ConvertMissing
 
createFromVariable(VariableDS) - Static method in class ucar.nc2.filter.Normalizer
 
createFromVariable(VariableDS) - Static method in class ucar.nc2.filter.ScaleOffset
 
createFromVariable(VariableDS) - Static method in class ucar.nc2.filter.Standardizer
 
createFromVariable(Variable) - Static method in class ucar.nc2.filter.Classifier
 
createIfExists(String) - Static method in class thredds.inventory.MFiles
Create an MFile from a given location if it exists, otherwise return null.
createNew(String, boolean) - Static method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
createNew(NetcdfFileWriter.Version, String) - Static method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
createNew(NetcdfFileWriter.Version, String, Nc4Chunking) - Static method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Create a new Netcdf file, with fill mode true.
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.
createStationHelper() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
createStationHelper() - Method in class ucar.nc2.ft.point.remote.StationCollectionStream
initialize the stationHelper.
createStationHelper() - Method in class ucar.nc2.ft.point.standard.StandardStationCollectionImpl
 
createStationHelper() - Method in class ucar.nc2.ft.point.standard.StandardStationProfileCollectionImpl
 
createStationHelper() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
createStationHelper() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
createUniqueFile(String, String) - Method in class ucar.nc2.util.DiskCache2
Reserve a new, uniquely named file in the root directory.
createURLStreamHandler(String) - Method in class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
createValidNetcdf3ObjectName(String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
use makeValidNetcdfObjectName
createView(Index) - Method in class ucar.ma2.Array
create new Array with given Index and the same backing store
createView(Index) - Method in class ucar.ma2.ArrayBoolean
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayByte
 
createView(Index) - Method in class ucar.ma2.ArrayChar
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayDouble
create new Array with given indexImpl and the same backing store
createView(Index) - Method in class ucar.ma2.ArrayFloat
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayInt
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayLong
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayObject
create new Array with given indexImpl and the same backing store
createView(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throws UnsupportedOperationException
createView(Index) - Method in class ucar.ma2.ArrayScalar
 
createView(Index) - Method in class ucar.ma2.ArrayShort
create new Array with given indexImpl and same backing store
createView(Index) - Method in class ucar.ma2.ArrayString
create new Array with given indexImpl and same backing store
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
 
cross(double, double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
cross(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
crossDateline() - Method in class ucar.unidata.geoloc.LatLonRect
Get whether the bounding box crosses the +/- 180 seam
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
This returns true when the line between pt1 and pt2 crosses the 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
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.FlatEarth
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.LambertConformal
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.Mercator
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.Orthographic
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.Stereographic
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.UtmProjection
Does the line between these two points cross the projection "seam".
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
This returns true when the line between pt1 and pt2 crosses the seam.
crossSeam(ProjectionPoint, ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Does the line between these two points cross the projection "seam".
cs - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
cs - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
csHash - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
CSMConvention - Class in ucar.nc2.dataset.conv
CSM-1 Convention.
CSMConvention() - Constructor for class ucar.nc2.dataset.conv.CSMConvention
 
CsmSigma - Class in ucar.nc2.dataset.transform
 
CsmSigma() - Constructor for class ucar.nc2.dataset.transform.CsmSigma
 
CsmSigma.HybridSigmaPressureBuilder - Class in ucar.nc2.dataset.transform
 
CSV - ucar.nc2.constants.DataFormatType
 
ct - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
ct - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
current - Variable in class ucar.ma2.Index
 
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
 
cursor - Variable in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
Cursor - Class in ucar.nc2.ft.point.standard
Keeps track of the iteration through nested tables 0 is always innermost nested table, 1 is parent of 0, 2 is parent of 1, etc
Curvilinear - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Curvilinear = 1;
CURVILINEAR - ucar.nc2.constants.FeatureType
 
Curvilinear_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Curvilinear = 1;
CurvilinearCS - Class in ucar.nc2.ft2.coverage.adapter
Curvilinear Coordinate System.
CurvilinearCS(DtCoverageCSBuilder) - Constructor for class ucar.nc2.ft2.coverage.adapter.CurvilinearCS
 
CurvilinearOrthogonal - Static variable in class ucar.nc2.constants.CDM
 
CylindricalEqualAreaProjection - Class in ucar.unidata.geoloc.projection.proj4
CylindricalEqualArea Projection.
CylindricalEqualAreaProjection() - Constructor for class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
CylindricalEqualAreaProjection(double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 

D

d(double, int) - Static method in class ucar.unidata.util.Format
Double value formatting with minimum number of significant figures in a minimum width.
d(double, int, int) - Static method in class ucar.unidata.util.Format
Double value formatting with minimum number of significant figures in a specified width.
D0() - Constructor for class ucar.ma2.ArrayBoolean.D0
Constructor.
D0() - Constructor for class ucar.ma2.ArrayChar.D0
Constructor.
D0() - Constructor for class ucar.ma2.ArrayDouble.D0
Constructor.
D0() - Constructor for class ucar.ma2.ArrayFloat.D0
Constructor.
D0() - Constructor for class ucar.ma2.ArrayString.D0
Constructor.
D0(boolean) - Constructor for class ucar.ma2.ArrayByte.D0
 
D0(boolean) - Constructor for class ucar.ma2.ArrayInt.D0
 
D0(boolean) - Constructor for class ucar.ma2.ArrayLong.D0
Constructor.
D0(boolean) - Constructor for class ucar.ma2.ArrayShort.D0
 
D0(DataType, Class, boolean) - Constructor for class ucar.ma2.ArrayObject.D0
Constructor.
D1(int) - Constructor for class ucar.ma2.ArrayBoolean.D1
Constructor for array of shape {len0}.
D1(int) - Constructor for class ucar.ma2.ArrayChar.D1
Constructor for array of shape {len0}.
D1(int) - Constructor for class ucar.ma2.ArrayDouble.D1
Constructor for array of shape {len0}.
D1(int) - Constructor for class ucar.ma2.ArrayFloat.D1
Constructor for array of shape {len0}.
D1(int) - Constructor for class ucar.ma2.ArrayString.D1
Constructor for array of shape {len0}.
D1(int, boolean) - Constructor for class ucar.ma2.ArrayByte.D1
 
D1(int, boolean) - Constructor for class ucar.ma2.ArrayInt.D1
 
D1(int, boolean) - Constructor for class ucar.ma2.ArrayLong.D1
Constructor for array of shape {len0}.
D1(int, boolean) - Constructor for class ucar.ma2.ArrayShort.D1
 
D1(DataType, Class, boolean, int) - Constructor for class ucar.ma2.ArrayObject.D1
Constructor for array of shape {len0}.
D2(int, int) - Constructor for class ucar.ma2.ArrayBoolean.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - Constructor for class ucar.ma2.ArrayChar.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - Constructor for class ucar.ma2.ArrayDouble.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - Constructor for class ucar.ma2.ArrayFloat.D2
Constructor for array of shape {len0,len1}.
D2(int, int) - Constructor for class ucar.ma2.ArrayString.D2
Constructor for array of shape {len0,len1}.
D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D2
 
D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D2
 
D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D2
Constructor for array of shape {len0,len1}.
D2(int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D2
 
D2(DataType, Class, boolean, int, int) - Constructor for class ucar.ma2.ArrayObject.D2
Constructor for array of shape {len0,len1}.
D3(int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - Constructor for class ucar.ma2.ArrayChar.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int) - Constructor for class ucar.ma2.ArrayString.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D3
 
D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D3
 
D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D3
Constructor for array of shape {len0,len1,len2}.
D3(int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D3
 
D3(DataType, Class, boolean, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D3
Constructor for array of shape {len0,len1,len2}.
D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D4
 
D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D4
 
D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D4
Constructor for array of shape {len0,len1,len2,len3}.
D4(int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D4
 
D4(DataType, Class, boolean, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D4
Constructor for array of shape {len0,len1,len2,len3}.
D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D5
 
D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D5
 
D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D5(int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D5
 
D5(DataType, Class, boolean, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D5
Constructor for array of shape {len0,len1,len2,len3,len4}.
D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D6
 
D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D6
 
D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D6(int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D6
 
D6(DataType, Class, boolean, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D6
Constructor for array of shape {len0,len1,len2,len3,len4,len5,}.
D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayBoolean.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayChar.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayDouble.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayFloat.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayString.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayByte.D7
 
D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayInt.D7
 
D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayLong.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
D7(int, int, int, int, int, int, int, boolean) - Constructor for class ucar.ma2.ArrayShort.D7
 
D7(DataType, Class, boolean, int, int, int, int, int, int, int) - Constructor for class ucar.ma2.ArrayObject.D7
Constructor for array of shape {len0,len1,len2,len3,len4,len5,len6}.
DAP4 - thredds.client.catalog.ServiceType
 
DAP4_LITTLE_ENDIAN - Static variable in class ucar.nc2.constants.CDM
 
data - Variable in class ucar.nc2.stream.NcStreamReader.DataResult
 
Data - ucar.nc2.ft.point.remote.PointStream.MessageType
 
DATA - Static variable in class ucar.nc2.filter.Filters.Keys
key mapping to client data used by filter
DATA_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
DATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
DATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
DATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
DataAccess - thredds.client.catalog.ServiceType.AccessType
 
DataBTree - Class in ucar.nc2.iosp.hdf5
This holds the chunked data storage.
DataBTree(H5headerIF, long, int[], int[], MemTracker) - Constructor for class ucar.nc2.iosp.hdf5.DataBTree
 
DataBTree.DataChunk - Class in ucar.nc2.iosp.hdf5
 
DataBTree.DataChunkIterator - Class in ucar.nc2.iosp.hdf5
 
DataChunk(int[], long) - Constructor for class ucar.nc2.iosp.LayoutTiled.DataChunk
 
dataEnd - Variable in class ucar.unidata.io.RandomAccessFile
The offset in bytes of the end of the data in the buffer, from the start of the file.
DataFactory - Class in thredds.client.catalog.tools
DataFactory for THREDDS client catalogs
DataFactory() - Constructor for class thredds.client.catalog.tools.DataFactory
 
DataFactory.Result - Class in thredds.client.catalog.tools
The result of trying to open a THREDDS dataset.
DataFormatType - Enum in ucar.nc2.constants
Redo thredds.catalog.DataFormatType as enum in order to break dependency of ucar.nc2 on server catalog
DataFormatType - Static variable in class thredds.client.catalog.Dataset
 
dataMap - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
dataset - Variable in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
Dataset - Class in thredds.client.catalog
A Client Catalog Dataset
Dataset(String, String, String, EnumSet<NetcdfDataset.Enhance>, FileFactory) - Constructor for class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
Dataset constructor.
Dataset(DatasetNode, String, Map<String, Object>, List<AccessBuilder>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.Dataset
 
Dataset(MFile) - Constructor for class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
datasetBuilder - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
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
 
datasetBuilders - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
datasetBuilders - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
DatasetConstructor - Class in ucar.nc2.dataset
Deprecated.
do not use
DatasetConstructor() - Constructor for class ucar.nc2.dataset.DatasetConstructor
Deprecated.
 
DatasetEnhancer - Class in ucar.nc2.internal.dataset
Helper class to enhance Datasets, with coordinate systems and scale/offset/missing
DatasetEnhancer(NetcdfDataset.Builder, Set<NetcdfDataset.Enhance>, CancelTask) - Constructor for class ucar.nc2.internal.dataset.DatasetEnhancer
 
DatasetHash - Static variable in class thredds.client.catalog.Catalog
 
DatasetHtmlWriter - Class in thredds.client.catalog.tools
Create Html from a dataset
DatasetHtmlWriter() - Constructor for class thredds.client.catalog.tools.DatasetHtmlWriter
 
datasetManager - Variable in class ucar.nc2.internal.ncml.Aggregation
 
datasetManager - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
DatasetNode - Class in thredds.client.catalog
node in a tree of datasets, superclass of Catalog and Dataset
DatasetNode(DatasetNode, String, Map<String, Object>, List<DatasetBuilder>) - Constructor for class thredds.client.catalog.DatasetNode
 
DatasetRoots - Static variable in class thredds.client.catalog.Catalog
 
datasets - Variable in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
datasets - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
datasets - Variable in class thredds.featurecollection.FeatureCollectionConfig.PointConfig
 
datasets - Variable in class ucar.nc2.internal.ncml.Aggregation
 
datasets - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
Datasets - Static variable in class thredds.client.catalog.Dataset
 
DatasetUrl - Class in ucar.nc2.dataset
Detection of the protocol from a location string.
DatasetUrl(ServiceType, String) - Constructor for class ucar.nc2.dataset.DatasetUrl
Deprecated.
use create()
dataSize - Variable in class ucar.unidata.io.RandomAccessFile
The size of the data stored in the buffer, in bytes.
DataSize - Static variable in class thredds.client.catalog.Dataset
 
dataType - Variable in class ucar.ma2.Array
 
dataType - Variable in class ucar.nc2.dataset.CoordinateSystem
 
dataType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
dataType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
dataType - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
dataType - Variable in class ucar.nc2.Variable.Builder
 
dataType - Variable in class ucar.nc2.Variable
 
Datatype - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Datatype - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
DataType - Enum in ucar.ma2
Type-safe enumeration of data types.
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Member
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
DATATYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
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).
dataVariables - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
dataVariables - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
dataVariables - Variable in class ucar.nc2.ft.point.collection.CompositePointCollection
 
dataVariables - Variable in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
dataVars - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
DataViewer - thredds.client.catalog.ServiceType.AccessType
 
date_created - Static variable in class ucar.nc2.constants.ACDD
 
date_modified - Static variable in class ucar.nc2.constants.ACDD
 
dateExtractor - Variable in class thredds.inventory.CollectionAbstract
 
DateExtractor - Interface in thredds.inventory
Knows how to extract a date from a MFile.
DateExtractorFromName - Class in thredds.inventory
Extract Date from filename, using DateFromString.getDateUsingSimpleDateFormat on the name or path
DateExtractorFromName(String, boolean) - Constructor for class thredds.inventory.DateExtractorFromName
Ctor
DateExtractorNone - Class in thredds.inventory
Always returns null
DateExtractorNone() - Constructor for class thredds.inventory.DateExtractorNone
 
dateFormatMark - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
dateFormatMark - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
dateFormatMark - Variable in class ucar.nc2.internal.ncml.Aggregation
 
dateFormatMark - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
dateFormatter - Variable in class ucar.nc2.internal.ncml.Aggregation
 
dateFormatter - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
DateFormatter - Class in ucar.nc2.units
Deprecated.
DateFormatter() - Constructor for class ucar.nc2.units.DateFormatter
Deprecated.
 
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 - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
DateRange - Class in ucar.nc2.units
Implements a range of dates, using DateType and/or TimeDuration.
DateRange() - Constructor for class ucar.nc2.units.DateRange
default Constructor
DateRange(Date, Date) - Constructor for class ucar.nc2.units.DateRange
Create Date Range from a start and end date
DateRange(Date, TimeDuration) - Constructor for class ucar.nc2.units.DateRange
Create Date Range from a start date and duration
DateRange(CalendarDateRange) - Constructor for class ucar.nc2.units.DateRange
 
DateRange(DateRange, String) - Constructor for class ucar.nc2.units.DateRange
Create DateRange from another DateRange, with a different units of resolution.
DateRange(DateType, DateType, TimeDuration, TimeDuration) - Constructor for class ucar.nc2.units.DateRange
Encapsulates a range of dates, using DateType start/end, and/or a TimeDuration.
DATERANGE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
dateRangeSubset - Variable in class ucar.nc2.ft.point.remote.StationCollectionStream
 
dateReferenceUnit - Static variable in class ucar.nc2.units.SimpleUnit
 
Dates - Static variable in class thredds.client.catalog.Dataset
 
DateSorter() - Constructor for class thredds.inventory.CollectionAbstract.DateSorter
 
DateType - Class in ucar.nc2.units
Implements the thredds "dateType" and "dateTypeFormatted" XML element types.
DateType() - Constructor for class ucar.nc2.units.DateType
no argument constructor for beans
DateType(boolean, Date) - Constructor for class ucar.nc2.units.DateType
Constructor using a java.util.Date
DateType(String, String, String) - Constructor for class ucar.nc2.units.DateType
Constructor.
DateType(String, String, String, Calendar) - Constructor for class ucar.nc2.units.DateType
Constructor.
DateType(CalendarDate) - Constructor for class ucar.nc2.units.DateType
Constructor using a java.util.CalendarDate
DateType(DateType) - Constructor for class ucar.nc2.units.DateType
copy constructor
DateUnit - Class in ucar.nc2.units
Handles udunits dates, represented as "n units of time since reference date" eg "1203 days since 1970-01-01 00:00:00".
DateUnit(double, String, Date) - Constructor for class ucar.nc2.units.DateUnit
Constructor that takes a value, timeUnitString, and a Date since
DateUnit(String) - Constructor for class ucar.nc2.units.DateUnit
Constructor.
dateUnits - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
Day - ucar.nc2.time.CalendarPeriod.Field
 
dayOfMonth() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
 
dayOfMonth() - Method in class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology
 
debug - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
debug - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
debug - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debug - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
debug - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
debug - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugAccess - Static variable in class ucar.unidata.io.RandomAccessFile
 
debugCache - Static variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
debugCaching - Static variable in class ucar.nc2.Variable
 
debugConvert - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugConvert - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugDateParse - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugDateParse - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugDump(PrintWriter, NetcdfDataset) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
debugFilter - Static variable in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
debugFilter - Static variable in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
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.
debugHeaderSize - Static variable in class ucar.nc2.internal.iosp.netcdf3.N3headerNew
 
debugHeaderSize - Static variable in class ucar.nc2.iosp.netcdf3.N3header
Deprecated.
 
debugInvocation - Static variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
debugLeaks - Static variable in class ucar.unidata.io.RandomAccessFile
 
debugOpenFile - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugOpenFile - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugParse - Static variable in class ucar.nc2.units.SimpleUnit
 
debugPos - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
debugProxy - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugProxy - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugRead - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugRead - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
debugRead - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugRecord - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
debugSize - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
debugSPIO - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
debugStride - Static variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
debugSyncDetail - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
debugSyncDetail - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
debugWriteData - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
decode(byte[]) - Method in class ucar.nc2.filter.Blosc
 
decode(byte[]) - Method in class ucar.nc2.filter.Checksum32
 
decode(byte[]) - Method in class ucar.nc2.filter.Deflate
 
decode(byte[]) - Method in class ucar.nc2.filter.Filter
 
decode(byte[]) - Method in class ucar.nc2.filter.ScaleOffset
 
decode(byte[]) - Method in class ucar.nc2.filter.Shuffle
 
decode(NcStreamProto.DataCol, Section) - Method in class ucar.nc2.stream.NcStreamDataCol
 
decodeAtt(NcStreamProto.Attribute) - Static method in class ucar.nc2.stream.NcStream
 
decodeDataResponse(CdmrFeatureProto.CoverageDataResponse) - Method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
decodeErrorMessage(NcStreamProto.Error) - Static method in class ucar.nc2.stream.NcStream
 
decodeGeoReferencedArray(CoverageDataResponse, CdmrFeatureProto.GeoReferencedArray) - Method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
decodeSection(NcStreamProto.Section) - Static method in class ucar.nc2.stream.NcStream
 
decodeStructureData(StructureMembers, ByteOrder, byte[]) - Static method in class ucar.nc2.stream.NcStream
 
decodeVlenData(NcStreamProto.DataCol) - Method in class ucar.nc2.stream.NcStreamDataCol
 
decr() - Method in class ucar.nc2.util.Indent
 
deepCopy(StationPointFeature) - Method in class ucar.nc2.ft.point.StationFeatureCopyFactory
 
deepCopy(PointFeature) - Method in class ucar.nc2.ft.point.PointFeatureCopyFactory
 
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
 
defaultBufferSize - Static variable in class ucar.unidata.io.RandomAccessFile
 
DefaultConvention - Class in ucar.nc2.dataset.conv
Default Coordinate Conventions.
DefaultConvention() - Constructor for class ucar.nc2.dataset.conv.DefaultConvention
 
DefaultConventions - Class in ucar.nc2.internal.dataset.conv
Default Coordinate Conventions.
DefaultConventions.Factory - Class in ucar.nc2.internal.dataset.conv
 
defaultCoordsSizeToCache - Static variable in class ucar.nc2.Variable
 
defaultMapArea - Variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
default map area
defaultMaxReadCacheSize - Static variable in class ucar.unidata.io.RemoteRandomAccessFile
 
defaultMaxRelativeDiffDouble - Static variable in class ucar.nc2.util.Misc
The default maximum relative difference that two doubles can have in order to be deemed nearly equal.
defaultMaxRelativeDiffFloat - Static variable in class ucar.nc2.util.Misc
The default maximum relative difference that two floats can have in order to be deemed nearly equal.
defaultRemoteFileBufferSize - Static variable in class ucar.unidata.io.RemoteRandomAccessFile
 
defaultRemoteFileTimeout - Static variable in class ucar.unidata.io.RemoteRandomAccessFile
 
defaultSizeToCache - Static variable in class ucar.nc2.Variable
 
defaultUnits - Variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
name of the default units for this projection
deflate() - Static method in class ucar.nc2.stream.NcStreamCompression
 
deflate(int) - Static method in class ucar.nc2.stream.NcStreamCompression
 
deflate(Formatter, DataBTree) - Method in class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
deflate(Formatter, DataBTree) - Method in class ucar.nc2.iosp.hdf5.H5diag
 
deflate(Formatter, Variable) - Method in class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
deflate(Formatter, Variable) - Method in class ucar.nc2.iosp.hdf5.H5diag
 
Deflate - Class in ucar.nc2.filter
Filter implementation of zlib compression.
Deflate(Map<String, Object>) - Constructor for class ucar.nc2.filter.Deflate
 
DEFLATE - ucar.nc2.stream.NcStreamProto.Compress
DEFLATE = 1;
DEFLATE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Compress
DEFLATE = 1;
Deflate.Provider - Class in ucar.nc2.filter
 
defNS - Static variable in class thredds.client.catalog.Catalog
 
degToRad(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
deleteAfter - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
deleteGlobalAttribute(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
deleteGroupAttribute(Group, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Delete a group Attribute.
deleteVariable(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
deleteVariableAttribute(Variable, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Delete a variable Attribute.
delimiter - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
DEPEND_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
dependenceType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
dependenceType - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
dependent - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
dependent - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
aux coordinate, reftime(time) or time_bounds(time);
dependent_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
aux coordinate, reftime(time) or time_bounds(time);
dependsOn - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
dependsOn - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
DEPENDSON_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
DEPTH - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "depth" variable name identifier
DEPTH - Static variable in class ucar.unidata.geoloc.vertical.OceanSG1
The "depth" variable name identifier
DEPTH - Static variable in class ucar.unidata.geoloc.vertical.OceanSG2
The "depth" variable name identifier
DEPTH - Static variable in class ucar.unidata.geoloc.vertical.OceanSigma
The "depth" variable name identifier
DEPTH_C - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "depth c" variable name identifier
DEPTH_C - Static variable in class ucar.unidata.geoloc.vertical.OceanSG1
The "depth c" variable name identifier
DEPTH_C - Static variable in class ucar.unidata.geoloc.vertical.OceanSG2
The "depth c" variable name identifier
derive(Object) - Method in interface ucar.nc2.util.TableParser.Transform
Deprecated.
 
desc - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
 
desc - Variable in class ucar.nc2.dataset.StructureDS.Builder
 
desc - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
desc - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
desc - Variable in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
DESC_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
DESC_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
descName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
describe(NetcdfDataset, Formatter) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
describe(NetcdfDataset, Formatter) - Static method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
describe(NetcdfDataset, CoordinateSystem, Formatter) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
describe(NetcdfDataset, CoordinateSystem, Formatter) - Static method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
description - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
description - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
DESCRIPTION - Static variable in class ucar.nc2.constants.CDM
 
DESCRIPTION_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
DESCRIPTION_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
detail() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
detail() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
dfrac(double, int) - Static method in class ucar.unidata.util.Format
Double value formatting with fixed number of digits to the right of the decimal point.
DIA - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
DIL - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
dimension - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
Dimension - Class in ucar.nc2
A Dimension is used to define the array shape of a Variable.
Dimension - ucar.nc2.constants.AxisType
 
Dimension(String, int) - Constructor for class ucar.nc2.Dimension
Constructor
Dimension(String, int, boolean) - Constructor for class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
Dimension(String, int, boolean, boolean, boolean) - Constructor for class ucar.nc2.Dimension
Constructor
Dimension(String, Dimension) - Constructor for class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
DIMENSION - ucar.nc2.CDMSort
Deprecated.
 
Dimension.Builder - Class in ucar.nc2
A builder of Dimensions.
dimensions - Variable in class ucar.nc2.Group
 
dimensions - Variable in class ucar.nc2.NetcdfFile
Deprecated.
dimensions - Variable in class ucar.nc2.Variable
 
Dimensions - Class in ucar.nc2
Static helper methods for Dimension.
Dimensions.FindDimensionByName - Interface in ucar.nc2
A Function that finds a Dimension by name.
dimName - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
dimName - Variable in class ucar.nc2.internal.ncml.Aggregation
 
dimName - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
DIMS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
DIR - Static variable in class thredds.inventory.CollectionAbstract
 
directory - thredds.featurecollection.FeatureCollectionConfig.PartitionType
 
DirectoryBuilder - Class in thredds.inventory.partition
A Builder of DirectoryPartitions and DirectoryCollections.
DirectoryBuilder(String, String, String) - Constructor for class thredds.inventory.partition.DirectoryBuilder
 
DirectoryBuilder(String, Path, BasicFileAttributes, String) - Constructor for class thredds.inventory.partition.DirectoryBuilder
Create a DirectoryBuilder for the named directory
DirectoryCollection - Class in thredds.inventory.partition
Manage MFiles from one directory.
DirectoryCollection(String, String, boolean, String, Logger) - Constructor for class thredds.inventory.partition.DirectoryCollection
 
DirectoryCollection(String, Path, boolean, String, Logger) - Constructor for class thredds.inventory.partition.DirectoryCollection
 
DirectoryCollection.Visitor - Interface in thredds.inventory.partition
 
DirectoryPartition - Class in thredds.inventory.partition
A Partition that uses directories to do the partitioning.
DirectoryPartition(FeatureCollectionConfig, Path, boolean, IndexReader, String, Logger) - Constructor for class thredds.inventory.partition.DirectoryPartition
 
disable() - Method in class ucar.nc2.util.cache.FileCache
Disable the cache, and force release all files.
disable() - Method in class ucar.nc2.util.cache.FileCacheARC
Disable the cache, and force release all files.
disable() - Method in class ucar.nc2.util.cache.FileCacheGuava
 
disable() - Method in interface ucar.nc2.util.cache.FileCacheIF
 
disableNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.disableNetcdfFileCache
disableNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDatasets
 
disallowFileTruncation - Static variable in class ucar.nc2.internal.iosp.netcdf3.N3headerNew
 
disallowFileTruncation - Static variable in class ucar.nc2.iosp.netcdf3.N3header
Deprecated.
 
discontiguousInterval - ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
 
discontiguousInterval - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
discontiguousInterval = 3;
discontiguousInterval_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
discontiguousInterval = 3;
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 - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
diskCache2 - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
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
 
distance(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
distance(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
divide - ucar.nc2.ft.point.standard.JoinArray.Type
 
dmsToDeg(double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
dmsToRad(double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
DO_INTERSECT - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
Documentation - Class in thredds.client.catalog
Client catalog documentation element
Documentation - Static variable in class thredds.client.catalog.Dataset
 
Documentation(String, URI, String, String, String) - Constructor for class thredds.client.catalog.Documentation
Constructor.
DODS - thredds.client.catalog.ServiceType
 
dodsname - Variable in class ucar.nc2.CDMNode
Deprecated.
 
domain - Variable in class ucar.nc2.dataset.CoordinateSystem
 
done - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
DONT_INTERSECT - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
Dorade2RadialAdapter - Class in ucar.nc2.dt.radial
Make a Dorade 2 NetcdfDataset into a RadialDataset.
Dorade2RadialAdapter() - Constructor for class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
Dorade2RadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.Dorade2RadialAdapter
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
dot(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
DOUBLE - ucar.ma2.DataType
 
DOUBLE - ucar.nc2.stream.NcStreamProto.Attribute.Type
DOUBLE = 6;
DOUBLE - ucar.nc2.stream.NcStreamProto.DataType
DOUBLE = 6;
DOUBLE - Static variable in class ucar.nc2.constants.CF
 
DOUBLE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
DOUBLE = 6;
DOUBLE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
DOUBLE = 6;
DRAW - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
ds - Variable in class ucar.nc2.dataset.CoordinateSystem
 
ds - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
dsg - Variable in class ucar.nc2.ft.point.PointFeatureImpl
 
DSG_REPRESENTATION - Static variable in class ucar.nc2.constants.CF
 
DsgCollectionHelper - Class in ucar.nc2.ft.point
Helper class for DsgFeatureCollection
DsgCollectionHelper(DsgFeatureCollection) - Constructor for class ucar.nc2.ft.point.DsgCollectionHelper
 
DsgCollectionImpl - Class in ucar.nc2.ft.point
Common methods for DsgFeatureCollection.
DsgCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.DsgCollectionImpl
 
DsgCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.DsgCollectionImpl
 
DsgFeatureCollection - Interface in ucar.nc2.ft
A collection of FeatureTypes.
DtCoverage - Class in ucar.nc2.ft2.coverage.adapter
fork ucar.nc2.dt.grid.GeoGrid for adaption of GridCoverage.
DtCoverage(DtCoverageDataset, DtCoverageCS, VariableDS) - Constructor for class ucar.nc2.ft2.coverage.adapter.DtCoverage
Constructor.
DtCoverageAdapter - Class in ucar.nc2.ft2.coverage.adapter
Adapt a DtCoverageDataset to a ucar.nc2.ft2.coverage.CoverageCollection This is how we read non-GRIB files into a Coverage, using the NetcdfDataset/CoordinateSystem.
DtCoverageCS - Class in ucar.nc2.ft2.coverage.adapter
fork ucar.nc2.dt.grid.GridCoordSys for adaption of GridCoverage.
DtCoverageCS(DtCoverageCSBuilder) - Constructor for class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
Create a GeoGridCoordSys from an existing Coordinate System.
DtCoverageCSBuilder - Class in ucar.nc2.ft2.coverage.adapter
Coverage CS classification and builder, using ucar.nc2.dataset.CoordinateSystem
DtCoverageDataset - Class in ucar.nc2.ft2.coverage.adapter
fork ucar.nc2.dt.grid for adaption to Coverage (this class can evolve as needed and not worry about backwards compatibility).
DtCoverageDataset(NetcdfDataset) - Constructor for class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Create a DtCoverageDataset from a NetcdfDataset.
DtCoverageDataset(NetcdfDataset, Formatter) - Constructor for class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Create a DtCoverageDataset from a NetcdfDataset.
DtCoverageDataset.Gridset - Class in ucar.nc2.ft2.coverage.adapter
This is a set of GeoGrids with the same GeoCoordSys.
DTR - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
DTYPE_KEY - Static variable in class ucar.nc2.filter.ScaleOffset.Keys
 
durl - Variable in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 

E

earth - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
Earth - Class in ucar.unidata.geoloc
Defines the shape of the earth ellipsoid.
Earth() - Constructor for class ucar.unidata.geoloc.Earth
Spherical earth with canonical radius.
Earth(double) - Constructor for class ucar.unidata.geoloc.Earth
Create a spherical earth.
Earth(double, double, double) - Constructor for class ucar.unidata.geoloc.Earth
Create an ellipsoidal earth.
Earth(double, double, double, String) - Constructor for class ucar.unidata.geoloc.Earth
Create an ellipsoidal earth with a name.
earth_radius - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
EARTH_RADIUS - Static variable in class ucar.nc2.constants.CF
 
EARTH_RADIUS - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
EarthEllipsoid - Class in ucar.unidata.geoloc
Type-safe enumeration of Earth Ellipsoids.
EarthEllipsoid(String, int, double, double, double) - Constructor for class ucar.unidata.geoloc.EarthEllipsoid
Constructor.
EarthLocation - Interface in ucar.unidata.geoloc
A location on the earth, specified by lat, lon and optionally altitude.
EarthLocationImpl - Class in ucar.unidata.geoloc
Deprecated.
only use EarthLocation in 6. This class will be renamed.
EarthLocationImpl() - Constructor for class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
EarthLocationImpl(double, double, double) - Constructor for class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
use EarthLocation.create
earthToElemLine(double, double, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform pixel center Earth coordinates (lon,lat) to integer FGF coordinates.
earthToFGF(double, double, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform Earth coordinates (lon,lat) to fractional FGF coordinates.
earthToSat(double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform geographic Earth coordinates to satellite view angle coordinate system also known as the "intermediate" coordinate system in CGMS Normalized Geostationary Projection.
eastwest - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
eccentricity - Variable in class ucar.unidata.geoloc.Earth
 
eccentricitySquared - Variable in class ucar.unidata.geoloc.Earth
 
ECFtoLLA(double, double, double, double, double) - Static method in class ucar.nc2.dataset.conv.Cosmic1Convention
comparing api to others
ECFtoLLA(double, double, double, double, double) - Static method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention
comparing api to others
EDU_UCAR_PREFIX - Static variable in class ucar.nc2.constants.CDM
 
eject(Object) - Method in class ucar.nc2.util.cache.FileCache
Remove all instances of object from the cache
eject(Object) - Method in class ucar.nc2.util.cache.FileCacheARC
LOOK copied from FileCache, probably wrong Remove all instances of object from the cache
eject(Object) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
eject(Object) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
eject(String) - Static method in class ucar.unidata.io.RandomAccessFile
 
ELEM_SIZE - Static variable in class ucar.nc2.filter.Filters.Keys
key mapping to element size
element(int) - Method in class ucar.ma2.Range
Get ith element
elementSize - Variable in class ucar.nc2.Variable
 
elementType - Variable in class ucar.ma2.ArrayObject
 
elemLineToEarth(int, int, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform integer FGF coordinates to (longitude, latitude) of pixel center The (i,j) pixel, zero-based, refers to the pixel center.
elev - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
Elev - ucar.nc2.ft.point.standard.Table.CoordName
 
elevAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
email - Variable in class thredds.client.catalog.ThreddsMetadata.Source
 
empty() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
empty() - Method in class ucar.nc2.NetcdfFile
Deprecated. 
empty(String) - Static method in class ucar.nc2.util.Optional
Deprecated.
 
EMPTY - Static variable in class ucar.ma2.Range
 
EMPTY - Static variable in class ucar.ma2.StructureData
 
EMPTY - Static variable in class ucar.nc2.ft.fmrc.TimeCoord
 
enable() - Method in class ucar.nc2.util.cache.FileCache
Enable the cache, with the current set of parameters.
enable() - Method in class ucar.nc2.util.cache.FileCacheARC
Enable the cache, with the current set of parameters.
enable() - Method in class ucar.nc2.util.cache.FileCacheGuava
 
enable() - Method in interface ucar.nc2.util.cache.FileCacheIF
 
enableDefaultGlobalFileCache() - Static method in class ucar.unidata.io.RandomAccessFile
 
encode(byte[]) - Method in class ucar.nc2.filter.Blosc
 
encode(byte[]) - Method in class ucar.nc2.filter.Checksum32
 
encode(byte[]) - Method in class ucar.nc2.filter.Deflate
 
encode(byte[]) - Method in class ucar.nc2.filter.Filter
 
encode(byte[]) - Method in class ucar.nc2.filter.ScaleOffset
 
encode(byte[]) - Method in class ucar.nc2.filter.Shuffle
 
encodeAtt(Attribute) - Static method in class ucar.nc2.stream.NcStream
 
encodeData2(String, boolean, Section, Array) - Method in class ucar.nc2.stream.NcStreamDataCol
 
encodeData3(String, boolean, Section, Array) - Method in class ucar.nc2.stream.NcStreamDataRow
 
encodeDataProto(String, DataType, Section, boolean, int) - Static method in class ucar.nc2.stream.NcStream
 
encodeDataResponse(Iterable<CoverageCoordAxis>, Iterable<CoverageCoordSys>, Iterable<CoverageTransform>, List<GeoReferencedArray>, boolean) - Method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
encodeErrorMessage(String) - Static method in class ucar.nc2.stream.NcStream
 
encodeForCdmrfDataRequest(Formatter, String) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
encodeGeoReferencedArray(GeoReferencedArray, boolean) - Method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
encodePointFeature(PointFeature) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
encodePointFeatureCollection(String, String, String, PointFeature) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
encodeSection(Section) - Static method in class ucar.nc2.stream.NcStream
 
encodeStations(List<Station>) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
EncodingInfo() - Constructor for class ucar.nc2.ft.point.standard.plug.CFpointObs.EncodingInfo
 
End - ucar.nc2.ft.point.remote.PointStream.MessageType
 
END_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
endDate - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
endOfFile - Variable in class ucar.unidata.io.RandomAccessFile
True if we are at the end of the file.
endValue - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
endValue - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
ENDVALUE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
enfn(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
enhance - Variable in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
enhance() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
enhance() - Method in class ucar.nc2.internal.dataset.DatasetEnhancer
 
enhance(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
enhance(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
do not use
enhance(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
enhance(Set<NetcdfDataset.Enhance>) - Method in interface ucar.nc2.dataset.VariableEnhanced
Deprecated.
do not use
enhance(NetcdfFile, Set<NetcdfDataset.Enhance>, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Make NetcdfFile into NetcdfDataset and enhance if needed
Enhancement - Interface in ucar.nc2.filter
 
Enhancements - Interface in ucar.nc2.dataset
Deprecated.
do not use
enhanceMode - Variable in class ucar.nc2.dataset.VariableDS.Builder
 
enhanceNeeded(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Do not use.
enhanceNeeded(Set<NetcdfDataset.Enhance>, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.internal.dataset.DatasetEnhancer
 
enhanceScaleMissing - Static variable in class ucar.nc2.dataset.StructurePseudoDS
 
EnhanceScaleMissingUnsigned - Interface in ucar.nc2.dataset
Deprecated.
use implementations in Filter package
ensAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
ensCoord - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
EnsCoord - Class in ucar.nc2.ft.fmrc
Represents a ensemble coordinate shared among variables
Ensemble - ucar.nc2.constants.AxisType
 
Ensemble - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Ensemble = 1;
ENSEMBLE - Static variable in class ucar.nc2.constants.CF
 
Ensemble_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Ensemble = 1;
ensembles - Variable in class ucar.nc2.ft.fmrc.EnsCoord
 
ensTypes - Variable in class ucar.nc2.ft.fmrc.EnsCoord
 
entries - Variable in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
Entry2() - Constructor for class ucar.nc2.iosp.hdf5.BTree2.Entry2
 
entryList - Variable in class ucar.nc2.iosp.hdf5.BTree2
 
ENUM1 - ucar.ma2.DataType
 
ENUM1 - ucar.nc2.stream.NcStreamProto.DataType
ENUM1 = 10;
ENUM1_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
ENUM1 = 10;
ENUM2 - ucar.ma2.DataType
 
ENUM2 - ucar.nc2.stream.NcStreamProto.DataType
ENUM2 = 11;
ENUM2_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
ENUM2 = 11;
ENUM4 - ucar.ma2.DataType
 
ENUM4 - ucar.nc2.stream.NcStreamProto.DataType
ENUM4 = 12;
ENUM4_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
ENUM4 = 12;
ENUMERATION - ucar.nc2.CDMSort
Deprecated.
 
enumsAreEqual(EnumTypedef, EnumTypedef) - Method in class ucar.nc2.util.CompareNetcdf2
 
enumsAreEqual(EnumTypedef, EnumTypedef) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
 
ENUMTYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
EnumTypedef - Class in ucar.nc2
A named map from integers to Strings; a user-defined Enum used as a Variable's data type.
EnumTypedef(String, Map<Integer, String>) - Constructor for class ucar.nc2.EnumTypedef
Make an EnumTypedef with base type ENUM4.
EnumTypedef(String, Map<Integer, String>, DataType) - Constructor for class ucar.nc2.EnumTypedef
Make an EnumTypedef setting the base type (must be ENUM1, ENUM2, ENUM4).
enumTypedefs - Variable in class ucar.nc2.Group.Builder
 
enumTypedefs - Variable in class ucar.nc2.Group
 
enumTypeize(DataType) - Static method in enum ucar.ma2.DataType
 
ENUMTYPES_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
Eos - ucar.nc2.ft.point.remote.PointStream.MessageType
 
EpicInsitu - Class in ucar.nc2.dataset.conv
"Epic In Situ", dapper conventions.
EpicInsitu() - Constructor for class ucar.nc2.dataset.conv.EpicInsitu
 
EPS10 - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
EPSG_OGC_CF_Helper - Class in ucar.unidata.geoloc.ogc
Deprecated.
will move in ver6
EPSG_OGC_CF_Helper() - Constructor for class ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper
Deprecated.
 
EPSG_OGC_CF_Helper.ProjectionStandardsInfo - Enum in ucar.unidata.geoloc.ogc
Deprecated.
 
equals(Object) - Method in class thredds.client.catalog.Access
 
equals(Object) - Method in class thredds.client.catalog.Documentation
 
equals(Object) - Method in class thredds.client.catalog.Property
 
equals(Object) - Method in class thredds.client.catalog.Service
 
equals(Object) - Method in class ucar.ma2.Range
Range elements with same first, last, stride are equal.
equals(Object) - Method in class ucar.ma2.RangeScatter
 
equals(Object) - Method in class ucar.ma2.Section
Sections with equals Ranges are equal.
equals(Object) - Method in class ucar.ma2.StructureMembers
 
equals(Object) - Method in class ucar.ma2.StructureMembers.Member
 
equals(Object) - Method in class ucar.nc2.Attribute
Instances which have same content are equal.
equals(Object) - Method in class ucar.nc2.dataset.CoordinateAxis
Instances which have same content are equal.
equals(Object) - Method in class ucar.nc2.dataset.CoordinateSystem
Instances which have same name, axes and transforms are equal.
equals(Object) - Method in class ucar.nc2.dataset.CoordinateTransform
Instances which have same name, authority and parameters are equal.
equals(Object) - Method in class ucar.nc2.dataset.DatasetUrl
 
equals(Object) - Method in class ucar.nc2.Dimension
 
equals(Object) - Method in class ucar.nc2.dt.grid.GeoGrid
Instances which have same name and coordinate system are equal.
equals(Object) - Method in class ucar.nc2.EnumTypedef
 
equals(Object) - Method in class ucar.nc2.ft.fmrc.TimeCoord.Tinv
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
equals(Object) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
equals(Object) - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
equals(Object) - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Instances which have same name and coordinate system are equal.
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
equals(Object) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
equals(Object) - Method in class ucar.nc2.Group
Instances which have same name and parent are equal.
equals(Object) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Data
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Error
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Group
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Header
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Member
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Range
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Section
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
equals(Object) - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
equals(Object) - Method in class ucar.nc2.time.CalendarDate
 
equals(Object) - Method in class ucar.nc2.time.CalendarDateRange
 
equals(Object) - Method in class ucar.nc2.time.CalendarDateUnit
 
equals(Object) - Method in class ucar.nc2.time.CalendarDuration
 
equals(Object) - Method in class ucar.nc2.time.CalendarPeriod
 
equals(Object) - Method in class ucar.nc2.units.DateRange
 
equals(Object) - Method in class ucar.nc2.units.DateType
 
equals(Object) - Method in class ucar.nc2.units.TimeDuration
TimeDurations with same value in seconds are equals
equals(Object) - Method in class ucar.nc2.units.TimeUnit
TimeUnits with same value and unitString are equal
equals(Object) - Method in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
equals(Object) - Method in class ucar.nc2.util.reflect.ProxyGenerator.MethodComparator
 
equals(Object) - Method in class ucar.nc2.util.reflect.PublicInterfaceGenerator.MethodComparator
 
equals(Object) - Method in class ucar.nc2.Variable
Instances which have same content are equal.
equals(Object) - Method in class ucar.unidata.geoloc.Earth
 
equals(Object) - Method in class ucar.unidata.geoloc.EarthEllipsoid
Objects with same name are equal.
equals(Object) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
 
equals(Object) - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
 
equals(Object) - Method in class ucar.unidata.geoloc.LatLonRect
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
 
equals(Object) - Method in interface ucar.unidata.geoloc.Projection
Check for equality with the object in question
equals(Object) - Method in class ucar.unidata.geoloc.projection.FlatEarth
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.LambertConformal
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
See if this projection equals the object in question
equals(Object) - Method in class ucar.unidata.geoloc.projection.Mercator
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.Orthographic
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.Stereographic
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
equals(Object) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
equals(Object) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Returns true if this represents the same Projection as proj.
equals(Object) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
equals(Object) - Method in class ucar.unidata.geoloc.ProjectionRect
 
equals(Object) - Method in class ucar.unidata.util.Parameter
 
equals(Array, Array) - Static method in class ucar.ma2.MAMath
Returns true if the specified arrays have the same data type, shape, and equal corresponding elements.
equalsData(EnsCoord) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
equalsData(TimeCoord) - Method in class ucar.nc2.ft.fmrc.TimeCoord
Instances that have the same offsetHours/bounds and runtime are equal
equalsData(VertCoord) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
equalShape(Section) - Method in class ucar.ma2.Section
 
equalsMapOnly(Object) - Method in class ucar.nc2.EnumTypedef
 
EQUATOR - Static variable in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
equatorRadius - Variable in class ucar.unidata.geoloc.Earth
 
EquidistantAzimuthalProjection - Class in ucar.unidata.geoloc.projection.proj4
AzimuthalEquidistant Projection.
EquidistantAzimuthalProjection() - Constructor for class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
EquidistantAzimuthalProjection(double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
equivalent(int[]) - Method in class ucar.ma2.Section
Is this section equivilent to the given shape.
equivilantName(String, String) - Static method in class ucar.nc2.wmo.Util
Deprecated.
Compare two names from tables, trying to ignore superfulous characters.
EREQ - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
errlog - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
errLog - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
error - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
Error - ucar.nc2.ft.point.remote.PointStream.MessageType
 
escape(String, String) - Static method in class ucar.unidata.util.StringUtil2
Escape any char not alphanumeric or in okChars.
escapeDAPIdentifier(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the DAP escape identifier function.
escapeOGC(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the OGC Web Services escape function.
EscapeStrings - Class in ucar.nc2.util
 
EscapeStrings() - Constructor for class ucar.nc2.util.EscapeStrings
 
escapeURL(String) - Static method in class ucar.nc2.util.EscapeStrings
Deprecated.
do not use
escapeURLQuery(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the DEFINITIVE URL constraint expression escape function.
ESML - ucar.nc2.constants.DataFormatType
 
ETA - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The eta variable name identifier
ETA - Static variable in class ucar.unidata.geoloc.vertical.OceanSG1
The eta variable name identifier
ETA - Static variable in class ucar.unidata.geoloc.vertical.OceanSG2
The eta variable name identifier
ETA - Static variable in class ucar.unidata.geoloc.vertical.OceanSigma
The eta variable name identifier
Evaluator - Class in ucar.nc2.ft.point.standard
Helper routines for Nested Tables
Evaluator.VarAtt - Class in ucar.nc2.ft.point.standard
 
exclude - ucar.nc2.FileWriter2.N3StructureStrategy
Deprecated.
 
execute(double[], double) - Method in class ucar.nc2.dataset.conv.Cosmic1Convention
 
execute(double[], double) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention
 
executor - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
executor - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
Existing3DField - ucar.nc2.dataset.VerticalCT.Type
 
existingDataField - Static variable in class ucar.unidata.geoloc.vertical.VTfromExistingData
The name of the Parameter whose value is the variable that contains the 2D Height or Pressure field
exists() - Method in class thredds.filesystem.MFileOS
 
exists() - Method in class thredds.filesystem.MFileOS7
 
exists() - Method in interface thredds.inventory.MFile
Check if the MFile exists
exit() - Static method in class ucar.nc2.util.DiskCache2
Be sure to call this when your application exits, otherwise your process may not exit without being killed.
expires - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
Expires - Static variable in class thredds.client.catalog.Catalog
 
explicit - Variable in class thredds.featurecollection.FeatureCollectionConfig.PointConfig
 
explicitDatasets - Variable in class ucar.nc2.internal.ncml.Aggregation
 
explicitDatasets - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
extend(Date) - Method in class ucar.nc2.units.DateRange
Extend this date range by the given Date.
extend(CollectionInfo) - Method in class ucar.nc2.ft.point.CollectionInfo
 
extend(CalendarDateRange) - Method in class ucar.nc2.time.CalendarDateRange
 
extend(DateRange) - Method in class ucar.nc2.units.DateRange
Extend this date range by the given one.
extend(LatLonPoint) - Method in class ucar.unidata.geoloc.LatLonRect
Deprecated.
use LatLonRect.extend()
extend(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
Deprecated.
use LatLonRect.extend()
extend(LatLonRect, LatLonPoint) - Static method in class ucar.unidata.geoloc.LatLonRect
Extend the bounding box to contain this point.
extend(LatLonRect, LatLonRect) - Static method in class ucar.unidata.geoloc.LatLonRect
Extend the bounding box to contain another bounding box.
EXTERNAL_VARIABLES - Static variable in class ucar.nc2.constants.CF
 
ExternalDataFiles - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
ExternalDataFiles - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
extra - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
extract() - Method in class thredds.client.catalog.tools.ThreddsMetadataAcdd
 
extractDate(MFile) - Method in class thredds.inventory.CollectionAbstract
 
extractDate(MFile) - Method in interface thredds.inventory.MCollection
Use the date extractor to extract the date from the filename.
extractGeospatialCoverage() - Method in class thredds.client.catalog.tools.ThreddsMetadataAcdd
 
extractMemberArray(StructureMembers.Member) - Method in class ucar.ma2.ArraySequence
 
extractMemberArray(StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Extract data for one member, over all structures.
extractTimeCoverage() - Method in class thredds.client.catalog.tools.ThreddsMetadataAcdd
 
extraInfo() - Method in class ucar.nc2.dataset.conv.NUWGConvention
 
extraInfo() - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention
 
extraInfo() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
extraInfo() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
extraInfo() - Method in class ucar.nc2.Variable
 
extraJoin - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
extras - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 

F

f - Variable in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
factory(boolean, List<CoverageCoordAxis>) - Static method in class ucar.nc2.ft2.coverage.CoordsSet
 
factory(double, double, double) - Static method in class ucar.unidata.geoloc.projection.Stereographic
Construct a Stereographic Projection using latitude of true scale and calculating scale factor.
factory(int) - Static method in class ucar.unidata.util.GaussianLatitudes
 
factory(int[]) - Static method in class ucar.ma2.Index
Generate a subclass of Index optimized for this array's rank
factory(String) - Static method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
: use GridDataset.open().
factory(String) - Static method in class ucar.nc2.units.DateUnit
 
factory(String) - Static method in class ucar.nc2.units.SimpleUnit
Create a SimpleUnit from the given name, catch Exceptions.
factory(String, AttributeContainer) - Static method in class ucar.nc2.ft2.coverage.TimeHelper
 
factory(String, FeatureType, MFileCollectionManager, Formatter) - Static method in class ucar.nc2.ft.point.collection.CompositeDatasetFactory
 
factory(FeatureCollectionConfig, Path, boolean, IndexReader, String, Logger) - Static method in class thredds.inventory.partition.DirectoryBuilder
 
factory(ArrayStructureBB, Section) - Static method in class ucar.ma2.ArrayStructureBBsection
Make a section of an ArrayStructureBB
factory(DataType, int[]) - Static method in class ucar.ma2.Array
Generate new Array with given dataType and shape and zeroed storage.
factory(DataType, int[], Object) - Static method in class ucar.ma2.Array
Generate new Array with given dataType, shape, storage.
factory(DataType, int[], ByteBuffer) - Static method in class ucar.ma2.Array
Create an Array from a ByteBuffer
factory(DataType, Index, Object) - Static method in class ucar.ma2.Array
 
factory(FeatureType, String) - Static method in class ucar.nc2.ft.remote.CdmrFeatureDataset
 
factory(NetcdfDataset.Builder, CancelTask) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Get a CoordSystemBuilder whose job it is to add Coordinate information to a NetcdfDataset.Builder.
factory(NetcdfDataset, VariableDS) - Static method in class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use CoordinateAxis.fromVariableDS()
factory(NetcdfDataset, VariableDS, Formatter) - Static method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
factory(NetcdfDataset, TableConfig) - Static method in class ucar.nc2.ft.point.standard.Table
 
factory(NetcdfDataset, CancelTask) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Get a CoordSysBuilder whose job it is to add Coordinate information to a NetcdfDataset.
factory(TableConfigurer, FeatureType, NetcdfDataset) - Static method in class ucar.nc2.ft.point.standard.TableAnalyzer
Create a TableAnalyser for this dataset with the given TableConfigurer
factory(DtCoverageDataset, Formatter) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageAdapter
 
factory(CoverageCoordAxis1D, CoverageCoordAxis1D, CoverageCoordAxis, CoverageCoordAxis, CoverageTransform) - Static method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
factory(CalendarPeriod) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
factory(Nc4Chunking.Strategy, int, boolean) - Static method in class ucar.nc2.write.Nc4ChunkingStrategy
 
factory(Projection) - Static method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Create a ProjectionImpl from the projection
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.ADASConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.ATDRadarConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.AWIPSConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.AWIPSSatConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.CEDRICRadarConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.CF1Convention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.Cosmic1Convention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.DefaultConventions.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.FslWindProfiler.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.GDVConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.GIEFConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.HdfEosModisConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.HdfEosOmiConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.IFPSConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.M3IOConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.MADISStation.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.Nimbus.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.NUWGConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.Suomi.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.UnidataObsConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.WRFConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.conv.ZebraConvention.Factory
 
Factory() - Constructor for class ucar.nc2.internal.dataset.CoordSystemBuilder.Factory
 
factoryConstant(DataType, int[], Object) - Static method in class ucar.ma2.Array
Generate new Array with given type and shape and an Index that always return 0.
factoryCopy(DataType, int[], List<Array>) - Static method in class ucar.ma2.Array
Combine list of Arrays by copying the underlying Arrays into a single primitive array
factoryMA(ArrayStructure) - Static method in class ucar.ma2.ArrayStructureMA
Turn any ArrayStructure into a ArrayStructureMA
factoryMA(Structure, int[]) - Static method in class ucar.ma2.ArrayStructureMA
Create an ArrayStructure for a Structure.
factoryWithExceptions(String) - Static method in class ucar.nc2.units.SimpleUnit
Create a SimpleUnit from the given name, allow Exceptions.
false_easting - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
FALSE_EASTING - Static variable in class ucar.nc2.constants.CF
 
false_northing - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
FALSE_NORTHING - Static variable in class ucar.nc2.constants.CF
 
fatalError - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
fatalError - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
fatalError - Variable in class thredds.featurecollection.FeatureCollectionConfigBuilder
 
FD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
feature_id - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
FEATURE_TYPE - Static variable in class ucar.nc2.constants.CF
 
FeatureCollectionConfig - Class in thredds.featurecollection
FeatureCollection configuration
FeatureCollectionConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig
 
FeatureCollectionConfig(String, String, FeatureCollectionType, String, String, String, String, String, Element) - Constructor for class thredds.featurecollection.FeatureCollectionConfig
 
FeatureCollectionConfig.BestDataset - Class in thredds.featurecollection
 
FeatureCollectionConfig.FmrcConfig - Class in thredds.featurecollection
 
FeatureCollectionConfig.FmrcDatasetType - Enum in thredds.featurecollection
 
FeatureCollectionConfig.GribConfig - Class in thredds.featurecollection
 
FeatureCollectionConfig.GribDatasetType - Enum in thredds.featurecollection
 
FeatureCollectionConfig.GribIntvFilter - Class in thredds.featurecollection
 
FeatureCollectionConfig.PartitionType - Enum in thredds.featurecollection
 
FeatureCollectionConfig.PointConfig - Class in thredds.featurecollection
 
FeatureCollectionConfig.PointDatasetType - Enum in thredds.featurecollection
 
FeatureCollectionConfig.ProtoChoice - Enum in thredds.featurecollection
 
FeatureCollectionConfig.ProtoConfig - Class in thredds.featurecollection
 
FeatureCollectionConfig.TimeUnitConverterHash - Class in thredds.featurecollection
 
FeatureCollectionConfig.UpdateConfig - Class in thredds.featurecollection
 
FeatureCollectionConfigBuilder - Class in thredds.featurecollection
Read the element.
FeatureCollectionConfigBuilder(Formatter) - Constructor for class thredds.featurecollection.FeatureCollectionConfigBuilder
 
FeatureCollectionType - Enum in thredds.featurecollection
FeatureCollection Types
featureDataset - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
FeatureDataset - Interface in ucar.nc2.ft
Superclass for "scientific feature type" datasets.
FeatureDatasetCapabilitiesWriter - Class in ucar.nc2.ft.point.writer
generate capabilities XML for a FeatureDatasetPoint / StationTimeSeriesFeatureCollection
FeatureDatasetCapabilitiesWriter - Class in ucar.nc2.ft.point.writer2
generate capabilities XML for a FeatureDatasetPoint / StationTimeSeriesFeatureCollection
FeatureDatasetCapabilitiesWriter(FeatureDatasetPoint, String) - Constructor for class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
FeatureDatasetCapabilitiesWriter(FeatureDatasetPoint, String) - Constructor for class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
FeatureDatasetCoverage - Class in ucar.nc2.ft2.coverage
A FeatureDataset with Coverage Features.
FeatureDatasetCoverage(String, Closeable, CoverageCollection) - Constructor for class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
FeatureDatasetCoverage(String, AttributeContainer, Closeable, List<CoverageCollection>) - Constructor for class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
FeatureDatasetFactory - Interface in ucar.nc2.ft
Interface for factories that wrap a NetcdfDataset with a FeatureDataset.
FeatureDatasetFactoryManager - Class in ucar.nc2.ft
Manager of factories for FeatureDatasets opened as NetcdfDatasets.
FeatureDatasetFactoryManager() - Constructor for class ucar.nc2.ft.FeatureDatasetFactoryManager
 
FeatureDatasetImpl - Class in ucar.nc2.ft
Abstract superclass for implementations of FeatureDataset.
FeatureDatasetImpl() - Constructor for class ucar.nc2.ft.FeatureDatasetImpl
No-arg constuctor
FeatureDatasetImpl(String, String, String) - Constructor for class ucar.nc2.ft.FeatureDatasetImpl
Constructor when theres no NetcdfFile underneath.
FeatureDatasetImpl(NetcdfDataset) - Constructor for class ucar.nc2.ft.FeatureDatasetImpl
Constructor when theres a NetcdfFile underneath
FeatureDatasetImpl(FeatureDatasetImpl) - Constructor for class ucar.nc2.ft.FeatureDatasetImpl
 
FeatureDatasetPoint - Interface in ucar.nc2.ft
A FeatureDataset, composed of one or more DsgFeatureCollections.
FeatureId - ucar.nc2.ft.point.standard.Table.CoordName
 
FeatureMaker - Interface in ucar.nc2.ft.point.remote
Interface for deserializing a PointFeature.
FeatureScan - Class in ucar.nc2.ft2.scan
Deprecated.
do not use.
FeatureScan(String, boolean) - Constructor for class ucar.nc2.ft2.scan.FeatureScan
Deprecated.
 
FeatureScan.Bean - Class in ucar.nc2.ft2.scan
Deprecated.
 
featureType - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
featureType - Variable in class ucar.nc2.ft.point.PointDatasetImpl
 
featureType - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
FeatureType - Enum in ucar.nc2.constants
Enumeration of CDM Feature types, aka "Scientific Data Types".
FeatureType - Static variable in class thredds.client.catalog.Dataset
 
featureTypeAtt2 - Static variable in class ucar.nc2.constants.CF
 
featureTypeAtt3 - Static variable in class ucar.nc2.constants.CF
 
featureTypeOk(FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
featureTypeOk(FeatureType, FeatureType) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Determine if factory type matches wanted feature type.
FGFtoEarth(double, double, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform fractional FGF coordinates to (longitude, latitude).
FGFtoSat(double, double, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform fractional FGF coordinates to (lamda, theta) radians.
FID - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
Field() - Constructor for class ucar.nc2.util.TableParser.Field
Deprecated.
 
FIELD_ATTS - Static variable in class ucar.nc2.constants.CDM
 
file - thredds.featurecollection.FeatureCollectionConfig.PartitionType
 
file - Variable in class ucar.unidata.io.RandomAccessFile
The underlying java.io.RandomAccessFile.
File - thredds.client.catalog.ServiceType
 
FILE - Static variable in class thredds.inventory.CollectionAbstract
 
FILE_FORMAT - Static variable in class ucar.nc2.constants.CDM
 
fileCache - Variable in class ucar.nc2.dt.grid.GridDataset
 
fileCache - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
fileCache - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
FileCache - Class in ucar.nc2.util.cache
Keep cache of open FileCacheable objects, for example NetcdfFile.
FileCache(int, int, int) - Constructor for class ucar.nc2.util.cache.FileCache
Constructor.
FileCache(int, int, int, int) - Constructor for class ucar.nc2.util.cache.FileCache
Constructor.
FileCache(String, int, int, int, int) - Constructor for class ucar.nc2.util.cache.FileCache
Constructor.
FileCache(String, int, int, int, int, boolean) - Constructor for class ucar.nc2.util.cache.FileCache
Constructor.
FileCacheable - Interface in ucar.nc2.util.cache
Interface for files that can be stored in FileCache.
FileCacheARC - Class in ucar.nc2.util.cache
ARC cach algorithm not complete.
FileCacheARC(String, int, int, int, int) - Constructor for class ucar.nc2.util.cache.FileCacheARC
Constructor.
FileCacheGuava - Class in ucar.nc2.util.cache
Memory cache using guava cache
FileCacheGuava(String, int) - Constructor for class ucar.nc2.util.cache.FileCacheGuava
 
FileCacheIF - Interface in ucar.nc2.util.cache
An interface to a FileCache
FileCacheNOP - Class in ucar.nc2.util.cache
A FileCache that does nothing when release() is called.
FileCacheNOP() - Constructor for class ucar.nc2.util.cache.FileCacheNOP
 
fileChannel - Variable in class ucar.unidata.io.RandomAccessFile
 
FileFactory - Interface in ucar.nc2.util.cache
Interface for factories of FileCacheable objects.
FilePartition - Class in thredds.inventory.partition
A Partition consisting of single files, each is a GribCollection.
FilePartition(String, Path, boolean, String, Logger) - Constructor for class thredds.inventory.partition.FilePartition
 
filePos - Variable in class ucar.nc2.iosp.hdf5.DataBTree.DataChunk
 
filePos - Variable in class ucar.nc2.iosp.LayoutTiled.DataChunk
 
filePos - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
filePos - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
filePosition - Variable in class ucar.unidata.io.RandomAccessFile
The offset in bytes from the file start, of the next read or write operation.
files - Variable in class ucar.nc2.util.cache.FileCache
 
files - Variable in class ucar.nc2.util.cache.FileCacheARC
 
Files - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
Files - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
Files - thredds.featurecollection.FeatureCollectionConfig.PointDatasetType
 
filesSortIncreasing - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
FileWriter2 - Class in ucar.nc2
Deprecated.
use NetcdfCopier (library) or Nccopy (command line)
FileWriter2(NetcdfFile, String, NetcdfFileWriter.Version, Nc4Chunking) - Constructor for class ucar.nc2.FileWriter2
Deprecated.
Use this constructor to copy entire file.
FileWriter2(NetcdfFileWriter) - Constructor for class ucar.nc2.FileWriter2
Deprecated.
Use this constructor to copy specific variables to new file.
FileWriter2.ChunkingIndex - Class in ucar.nc2
Deprecated.
use ucar.nc2.write.ChunkingIndex
FileWriter2.N3StructureStrategy - Enum in ucar.nc2
Deprecated.
do not use
fill - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
fill(Section, int[]) - Static method in class ucar.ma2.Section
Return a Section guaranteed to be non null, with no null Ranges, and within the bounds set by shape.
FILL_VALUE - Static variable in class ucar.nc2.constants.CDM
 
fillNonRecordVariables() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
fillRecordVariables(int, int) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
FillValue - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
FillValue - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
fillValueIsMissing - Static variable in class ucar.nc2.dataset.NetcdfDataset
 
fillValueIsMissing() - Method in class ucar.nc2.dataset.VariableDS
 
FillValueOld - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
FillValueOld - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
filter - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
filter(int, int, int, int) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
filter(String, String) - Static method in class ucar.unidata.util.StringUtil2
Remove any char not alphanumeric or in okChars.
filter(AttributeContainer, String...) - Static method in interface ucar.nc2.AttributeContainer
Create a new AttributeContainer, removing any whose name starts with one in the given list.
filter(AttributeContainer, String...) - Static method in class ucar.nc2.AttributeContainerHelper
Deprecated.
use AttributeContainer.filter().
filter(PointFeature) - Method in class ucar.nc2.ft.point.PointIteratorFiltered.SpaceAndTimeFilter
 
filter(PointFeature) - Method in interface ucar.nc2.ft.PointFeatureIterator.Filter
True if the PointFeature passes this filter
filter(PointFeatureCC) - Method in interface ucar.nc2.ft.PointFeatureCCIterator.Filter
Filter collections.
filter(PointFeatureCollection) - Method in interface ucar.nc2.ft.PointFeatureCollectionIterator.Filter
Filter collections.
Filter - Class in ucar.nc2.filter
A class implementing a conversion to be applied on large chunk of data
Filter() - Constructor for class ucar.nc2.filter.Filter
 
filter_bb - Variable in class ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
 
filter_date - Variable in class ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
 
filter7bits(String) - Static method in class ucar.unidata.util.StringUtil2
Remove all but printable ascii
FilterHelpers - Class in ucar.nc2.filter
 
FilterHelpers() - Constructor for class ucar.nc2.filter.FilterHelpers
 
filterList - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
filterMask - Variable in class ucar.nc2.iosp.hdf5.DataBTree.DataChunk
 
FilterNegate - Class in thredds.inventory.filter
return the negation of the wrapped filter
FilterNegate(MFileFilter) - Constructor for class thredds.inventory.filter.FilterNegate
 
filterOnName - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
FilterPipeline - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
FilterPipeline - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
FilterProvider - Interface in ucar.nc2.filter
A Service Provider of Filter.
Filters - Class in ucar.nc2.filter
 
Filters() - Constructor for class ucar.nc2.filter.Filters
 
Filters.Keys - Class in ucar.nc2.filter
Set of common properties used by Filters
find(String) - Method in class ucar.ma2.Section
Find a Range by its name.
find(String, String) - Static method in class ucar.nc2.util.rc.RC
Deprecated.
Allow users to search the default rc
findAccess(String) - Method in class thredds.client.catalog.Dataset
Get access element that matches the given access standard URL.
findAttribute(String) - Method in interface ucar.nc2.AttributeContainer
Find an Attribute by exact match on name.
findAttribute(String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
findAttribute(String) - Method in class ucar.nc2.AttributeContainerMutable
 
findAttribute(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
Deprecated.
use attributes()
findAttribute(String) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
Deprecated.
use attributes()
findAttribute(String) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
findAttribute(String) - Method in class ucar.nc2.Group
Find the attribute by name, return null if not exist
findAttribute(String) - Method in class ucar.nc2.NetcdfFile
Find an attribute, with the specified (escaped full) name.
findAttribute(String) - Method in class ucar.nc2.Variable
Find the attribute by name, return null if not exist
findAttribute(String) - Method in interface ucar.nc2.VariableIF
Deprecated.
Use attributes()
findAttributeDouble(String, double) - Method in interface ucar.nc2.AttributeContainer
Find a Numeric Attribute by name (ignore case), return the double value of the Attribute.
findAttributeDouble(String, double) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
findAttributeDouble(String, double) - Method in class ucar.nc2.AttributeContainerMutable
 
findAttributeDouble(String, double) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
findAttributeDouble(String, double) - Method in class ucar.nc2.Group
Deprecated.
Use attributes().findAttributeDouble()
findAttributeDouble(String, double) - Method in class ucar.nc2.Variable
Deprecated.
Use attributes()
findAttributeIgnoreCase(String) - Method in interface ucar.nc2.AttributeContainer
Find an Attribute by name, first doing an exact match, then ignoring case.
findAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
findAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerMutable
 
findAttributeIgnoreCase(String) - Method in class ucar.nc2.dt.grid.GeoGrid
Convenience function; lookup Attribute by name.
findAttributeIgnoreCase(String) - Method in interface ucar.nc2.dt.GridDatatype
Convenience function; lookup Attribute by name.
findAttributeIgnoreCase(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
findAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Convenience function; lookup Attribute by name.
findAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.Coverage
 
findAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
Deprecated.
use attributes()
findAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
findAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
findAttributeIgnoreCase(String) - Method in class ucar.nc2.Group
Deprecated.
Use findAttributeString()
findAttributeIgnoreCase(String) - Method in class ucar.nc2.Variable
Deprecated.
Use attributes()
findAttributeIgnoreCase(String) - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
findAttributeIgnoreCase(String) - Method in interface ucar.nc2.VariableSimpleIF
Deprecated.
Use attributes()
findAttributeIgnoreCase(String) - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
findAttributeInteger(String, int) - Method in interface ucar.nc2.AttributeContainer
Find a Numeric Attribute by name (ignore case), return the integer value of the Attribute.
findAttributeInteger(String, int) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
findAttributeInteger(String, int) - Method in class ucar.nc2.AttributeContainerMutable
 
findAttributeInteger(String, int) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
findAttributeInteger(String, int) - Method in class ucar.nc2.Group
Deprecated.
Use attributes().findAttributeInteger()
findAttributeInteger(String, int) - Method in class ucar.nc2.Variable
Deprecated.
Use attributes()
findAttributeString(String, String) - Method in interface ucar.nc2.AttributeContainer
Find a String Attribute by name (ignore case), return the String value of the Attribute.
findAttributeString(String, String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
findAttributeString(String, String) - Method in class ucar.nc2.AttributeContainerMutable
 
findAttributeString(String, String) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
findAttributeString(String, String) - Method in class ucar.nc2.Group
Find a String-valued Attribute by name (ignore case), return the String value of the Attribute.
findAttributeString(String, String) - Method in class ucar.nc2.Variable
Find a String-valued Attribute by name (ignore case), return the String value of the Attribute.
findAttValueIgnoreCase(String, String) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
use findAttributeString().
findAttValueIgnoreCase(String, String) - Method in class ucar.nc2.dt.grid.GeoGrid
Convenience function; lookup Attribute value by name.
findAttValueIgnoreCase(String, String) - Method in interface ucar.nc2.dt.GridDatatype
Convenience function; lookup Attribute value by name.
findAttValueIgnoreCase(String, String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Convenience function; lookup Attribute value by name.
findAttValueIgnoreCase(String, String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
Deprecated.
use attributes()
findAttValueIgnoreCase(Variable, String, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use getRootGroup() or Variable attributes().findAttributeString().
findAxis(AxisType) - Method in class ucar.nc2.dataset.CoordinateSystem
Find the CoordinateAxis that has the given AxisType.
findAxisByType(CoordinateSystem.Builder, AxisType) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
findByName(String) - Method in interface ucar.nc2.Dimensions.FindDimensionByName
 
findCDMAtt(List<Attribute>, String) - Static method in class ucar.nc2.ft.point.writer.CFPointWriterUtils
 
findCoordAxis(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
findCoordAxis(String) - Method in interface ucar.nc2.ft2.coverage.CoordSysContainer
 
findCoordAxis(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
findCoordAxis(String) - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
findCoordByType(List<CoordinateAxis>, AxisType, CoordSysEvaluator.Predicate) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
 
findCoordByType(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
Search for Axis by Type.
findCoordByType(NetcdfDataset, AxisType, CoordSysEvaluator.Predicate) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
search for Axis by Type and test against a predicate
findCoordElement(double) - Method in class ucar.nc2.dataset.CoordinateAxis1D
Given a coordinate value, find what grid element contains it.
findCoordElement(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordinate2D
 
findCoordElement(double, double, int[]) - Method in class ucar.nc2.ft2.coverage.adapter.GeoGridCoordinate2D
 
findCoordElement(double, int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
Deprecated.
use findCoordElement(coordVal)
findCoordElementBounded(double) - Method in class ucar.nc2.dataset.CoordinateAxis1D
Given a coordinate position, find what grid element contains it, or is closest to it.
findCoordElementForce(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordinate2D
 
findCoordElementForce(double, double, int[]) - Method in class ucar.nc2.ft2.coverage.adapter.GeoGridCoordinate2D
 
findCoordElementNoForce(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordinate2D
Find the best index for the given lat,lon point.
findCoordElementNoForce(double, double, int[]) - Method in class ucar.nc2.ft2.coverage.adapter.GeoGridCoordinate2D
Find the best index for the given lat,lon point.
findCoordinateAxes(boolean) - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
Create a list of coordinate axes for this data variable.
findCoordinateAxes(boolean) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
Create a list of coordinate axes for this data variable.
findCoordinateAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.CSMConvention
The attribute "coordinates" is an alias for _CoordinateAxes.
findCoordinateAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.DefaultConvention
 
findCoordinateAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.GDVConvention
look for aliases.
findCoordinateAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Identify coordinate axes, set VarProcess.isCoordinateAxis = true.
findCoordinateAxis(String) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
findCoordinateAxis(String) - Method in class ucar.nc2.dataset.NetcdfDataset
Retrieve the CoordinateAxis with the specified type.
findCoordinateAxis(String) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
findCoordinateAxis(AxisType) - Method in class ucar.nc2.dataset.NetcdfDataset
Retrieve the CoordinateAxis with the specified Axis Type.
findCoordinateSystem(String) - Method in class ucar.nc2.dataset.NetcdfDataset
Retrieve the CoordinateSystem with the specified name.
findCoordinateSystems(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Identify coordinate systems, set VarProcess.isCoordinateSystem = true.
findCoordinateTransform(String) - Method in class ucar.nc2.dataset.NetcdfDataset
Retrieve the CoordinateTransform with the specified name.
findCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Identify coordinate transforms, set VarProcess.isCoordinateTransform = true.
findCoordinateVariableName(Table.CoordName) - Method in class ucar.nc2.ft.point.standard.TableConfig
 
findCoordNameByType(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
search for Axis by Type.
findCoords(TableConfig, NetcdfDataset, CoordSysEvaluator.Predicate) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
search for Axis by Type, assign to TableConfig if found.
findCoordShortNameByType(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
 
findCoordShortNameByType(NetcdfDataset, AxisType, CoordSysEvaluator.Predicate) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
 
findCoordSys(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
findCoordSystem(String) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper
 
findCoordTransform(String) - Method in interface ucar.nc2.ft2.coverage.CoordSysContainer
 
findCoordTransform(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
findCoordTransform(String) - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
findCoverage(String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
findCoverageByAttribute(String, String) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
findCoverageDataset(String) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
findCoverageDataset(FeatureType) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
findDatasetByID(String) - Method in class thredds.client.catalog.Catalog
 
findDatasetByName(String) - Method in class thredds.client.catalog.DatasetNode
 
findDatasetUrl(String) - Static method in class ucar.nc2.dataset.DatasetUrl
 
findDimension(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
findDimension(String) - Method in class ucar.nc2.Group.Builder
Find Dimension in this Group or a parent Group
findDimension(String) - Method in class ucar.nc2.Group
Find a Dimension in this or a parent Group, matching on short name.
findDimension(String) - Method in class ucar.nc2.NetcdfFile
Finds a Dimension with the specified full name.
findDimension(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
findDimension(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
 
findDimension(Dimension) - Method in class ucar.nc2.Group
Find a Dimension in this or a parent Group, using equals.
findDimension(Group, Dimension) - Method in class ucar.nc2.util.CompareNetcdf2
 
findDimension(NetcdfFile, String) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
findDimensionByType(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.CoordSysEvaluator
search for Dimension used by axis of given by Type.
findDimensionIndex(String) - Method in class ucar.nc2.Variable
Find the index of the named Dimension in this Variable.
findDimensionIndex(String) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
findDimensionLocal(String) - Method in class ucar.nc2.Group.Builder
Find Dimension local to this Group
findDimensionLocal(String) - Method in class ucar.nc2.Group
Find a Dimension using its (short) name, in this group only
findEnsCoord(List<EnsCoord>, EnsCoord) - Static method in class ucar.nc2.ft.fmrc.EnsCoord
 
findEnum(Group, EnumTypedef, CompareNetcdf2.ObjFilter) - Method in class ucar.nc2.util.CompareNetcdf2
 
findEnumeration(String) - Method in class ucar.nc2.Group
Find a Enumeration in this Group, using its short name.
findEnumeration(String, boolean) - Method in class ucar.nc2.Group
Find a Enumeration in this or optionally the parent Groups, using its short name.
findEnumTypedef(String) - Method in class ucar.nc2.Group.Builder
Find a Enumeration in this Group Builder, using its short name.
findEnumTypedef(String, boolean) - Method in class ucar.nc2.Group.Builder
Find a Enumeration in this or a parent Group Builder, using its short name.
findFeatureType(NetcdfFile) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Try to determine the feature type of the dataset, by examining its metadata.
findGlobalAttribute(String) - Method in class ucar.nc2.NetcdfFile
Look up an Attribute by (short) name in the root Group or nested Groups, exact match.
findGlobalAttribute(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
findGlobalAttribute(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
 
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.dt.grid.GridDataset
 
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
Deprecated.
use attributes()
findGlobalAttributeIgnoreCase(String) - Method in interface ucar.nc2.ft.FeatureDataset
Deprecated.
use attributes()
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.ft.FeatureDatasetImpl
Deprecated.
use attributes()
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Deprecated.
use attributes()
findGlobalAttributeIgnoreCase(String) - Method in class ucar.nc2.NetcdfFile
Look up an Attribute by (short) name in the root Group or nested Groups, ignore case.
findGrid(String) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
findGrid(String) - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
 
findGridByFullName(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
findGridByName(String) - Method in class ucar.nc2.dt.grid.GridDataset
find the named GeoGrid.
findGridByName(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
find the named GeoGrid.
findGridByShortName(String) - Method in class ucar.nc2.dt.grid.GridDataset
find the named GeoGrid.
findGridByShortName(String) - Method in interface ucar.nc2.dt.GridDataset
 
findGridByShortName(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
find the named GeoGrid.
findGridDatatype(String) - Method in class ucar.nc2.dt.grid.GridDataset
 
findGridDatatype(String) - Method in interface ucar.nc2.dt.GridDataset
find the named GridDatatype.
findGridDatatype(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
findGridDatatypeByAttribute(String, String) - Method in class ucar.nc2.dt.grid.GridDataset
 
findGridDatatypeByAttribute(String, String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
findGridset(String) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
findGroup(String) - Method in class ucar.nc2.Group
Deprecated.
use findGroupLocal()
findGroup(String) - Method in class ucar.nc2.NetcdfFile
Find a Group, with the specified (full) name.
findGroup(NetcdfFile, Group) - Static method in class ucar.nc2.dataset.DatasetConstructor
Deprecated.
Find the Group in newFile that corresponds (by name) with oldGroup
findGroupLocal(String) - Method in class ucar.nc2.Group.Builder
 
findGroupLocal(String) - Method in class ucar.nc2.Group
Retrieve the Group with the specified (short) name.
findGroupNested(String) - Method in class ucar.nc2.Group.Builder
Find a subgroup of this Group, with the specified relative name.
findIdx(int) - Method in class ucar.nc2.util.cache.SmartArrayInt
Find which index holds the value want
findIndex() - Method in class thredds.inventory.partition.DirectoryBuilder
Find the index file, using its canonical name
findIndex(double) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
findInterval(double, double) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
findMember(String) - Method in class ucar.ma2.ArrayStructure
Find a member by its name.
findMember(String) - Method in class ucar.ma2.StructureData
Find a member by its name.
findMember(String) - Method in class ucar.ma2.StructureMembers
Find the member by its name.
findMemberVariable(String) - Method in class ucar.nc2.Structure.Builder
 
findNameOfVariableWithAttributeValue(NetcdfDataset, String, String) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find first variable with given attribute name and value
findNameVariableWithStandardNameAndDimension(NetcdfDataset, String, Dimension, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
 
findNestedStructure(Structure) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find first nested structure
findNetcdfFormatType(RandomAccessFile) - Static method in enum ucar.nc2.write.NetcdfFileFormat
Figure out what kind of netcdf-related file we have.
findObsDimension(NetcdfFile) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
findOrAddEnumTypedef(String, Map<Integer, String>) - Method in class ucar.nc2.Group.Builder
Add a EnumTypedef if it does not already exist.
findParameterIgnoreCase(String) - Method in class ucar.nc2.dataset.CoordinateTransform
Convenience function; look up Parameter by name, ignoring case.
findPoint(double, double, double, double, LatLonPointImpl) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
will return LatLonPoint in 6.
findPoint(Earth, double, double, double, double) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
will return LatLonPoint in 6.
findPoint(Earth, double, double, double, double, LatLonPointImpl) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
use findPoint(Earth e, double lat1, double lon1, double az, double dist)
findPoint(Earth, LatLonPoint, double, double, LatLonPointImpl) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
will return LatLonPoint in 6.
findPoint(LatLonPoint, double, double, LatLonPointImpl) - Static method in class ucar.unidata.geoloc.Bearing
Deprecated.
will return LatLonPoint in 6.
findProjectionParameter(String) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
do not use
findProperty(String) - Method in class thredds.client.catalog.Dataset
 
findRunIndex(CalendarDate) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
findService(String) - Method in class thredds.client.catalog.Catalog
 
findService(ServiceType) - Method in class thredds.client.catalog.Catalog
 
findSimilarEnumTypedef(EnumTypedef, boolean) - Method in class ucar.nc2.Group.Builder
Locate an enum type definition that is structurally similar to the template type def.
findSimilarEnumTypedef(EnumTypedef, boolean) - Method in class ucar.nc2.Group
Locate an enum type definition that is structurally similar to the template type def.
findStationFeature(String) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
findStationFeature(String) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
findStationFeature(String) - Method in interface ucar.nc2.ft.StationFeatureCollection
 
findStationFeature(String) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
findStructureWithDimensions(NetcdfDataset, Dimension, Dimension) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find structure variable of rank 2 with the 2 given dimensions (or) Find structure variable of rank 1 with the 1 given dimension
findTimeCoord(List<TimeCoord>, TimeCoord) - Static method in class ucar.nc2.ft.fmrc.TimeCoord
Look through timeCoords to see if one matches want.
findTimeIndexFromCalendarDate(int, CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis2D
 
findTimeIndexFromCalendarDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Given a Date, find the corresponding time index on the time coordinate axis.
findTimeIndexFromDate(Date) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Deprecated.
use findTimeIndexFromCalendarDate
findTimeIndexFromDate(Date) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use CoordinateAxis1DTime.findTimeIndexFromDate
findUberGrid(String) - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
findVariable(String) - Method in interface ucar.nc2.ft.point.standard.Join
Find the Variable of the given name in the joined table.
findVariable(String) - Method in class ucar.nc2.ft.point.standard.JoinArray
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.JoinMuiltdimStructure
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.JoinParentIndex
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.Table
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.Table.TableNestedStructure
 
findVariable(String) - Method in class ucar.nc2.ft.point.standard.Table.TableStructure
 
findVariable(String) - Method in class ucar.nc2.Group
Deprecated.
use findVariableLocal()
findVariable(String) - Method in class ucar.nc2.NetcdfFile
Find a Variable, with the specified (escaped full) name.
findVariable(String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
findVariable(String) - Method in class ucar.nc2.Structure
Find the Variable member with the specified (short) name.
findVariable(String) - Method in class ucar.nc2.write.NetcdfFormatWriter
 
findVariable(Group, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use g.findVariable(shortName)
findVariable(NetcdfFile, String) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
findVariable(NetcdfFile, Variable) - Method in class ucar.nc2.internal.ncml.AggProxyReader
 
findVariable(NetcdfFile, Variable) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
findVariable(NetcdfFile, Variable) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
findVariableByAttribute(String, String) - Method in class ucar.nc2.Group
Look in this Group and in its nested Groups for a Variable with a String valued Attribute with the given name and value.
findVariableByAttribute(Group, String, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use g.findVariableByAttribute(String attName, String attValue)
findVariableLocal(String) - Method in class ucar.nc2.Group.Builder
 
findVariableLocal(String) - Method in class ucar.nc2.Group
Find the Variable with the specified (short) name in this group.
findVariableName(NetcdfFile, String) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
findVariableNested(String) - Method in class ucar.nc2.Group.Builder
Find a Variable, with the specified relative name.
findVariableOrInParent(String) - Method in class ucar.nc2.Group.Builder
Find the Variable with the specified (short) name in this group or a parent group.
findVariableOrInParent(String) - Method in class ucar.nc2.Group
Find the Variable with the specified (short) name in this group or a parent group.
findVariableWithAttribute(NetcdfDataset, String) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find first variable with given attribute name
findVariableWithAttributeAndDimension(NetcdfDataset, String, String, Dimension, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
 
findVariableWithAttributeValue(NetcdfDataset, String, String) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find first variable with given attribute name and value.
findVariableWithAttributeValue(Structure, String, String) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find first member variable in this struct with given attribute name and value
findVarProcess(String, CoordSysBuilder.VarProcess) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
findVarProcess(String, CoordSystemBuilder.VarProcess) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
findVertCoord(List<VertCoord>, VertCoord) - Static method in class ucar.nc2.ft.fmrc.VertCoord
 
findXYCoordElement(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use findXYindexFromCoord
findXYindexFromCoord(double, double) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
findXYindexFromCoord(double, double) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
findXYindexFromCoord(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordSys
Given a point in x,y coordinate space, find the x,y index in the coordinate system.
findXYindexFromCoord(double, double, int[]) - Method in interface ucar.nc2.dt.GridCoordSystem
Given a point in x,y coordinate space, find the x,y indices.
findXYindexFromCoordBounded(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordSys
Given a point in x,y coordinate space, find the x,y index in the coordinate system.
findXYindexFromCoordBounded(double, double, int[]) - Method in interface ucar.nc2.dt.GridCoordSystem
Given a point in x,y coordinate space, find the x,y indices.
findXYindexFromLatLon(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordSys
Given a lat,lon point, find the x,y index in the coordinate system.
findXYindexFromLatLon(double, double, int[]) - Method in interface ucar.nc2.dt.GridCoordSystem
Given a lat,lon point, find the x,y index of the containing grid point.
findXYindexFromLatLonBounded(double, double, int[]) - Method in class ucar.nc2.dt.grid.GridCoordSys
Given a lat,lon point, find the x,y index in the coordinate system.
findXYindexFromLatLonBounded(double, double, int[]) - Method in interface ucar.nc2.dt.GridCoordSystem
Given a lat,lon point, find the x,y index of the containing grid point.
findZAxisNotStationAlt(NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
finish() - Method in class thredds.client.catalog.ThreddsMetadata
 
finish() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
finish() - Method in class ucar.ma2.ArraySequenceNested
Call this when you have set all the sequence lengths.
finish() - Method in interface ucar.ma2.StructureDataIterator
Deprecated.
use close() or try-with-resource
finish() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
finish() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
finish() - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
finish() - Method in interface ucar.nc2.ft.PointFeatureCollection
Deprecated.
use foreach
finish() - Method in interface ucar.nc2.ft.PointFeatureCollectionIterator
Deprecated.
use try-with-resource
finish() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Deprecated.
use foreach
finish() - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
finish(CancelTask) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
finishCalcBounds() - Method in class ucar.nc2.ft.point.PointIteratorAbstract
 
first() - Method in class ucar.ma2.Range
 
First - thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
 
FIRST - ucar.nc2.internal.ncml.Aggregation.TypicalDataset
 
FIRST - ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
 
first_direct - thredds.client.catalog.tools.CatalogCrawler.Type
 
FIXDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
FIXED_ANGLE_AXIS - Static variable in class ucar.nc2.constants.CF
 
FixedYearVariableMonthChronology - Class in uk.ac.rdg.resc.edal.time
A Chronology in which each year has the same number of days but the lengths of the months may be different.
FixedYearVariableMonthChronology(int[]) - Constructor for class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
 
FLAG_MASKS - Static variable in class ucar.nc2.constants.CF
 
FLAG_MEANINGS - Static variable in class ucar.nc2.constants.CF
 
FLAG_VALUES - Static variable in class ucar.nc2.constants.CF
 
flat - ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
 
FlatEarth - Class in ucar.nc2.dataset.transform
Create a "FlatEarth" Projection from the information in the Coordinate Transform Variable.
FlatEarth - Class in ucar.unidata.geoloc.projection
FlatEarth Projection This projection surface is tangent at some point (lat0, lon0) and has a y axis rotated from true North by some angle.
FlatEarth() - Constructor for class ucar.nc2.dataset.transform.FlatEarth
 
FlatEarth() - Constructor for class ucar.unidata.geoloc.projection.FlatEarth
Constructor with default parameters
FlatEarth(double, double) - Constructor for class ucar.unidata.geoloc.projection.FlatEarth
 
FlatEarth(double, double, double) - Constructor for class ucar.unidata.geoloc.projection.FlatEarth
 
FlatEarth(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.FlatEarth
Construct a FlatEarth Projection, two standard parellels.
flatten - ucar.nc2.FileWriter2.N3StructureStrategy
Deprecated.
 
flatten() - Method in class ucar.ma2.ArraySequenceNested
Flatten the Structures into a 1D array of Structures of length getTotalNumberOfStructures().
flatten(List<String>, CalendarDateRange, List<VariableSimpleIF>) - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
flatten(List<String>, CalendarDateRange, List<VariableSimpleIF>) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
flatten(List<String>, CalendarDateRange, List<VariableSimpleIF>) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Flatten into a PointFeatureCollection, discarding connectedness information.
flatten(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
flatten(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.remote.StationCollectionStream
 
flatten(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
flatten(LatLonRect, CalendarDateRange) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
FlattenedDatasetPointCollection - Class in ucar.nc2.ft.point
An aggregate collection of all the PointFeatures in a dataset formed by flattening the nested structures within.
FlattenedDatasetPointCollection(FeatureDatasetPoint) - Constructor for class ucar.nc2.ft.point.FlattenedDatasetPointCollection
Constructs a FlattenedDatasetPointCollection.
FlattenedDatasetPointCollection.FlattenedDatasetPointIterator - Class in ucar.nc2.ft.point
 
FlattenedDatasetPointIterator(FeatureDatasetPoint) - Constructor for class ucar.nc2.ft.point.FlattenedDatasetPointCollection.FlattenedDatasetPointIterator
 
flattening - Variable in class ucar.unidata.geoloc.Earth
 
flds - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
flds - Variable in class thredds.client.catalog.DatasetNode
 
FLETCHER - ucar.nc2.filter.Checksum32.CType
 
Fletcher32Provider() - Constructor for class ucar.nc2.filter.Checksum32.Fletcher32Provider
 
flip(int) - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by flipping the index so that it runs from shape[index]-1 to 0.
FLOAT - ucar.ma2.DataType
 
FLOAT - ucar.nc2.stream.NcStreamProto.Attribute.Type
FLOAT = 5;
FLOAT - ucar.nc2.stream.NcStreamProto.DataType
FLOAT = 5;
FLOAT - Static variable in class ucar.nc2.constants.CF
 
FLOAT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
FLOAT = 5;
FLOAT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
FLOAT = 5;
flush() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
flush() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
flush() - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Flush all data buffers to disk.
flush() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
flush() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Flush anything written to disk.
flush() - Method in class ucar.nc2.stream.NcStreamCompressedOutputStream
 
flush() - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
flush() - Method in class ucar.nc2.write.NetcdfFormatWriter
Flush anything written to disk.
flush() - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
flush() - Method in class ucar.unidata.io.RandomAccessFile
Copy the contents of the buffer to the disk.
Fmrc - Class in ucar.nc2.ft.fmrc
Forecast Model Run Collection, manages dynamic collections of GridDatasets.
Fmrc - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Fmrc = 4;
Fmrc(MCollection, FeatureCollectionConfig) - Constructor for class ucar.nc2.ft.fmrc.Fmrc
 
FMRC - thredds.featurecollection.FeatureCollectionType
 
FMRC - ucar.nc2.constants.FeatureType
 
Fmrc_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Fmrc = 4;
fmrcConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
FmrcConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
FmrcConfig(String) - Constructor for class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
FmrcCS - Class in ucar.nc2.ft2.coverage.adapter
FMRC Coordinate System Implementation
FmrcCS(DtCoverageCSBuilder) - Constructor for class ucar.nc2.ft2.coverage.adapter.FmrcCS
 
fmrcEnhanceMode - Static variable in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
FmrcInv - Class in ucar.nc2.ft.fmrc
Inventory for a Forecast Model Run Collection = a series of Forecast Model Runs.
FmrcInv.RunSeq - Class in ucar.nc2.ft.fmrc
Represents a sequence of Runs, each run has a particular TimeCoord.
FmrcInv.UberGrid - Class in ucar.nc2.ft.fmrc
 
FmrcInvLite - Class in ucar.nc2.ft.fmrc
A lightweight, serializable version of FmrcInv
FmrcInvLite(FmrcInv) - Constructor for class ucar.nc2.ft.fmrc.FmrcInvLite
 
FmrcInvLite.Gridset - Class in ucar.nc2.ft.fmrc
 
FmrcInvLite.Gridset.Grid - Class in ucar.nc2.ft.fmrc
 
FmrcInvLite.Gridset.GridInventory - Class in ucar.nc2.ft.fmrc
 
FmrcInvLite.ValueB - Class in ucar.nc2.ft.fmrc
 
fmrcReg - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
fmrcReg - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
time(reftime, hourOfDay)
fmrcReg_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
time(reftime, hourOfDay)
FmrInv - Class in ucar.nc2.ft.fmrc
Inventory for a Forecast Model Run - one runtime.
FmrInv.GridVariable - Class in ucar.nc2.ft.fmrc
A grid variable for an fmr (one run) A collection of GridDatasetInv.Grid, one for each separate dataset.
ForbiddenConversionException - Exception in ucar.ma2
Thrown for an attempt to make a forbidden conversion on primitive data values, eg boolean to double.
ForbiddenConversionException() - Constructor for exception ucar.ma2.ForbiddenConversionException
 
ForbiddenConversionException(String) - Constructor for exception ucar.ma2.ForbiddenConversionException
 
forecastModelRunCollection - ucar.nc2.internal.ncml.Aggregation.Type
 
forecastModelRunCollection - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
forecastModelRunSingleCollection - ucar.nc2.internal.ncml.Aggregation.Type
 
forecastModelRunSingleCollection - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
forecastOffset - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
Format - Class in ucar.unidata.util
static formatting utilities.
Format() - Constructor for class ucar.unidata.util.Format
 
formatByteSize(double) - Static method in class ucar.unidata.util.Format
Nicely formatted representation of bytes, eg turn 5.636E7 into '56.3 Mbytes'.
formatDouble(double, int, int) - Static method in class ucar.unidata.util.Format
Format a double value
formatName() - Method in enum ucar.nc2.write.NetcdfFileFormat
 
formatName(int) - Static method in class ucar.nc2.iosp.NCheader
Deprecated.
 
formula_terms - Static variable in class ucar.nc2.constants.CF
 
FORMULA_TERMS - Static variable in class ucar.nc2.constants.CF
 
forNumber(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
forNumber(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
forNumber(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
forNumber(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
forNumber(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
forNumber(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
forNumber(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
 
forNumber(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
 
forNumber(int) - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
 
frac(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
FractalHeap - Class in ucar.nc2.iosp.hdf5
HDF5 fractal heaps
FractalHeap(H5headerIF, String, long, MemTracker) - Constructor for class ucar.nc2.iosp.hdf5.FractalHeap
 
FractalHeap.DHeapId - Class in ucar.nc2.iosp.hdf5
 
fragment - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
FREE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
from - Variable in class ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
 
from - Variable in class ucar.nc2.ft.point.StationTimeSeriesCollectionFlattened
 
fromMember(StructureMembers.Member) - Static method in class ucar.nc2.VariableSimpleBuilder
 
fromUnitString(String) - Static method in class ucar.nc2.time.CalendarDuration
 
fromUnitString(String) - Static method in class ucar.nc2.time.CalendarPeriod
Convert a period string into a CalendarPeriod.Field.
fromVariableDS(VariableDS.Builder<?>) - Static method in class ucar.nc2.dataset.CoordinateAxis
Create a coordinate axis from an existing Variable.Builder.
FslRaob - Class in ucar.nc2.ft.point.standard.plug
RAOBs from FSL
FslRaob() - Constructor for class ucar.nc2.ft.point.standard.plug.FslRaob
 
FslWindProfiler - Class in ucar.nc2.dataset.conv
FslWindProfiler netccdf files - identify coordinates
FslWindProfiler - Class in ucar.nc2.ft.point.standard.plug
FLS Wind profile data
FslWindProfiler - Class in ucar.nc2.internal.dataset.conv
FslWindProfiler netcdf files - identify coordinates
FslWindProfiler() - Constructor for class ucar.nc2.dataset.conv.FslWindProfiler
 
FslWindProfiler() - Constructor for class ucar.nc2.ft.point.standard.plug.FslWindProfiler
 
FslWindProfiler.Factory - Class in ucar.nc2.internal.dataset.conv
 
ft - Variable in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
FTP - thredds.client.catalog.ServiceType
 
FULLNAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
FV - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 

G

G_SIZE - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
gattributes - Variable in class ucar.nc2.NetcdfFile
Deprecated.
GAUSSIAN - Static variable in class ucar.nc2.constants.CDM
 
GaussianLatitudes - Class in ucar.unidata.util
Calculate Gaussian Latitudes by finding the roots of the ordinary Legendre polynomial of degree NLAT using Newton's iteration method.
gaussw - Variable in class ucar.unidata.util.GaussianLatitudes
 
gb - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
gbuilders - Variable in class ucar.nc2.Group.Builder
 
gdsHash - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
gdsNamer - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
GDVConvention - Class in ucar.nc2.dataset.conv
GDV Conventions.
GDVConvention - Class in ucar.nc2.internal.dataset.conv
GDV Conventions.
GDVConvention() - Constructor for class ucar.nc2.dataset.conv.GDVConvention
 
GDVConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
GEMPAK - ucar.nc2.constants.DataFormatType
 
GempakCdm - Class in ucar.nc2.ft.point.standard.plug
Gempak Point Obs data.
GempakCdm() - Constructor for class ucar.nc2.ft.point.standard.plug.GempakCdm
 
genCoordRefSysAsGML(CoordinateSystem) - Static method in class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
General - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
General = 0;
General_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
General = 0;
genProjectedCRS(Projection) - Static method in class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
GEOARRAY_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
geocentricLatitude(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
geographicLatitude(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
GeoGrid - Class in ucar.nc2.dt.grid
A georeferencing "gridded" VariableEnhanced, that has a GridCoordSys.
GeoGrid(GridDataset, VariableDS, GridCoordSys) - Constructor for class ucar.nc2.dt.grid.GeoGrid
Constructor.
GeoGridCoordinate2D - Class in ucar.nc2.ft2.coverage.adapter
fork ucar.nc2.dt.grid.GridCoordinate2D for adaption of GridCoverage 2D Coordinate System has lat(x,y) and lon(x,y).
GEOMETRY - Static variable in class ucar.nc2.constants.CF
 
GEOMETRY_TYPE - Static variable in class ucar.nc2.constants.CF
 
GeometryType - Enum in ucar.nc2.ft2.simpgeometry
 
GeoReferencedArray - Class in ucar.nc2.ft2.coverage
A data array with GeoReferencing.
GeoReferencedArray(String, DataType, Array, List<CoverageCoordAxis>, List<CoverageTransform>, FeatureType) - Constructor for class ucar.nc2.ft2.coverage.GeoReferencedArray
 
GeoReferencedArray(String, DataType, Array, CoverageCoordSys) - Constructor for class ucar.nc2.ft2.coverage.GeoReferencedArray
 
GEOS - Static variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
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 - Class in ucar.nc2.dataset.transform
Describe: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#_geostationary_projection Accepted for CF-1.7 grid_mapping_name = geostationary Map parameters: latitude_of_projection_origin longitude_of_projection_origin perspective_point_height semi_minor_axis semi_major_axis inverse_flattening sweep_angle_axis fixed_angle_axis Map coordinates: The x (abscissa) and y (ordinate) rectangular coordinates are identified by the standard_name attribute value projection_x_coordinate and projection_y_coordinate respectively.
Geostationary - Class in ucar.unidata.geoloc.projection.sat
Describe: https://cf-pcmdi.llnl.gov/trac/ticket/72 Accepted for CF-1.7 grid_mapping_name = geostationary Map parameters: latitude_of_projection_origin longitude_of_projection_origin perspective_point_height semi_minor_axis semi_major_axis inverse_flattening sweep_angle_axis fixed_angle_axis Map coordinates: The x (abscissa) and y (ordinate) rectangular coordinates are identified by the standard_name attribute value projection_x_coordinate and projection_y_coordinate respectively.
Geostationary() - Constructor for class ucar.nc2.dataset.transform.Geostationary
 
Geostationary() - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
 
Geostationary(double) - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
 
Geostationary(double, boolean) - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
 
Geostationary(double, double, double, double, double, boolean) - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
 
Geostationary(double, double, double, double, double, boolean, double) - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
Deprecated.
Remove in v6.x. Use constructor without geoCoordinateScaleFactor as units are handled outside of projection classes
Geostationary(double, String, double) - Constructor for class ucar.unidata.geoloc.projection.sat.Geostationary
Deprecated.
Remove in v6.x. Use constructor without geoCoordinateScaleFactor as units are handled outside of projection classes
GEOSTATIONARY - Static variable in class ucar.nc2.constants.CF
 
GEOSTransform - Class in ucar.unidata.geoloc.projection.sat
Geostationary Transform
GEOSTransform() - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GEOSTransform(double) - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GEOSTransform(double, double, double, double, double, String) - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GEOSTransform(double, double, double, double, String) - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GEOSTransform(double, String) - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GEOSTransform(double, String, String) - Constructor for class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GeoX - ucar.nc2.constants.AxisType
 
GeoX - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoX = 3;
GeoX_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoX = 3;
GeoY - ucar.nc2.constants.AxisType
 
GeoY - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoY = 4;
GeoY_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoY = 4;
GeoZ - ucar.nc2.constants.AxisType
 
GeoZ - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoZ = 5;
GeoZ_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
GeoZ = 5;
get() - Method in class ucar.ma2.ArrayBoolean.D0
get the value.
get() - Method in class ucar.ma2.ArrayByte.D0
 
get() - Method in class ucar.ma2.ArrayChar.D0
get the value.
get() - Method in class ucar.ma2.ArrayDouble.D0
get the value.
get() - Method in class ucar.ma2.ArrayFloat.D0
get the value.
get() - Method in class ucar.ma2.ArrayInt.D0
 
get() - Method in class ucar.ma2.ArrayLong.D0
get the value.
get() - Method in class ucar.ma2.ArrayObject.D0
get the value.
get() - Method in class ucar.ma2.ArrayShort.D0
 
get() - Method in class ucar.ma2.ArrayString.D0
get the value.
get() - Method in class ucar.nc2.util.Optional
Deprecated.
 
get(int) - Method in class ucar.ma2.ArrayBoolean.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayByte.D1
 
get(int) - Method in class ucar.ma2.ArrayChar.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayDouble.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayFloat.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayInt.D1
 
get(int) - Method in class ucar.ma2.ArrayLong.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayObject.D1
get the value.
get(int) - Method in class ucar.ma2.ArrayShort.D1
 
get(int) - Method in class ucar.ma2.ArrayString.D1
get the value.
get(int) - Method in class ucar.nc2.util.cache.SmartArrayInt
 
get(int) - Method in class ucar.nc2.util.TableParser.Record
Deprecated.
Get the kth value of this record.
get(int, int) - Method in class ucar.ma2.ArrayBoolean.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayByte.D2
 
get(int, int) - Method in class ucar.ma2.ArrayChar.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayDouble.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayFloat.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayInt.D2
 
get(int, int) - Method in class ucar.ma2.ArrayLong.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayObject.D2
get the value.
get(int, int) - Method in class ucar.ma2.ArrayShort.D2
 
get(int, int) - Method in class ucar.ma2.ArrayString.D2
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayBoolean.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayByte.D3
 
get(int, int, int) - Method in class ucar.ma2.ArrayChar.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayDouble.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayFloat.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayInt.D3
 
get(int, int, int) - Method in class ucar.ma2.ArrayLong.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayObject.D3
get the value.
get(int, int, int) - Method in class ucar.ma2.ArrayShort.D3
 
get(int, int, int) - Method in class ucar.ma2.ArrayString.D3
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayByte.D4
 
get(int, int, int, int) - Method in class ucar.ma2.ArrayChar.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
 
get(int, int, int, int) - Method in class ucar.ma2.ArrayLong.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayObject.D4
get the value.
get(int, int, int, int) - Method in class ucar.ma2.ArrayShort.D4
 
get(int, int, int, int) - Method in class ucar.ma2.ArrayString.D4
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D5
 
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
 
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D5
get the value.
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D5
 
get(int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D5
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D6
 
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
 
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D6
get the value.
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D6
 
get(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D6
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayBoolean.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayByte.D7
 
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayChar.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayDouble.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayFloat.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
 
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayLong.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayObject.D7
get the value.
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayShort.D7
 
get(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayString.D7
get the value.
get(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
get(String) - Method in class thredds.client.catalog.DatasetNode
 
get(String) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
get(String) - Static method in enum ucar.nc2.time.Calendar
 
get(String) - Method in class ucar.nc2.util.Counters
 
get(K) - Method in class ucar.nc2.util.cache.HashQueue
 
get(MFile) - Method in interface ucar.nc2.internal.dataset.ft.fmrc.InventoryCacheProvider
Get the grid inventory associated with an MFile from the cache.
get(Index) - Method in class ucar.ma2.ArrayBoolean
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayByte
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayChar
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayDouble
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayFloat
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayInt
Get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayLong
get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayShort
Get the value at the specified index.
get(Index) - Method in class ucar.ma2.ArrayString
get the value at the specified index.
get1DJavaArray(Class) - Method in class ucar.ma2.Array
Deprecated.
use get1DJavaArray(DataType wantType)
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
 
getAddress() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.DataObject
 
getAddress() - Method in class ucar.nc2.iosp.hdf5.H5header.DataObject
 
getAggregation() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Do not use.
getAll() - Static method in class ucar.unidata.geoloc.EarthEllipsoid
get a collection of all defined EarthEllipsoid objects
getAllAxes() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the list of all axes contained in this coordinate system.
getAllDatasets() - Method in class thredds.client.catalog.Catalog
 
getAllFiles() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
getAllowSelfSigned() - Static method in class ucar.nc2.util.rc.RC
Deprecated.
 
getAllTypes() - Static method in class ucar.nc2.dt.RadialDatasetSweep.Type
 
getAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double alt = 4;
getAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
double alt = 4;
getAlt() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.LocationOrBuilder
double alt = 4;
getAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double alt = 4;
getAlt() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
double alt = 4;
getAlt() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
double alt = 4;
getAltitude() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getAltitude() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getAltitude() - Method in interface ucar.unidata.geoloc.EarthLocation
Returns the altitude in some unit.
getAltitude() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
getAltName() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The altitude name string if it exists.
getAltName() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getAltName() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getAltUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string altUnit = 4;
getAltUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string altUnit = 4;
getAltUnit() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string altUnit = 4;
getAltUnitBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string altUnit = 4;
getAltUnitBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string altUnit = 4;
getAltUnitBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string altUnit = 4;
getAltUnits() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The altitude unit string if it exists.
getAltUnits() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getAltUnits() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getAltUnits(Document) - Static method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getAltUnits(Document) - Static method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getAngle() - Method in class ucar.unidata.geoloc.Bearing
Get the azimuth in degrees, 0 = north, clockwise positive
getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of any type for a specific record as an Array.
getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureMA
 
getArray(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getArray(String) - Method in class ucar.ma2.StructureData
Get member data array of any type as an Array.
getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get member data array of any type as an Array.
getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
 
getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getArray(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get member data array of any type as an Array.
getArrayFromMember(Variable, StructureMembers.Member) - Static method in class ucar.nc2.ft.point.writer.CFPointWriterUtils
 
getArrayObject(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type ArrayObject
getArraySection() - Method in class ucar.nc2.ParsedSectionSpec
 
getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type ArraySequence
getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getArraySequence(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getArraySequence(String) - Method in class ucar.ma2.StructureData
Get ArraySequence for a member of type Sequence.
getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get ArraySequence for a member of type Sequence.
getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
 
getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getArraySequence(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
 
getArrayStructure() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
 
getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type array of Structure.
getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getArrayStructure(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getArrayStructure(String) - Method in class ucar.ma2.StructureData
Get member data of type Structure.
getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get ArrayStructure for a member of type Structure.
getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
 
getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getArrayStructure(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get member data of type Structure.
getAttributeContainer() - Method in class ucar.nc2.dataset.CoordinateTransform
 
getAttributeContainer() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
Deprecated.
use attributes()
getAttributeContainer() - Method in class ucar.nc2.Group.Builder
 
getAttributeContainer() - Method in class ucar.nc2.Variable.Builder
 
getAttributeDataType(Attribute, DataType.Signedness) - Static method in class ucar.nc2.filter.FilterHelpers
 
getAttributes() - Method in interface ucar.nc2.AttributeContainer
Deprecated.
use Iterable
getAttributes() - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
getAttributes() - Method in class ucar.nc2.AttributeContainerMutable
 
getAttributes() - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
use attributes()
getAttributes() - Method in interface ucar.nc2.dt.GridDatatype
Get a List of Attribute specific to the Grid
getAttributes() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
Deprecated.
getAttributes() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getAttributes() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Deprecated.
use attributes()
getAttributes() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getAttributes() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
Deprecated.
use attributes()
getAttributes() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
getAttributes() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getAttributes() - Method in class ucar.nc2.Group
Deprecated.
Use attributes()
getAttributes() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.DataObject
 
getAttributes() - Method in class ucar.nc2.iosp.hdf5.H5header.DataObject
 
getAttributes() - Method in class ucar.nc2.Variable
Deprecated.
Use attributes()
getAttributes() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getAttributes() - Method in interface ucar.nc2.VariableSimpleIF
Deprecated.
Use attributes()
getAttributes() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
find calendar attribute here?
getAtts(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
find calendar attribute here?
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Attribute atts = 2;
getAtts(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Attribute atts = 2;
getAtts(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Attribute atts = 5;
getAtts(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Attribute atts = 5;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
repeated .Attribute atts = 4;
getAtts(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable
repeated .Attribute atts = 4;
getAtts(int) - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
repeated .Attribute atts = 4;
getAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
find calendar attribute here?
getAttsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
find calendar attribute here?
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Attribute atts = 2;
getAttsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Attribute atts = 2;
getAttsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Attribute atts = 5;
getAttsCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Attribute atts = 5;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure
repeated .Attribute atts = 4;
getAttsCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsCount() - Method in class ucar.nc2.stream.NcStreamProto.Variable
repeated .Attribute atts = 4;
getAttsCount() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
find calendar attribute here?
getAttsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
find calendar attribute here?
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Attribute atts = 2;
getAttsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Attribute atts = 2;
getAttsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Attribute atts = 5;
getAttsList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Attribute atts = 5;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
repeated .Attribute atts = 4;
getAttsList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsList() - Method in class ucar.nc2.stream.NcStreamProto.Variable
repeated .Attribute atts = 4;
getAttsList() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
find calendar attribute here?
getAttsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
find calendar attribute here?
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Attribute atts = 2;
getAttsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Attribute atts = 2;
getAttsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Attribute atts = 5;
getAttsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Attribute atts = 5;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable
repeated .Attribute atts = 4;
getAttsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
find calendar attribute here?
getAttsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
find calendar attribute here?
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
getAttsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Attribute atts = 2;
getAttsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Attribute atts = 2;
getAttsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Attribute atts = 5;
getAttsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Attribute atts = 5;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable
repeated .Attribute atts = 4;
getAttsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
repeated .Attribute atts = 4;
getAuthority() - Method in class thredds.client.catalog.Dataset
 
getAuthority() - Method in class ucar.nc2.dataset.CoordinateTransform
 
getAuxInfo() - Method in class thredds.filesystem.MFileOS
 
getAuxInfo() - Method in class thredds.filesystem.MFileOS7
 
getAuxInfo() - Method in class thredds.inventory.CollectionConfig
 
getAuxInfo() - Method in interface thredds.inventory.MFile
 
getAuxInfo(String) - Method in class thredds.inventory.CollectionAbstract
 
getAuxInfo(String) - Method in interface thredds.inventory.MCollection
 
getAvailableIDs() - Static method in class ucar.nc2.time.CalendarTimeZone
 
getAverageMillisInMonth() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
Gets the average number of milliseconds in each month
getAxes() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getAxis(String) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getAxis(AxisType) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getAxisName() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
getAxisName(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
getAxisName(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
each dimension corresponds to this axis
getAxisName(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
each dimension corresponds to this axis
getAxisNameBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
getAxisNameBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
each dimension corresponds to this axis
getAxisNameBytes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
each dimension corresponds to this axis
getAxisNameCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
getAxisNameCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
each dimension corresponds to this axis
getAxisNameCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
each dimension corresponds to this axis
getAxisNameList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
getAxisNameList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
each dimension corresponds to this axis
getAxisNameList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
each dimension corresponds to this axis
getAxisNames() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getAxisNames(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
getAxisNames(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string axisNames = 2;
getAxisNames(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string axisNames = 2;
getAxisNamesBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
getAxisNamesBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string axisNames = 2;
getAxisNamesBytes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string axisNames = 2;
getAxisNamesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
getAxisNamesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string axisNames = 2;
getAxisNamesCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string axisNames = 2;
getAxisNamesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
getAxisNamesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string axisNames = 2;
getAxisNamesList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string axisNames = 2;
getAxisType() - Method in class ucar.nc2.dataset.CoordinateAxis
Get type of axis
getAxisType() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getAxisType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisType axisType = 4;
getAxisType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.AxisType axisType = 4;
getAxisType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.AxisType axisType = 4;
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.ADASConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.AWIPSConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.AWIPSsatConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.CF1Convention
Augment COARDS axis type identification with Standard names (including dimensionless vertical coordinates) and CF.AXIS attributes
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.COARDSConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.Cosmic1Convention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.DefaultConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.GDVConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.Jason2Convention
_more_
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.M3IOConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.NUWGConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.Suomi
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.conv.WRFConvention
 
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Identify what kind of AxisType the named variable is.
getAxisType(NetcdfDataset, VariableEnhanced) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.ADASConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.AWIPSSatConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.CF1Convention
Augment COARDS axis type identification with Standard names (including dimensionless vertical coordinates) and CF.AXIS attributes
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.GDVConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.Suomi
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.conv.WRFConvention
 
getAxisType(VariableDS.Builder) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Identify what kind of AxisType the named variable is.
getAxisTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisType axisType = 4;
getAxisTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.AxisType axisType = 4;
getAxisTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.AxisType axisType = 4;
getAzimuth() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getAzimuth() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getAzimuth(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getAzimuth(int) - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getAzimuthAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.RadialAzimuth, or null if none.
getAzimuthAxis() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Azimuth axis
getAzimuthAxisDataCached() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Azimuth axis data.
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
 
getBaseDate() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getBaseType() - Method in class ucar.nc2.EnumTypedef
One of DataType.ENUM1, DataType.ENUM2, or DataType.ENUM4.
getBaseURI() - Method in class thredds.client.catalog.Catalog
 
getBBLower() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Gets the lower bounding box coordinate on the line.
getBBLower() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Gets the lower bounding box coordinate on the polygon.
getBBLower() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Gets the lower bounding box coordinate on the polygon.
getBBLower() - Method in interface ucar.nc2.ft2.simpgeometry.SimpleGeometry
Gets the lower bounding box of this geometry.
getBBUpper() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Gets the upper bounding box coordinate on the line.
getBBUpper() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Gets the upper bounding box coordinate on the point.
getBBUpper() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Gets the upper bounding box coordinate on the polygon.
getBBUpper() - Method in interface ucar.nc2.ft2.simpgeometry.SimpleGeometry
Gets the upper bounding box of this geometry.
getBeamWidth() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getBeamWidth() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getBeginning(int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryIndexFinder
Gets the beginning index of a geometry's points given the index of the geometry within the array.
getBestDatasets() - Method in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
getBigend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
bool bigend = 3;
getBigend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
bool bigend = 3;
getBigend() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
bool bigend = 3;
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
[default=true] in proto2
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.Data
[default=true] in proto2
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool bigend = 4;
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
bool bigend = 4;
getBigend() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
bool bigend = 4;
getBigend() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
[default=true] in proto2
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool bigend = 4;
getBigend() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
bool bigend = 4;
getBigend() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
bool bigend = 4;
getBigendPresentCase() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
getBigendPresentCase() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
getBigendPresentCase() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
 
getBit(long, int) - Static method in class ucar.nc2.iosp.BitReader
 
getBoolean(int) - Method in class ucar.ma2.Array
 
getBoolean(int) - Method in class ucar.ma2.ArrayBoolean
 
getBoolean(int) - Method in class ucar.ma2.ArrayByte
 
getBoolean(int) - Method in class ucar.ma2.ArrayChar
 
getBoolean(int) - Method in class ucar.ma2.ArrayDouble
 
getBoolean(int) - Method in class ucar.ma2.ArrayFloat
 
getBoolean(int) - Method in class ucar.ma2.ArrayInt
 
getBoolean(int) - Method in class ucar.ma2.ArrayLong
 
getBoolean(int) - Method in class ucar.ma2.ArrayObject
 
getBoolean(int) - Method in class ucar.ma2.ArrayRagged
 
getBoolean(int) - Method in class ucar.ma2.ArrayScalar
 
getBoolean(int) - Method in class ucar.ma2.ArrayShort
 
getBoolean(int) - Method in class ucar.ma2.ArrayString
 
getBoolean(int) - Method in class ucar.ma2.ArrayStructure
 
getBoolean(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a boolean.
getBoolean(Index) - Method in class ucar.ma2.ArrayBoolean
 
getBoolean(Index) - Method in class ucar.ma2.ArrayByte
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayChar
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayDouble
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayFloat
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayInt
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayLong
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayScalar
 
getBoolean(Index) - Method in class ucar.ma2.ArrayShort
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getBoolean(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getBooleanCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a boolean
getBooleanCurrent() - Method in class ucar.ma2.IteratorFast
 
getBooleanNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a boolean
getBooleanNext() - Method in class ucar.ma2.IteratorFast
 
getBound1() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Get the coordinate bound1 as a double array.
getBound1() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
getBound2() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Get the coordinate bound1 as a double array.
getBound2() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
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
 
getBoundingBox() - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the x,y bounding box in projection coordinates.
getBoundingBox() - Method in class ucar.nc2.dt.grid.GridDataset
 
getBoundingBox() - Method in interface ucar.nc2.dt.GridCoordSystem
Get horizontal bounding box in projection coordinates.
getBoundingBox() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getBoundingBox() - Method in class ucar.nc2.dt.radial.RadialCoordSys
 
getBoundingBox() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The boundingBox for the FeatureCollection.
getBoundingBox() - Method in interface ucar.nc2.ft.FeatureDataset
The lat/lon boundingBox for the entire dataset.
getBoundingBox() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getBoundingBox() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getBoundingBox() - Method in class ucar.nc2.ft.point.StationHelper
 
getBoundingBox() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getBoundingBox() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getBoundingBox() - Method in interface ucar.nc2.ft.StationCollection
Get the bounding box including all the stations.
getBoundingBox() - Method in interface ucar.nc2.ft.TrajectoryFeature
BoundingBox for the trajectory.
getBoundingBox() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
Get the x,y bounding box in projection coordinates.
getBoundingBox() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getBoundingBox() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getBoundingBox() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getBoundingBox(List<? extends Station>) - Static method in class ucar.nc2.ft.point.writer.CFPointWriterUtils
 
getBoundingBox(List<? extends Station>) - Static method in class ucar.nc2.ft.point.writer2.CFPointWriterUtils
 
getBoundingBox(NetcdfDataset) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
getBoundsDimension(NetcdfFile) - Static method in class ucar.nc2.dataset.DatasetConstructor
Deprecated.
 
getBtree() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
getBufferSize() - Method in class ucar.unidata.io.RandomAccessFile
Get the buffer size
getByte(int) - Method in class ucar.ma2.Array
 
getByte(int) - Method in class ucar.ma2.ArrayBoolean
 
getByte(int) - Method in class ucar.ma2.ArrayByte
 
getByte(int) - Method in class ucar.ma2.ArrayChar
 
getByte(int) - Method in class ucar.ma2.ArrayDouble
 
getByte(int) - Method in class ucar.ma2.ArrayFloat
 
getByte(int) - Method in class ucar.ma2.ArrayInt
 
getByte(int) - Method in class ucar.ma2.ArrayLong
 
getByte(int) - Method in class ucar.ma2.ArrayObject
 
getByte(int) - Method in class ucar.ma2.ArrayRagged
 
getByte(int) - Method in class ucar.ma2.ArrayScalar
 
getByte(int) - Method in class ucar.ma2.ArrayShort
 
getByte(int) - Method in class ucar.ma2.ArrayString
 
getByte(int) - Method in class ucar.ma2.ArrayStructure
 
getByte(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a byte.
getByte(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getByte(Index) - Method in class ucar.ma2.ArrayByte
 
getByte(Index) - Method in class ucar.ma2.ArrayChar
 
getByte(Index) - Method in class ucar.ma2.ArrayDouble
 
getByte(Index) - Method in class ucar.ma2.ArrayFloat
 
getByte(Index) - Method in class ucar.ma2.ArrayInt
 
getByte(Index) - Method in class ucar.ma2.ArrayLong
 
getByte(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getByte(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getByte(Index) - Method in class ucar.ma2.ArrayScalar
 
getByte(Index) - Method in class ucar.ma2.ArrayShort
 
getByte(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getByte(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getByteBuffer() - Method in class ucar.ma2.ArrayStructureBB
Return backing storage as a ByteBuffer
getByteBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getByteBuffer() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunk
 
getByteCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a byte
getByteCurrent() - Method in class ucar.ma2.IteratorFast
 
getBytedata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
getBytedata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
opaque dataType and vlens
getBytedata(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
opaque dataType and vlens
getBytedataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
getBytedataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
opaque dataType and vlens
getBytedataCount() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
opaque dataType and vlens
getBytedataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
getBytedataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
opaque dataType and vlens
getBytedataList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
opaque dataType and vlens
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.
getCacheLocation() - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
getCacheName() - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
getCalendar() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCalendar() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getCalendar() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
.Calendar calendar = 3;
getCalendar() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
.Calendar calendar = 3;
getCalendar() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRangeOrBuilder
.Calendar calendar = 3;
getCalendar() - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getCalendar() - Method in class ucar.nc2.time.CalendarDate
 
getCalendar() - Method in class ucar.nc2.time.CalendarDateUnit
 
getCalendarDate() - Method in class ucar.nc2.units.DateType
Get this as a CalendarDate
getCalendarDate(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Get the the ith CalendarDate.
getCalendarDate(MFile) - Method in interface thredds.inventory.DateExtractor
 
getCalendarDate(MFile) - Method in class thredds.inventory.DateExtractorFromName
 
getCalendarDate(MFile) - Method in class thredds.inventory.DateExtractorNone
 
getCalendarDateEnd() - Method in class ucar.nc2.dt.grid.GridDataset
 
getCalendarDateEnd() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getCalendarDateEnd() - Method in interface ucar.nc2.ft.FeatureDataset
Ending Calendar date for the entire dataset.
getCalendarDateEnd() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getCalendarDateEnd() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getCalendarDateEnd() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getCalendarDateEnd() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getCalendarDateFromPath(String) - Method in interface thredds.inventory.DateExtractor
 
getCalendarDateFromPath(String) - Method in class thredds.inventory.DateExtractorFromName
 
getCalendarDateFromPath(String) - Method in class thredds.inventory.DateExtractorNone
 
getCalendarDateRange() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Get calendar date range
getCalendarDateRange() - Method in class ucar.nc2.dt.grid.GridCoordSys
 
getCalendarDateRange() - Method in class ucar.nc2.dt.grid.GridDataset
 
getCalendarDateRange() - Method in interface ucar.nc2.dt.GridCoordSystem
 
getCalendarDateRange() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getCalendarDateRange() - Method in interface ucar.nc2.ft.DsgFeatureCollection
Calendar date range for the FeatureCollection.
getCalendarDateRange() - Method in interface ucar.nc2.ft.FeatureDataset
Calendar Date range for the entire dataset.
getCalendarDateRange() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getCalendarDateRange() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getCalendarDateRange() - Method in interface ucar.nc2.ft.TrajectoryFeature
DateRange for the points along the trajectory.
getCalendarDateRange() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getCalendarDateRange() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getCalendarDateRange() - Method in class ucar.nc2.ft2.coverage.adapter.GridCS
 
getCalendarDateRange() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCalendarDateRange() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getCalendarDateRange() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getCalendarDateRange(CalendarDateUnit) - Method in class ucar.nc2.ft.point.CollectionInfo
 
getCalendarDates() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Get the list of datetimes in this coordinate as CalendarDate objects.
getCalendarDates() - Method in class ucar.nc2.dt.grid.GridCoordSys
 
getCalendarDates() - Method in interface ucar.nc2.dt.GridCoordSystem
 
getCalendarDateStart() - Method in class ucar.nc2.dt.grid.GridDataset
 
getCalendarDateStart() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getCalendarDateStart() - Method in interface ucar.nc2.ft.FeatureDataset
Starting Calendar date for the entire dataset.
getCalendarDateStart() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getCalendarDateStart() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getCalendarDateStart() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getCalendarDateStart() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getCalendarDateUnit() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getCalendarDateUnit() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getCalendarDateUnit() - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getCalendarField() - Method in class ucar.nc2.time.CalendarDateUnit
 
getCalendarFromAttribute() - Method in class ucar.nc2.dataset.CoordinateAxis
 
getCalendarFromAttribute(AttributeContainer) - Static method in class ucar.nc2.ft2.coverage.TimeHelper
 
getCalendarPeriod() - Method in class ucar.nc2.time.CalendarDateUnit
 
getCalendarValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
.Calendar calendar = 3;
getCalendarValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
.Calendar calendar = 3;
getCalendarValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRangeOrBuilder
.Calendar calendar = 3;
getCanonicalString() - Method in class ucar.nc2.units.SimpleUnit
 
getCapabilities() - Method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getCapabilities() - Method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getCapabilities(OutputStream) - Method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getCapabilities(OutputStream) - Method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getCapabilitiesDocument() - Method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
Create the capabilities XML document for this dataset
getCapabilitiesDocument() - Method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
Create the capabilities XML document for this dataset
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
getCenterLon() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Get the center of the Longitude range.
getCenterName(int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
Center name, from table C-1 or C-11
getCenterNameBufr(int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
Center name, from table C-1 or C-11
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.
getCentMeridian() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Get the central Meridian in degrees
getCentralMeridian() - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
getCFAxisName() - Method in enum ucar.nc2.constants.AxisType
 
getCfName() - Method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getChar(int) - Method in class ucar.ma2.Array
 
getChar(int) - Method in class ucar.ma2.ArrayBoolean
 
getChar(int) - Method in class ucar.ma2.ArrayByte
 
getChar(int) - Method in class ucar.ma2.ArrayChar
 
getChar(int) - Method in class ucar.ma2.ArrayDouble
 
getChar(int) - Method in class ucar.ma2.ArrayFloat
 
getChar(int) - Method in class ucar.ma2.ArrayInt
 
getChar(int) - Method in class ucar.ma2.ArrayLong
 
getChar(int) - Method in class ucar.ma2.ArrayObject
 
getChar(int) - Method in class ucar.ma2.ArrayRagged
 
getChar(int) - Method in class ucar.ma2.ArrayScalar
 
getChar(int) - Method in class ucar.ma2.ArrayShort
 
getChar(int) - Method in class ucar.ma2.ArrayString
 
getChar(int) - Method in class ucar.ma2.ArrayStructure
 
getChar(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a char.
getChar(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getChar(Index) - Method in class ucar.ma2.ArrayByte
 
getChar(Index) - Method in class ucar.ma2.ArrayChar
 
getChar(Index) - Method in class ucar.ma2.ArrayDouble
 
getChar(Index) - Method in class ucar.ma2.ArrayFloat
 
getChar(Index) - Method in class ucar.ma2.ArrayInt
 
getChar(Index) - Method in class ucar.ma2.ArrayLong
 
getChar(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getChar(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getChar(Index) - Method in class ucar.ma2.ArrayScalar
 
getChar(Index) - Method in class ucar.ma2.ArrayShort
 
getChar(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getChar(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getCharCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a char
getCharCurrent() - Method in class ucar.ma2.IteratorFast
 
getCharNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a char
getCharNext() - Method in class ucar.ma2.IteratorFast
 
getChild(String) - Method in class thredds.filesystem.MFileOS
 
getChild(String) - Method in class thredds.filesystem.MFileOS7
 
getChild(String) - Method in interface thredds.inventory.MFile
Get child MFile of this MFile
getChildren() - Method in class thredds.inventory.partition.DirectoryBuilder
May be null if constructChildren() was not called
getChunkAttribute(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategy
 
getChunking() - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig
 
getChunking() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
getChunking() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
getClassName() - Method in interface ucar.unidata.geoloc.Projection
The name of this class of projections, eg "Transverse Mercator".
getClassName() - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Get the class name
getClassName() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get the name of the type of the projection.
getClockwiseDistanceTo(double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.getClockwiseDistanceTo
getCode() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getCode() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getCode() - Method in class ucar.nc2.iosp.hdf4.TagEnum
 
getCode() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
uint32 code = 1;
getCode() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
uint32 code = 1;
getCode() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumTypeOrBuilder
uint32 code = 1;
getCode() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
uint32 code = 2;
getCode() - Method in class ucar.nc2.stream.NcStreamProto.Error
uint32 code = 2;
getCode() - Method in interface ucar.nc2.stream.NcStreamProto.ErrorOrBuilder
uint32 code = 2;
getCollectionFeatureType() - Method in interface ucar.nc2.ft.DsgFeatureCollection
All features in this collection have this feature type
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.PointFeatureCCCImpl
 
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.PointFeatureCCImpl
 
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.ProfileFeatureImpl
 
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getCollectionFeatureType() - Method in class ucar.nc2.ft.point.TrajectoryFeatureImpl
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardSectionCollectionImpl
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardStationProfileCollectionImpl
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
getCollectionIterator() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getCollectionIterator() - Method in interface ucar.nc2.ft.PointFeatureCC
General way to handle iterations on all classes that implement this interface.
getCollectionIterator() - Method in interface ucar.nc2.ft.PointFeatureCCC
General way to handle iterations on all classes that implement this interface.
getCollectionManager() - Method in class thredds.inventory.NcmlCollectionReader
 
getCollectionName() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
getCollectionName() - Method in class thredds.inventory.CollectionAbstract
 
getCollectionName() - Method in class thredds.inventory.CollectionUpdateEvent
 
getCollectionName() - Method in interface thredds.inventory.MCollection
The name of the collection
getCollectionSpecParser(Formatter) - Method in class thredds.featurecollection.FeatureCollectionConfig
 
getCollectionSpecParserAbstract(Formatter) - Method in class thredds.featurecollection.FeatureCollectionConfig
 
getCollectionType() - Method in class thredds.client.catalog.Dataset
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getCommonOrigin() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getCommonOrigin() - Method in interface ucar.nc2.dt.RadialDatasetSweep
If all sweeps have the same origin, return it here, else null
getCommonType() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getCommonType() - Method in interface ucar.nc2.dt.RadialDatasetSweep
If all the sweeps are the same type, return it here, else NONE
getCompress() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.Compress compress = 5;
getCompress() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
.Compress compress = 5;
getCompress() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
.Compress compress = 5;
getCompress() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.Compress compress = 6;
getCompress() - Method in class ucar.nc2.stream.NcStreamProto.Data
.Compress compress = 6;
getCompress() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
.Compress compress = 6;
getCompression() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
getCompression() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
getCompression(boolean) - Static method in class ucar.nc2.stream.NcStreamReader
 
getCompressValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.Compress compress = 5;
getCompressValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
.Compress compress = 5;
getCompressValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
.Compress compress = 5;
getCompressValue() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.Compress compress = 6;
getCompressValue() - Method in class ucar.nc2.stream.NcStreamProto.Data
.Compress compress = 6;
getCompressValue() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
.Compress compress = 6;
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.BuoyShipSynop
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CdmDirect
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Cosmic
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.FslRaob
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.FslWindProfiler
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Iridl
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Jason
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Madis
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.MadisAcars
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.NdbcCoards
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.NdbcNetcdf4
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Nldn
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.RafNimbus
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.SimpleTrajectory
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Suomi
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.UnidataPointObs
 
getConfig(FeatureType, NetcdfDataset, Formatter) - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
Create a TableConfig for this dataset.
getConstantForecastDataset(CalendarDate) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getConstantForecastDataset(CalendarDate) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
getConstantOffsetDataset(double) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getConstantOffsetDataset(double) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
getContentObject() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
getContributors() - Method in class thredds.client.catalog.Dataset
 
getController() - Method in class thredds.inventory.MFileCollectionManager
 
getConventionName() - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.ADASConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.ATDRadarConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.AWIPSSatConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.CEDRICRadarConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.CF1Convention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.FslWindProfiler.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.GDVConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.GIEFConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.HdfEosModisConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.HdfEosOmiConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.IFPSConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.MADISStation.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.Nimbus.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.Suomi.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.UnidataObsConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.WRFConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.conv.ZebraConvention.Factory
 
getConventionName() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.Factory
 
getConventionUsed() - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
getConventionUsed() - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Get the name of the Convention.
getConventionUsed() - Method in class ucar.nc2.dataset.NetcdfDataset
Get conventions used to analyse coordinate systems.
getConventionUsed() - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
Get the name of the CoordSysBuilder that parses this file.
getConventionUsed() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
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
getConvName() - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
 
getConvName() - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
getConvUsed() - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
 
getConvUsed() - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
getCoord(int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoord(int, int) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getCoordAxes() - Method in class ucar.nc2.dt.radial.RadialCoordSys
 
getCoordAxes() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getCoordAxes() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoordAxes() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getCoordAxes() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
getCoordAxes() - Method in class ucar.nc2.ft2.coverage.Time2DCoordSys
 
getCoordAxes() - Method in class ucar.nc2.internal.dataset.CoordinatesHelper
 
getCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
may be shared if asking for multiple grids
getCoordAxes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
may be shared if asking for multiple grids
getCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordAxis coordAxes = 8;
getCoordAxes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordAxis coordAxes = 8;
getCoordAxesBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
may be shared if asking for multiple grids
getCoordAxesCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
may be shared if asking for multiple grids
getCoordAxesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordAxis coordAxes = 8;
getCoordAxesCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordAxis coordAxes = 8;
getCoordAxesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
may be shared if asking for multiple grids
getCoordAxesList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
may be shared if asking for multiple grids
getCoordAxesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordAxis coordAxes = 8;
getCoordAxesList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
may be shared if asking for multiple grids
getCoordAxesOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
may be shared if asking for multiple grids
getCoordAxesOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
getCoordAxesOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
may be shared if asking for multiple grids
getCoordAxesOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
may be shared if asking for multiple grids
getCoordAxesOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordAxis coordAxes = 8;
getCoordAxesOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordAxis coordAxes = 8;
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()
getCoordBoundsAsArray() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getCoordBoundsAsArray() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordBoundsAsArray() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getCoordBoundsAsArray() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
getCoordBoundsAsArray() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
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.
getCoordEdge1(int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordEdge2(int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordEdgeFirst() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordEdgeLast() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordEdges() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Get the coordinate edges as a double array.
getCoordinate(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
Tries to find the coordinate variable of the specified type.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.AtmosLnPressure
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.AtmosSigma
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.HybridHeight
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.OceanS
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.OceanSG1
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.OceanSG2
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.OceanSigma
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in interface ucar.unidata.geoloc.vertical.VerticalTransform
Deprecated.
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Get the 3D vertical coordinate array for this time step.
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformSubset
 
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.VTfromExistingData
 
getCoordinateArray(int) - Method in class ucar.unidata.geoloc.vertical.WRFEta
Get the 3D vertical coordinate array for this time step.
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.AtmosLnPressure
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.AtmosSigma
Get the 1D vertical coordinate array for this time step and point (needds test!!!)
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.HybridHeight
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.OceanS
Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.OceanSG1
Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.OceanSG2
Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.OceanSigma
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in interface ucar.unidata.geoloc.vertical.VerticalTransform
Deprecated.
Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformSubset
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.VTfromExistingData
Get the 1D vertical coordinate array for this time step and point
getCoordinateArray1D(int, int, int) - Method in class ucar.unidata.geoloc.vertical.WRFEta
Get the 1D vertical coordinate array for this time step and point
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.
getCoordinateAxes() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the list of all axes.
getCoordinateAxisTimeHelper() - Method in class ucar.nc2.dataset.CoordinateAxis2D
 
getCoordinateName(NetcdfDataset, AxisType) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
Tries to find the coordinate variable of the specified type.
getCoordinateName(NetcdfDataset, AxisType, Dimension) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
Tries to find the coordinate variable of the specified type, which has the specified dimension as its firsst dimension
getCoordinateSystem() - Method in class ucar.nc2.dt.grid.GeoGrid
get the GridCoordSys for this GeoGrid.
getCoordinateSystem() - Method in interface ucar.nc2.dt.GridDatatype
get the Grid's Coordinate System.
getCoordinateSystem() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the GeoGridCoordSys for this GeoGrid.
getCoordinateSystems() - Method in interface ucar.nc2.dataset.Enhancements
Deprecated.
Get the list of Coordinate Systems for this Variable.
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.
getCoordinateTransforms() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the list of all CoordinateTransforms.
getCoordinateVariables() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The list of coordinate variables in the collection
getCoordinateVariables() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getCoordMap() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getCoordMidpoint(int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordName(int) - Method in class ucar.nc2.dataset.CoordinateAxis1D
The "name" of the ith coordinate.
getCoordObject(int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordsAsArray() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getCoordsAsArray() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getCoordsAsArray() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getCoordsAsArray() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
getCoordsAsArray() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
getCoordSys() - Method in class ucar.nc2.ft2.coverage.CoordSysSet
 
getCoordSys() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getCoordSys() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoordSys() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string coordSys = 5;
getCoordSys() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string coordSys = 5;
getCoordSys() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string coordSys = 5;
getCoordSys() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordSys(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordSys coordSys = 6;
getCoordSys(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordSys coordSys = 6;
getCoordSysBuilder() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getCoordSysBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string coordSys = 5;
getCoordSysBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string coordSys = 5;
getCoordSysBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string coordSys = 5;
getCoordSysCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordSysCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordSysCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordSys coordSys = 6;
getCoordSysCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordSys coordSys = 6;
getCoordSysForData() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
getCoordSysList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordSysList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordSysList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordSys coordSys = 6;
getCoordSysList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordSys coordSys = 6;
getCoordSysName() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getCoordSysName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
must have coordAxes corresponding to shape
getCoordSysName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
must have coordAxes corresponding to shape
getCoordSysName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
must have coordAxes corresponding to shape
getCoordSysName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getCoordSysNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
must have coordAxes corresponding to shape
getCoordSysNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
must have coordAxes corresponding to shape
getCoordSysNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
must have coordAxes corresponding to shape
getCoordSysOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordSysOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordSysOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordSys coordSys = 6;
getCoordSysOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordSys coordSys = 6;
getCoordSysOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordSysOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordSysOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordSysOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
getCoordSysOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordSys coordSys = 6;
getCoordSysOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordSys coordSys = 6;
getCoordSystems() - Method in class ucar.nc2.internal.dataset.CoordinatesHelper
 
getCoordTransforms() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getCoordTransforms() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoordTransforms() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns a list of coord transforms contained in this coordinate system.
getCoordTransforms() - Method in class ucar.nc2.internal.dataset.CoordinatesHelper
 
getCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordTransforms(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordTransform coordTransforms = 7;
getCoordTransforms(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordTransformsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordTransformsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordTransformsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordTransformsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordTransformsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordTransformsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
getCoordTransformsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
"
getCoordTransformsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
"
getCoordTransformsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .CoordTransform coordTransforms = 7;
getCoordTransformsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .CoordTransform coordTransforms = 7;
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.
getCoordValue(StructureData) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCoordValue(StructureData[]) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCoordValueAsString(StructureData) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCoordValueLong(StructureData) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCoordValueNames() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
Deprecated.
will be moved in ver6
getCoordValueNames(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.TimeHelper
Deprecated.
will be moved in ver6
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
 
getCoordValueString(StructureData) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCoordValueString(StructureData[]) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getCount(Comparable) - Method in class ucar.nc2.util.Counters.Counter
 
getCoverage() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getCoverageCollections() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getCoverageCount() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoverageName() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
getCoverageName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
full escaped name.
getCoverageName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
full escaped name.
getCoverageName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
full escaped name.
getCoverageNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
full escaped name.
getCoverageNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
full escaped name.
getCoverageNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
full escaped name.
getCoverages() - Method in class ucar.nc2.ft2.coverage.CoordSysSet
 
getCoverages() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoverageSets() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
.CoverageType coverageType = 5;
getCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
.CoverageType coverageType = 5;
getCoverageType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
.CoverageType coverageType = 5;
getCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CoverageType coverageType = 10;
getCoverageType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.CoverageType coverageType = 10;
getCoverageType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.CoverageType coverageType = 10;
getCoverageTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
.CoverageType coverageType = 5;
getCoverageTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
.CoverageType coverageType = 5;
getCoverageTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
.CoverageType coverageType = 5;
getCoverageTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CoverageType coverageType = 10;
getCoverageTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.CoverageType coverageType = 10;
getCoverageTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.CoverageType coverageType = 10;
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
 
getCurrentRecno() - Method in class ucar.nc2.ft.point.StructureDataIteratorIndexed
 
getCurrentRecno() - Method in class ucar.nc2.ft.point.StructureDataIteratorLinked
 
getDAPName(String, Variable) - Static method in class ucar.nc2.Variable
Deprecated.
Will be moved to opendap package in 6.
getDAPName(Variable) - Static method in class ucar.nc2.Variable
Deprecated.
Will be moved to opendap package in 6.
getData() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
fixed length data
getData() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
fixed length data
getData() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
fixed length data
getData() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
getData() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Get the data associated with this line
getData() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Get the data associated with this point
getData() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get the data associated with this Polygon
getData() - Method in interface ucar.nc2.ft2.simpgeometry.Line
Get the data associated with this line
getData() - Method in interface ucar.nc2.ft2.simpgeometry.Point
Get the data associated with this point
getData() - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Get the data associated with this Polygon
getData() - Method in interface ucar.nc2.ft2.simpgeometry.SimpleGeometry
Fetches the data associated with this geometry.
getData() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not needed if len == 0, Attribute with name but no value
getData() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
not needed if len == 0, Attribute with name but no value
getData() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
not needed if len == 0, Attribute with name but no value
getData() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
fixed length data
getData() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
fixed length data
getData() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
fixed length data
getData() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
"immediate" - store small data in header
getData() - Method in class ucar.nc2.stream.NcStreamProto.Variable
"immediate" - store small data in header
getData() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
"immediate" - store small data in header
getDataAll() - Method in interface ucar.nc2.ft.PointFeature
All the data of this observation, joined with data from all parent features.
getDataArray() - Method in class ucar.ma2.StructureMembers.Member
Get the data array, if any.
getDataAsByteBuffer() - Method in class ucar.ma2.Array
This gets the data as a ByteBuffer, in correct order.
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayByte
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayChar
Trasfer data to a ByteBuffer.
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayDouble
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayFloat
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayInt
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayLong
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayShort
 
getDataAsByteBuffer() - Method in class ucar.ma2.ArrayString
 
getDataAsByteBuffer(int, ByteOrder) - Method in class ucar.ma2.Array
 
getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.Array
 
getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayByte
 
getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayInt
 
getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayLong
 
getDataAsByteBuffer(ByteOrder) - Method in class ucar.ma2.ArrayShort
 
getDataChunkIteratorFilter(Section) - Method in class ucar.nc2.iosp.hdf5.DataBTree
 
getDataChunkIteratorNoFilter(Section, int) - Method in class ucar.nc2.iosp.hdf5.DataBTree
 
getDataFormat() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getDataFormat() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getDataFormat() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getDataFormat() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getDataFormat() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getDataFormat() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getDataFormat() - Method in interface ucar.nc2.dt.RadialDatasetSweep
 
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.
getDataObjects() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getDataObjects() - Method in class ucar.nc2.iosp.hdf5.H5header
 
getDataParam() - Method in class ucar.ma2.StructureMembers.Member
Get the data parameter value, for use behind the scenes.
getDataPosAbsolute() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
getDataPosAbsolute() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getDataset() - Method in class thredds.client.catalog.Access
 
getDataset(Dataset, Object) - Method in interface thredds.client.catalog.tools.CatalogCrawler.Listener
Gets called for each dataset found.
getDataset(Dataset, Object) - Method in class thredds.inventory.CollectionManagerCatalog
 
getDataset2D(NetcdfDataset) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getDatasetBest() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getDatasetBest(FeatureCollectionConfig.BestDataset) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getDatasetBoundariesGeoJSON() - Method in class ucar.nc2.dt.grid.gis.GridBoundariesExtractor
 
getDatasetBoundariesWKT() - Method in class ucar.nc2.dt.grid.gis.GridBoundariesExtractor
Takes a GridDataset and returns the boundary for the first gridset in the dataset in as a polygon in WKT
getDatasetBoundariesWKT() - Method in class ucar.nc2.dt.grid.GridDatasetInfo
Returns a WKT polygon with the dataset boundaries
getDatasetIndex() - Method in interface ucar.nc2.ft.fmrc.TimeInventory.Instance
 
getDatasetLocation() - Method in class ucar.nc2.dataset.VariableDS
 
getDatasetLocation() - Method in interface ucar.nc2.ft.fmrc.TimeInventory.Instance
 
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.
getDatasets() - Method in class thredds.inventory.TimedCollection
 
getDatasets() - Method in class ucar.nc2.internal.ncml.Aggregation
 
getDatasets() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
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
 
getDataSlice(int, int, int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
use readDataSlice
getDataSubcategoy(int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
data subcategory name, from table C-13
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.dt.grid.GeoGrid
get the data type
getDataType() - Method in interface ucar.nc2.dt.GridDatatype
get the data type
getDataType() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getDataType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.DataType dataType = 4;
getDataType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
.DataType dataType = 4;
getDataType() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
.DataType dataType = 4;
getDataType() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
getDataType() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getDataType() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDataType() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Data
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Member
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
STRUCTURE or SEQUENCE
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Structure
STRUCTURE or SEQUENCE
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
STRUCTURE or SEQUENCE
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.stream.NcStreamProto.Variable
.DataType dataType = 2;
getDataType() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
.DataType dataType = 2;
getDataType() - Method in class ucar.nc2.Variable
Get the data type of the Variable.
getDataType() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getDataType() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getDataType() - Method in interface ucar.nc2.VariableSimpleIF
Variable's data type
getDataType() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getDataTypeValue() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.DataType dataType = 4;
getDataTypeValue() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
.DataType dataType = 4;
getDataTypeValue() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
.DataType dataType = 4;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Data
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Member
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
STRUCTURE or SEQUENCE
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Structure
STRUCTURE or SEQUENCE
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
STRUCTURE or SEQUENCE
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
.DataType dataType = 2;
getDataTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Variable
.DataType dataType = 2;
getDataTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
.DataType dataType = 2;
getDataVar(String) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
getDataVariable(String) - Method in class ucar.nc2.dt.grid.GridDataset
 
getDataVariable(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDataVariable(String) - Method in interface ucar.nc2.ft.FeatureDataset
Get the named data Variable.
getDataVariable(String) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getDataVariable(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getDataVariable(String) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getDataVariable(String) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getDataVariables() - Method in class ucar.nc2.dt.grid.GridDataset
 
getDataVariables() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDataVariables() - Method in interface ucar.nc2.dt.RadialDatasetSweep
The radial data variables available in the dataset.
getDataVariables() - Method in interface ucar.nc2.ft.FeatureDataset
The data Variables available in this dataset.
getDataVariables() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getDataVariables() - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
 
getDataVariables() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
getDataVariables() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getDataVariables() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getDataVariables() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getDataVariables() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getDataVariables(Document) - Static method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getDataVariables(Document) - Static method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getDate() - Method in class ucar.nc2.units.DateType
Deprecated.
use getCalendarDate()
getDate() - Method in class ucar.nc2.units.DateUnit
Get the equivalent java.util.Date.
getDate(MFile) - Method in interface thredds.inventory.DateExtractor
 
getDate(MFile) - Method in class thredds.inventory.DateExtractorFromName
 
getDate(MFile) - Method in class thredds.inventory.DateExtractorNone
 
getDateExtractor() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
getDateFormatMark() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getDateFormatMark(String) - Static method in class thredds.inventory.CollectionSpecParserAbstract
 
getDateOrigin() - Method in class ucar.nc2.units.DateUnit
Get the origin Date.
getDateRange() - Method in class thredds.inventory.TimedCollection.Dataset
 
getDateRange() - Method in class thredds.inventory.TimedCollection
 
getDateRange() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Deprecated.
use getCalendarDateRange()
getDateRange() - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use getCalendarDateRange
getDateRange() - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
use getCalendarDateRange
getDateRange() - Method in interface ucar.nc2.dt.GridCoordSystem
Deprecated.
use getCalendarDateRange()
getDateRange() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDateRange() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDateRange() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
getDateRange() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.CalendarDateRange dateRange = 5;
getDateRange() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.CalendarDateRange dateRange = 5;
getDateRange(double, double) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getDateRangeBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
getDateRangeForOffset(double) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getDateRangeForRun(CalendarDate) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getDateRangeOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
getDateRangeOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.CalendarDateRange dateRange = 5;
getDateRangeOrBuilder() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.CalendarDateRange dateRange = 5;
getDates() - Method in class thredds.client.catalog.Dataset
 
getDates() - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
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.
getDateUsingDemarkatedMatchOld(String, String, char) - Static method in class ucar.nc2.units.DateFromString
Deprecated.
do not use
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.
getDatumName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the datum name.
getDayOfMonth() - Method in class ucar.nc2.time.CalendarDate
 
getDebugLeaks() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
getDebugNbytes() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
getDebugNseeks() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
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
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
getDefaultInstance() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
getDefaultInstance() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
getDefaultInstance() - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
getDefaultInstanceForType() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
getDefaultMapArea() - Method in interface ucar.unidata.geoloc.Projection
Deprecated.
Do not use.
getDefaultMapArea() - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Get a reasonable bounding box for this projection.
getDefaultMapArea() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get a reasonable bounding box for this projection.
getDefaultMapAreaLL() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get the bounding box in lat/lon.
getDefaultUnits() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get the name of the default units for this projection
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
 
getDelimiter() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getDepend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DependenceType depend = 7;
getDepend() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.DependenceType depend = 7;
getDepend() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.DependenceType depend = 7;
getDependenceType() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDependentAxes(CoverageCoordAxis) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getDependsOn() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDependsOn(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
getDependsOn(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
depends on these axes, only for non-independent axes
getDependsOn(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
depends on these axes, only for non-independent axes
getDependsOnBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
getDependsOnBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
depends on these axes, only for non-independent axes
getDependsOnBytes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
depends on these axes, only for non-independent axes
getDependsOnCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
getDependsOnCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
depends on these axes, only for non-independent axes
getDependsOnCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
depends on these axes, only for non-independent axes
getDependsOnList() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDependsOnList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
getDependsOnList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
depends on these axes, only for non-independent axes
getDependsOnList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
depends on these axes, only for non-independent axes
getDependValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DependenceType depend = 7;
getDependValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.DependenceType depend = 7;
getDependValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.DependenceType depend = 7;
getDesc() - Method in class thredds.client.catalog.Service
 
getDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string desc = 2;
getDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string desc = 2;
getDesc() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string desc = 2;
getDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string desc = 5;
getDesc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string desc = 5;
getDesc() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string desc = 5;
getDesc() - Method in class ucar.nc2.iosp.hdf4.TagEnum
 
getDescBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string desc = 2;
getDescBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string desc = 2;
getDescBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string desc = 2;
getDescBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string desc = 5;
getDescBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string desc = 5;
getDescBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string desc = 5;
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 interface ucar.nc2.dataset.Enhancements
Deprecated.
Get the description of the Variable, or null if none.
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.dt.grid.GeoGrid
get the standardized description, or null if none.
getDescription() - Method in class ucar.nc2.dt.grid.GridDataset
 
getDescription() - Method in interface ucar.nc2.dt.GridDatatype
Get the description/long_name of the Grid, or null if none.
getDescription() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDescription() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getDescription() - Method in interface ucar.nc2.ft.FeatureDataset
Text information about this dataset.
getDescription() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getDescription() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getDescription() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getDescription() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getDescription() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the standardized description, or null if none.
getDescription() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getDescription() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getDescription() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getDescription() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string description = 6;
getDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
string description = 6;
getDescription() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
string description = 6;
getDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string description = 7;
getDescription() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string description = 7;
getDescription() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string description = 7;
getDescription() - Method in enum ucar.nc2.ft2.simpgeometry.GeometryType
 
getDescription() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getDescription() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getDescription() - Method in class ucar.nc2.util.NamedAnything
Deprecated.
 
getDescription() - Method in interface ucar.nc2.util.NamedObject
Deprecated.
Get the object's description.
getDescription() - Method in class ucar.nc2.Variable
Get the description of the Variable.
getDescription() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getDescription() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getDescription() - Method in interface ucar.nc2.VariableSimpleIF
description of the Variable
getDescription() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getDescription() - Method in interface ucar.unidata.geoloc.Station
Station description
getDescription() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
Station description
getDescriptionBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string description = 6;
getDescriptionBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
string description = 6;
getDescriptionBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
string description = 6;
getDescriptionBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string description = 7;
getDescriptionBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string description = 7;
getDescriptionBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string description = 7;
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
getDescriptor() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
getDescriptor() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
getDescriptor() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
getDescriptor() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
getDescriptor() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
getDescriptor() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
getDescriptor() - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
getDescriptor() - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
getDescriptor() - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
getDescriptor() - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
getDescriptorForType() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
getDescriptorForType() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
getDescriptorForType() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
getDescriptorForType() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
getDescriptorForType() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
getDescriptorForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
getDescriptorForType() - Method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
getDescriptorForType() - Method in enum ucar.nc2.stream.NcStreamProto.Compress
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
getDescriptorForType() - Method in enum ucar.nc2.stream.NcStreamProto.DataType
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
getDescriptorForType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
getDestElem() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
Get the position in destination where to read or write
getDestElem() - Method in interface ucar.nc2.iosp.Layout.Chunk
Get starting element position as a 1D element index into the destination, eg the requested array with shape "wantSection".
getDestElem() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
Get starting element position as a 1D element index into the destination, eg the requested array with shape "wantSection".
getDetailInfo() - Method in class ucar.nc2.dt.grid.GridDataset
Get Details about the dataset.
getDetailInfo() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDetailInfo() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Get Details about the dataset.
getDetailInfo() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
getDetailInfo() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
getDetailInfo() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
getDetailInfo() - Method in interface ucar.nc2.iosp.IOServiceProvider
Show debug / underlying implementation details
getDetailInfo() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
getDetailInfo() - Method in class ucar.nc2.NetcdfFile
Show debug / underlying implementation details
getDetailInfo(Formatter) - Method in class ucar.nc2.dataset.NetcdfDataset
Show debug / underlying implementation details
getDetailInfo(Formatter) - Method in class ucar.nc2.dt.grid.GridDataset
 
getDetailInfo(Formatter) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getDetailInfo(Formatter) - Method in interface ucar.nc2.ft.FeatureDataset
Show debug / underlying implementation details
getDetailInfo(Formatter) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getDetailInfo(Formatter) - Method in class ucar.nc2.internal.ncml.Aggregation
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
getDetailInfo(Formatter) - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
getDetailInfo(Formatter) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
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.dt.grid.GeoGrid
get the ith dimension
getDimension(int) - Method in interface ucar.nc2.dt.GridDatatype
get the ith dimension
getDimension(int) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the ith dimension
getDimension(int) - Method in class ucar.nc2.Variable
Get the ith dimension.
getDimension(int) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getDimension(NetcdfDataset, String, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find the dimension pointed to by key
getDimensionName() - Method in class ucar.nc2.internal.ncml.Aggregation
Get dimension name to join on
getDimensionName() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Get dimension name to join on
getDimensionName(int) - Method in class ucar.nc2.Variable.Builder
 
getDimensionName(NetcdfDataset, String, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find the dimension pointed to by key
getDimensionNames() - Method in class ucar.nc2.Variable.Builder
 
getDimensions() - Method in class ucar.nc2.dt.grid.GeoGrid
Returns an ArrayList containing the dimensions used by this geoGrid.
getDimensions() - Method in interface ucar.nc2.dt.GridDatatype
Returns a List of Dimension containing the dimensions used by this grid.
getDimensions() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getDimensions() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Returns an ArrayList containing the dimensions used by this geoGrid.
getDimensions() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getDimensions() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Get a list of all dimensions in this dataset.
getDimensions() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the list of dimensions contained in this coordinate system.
getDimensions() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
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.NetcdfFile
Deprecated.
use ncfile.getRootGroup().getDimensions() for files without nested groups, or recurse through nested groups to get dimensions.
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.VariableIF
Deprecated.
 
getDimensions() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getDimensions() - Method in interface ucar.nc2.VariableSimpleIF
Dimension List.
getDimensions() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getDimensionsAll() - Method in class ucar.nc2.Variable.Builder
 
getDimensionsAll() - Method in class ucar.nc2.Variable
Deprecated.
use Dimensions.makeDimensionsAll(Variable);
getDimensionsAll() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getDimensionsString() - Method in class ucar.nc2.Variable
Get the list of Dimension names, space delineated.
getDims(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDims(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Dimension dims = 2;
getDims(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Dimension dims = 2;
getDimsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Dimension dims = 2;
getDimsCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Dimension dims = 2;
getDimsList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Dimension dims = 2;
getDimsList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Dimension dims = 2;
getDimsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Dimension dims = 2;
getDimsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Dimension dims = 2;
getDimsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
getDimsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Dimension dims = 2;
getDimsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Dimension dims = 2;
getDir() - Method in class thredds.inventory.partition.DirectoryBuilder
The directory that the partition covers
getDirectoryName() - Method in class thredds.inventory.CollectionConfig
 
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
 
getDODSName() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
getDomain() - Method in class ucar.nc2.dataset.CoordinateSystem
get the Collection of Dimensions that constitute the domain.
getDomain() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the list of dimensions used by any of the Axes in the Coordinate System.
getDomainRank() - Method in class ucar.nc2.ft2.coverage.adapter.CurvilinearCS
 
getDomainRank() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getDouble(int) - Method in class ucar.ma2.Array
 
getDouble(int) - Method in class ucar.ma2.ArrayBoolean
 
getDouble(int) - Method in class ucar.ma2.ArrayByte
 
getDouble(int) - Method in class ucar.ma2.ArrayChar
 
getDouble(int) - Method in class ucar.ma2.ArrayDouble
 
getDouble(int) - Method in class ucar.ma2.ArrayFloat
 
getDouble(int) - Method in class ucar.ma2.ArrayInt
 
getDouble(int) - Method in class ucar.ma2.ArrayLong
 
getDouble(int) - Method in class ucar.ma2.ArrayObject
 
getDouble(int) - Method in class ucar.ma2.ArrayRagged
 
getDouble(int) - Method in class ucar.ma2.ArrayScalar
 
getDouble(int) - Method in class ucar.ma2.ArrayShort
 
getDouble(int) - Method in class ucar.ma2.ArrayString
 
getDouble(int) - Method in class ucar.ma2.ArrayStructure
 
getDouble(int) - Method in class ucar.ma2.MAVector
 
getDouble(int, int) - Method in class ucar.ma2.MAMatrix
 
getDouble(String) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getDouble(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a double.
getDouble(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getDouble(Index) - Method in class ucar.ma2.ArrayByte
 
getDouble(Index) - Method in class ucar.ma2.ArrayChar
 
getDouble(Index) - Method in class ucar.ma2.ArrayDouble
 
getDouble(Index) - Method in class ucar.ma2.ArrayFloat
 
getDouble(Index) - Method in class ucar.ma2.ArrayInt
 
getDouble(Index) - Method in class ucar.ma2.ArrayLong
 
getDouble(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getDouble(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getDouble(Index) - Method in class ucar.ma2.ArrayScalar
 
getDouble(Index) - Method in class ucar.ma2.ArrayShort
 
getDouble(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getDouble(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getDoubleBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getDoubleCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a double
getDoubleCurrent() - Method in class ucar.ma2.IteratorFast
 
getDoubleNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a double
getDoubleNext() - Method in class ucar.ma2.IteratorFast
 
getDuration() - Method in class ucar.nc2.time.CalendarDateRange
 
getDuration() - Method in class ucar.nc2.units.DateRange
Get the duration of the interval
getDurationInSecs() - Method in class ucar.nc2.time.CalendarDateRange
 
getEarth() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
getEarth() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
getEarth() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
getEarthLocation() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getEarthLocation(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getEarthRadius() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Earth radius in km
getEarthRadius() - Method in class ucar.unidata.geoloc.projection.Mercator
 
getEarthRadius() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
getEarthRadius() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
getEarthRadius() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
 
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.
getElementSize() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
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 class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
 
getElemSize() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
getElemSize() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayout
 
getElemSize() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
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
 
getElevation() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getElevation() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getElevation(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getElevation(int) - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getElevationAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.RadialElevation, or null if none.
getElevationAxis() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Elevation axis
getElevationAxisDataCached() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Elevation axis data.
getEmail() - Method in class thredds.client.catalog.ThreddsMetadata.Source
 
getEnabled() - Method in class ucar.nc2.util.ListenerManager
Deprecated.
 
getEnd() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 end = 2;
getEnd() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
int64 end = 2;
getEnd() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRangeOrBuilder
int64 end = 2;
getEnd() - Method in class ucar.nc2.time.CalendarDateRange
 
getEnd() - Method in class ucar.nc2.units.DateRange
Get the ending Date.
getEnd(int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryIndexFinder
Gets the ending index of a geometry's points given the index of the geometry within the array.
getEndDate() - Method in class thredds.inventory.CollectionListRange
 
getEndDate() - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
use getEndCalendarDate
getEndDate() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getEndDate(NetcdfDataset, CalendarDateUnit) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
getEndingTime() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getEndingTime() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getEndValue() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getEndValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double endValue = 13;
getEndValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
double endValue = 13;
getEndValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
double endValue = 13;
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
 
getEnsCoord() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getEnsCoords() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getEnsCoords() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getEnsembleAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.Ensemble, or null if none.
getEnsembleAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the Ensemble axis, else null
getEnsembleAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the ensemble axis.
getEnsembleAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getEnsembleDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the ensemble Dimension, if it exists
getEnsembleDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the ensemble Dimension, if it exists
getEnsembleDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the ensemble Dimension, if it exists
getEnsembleDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the ensemble Dimension index in the geogrid (canonical order)
getEnsembleDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the ensemble Dimension index in the geogrid (canonical order), or -1 if none
getEnsembleDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the ensemble Dimension index in the geogrid (canonical order)
getEnsTypes() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getEntries() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getEnumStrings() - Method in class ucar.nc2.EnumTypedef
Deprecated.
use getMap()
getEnumType() - Method in class ucar.nc2.Attribute
Get the EnumTypedef of the Attribute value, if DataType is an ENUM.
getEnumType() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
EnumTypedef name, only for enum types
getEnumType() - Method in class ucar.nc2.stream.NcStreamProto.Variable
EnumTypedef name, only for enum types
getEnumType() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
EnumTypedef name, only for enum types
getEnumTypeBytes() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
EnumTypedef name, only for enum types
getEnumTypeBytes() - Method in class ucar.nc2.stream.NcStreamProto.Variable
EnumTypedef name, only for enum types
getEnumTypeBytes() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
EnumTypedef name, only for enum types
getEnumTypedef() - Method in class ucar.nc2.Variable
Get the EnumTypedef, only use if getDataType.isEnum()
getEnumTypedef() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getEnumTypedefs() - Method in class ucar.nc2.Group
Get the enumerations contained directly in this group.
getEnumTypeName() - Method in class ucar.nc2.Variable.Builder
 
getEnumTypes(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypes(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .EnumTypedef enumTypes = 7;
getEnumTypes(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .EnumTypedef enumTypes = 7;
getEnumTypesCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .EnumTypedef enumTypes = 7;
getEnumTypesList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .EnumTypedef enumTypes = 7;
getEnumTypesOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .EnumTypedef enumTypes = 7;
getEosInfo(String, HdfHeaderIF, Group.Builder, Formatter) - Static method in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
getEosInfo(Formatter) - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
getEosInfo(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getEosInfo(Formatter) - Method in class ucar.nc2.iosp.hdf4.H4header
 
getEosInfo(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
getEosInfo(NetcdfFile, Group, Formatter) - Static method in class ucar.nc2.iosp.hdf4.HdfEos
 
getEpsgCode() - Method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getEpsgId() - Method in class ucar.unidata.geoloc.EarthEllipsoid
EPSG id
getEpsgName() - Method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getEquatorRadius() - Method in class ucar.unidata.geoloc.Earth
Get the EquatorRadius property.
getErrlog() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getErrlog() - Method in class ucar.nc2.ncml.NcmlConstructor
Deprecated.
 
getErrorMessage() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
getErrorMessage() - Method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter.Result
 
getErrorMessage() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application call this to get the error message, if any.
getErrorMessage() - Method in class ucar.nc2.util.Optional
Deprecated.
 
getExistingFile(String) - Static method in class thredds.filesystem.MFileOS
Make MFileOS if file exists, otherwise return null
getExistingFile(String) - Static method in class thredds.filesystem.MFileOS7
Make MFileOS7 if file exists, otherwise return null
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
 
getExtraVariable() - Method in interface ucar.nc2.ft.point.standard.Join
 
getExtraVariable() - Method in class ucar.nc2.ft.point.standard.JoinArray
 
getExtraVariable() - Method in class ucar.nc2.ft.point.standard.JoinMuiltdimStructure
 
getExtraVariable() - Method in class ucar.nc2.ft.point.standard.JoinParentIndex
 
getExtraVariables() - Method in interface ucar.nc2.ft.DsgFeatureCollection
 
getExtraVariables() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getFactor() - Method in class ucar.nc2.units.TimeUnit
Get the factor that converts this unit to seconds.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.Mercator
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the false easting, in km.
getFalseEasting() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the false easting, in units of km.
getFalseEastingScaleFactor(String) - Static method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
getFalseEastingScaleFactor(NetcdfDataset, AttributeContainer) - Static method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.Mercator
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the false northing, in km.
getFalseNorthing() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the false northing, in units of km
getFeatureCollection() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getFeatureCollection() - Method in interface ucar.nc2.ft.PointFeature
Get the containing DsgFeatureCollection
getFeatureData() - Method in interface ucar.nc2.ft.point.StationFeature
 
getFeatureData() - Method in class ucar.nc2.ft.point.StationFeatureImpl
 
getFeatureData() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
getFeatureData() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl.StationFeatureSubset
 
getFeatureData() - Method in interface ucar.nc2.ft.PointFeature
The actual data of just this PointFeature.
getFeatureData() - Method in interface ucar.nc2.ft.ProfileFeature
The data associated with the profile feature.
getFeatureData() - Method in interface ucar.nc2.ft.StationProfileFeature
The data associated with the StationProfile feature.
getFeatureData() - Method in interface ucar.nc2.ft.StationTimeSeriesFeature
The actual data of just this StationTimeSeries feature.
getFeatureData() - Method in interface ucar.nc2.ft.TrajectoryFeature
The actual data of just this Trajectory feature.
getFeatureData() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
The data associated with the Section feature.
getFeatureName(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getFeatureType() - Method in class thredds.client.catalog.Dataset
 
getFeatureType() - Method in enum thredds.featurecollection.FeatureCollectionType
 
getFeatureType() - Method in class ucar.nc2.dt.grid.GridDataset
 
getFeatureType() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getFeatureType() - Method in interface ucar.nc2.ft.FeatureDataset
Contains collections of this FeatureType.
getFeatureType() - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
getFeatureType() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getFeatureType() - Method in class ucar.nc2.ft.point.standard.Table
 
getFeatureType() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getFeatureType() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getFeatureType() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the feature type of this type
getFeatureType() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getFeatureType(String) - Static method in enum ucar.nc2.constants.CF.FeatureType
 
getFeatureType(NetcdfDataset, String, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Turn the key into a String and return the corresponding featureType, if any.
getFeatureTypeFromGlobalAttribute(NetcdfFile) - Static method in enum ucar.nc2.constants.CF.FeatureType
 
getFeatureTypeName() - Method in class thredds.client.catalog.Dataset
 
getFeatureTypes() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getFeatureTypes() - Method in interface ucar.nc2.ft.FeatureDatasetFactory
This Factory can open these types of Feature datasets.
getFeatureTypes() - Method in class ucar.nc2.ft.GridDatasetStandardFactory
 
getFeatureTypes() - Method in class ucar.nc2.ft.point.standard.PointDatasetStandardFactory
 
getFeatureTypes() - Method in class ucar.nc2.ft.radial.RadialDatasetStandardFactory
 
getFeatureTypes() - Method in class ucar.nc2.ft.SimpleGeometryStandardFactory
 
getField() - Method in class ucar.nc2.time.CalendarPeriod
 
getField(int) - Method in class ucar.nc2.util.TableParser
Deprecated.
 
getFieldValue(CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
 
getFile() - Method in class thredds.filesystem.MFileOS
 
getFile() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getFile(String) - Method in class ucar.nc2.util.DiskCache2
Get the named File.
getFile(String, boolean) - Static method in class ucar.nc2.util.DiskCache
Get a File if it exists.
getFileFilter() - Method in class thredds.inventory.CollectionConfig
 
getFileIterator() - Method in class thredds.inventory.CollectionFiltered
 
getFileIterator() - Method in class thredds.inventory.CollectionGeneral
 
getFileIterator() - Method in class thredds.inventory.CollectionGlob
 
getFileIterator() - Method in class thredds.inventory.CollectionList
 
getFileIterator() - Method in class thredds.inventory.CollectionListRange
 
getFileIterator() - Method in class thredds.inventory.CollectionManagerAbstract
 
getFileIterator() - Method in class thredds.inventory.CollectionPathMatcher
 
getFileIterator() - Method in interface thredds.inventory.MCollection
Get the current collection of MFile, no guaranteed order.
getFileIterator() - Method in class thredds.inventory.partition.DirectoryCollection
 
getFileIterator() - Method in class thredds.inventory.partition.DirectoryPartition
 
getFileIterator() - Method in class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
getFileIterator() - Method in class thredds.inventory.partition.PartitionManagerFromIndexList
 
getFilenames() - Method in class thredds.inventory.CollectionAbstract
 
getFilenames() - Method in interface thredds.inventory.MCollection
Get list of sorted filenames that are in this collection.
getFileOffset(long) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getFileOffset(long) - Method in class ucar.nc2.iosp.hdf5.H5header
 
getFileOffset(long) - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
getFilePath(String) - Method in class thredds.inventory.CollectionSpecParser
 
getFilePath(String) - Method in class thredds.inventory.CollectionSpecParserAbstract
Get the full path for a 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.
getFiles() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getFilesRunDateMap() - Method in class thredds.inventory.MFileCollectionManager
 
getFilesSorted() - Method in class thredds.inventory.CollectionFiltered
 
getFilesSorted() - Method in class thredds.inventory.CollectionGeneral
 
getFilesSorted() - Method in class thredds.inventory.CollectionGlob
 
getFilesSorted() - Method in class thredds.inventory.CollectionList
 
getFilesSorted() - Method in class thredds.inventory.CollectionListRange
 
getFilesSorted() - Method in class thredds.inventory.CollectionManagerCatalog
 
getFilesSorted() - Method in class thredds.inventory.CollectionPathMatcher
 
getFilesSorted() - Method in interface thredds.inventory.MCollection
Get the current collection of MFile.
getFilesSorted() - Method in class thredds.inventory.MFileCollectionManager
 
getFilesSorted() - Method in class thredds.inventory.partition.DirectoryCollection
 
getFilesSorted() - Method in class thredds.inventory.partition.DirectoryPartition
 
getFilesSorted() - Method in class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
getFilesSorted() - Method in class thredds.inventory.partition.PartitionManagerFromIndexList
 
getFileStandardPolicy(String) - Static method in class ucar.nc2.util.DiskCache
Get a File if it exists.
getFileType() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getFileTypeDescription() - Method in class ucar.nc2.dataset.NetcdfDataset
 
getFileTypeDescription() - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
getFileTypeDescription() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
getFileTypeDescription() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
getFileTypeDescription() - Method in class ucar.nc2.internal.ncml.Aggregation
 
getFileTypeDescription() - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
getFileTypeDescription() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
getFileTypeDescription() - Method in interface ucar.nc2.iosp.IOServiceProvider
Get a human-readable description for this file type.
getFileTypeDescription() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
getFileTypeDescription() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
getFileTypeDescription() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
getFileTypeDescription() - Method in class ucar.nc2.NetcdfFile
Get a human-readable description for this file type.
getFileTypeDescription() - Method in class ucar.nc2.stream.CdmRemote
 
getFileTypeDescription() - Method in class ucar.nc2.stream.NcStreamIosp
 
getFileTypeId() - Method in class ucar.nc2.dataset.NetcdfDataset
 
getFileTypeId() - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
getFileTypeId() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
getFileTypeId() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
getFileTypeId() - Method in class ucar.nc2.internal.ncml.Aggregation
 
getFileTypeId() - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
getFileTypeId() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
getFileTypeId() - Method in interface ucar.nc2.iosp.IOServiceProvider
Get a unique id for this file type.
getFileTypeId() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
getFileTypeId() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
getFileTypeId() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
getFileTypeId() - Method in class ucar.nc2.NetcdfFile
Get the file type id for the underlying data source.
getFileTypeId() - Method in class ucar.nc2.stream.CdmRemote
 
getFileTypeId() - Method in class ucar.nc2.stream.NcStreamIosp
 
getFileTypeId() - Method in class ucar.nc2.Variable
 
getFileTypeVersion() - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
getFileTypeVersion() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
getFileTypeVersion() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
getFileTypeVersion() - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
getFileTypeVersion() - Method in interface ucar.nc2.iosp.IOServiceProvider
Get the version of this file type.
getFileTypeVersion() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
getFileTypeVersion() - Method in class ucar.nc2.NetcdfFile
Get the version of this file type.
getFillValue() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return value of _FillValue attribute
getFillValue() - Method in class ucar.nc2.dataset.VariableDS
 
getFillValue() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getFillValue() - Method in class ucar.nc2.filter.ConvertMissing
 
getFillValueDefault(DataType) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
getFillValueIsMissing() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
getFillValueOrDefault(VariableDS) - Static method in class ucar.nc2.filter.ConvertMissing
 
getFilter() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getFilter(Map<String, Object>) - Static method in class ucar.nc2.filter.Filters
Create a filter object matching the provided id
getFilterAndDateMark(String, String) - Static method in class thredds.inventory.CollectionSpecParserAbstract
 
getFilterOnName() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getFirst() - Method in class ucar.nc2.util.Counters.Counter
 
getFirstDimensionName() - Method in class ucar.nc2.Variable.Builder
 
getFirstFeatureType() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getFirstInInterval(int) - Method in class ucar.ma2.Range
Find the first element in a strided array after some index start.
getFixdata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
fixed data
getFixdata() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
fixed data
getFixdata() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
fixed data
getFlags() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getFlags() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getFlatTables() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getFlattening() - Method in class ucar.unidata.geoloc.Earth
Get the Flattening property.
getFldIterator() - Method in class thredds.client.catalog.DatasetNode
 
getFldIterator() - Method in class thredds.client.catalog.ThreddsMetadata
 
getFldOrInherited(String) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
getFlds() - Method in class thredds.client.catalog.ThreddsMetadata
 
getFloat(int) - Method in class ucar.ma2.Array
 
getFloat(int) - Method in class ucar.ma2.ArrayBoolean
 
getFloat(int) - Method in class ucar.ma2.ArrayByte
 
getFloat(int) - Method in class ucar.ma2.ArrayChar
 
getFloat(int) - Method in class ucar.ma2.ArrayDouble
 
getFloat(int) - Method in class ucar.ma2.ArrayFloat
 
getFloat(int) - Method in class ucar.ma2.ArrayInt
 
getFloat(int) - Method in class ucar.ma2.ArrayLong
 
getFloat(int) - Method in class ucar.ma2.ArrayObject
 
getFloat(int) - Method in class ucar.ma2.ArrayRagged
 
getFloat(int) - Method in class ucar.ma2.ArrayScalar
 
getFloat(int) - Method in class ucar.ma2.ArrayShort
 
getFloat(int) - Method in class ucar.ma2.ArrayString
 
getFloat(int) - Method in class ucar.ma2.ArrayStructure
 
getFloat(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a float.
getFloat(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getFloat(Index) - Method in class ucar.ma2.ArrayByte
 
getFloat(Index) - Method in class ucar.ma2.ArrayChar
 
getFloat(Index) - Method in class ucar.ma2.ArrayDouble
 
getFloat(Index) - Method in class ucar.ma2.ArrayFloat
 
getFloat(Index) - Method in class ucar.ma2.ArrayInt
 
getFloat(Index) - Method in class ucar.ma2.ArrayLong
 
getFloat(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getFloat(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getFloat(Index) - Method in class ucar.ma2.ArrayScalar
 
getFloat(Index) - Method in class ucar.ma2.ArrayShort
 
getFloat(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getFloat(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getFloatBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getFloatCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a float
getFloatCurrent() - Method in class ucar.ma2.IteratorFast
 
getFloatNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a float
getFloatNext() - Method in class ucar.ma2.IteratorFast
 
getFmrcInv(Formatter) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getFmrInv() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getFmrList() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getForecastDates() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getForecastDates() - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
getForecastOffsets() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getForecastOffsets() - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
getForecastTimes() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getFormat() - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig
 
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
 
getFractalHeapId(byte[]) - Method in class ucar.nc2.iosp.hdf5.FractalHeap
 
getFragment() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getFtMetadata() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getFullName() - Method in class ucar.ma2.StructureMembers.Member
 
getFullName() - Method in class ucar.nc2.CDMNode
Deprecated.
use NetcdfFiles.makeFullName(*)
getFullName() - Method in interface ucar.nc2.dataset.VariableEnhanced
 
getFullName() - Method in class ucar.nc2.dt.grid.GeoGrid
 
getFullName() - Method in interface ucar.nc2.dt.GridDatatype
Get the full, unescaped name of the Grid
getFullName() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getFullName() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
getFullName() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getFullName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getFullName() - Method in class ucar.nc2.Group
Get the full name of this object.
getFullName() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string fullName = 1;
getFullName() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string fullName = 1;
getFullName() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string fullName = 1;
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.VariableIF
Deprecated.
 
getFullName() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getFullName() - Method in interface ucar.nc2.VariableSimpleIF
full, backslash escaped name of the data Variable
getFullName() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getFullNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string fullName = 1;
getFullNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string fullName = 1;
getFullNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string fullName = 1;
getFullNameEscaped() - Method in class ucar.ma2.StructureMembers.Member
 
getFullNameEscaped() - Method in class ucar.nc2.CDMNode
Deprecated.
use getFullName() when it exists in ver6.
getFullNameEscaped() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getGateNumber() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getGateNumber() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getGateSize() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
Get the radial length of each data gate.
getGateSize() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
Get the radial length of each data gate.
getGeoArray(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArray(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
repeated .GeoReferencedArray geoArray = 4;
getGeoArray(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
repeated .GeoReferencedArray geoArray = 4;
getGeoArrayOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponseOrBuilder
repeated .GeoReferencedArray geoArray = 4;
getGeoCoordinateUnits(NetcdfDataset, AttributeContainer) - Static method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
getGeoCoordinateUnits(NetcdfDataset, AttributeContainer, ImmutableList<CoordinateAxis>) - Static method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
getGeoCoordSys() - Method in class ucar.nc2.dt.grid.GridDataset.Gridset
Deprecated.
use getGeoCoordSystem() if possible.
getGeoCoordSys() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset.Gridset
Deprecated.
use getGeoCoordSystem() if possible.
getGeoCoordSystem() - Method in class ucar.nc2.dt.grid.GridDataset.Gridset
all GridDatatype point to this GridCoordSystem
getGeoCoordSystem() - Method in interface ucar.nc2.dt.GridDataset.Gridset
all the GridDatatype in this Gridset use this GridCoordSystem
getGeoCoordSystem() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset.Gridset
all GeoGrid point to this GeoGridCoordSys
getGeogcsName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the geographic coordinate system.
getGeogUnitName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the unit that the prime meridian is expressed in.
getGeogUnitValue() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the size of the unit that the prime meridian is expressed in.
getGeometryContainerAssociations(String) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns a list of variables (in no particular order) which utilize the given geometry container.
getGeometryContainerNames() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the names of variables which are detected as geometry containers.
getGeometryDescription() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getGeometrySeriesNames() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the names of variables which are detected as geometry data series.
getGeometryType() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Get the geometry the data is associated with.
getGeometryType() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Get the geometry the data is associated with.
getGeometryType() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get the geometry the data is associated with.
getGeometryType() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getGeometryType(String) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a variable name, returns the type of geometry which that variable is holding
getGeometryType(String) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a variable name, returns the type of geometry which that variable is holding
getGeometryType(String) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryReader
Given a variable name, returns the geometry type which that variable is associated with.
getGeospatialCoverage() - Method in class thredds.client.catalog.Dataset
 
getGlobalAttributes() - Method in class ucar.nc2.dt.grid.GridDataset
 
getGlobalAttributes() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
Deprecated.
use attributes()
getGlobalAttributes() - Method in interface ucar.nc2.ft.FeatureDataset
Deprecated.
use attributes()
getGlobalAttributes() - Method in class ucar.nc2.ft.FeatureDatasetImpl
Deprecated.
use attributes()
getGlobalAttributes() - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
Deprecated.
use attributes()
getGlobalAttributes() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
Deprecated.
use attributes()
getGlobalAttributes() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getGlobalAttributes() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
Deprecated.
use attributes()
getGlobalAttributes() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getGlobalAttributes() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Deprecated.
use attributes()
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
 
getGridCoordSys(VariableEnhanced) - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
 
getGridInventory() - Method in class ucar.nc2.ft.fmrc.TimeCoord
The list of GridDatasetInv.Grid that use this TimeCoord
getGrids() - Method in class ucar.nc2.dt.grid.GridDataset
 
getGrids() - Method in class ucar.nc2.dt.grid.GridDataset.Gridset
Get list of GeoGrid objects
getGrids() - Method in interface ucar.nc2.dt.GridDataset
get the list of GridDatatype objects contained in this dataset.
getGrids() - Method in interface ucar.nc2.dt.GridDataset.Gridset
Get list of GridDatatype objects with same Coordinate System
getGrids() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getGrids() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getGrids() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset.Gridset
Get list of GeoGrid objects
getGrids() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset.SimpleGeometryCovSet
Get list of GeoGrid objects
getGrids(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGrids(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Coverage grids = 9;
getGrids(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Coverage grids = 9;
getGridsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Coverage grids = 9;
getGridsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Coverage grids = 9;
getGridsets() - Method in class ucar.nc2.dt.grid.GridDataset
Return GridDatatype objects grouped by GridCoordSys.
getGridsets() - Method in interface ucar.nc2.dt.GridDataset
Return GridDatatype objects grouped by GridCoordSystem.
getGridsets() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Return GeoGrid objects grouped by GeoGridCoordSys.
getGridsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Coverage grids = 9;
getGridsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Coverage grids = 9;
getGridsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Coverage grids = 9;
getGridsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Coverage grids = 9;
getGridsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
getGridsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
repeated .Coverage grids = 9;
getGridsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
repeated .Coverage grids = 9;
getGroup() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
getGroup() - Method in class ucar.nc2.Dimension
Deprecated.
Do not use.
getGroups() - Method in class ucar.nc2.Group
Get the Groups contained directly in this Group.
getGroups(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroups(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Group groups = 6;
getGroups(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Group groups = 6;
getGroupsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Group groups = 6;
getGroupsCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Group groups = 6;
getGroupsList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Group groups = 6;
getGroupsList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Group groups = 6;
getGroupsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Group groups = 6;
getGroupsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Group groups = 6;
getGroupsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
getGroupsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Group groups = 6;
getGroupsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Group groups = 6;
getHasData() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getHeader() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
getHeader() - Static method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get a header for display.
getHeap() - Method in class ucar.ma2.ArrayStructureBB
DO NOT MODIFY
getHeapCount(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
getHeapCount(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
heap String count
getHeapCount(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
heap String count
getHeapCountCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
getHeapCountCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
heap String count
getHeapCountCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
heap String count
getHeapCountList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
getHeapCountList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
heap String count
getHeapCountList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
heap String count
getHeapId() - Method in class ucar.nc2.iosp.hdf5.BTree2.Record5
 
getHeapId() - Method in class ucar.nc2.iosp.hdf5.BTree2.Record6
 
getHeapId() - Method in class ucar.nc2.iosp.hdf5.BTree2.Record8
 
getHeapId() - Method in class ucar.nc2.iosp.hdf5.BTree2.Record9
 
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.projection.VerticalPerspectiveView
Get the height above the earth
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
 
getHorizCoordSys() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getHorizCoordSys() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getHorizStaggerType() - Method in class ucar.nc2.dt.grid.GridCoordSys
 
getHorizStaggerType() - Method in interface ucar.nc2.dt.GridCoordSystem
 
getHorizStaggerType() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getHorizTransform() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getHourOfDay() - Method in class ucar.nc2.time.CalendarDate
Get the hour of day (0-23) field for this chronology.
getHourUsingDemarkatedMatch(String, String, char) - Static method in class ucar.nc2.units.DateFromString
Deprecated.
do not use
getId() - Method in class thredds.client.catalog.Dataset
 
getId() - Method in class ucar.nc2.filter.Blosc
 
getId() - Method in class ucar.nc2.filter.Blosc.Provider
 
getId() - Method in class ucar.nc2.filter.Checksum32.Adler32Provider
 
getId() - Method in class ucar.nc2.filter.Checksum32.CRC32Provider
 
getId() - Method in class ucar.nc2.filter.Checksum32.Fletcher32Provider
 
getId() - Method in class ucar.nc2.filter.Checksum32
 
getId() - Method in class ucar.nc2.filter.Deflate
 
getId() - Method in class ucar.nc2.filter.Deflate.Provider
 
getId() - Method in class ucar.nc2.filter.Filter
 
getId() - Method in interface ucar.nc2.filter.FilterProvider
 
getId() - Method in class ucar.nc2.filter.ScaleOffset
 
getId() - Method in class ucar.nc2.filter.ScaleOffset.Provider
 
getId() - Method in class ucar.nc2.filter.Shuffle
 
getId() - Method in class ucar.nc2.filter.Shuffle.Provider
 
getId() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getId() - Method in class ucar.nc2.ft.fmrc.TimeCoord
A unique id for this TimeCoord
getId() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getId() - Method in class ucar.nc2.ft.point.ProfileFeatureImpl
 
getId() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string id = 1;
getId() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string id = 1;
getId() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string id = 1;
getId() - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
getId() - Method in class ucar.nc2.NetcdfFile
Get the globally unique dataset identifier, if it exists.
getId() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
getId() - Method in class ucar.nc2.stream.NcStreamProto.Header
??
getId() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
??
getID() - Method in class thredds.client.catalog.Dataset
 
getIDAxis() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
Retrieves the ID Axis that corresponds to this geometry.
getIdBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string id = 1;
getIdBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string id = 1;
getIdBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string id = 1;
getIdBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
getIdBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header
??
getIdBytes() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
??
getIdOrPath() - Method in class thredds.client.catalog.Dataset
 
getIF() - Method in class ucar.ma2.ArrayDouble.D3
 
getImmutable() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
getImplementationName() - Method in class ucar.nc2.dt.grid.GridDataset
 
getImplementationName() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getImplementationName() - Method in interface ucar.nc2.ft.FeatureDataset
Show who is implementing
getImplementationName() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getImplementationName() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getImplementationName() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getImplementationName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getImplementingClass() - Method in class ucar.nc2.units.SimpleUnit
 
getIncrement() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Get increment value if isRegular()
getIncx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incx = 3;
getIncx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
double incx = 3;
getIncx() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.RectangleOrBuilder
double incx = 3;
getIncy() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incy = 4;
getIncy() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
double incy = 4;
getIncy() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.RectangleOrBuilder
double incy = 4;
getIndependentAxisNamesOrdered() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getIndex() - Method in class thredds.inventory.partition.DirectoryBuilder
The ncx2 file
getIndex() - Method in class ucar.ma2.Array
Get an Index object used for indexed access of this Array.
getIndexFilename(String) - Method in class thredds.inventory.CollectionAbstract
 
getIndexFilename(String) - Method in class thredds.inventory.CollectionSingleIndexFile
 
getIndexFilename(String) - Method in interface thredds.inventory.MCollection
 
getIndexFilename(String) - Method in class thredds.inventory.partition.DirectoryCollection
 
getIndexFilename(String) - Method in class thredds.inventory.partition.DirectoryPartition
 
getIndexIterator() - Method in class ucar.ma2.Array
Get an index iterator for traversing the array in canonical order.
getInfo() - Method in class ucar.nc2.dt.grid.GeoGrid
nicely formatted information
getInfo() - Method in interface ucar.nc2.dt.GridDatatype
human readable information about this Grid.
getInfo() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getInfo() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getInfo() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getInfo() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getInfo() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getInfo() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getInfo() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getInfo() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
nicely formatted information
getInfo(Formatter) - Method in class ucar.nc2.dataset.CoordinateAxis
Get a string representation
getInfo(FileCacheable) - Method in class ucar.nc2.util.cache.FileCache
 
getInfo(FileCacheable) - Method in class ucar.nc2.util.cache.FileCacheARC
 
getInheritableMetadata() - Method in class thredds.client.catalog.builder.DatasetBuilder
 
getInlineContent() - Method in class thredds.client.catalog.Documentation
 
getInputStream() - Method in class thredds.filesystem.MFileOS
 
getInputStream() - Method in class thredds.filesystem.MFileOS7
 
getInputStream() - Method in interface thredds.inventory.MFile
Get the MFile InputStream
getInputStream() - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamAbstract
Returns the input stream from which to read point data.
getInputStream() - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamLocal
 
getInputStream() - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamRemote
 
getInputStreamFromUrl(String) - Static method in class ucar.nc2.util.IO
get input stream from URL
getInstance(FmrcInvLite.Gridset.Grid, int) - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getInstanceUTC() - Static method in class uk.ac.rdg.resc.edal.time.AllLeapChronology
Gets an instance of this Chronology in the UTC time zone
getInstanceUTC() - Static method in class uk.ac.rdg.resc.edal.time.NoLeapChronology
Gets an instance of this Chronology in the UTC time zone
getInstanceUTC() - Static method in class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology
Gets an instance of this Chronology in the UTC time zone
getInt(int) - Method in class ucar.ma2.Array
 
getInt(int) - Method in class ucar.ma2.ArrayBoolean
 
getInt(int) - Method in class ucar.ma2.ArrayByte
 
getInt(int) - Method in class ucar.ma2.ArrayChar
 
getInt(int) - Method in class ucar.ma2.ArrayDouble
 
getInt(int) - Method in class ucar.ma2.ArrayFloat
 
getInt(int) - Method in class ucar.ma2.ArrayInt
 
getInt(int) - Method in class ucar.ma2.ArrayLong
 
getInt(int) - Method in class ucar.ma2.ArrayObject
 
getInt(int) - Method in class ucar.ma2.ArrayRagged
 
getInt(int) - Method in class ucar.ma2.ArrayScalar
 
getInt(int) - Method in class ucar.ma2.ArrayShort
 
getInt(int) - Method in class ucar.ma2.ArrayString
 
getInt(int) - Method in class ucar.ma2.ArrayStructure
 
getInt(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a int.
getInt(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getInt(Index) - Method in class ucar.ma2.ArrayByte
 
getInt(Index) - Method in class ucar.ma2.ArrayChar
 
getInt(Index) - Method in class ucar.ma2.ArrayDouble
 
getInt(Index) - Method in class ucar.ma2.ArrayFloat
 
getInt(Index) - Method in class ucar.ma2.ArrayInt
 
getInt(Index) - Method in class ucar.ma2.ArrayLong
 
getInt(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getInt(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getInt(Index) - Method in class ucar.ma2.ArrayScalar
 
getInt(Index) - Method in class ucar.ma2.ArrayShort
 
getInt(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getInt(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getIntBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getIntCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a int
getIntCurrent() - Method in class ucar.ma2.IteratorFast
 
getInteger(String) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getInteriorRing() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get whether or not this polygon is an interior ring
getInteriorRing() - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Get whether or not this polygon is an interior ring
getIntNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a int
getIntNext() - Method in class ucar.ma2.IteratorFast
 
getInvalidDataIsMissing() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
getInventory() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getInventoryAll(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS
 
getInventoryAll(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS7
 
getInventoryAll(CollectionConfig, boolean) - Method in interface thredds.inventory.MController
Returns all leaves in collection, recursing into subdirectories.
getInventoryList() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getInventoryTop(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS
 
getInventoryTop(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS7
 
getInventoryTop(CollectionConfig, boolean) - Method in interface thredds.inventory.MController
Returns all leaves in top collection, not recursing into subdirectories.
getInverseFlattening() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the inverse flattening.
getIosp() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
getIosp() - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use.
getIosp() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
 
getIospMessage() - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
getIsHoriz() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
bool isHoriz = 1;
getIsHoriz() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
bool isHoriz = 1;
getIsHoriz() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
bool isHoriz = 1;
getISODate(String) - Method in class ucar.nc2.units.DateFormatter
Deprecated.
As of netCDF-JAVA 4.3.10. Use CalendarDateFormatter.isoStringToDate(String) instead
getIsPrivate() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isPrivate = 5;
getIsPrivate() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
bool isPrivate = 5;
getIsPrivate() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
bool isPrivate = 5;
getIsUnlimited() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
is this needed ??
getIsUnlimited() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
is this needed ??
getIsUnlimited() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
is this needed ??
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool isVlen = 7;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
bool isVlen = 7;
getIsVlen() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
bool isVlen = 7;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool isVlen = 7;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
bool isVlen = 7;
getIsVlen() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
bool isVlen = 7;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isVlen = 4;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
bool isVlen = 4;
getIsVlen() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
bool isVlen = 4;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
bool isVlen = 4;
getIsVlen() - Method in class ucar.nc2.stream.NcStreamProto.Member
bool isVlen = 4;
getIsVlen() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
bool isVlen = 4;
getIterator() - Method in class ucar.ma2.Range
Deprecated.
use iterator() or foreach
getIterator() - Method in class ucar.ma2.SectionIterable
Iterate over a section, returning the index in an equivalent 1D array of shape[] So this is a section in a (possibly) larger array described by shape[].
getIterator(int[]) - Method in class ucar.ma2.Section
Iterate over a section, returning the index in an equivalent 1D array of shape[], and optionally the corresponding index[n] So this is a section in a (possibly) larger array described by shape[].
getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type byte as a 1D array.
getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayByte(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayByte(String) - Method in class ucar.ma2.StructureData
Get java byte array for a member of type byte.
getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java byte array for a member of type byte.
getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type byte array.
getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayByte(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java byte array for a member of type byte.
getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type char as a 1D array.
getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayChar(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayChar(String) - Method in class ucar.ma2.StructureData
Get java char array for a member of type char.
getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java char array for a member of type char.
getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type char array.
getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayChar(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java char array for a member of type char.
getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type double as a 1D array.
getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayDouble(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayDouble(String) - Method in class ucar.ma2.StructureData
Get java double array for a member of type double.
getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java double array for a member of type double.
getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
 
getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayDouble(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java double array for a member of type double.
getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type float as a 1D array.
getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayFloat(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayFloat(String) - Method in class ucar.ma2.StructureData
Get java float array for a member of type float.
getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java float array for a member of type float.
getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type float array.
getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayFloat(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java float array for a member of type float.
getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type int as a 1D array.
getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayInt(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayInt(String) - Method in class ucar.ma2.StructureData
Get java int array for a member of type int.
getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java int array for a member of type int.
getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type int array.
getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayInt(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java int array for a member of type int.
getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type long as a 1D array.
getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayLong(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayLong(String) - Method in class ucar.ma2.StructureData
Get java long array for a member of type long.
getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java long array for a member of type long.
getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type long array.
getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayLong(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java long array for a member of type long.
getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type short as a 1D array.
getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayShort(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayShort(String) - Method in class ucar.ma2.StructureData
Get java short array for a member of type short.
getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java short array for a member of type short.
getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
Get member data of type short array.
getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayShort(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
Get java short array for a member of type short.
getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArraySequenceNested
 
getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructure
Get member data of type String as a 1D array.
getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureBB
 
getJavaArrayString(int, StructureMembers.Member) - Method in class ucar.ma2.ArrayStructureW
 
getJavaArrayString(String) - Method in class ucar.ma2.StructureData
Get java String array for a member of type String.
getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureData
Get java array of Strings for a member of type char or String.
getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataA
 
getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataComposite
 
getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataProxy
 
getJavaArrayString(StructureMembers.Member) - Method in class ucar.ma2.StructureDataW
 
getJoinData(Cursor) - Method in interface ucar.nc2.ft.point.standard.Join
Get 'join' data to be added to the row.
getJoinData(Cursor) - Method in class ucar.nc2.ft.point.standard.JoinArray
 
getJoinData(Cursor) - Method in class ucar.nc2.ft.point.standard.JoinMuiltdimStructure
 
getJoinData(Cursor) - Method in class ucar.nc2.ft.point.standard.JoinParentIndex
 
getKeys() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getKeywords() - Method in class thredds.client.catalog.Dataset
 
getLast() - Method in class ucar.nc2.util.Counters.Counter
 
getLastChanged() - Method in interface thredds.inventory.CollectionManager
Get the last time the collection changed
getLastChanged() - Method in class thredds.inventory.CollectionManagerCatalog
 
getLastChanged() - Method in class thredds.inventory.MFileCollectionManager
 
getLastModified() - Method in class thredds.filesystem.MFileOS
 
getLastModified() - Method in class thredds.filesystem.MFileOS7
 
getLastModified() - Method in class thredds.inventory.CollectionAbstract
 
getLastModified() - Method in interface thredds.inventory.MCollection
last time this collection was modified
getLastModified() - Method in interface thredds.inventory.MFile
Get time of last modification at the time the MFile object was created
getLastModified() - Method in class ucar.nc2.dataset.NetcdfDataset
 
getLastModified() - Method in class ucar.nc2.dt.grid.GridDataset
 
getLastModified() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getLastModified() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getLastModified() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
 
getLastModified() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getLastModified() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getLastModified() - Method in class ucar.nc2.internal.ncml.Aggregation
 
getLastModified() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
Returns the time that the underlying file(s) were last modified.
getLastModified() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
getLastModified() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
getLastModified() - Method in class ucar.nc2.NetcdfFile
Deprecated. 
getLastModified() - Method in interface ucar.nc2.util.cache.FileCacheable
Returns the time that the underlying file(s) were last modified.
getLastModified() - Method in class ucar.unidata.io.http.HTTPRandomAccessFile
Always returns 0L, as we cannot easily determine the last time that a remote file was modified.
getLastModified() - Method in class ucar.unidata.io.RandomAccessFile
 
getLastModifiedDate() - Method in class thredds.client.catalog.Dataset
 
getLastModifiedLimitInMillis() - Method in class thredds.inventory.filter.LastModifiedLimit
 
getLastScanned() - Method in interface thredds.inventory.CollectionManager
Get the last time scanned
getLastScanned() - Method in class thredds.inventory.CollectionManagerCatalog
 
getLastScanned() - Method in class thredds.inventory.MFileCollectionManager
 
getLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lat = 2;
getLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
double lat = 2;
getLat() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.LocationOrBuilder
double lat = 2;
getLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lat = 2;
getLat() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
double lat = 2;
getLat() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
double lat = 2;
getLatAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.Lat, or null if none.
getLatAxis() - Method in class ucar.nc2.ft2.coverage.adapter.CurvilinearCS
 
getLatAxis2D() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getLatestFile() - Method in class thredds.inventory.CollectionAbstract
 
getLatestFile() - Method in interface thredds.inventory.MCollection
The latest file in the collection.
getLatExtent() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
getLatitude() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getLatitude() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getLatitude() - Method in interface ucar.unidata.geoloc.EarthLocation
Returns the latitude in some unit.
getLatitude() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
getLatitude() - Method in interface ucar.unidata.geoloc.LatLonPoint
Returns the latitude, between +/- 90 degrees.
getLatitude() - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
Returns the latitude, in degrees.
getLatitude() - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
Returns the latitude, not necessarily in [-90, 90].
getLatitude(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getLatLon() - Method in class ucar.nc2.ft.point.ProfileFeatureImpl
 
getLatLon() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getLatLon() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getLatLon() - Method in interface ucar.nc2.ft.ProfileFeature
Nominal location of this profile
getLatLon() - Method in interface ucar.unidata.geoloc.EarthLocation
Get the lat/lon location
getLatLon() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
getLatLon(double, double) - Method in class ucar.nc2.dt.grid.GridCoordSys
 
getLatLon(double, double) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getLatLon(int, int) - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices
getLatLon(int, int) - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices.
getLatLon(int, int) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
Get the Lat/Lon coordinates of the midpoint of a grid cell, using the x,y indices
getLatLon(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getLatLon(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
getLatLonBoundaryAsGeoJSON() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
getLatLonBoundaryAsGeoJSON(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Similar to HorizCoordSys.getLatLonBoundaryAsWKT(), but returns a GeoJSON polygon instead.
getLatLonBoundaryAsWKT() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
getLatLonBoundaryAsWKT(int, int) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
Returns the latitude/longitude boundary of this coordinate reference system as a polygon in WKT.
getLatlonBoundingBox() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getLatLonBoundingBox() - Method in class ucar.nc2.dt.grid.GridCoordSys
Get horizontal bounding box in lat, lon coordinates.
getLatLonBoundingBox() - Method in interface ucar.nc2.dt.GridCoordSystem
Get horizontal bounding box in lat, lon coordinates.
getLatLonBoundingBox() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
Get horizontal bounding box in lat, lon coordinates.
getLatLonBoundingBox() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getLatLonBoundingBox(LatLonRect) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use getRangesFromLatLonRect.
getLatLonBoundingBox(Projection, double, double, double, double) - Static method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use Projection.projToLatlonBB
getLatLonPoint() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getLatlonRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
getLatlonRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle latlonRect = 3;
getLatlonRect() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle latlonRect = 3;
getLatlonRectBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
getLatlonRectOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
getLatlonRectOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle latlonRect = 3;
getLatlonRectOrBuilder() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle latlonRect = 3;
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
 
getLeafFeatureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getLen() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
uint32 len = 3;
getLen() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
uint32 len = 3;
getLen() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
uint32 len = 3;
getLength() - Method in class thredds.filesystem.MFileOS
 
getLength() - Method in class thredds.filesystem.MFileOS7
 
getLength() - Method in interface thredds.inventory.MFile
Size of file in bytes
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.
getLength() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getLength() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getLength() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
optional when vlen, may be zero (unlimited no data yet)
getLength() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
optional when vlen, may be zero (unlimited no data yet)
getLength() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
optional when vlen, may be zero (unlimited no data yet)
getLength() - Method in class ucar.unidata.util.Parameter
Get the number of double values.
getLevelIndex(String) - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the index corresponding to the level name.
getLevelName(int) - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the String name for the ith level(z) coordinate.
getLevels() - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
will move in ver 6
getLevels() - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
will move in ver 6
getLine(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a geometry index returns a Line
getLine(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain variable name and geometry index, returns a Simple Geometry Line.
getLines(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a beginning index and end index, returns a list of lines (inclusive on both sides)
getLines(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain line variable name and geometry begin and end indicies, returns a list of Simple Geometry Line
getList(Iterable) - Static method in class ucar.nc2.util.Misc
Deprecated.
use ImmutableList.copyOf(iterator) or Lists.newArrayList(iterator)
getLiteral(NetcdfDataset, String, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Translate key to value
getLoc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
getLoc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
.Location loc = 1;
getLoc() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
.Location loc = 1;
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 thredds.inventory.TimedCollection.Dataset
 
getLocation() - Method in class ucar.nc2.dt.grid.GridDataset
 
getLocation() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getLocation() - Method in interface ucar.nc2.ft.FeatureDataset
The URI location of the dataset
getLocation() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getLocation() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
 
getLocation() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getLocation() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getLocation() - Method in interface ucar.nc2.ft.PointFeature
Location of this observation
getLocation() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageAdapter
 
getLocation() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getLocation() - Method in interface ucar.nc2.ft2.coverage.CoverageReader
 
getLocation() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getLocation() - Method in class ucar.nc2.ft2.coverage.remote.CdmrCoverageReader
 
getLocation() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getLocation() - Method in class ucar.nc2.internal.ncml.Aggregation
 
getLocation() - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
Get the location of this Dataset
getLocation() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
getLocation() - Method in class ucar.nc2.NetcdfFile
Get the NetcdfFile location.
getLocation() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
string location = 1;
getLocation() - Method in class ucar.nc2.stream.NcStreamProto.Header
string location = 1;
getLocation() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
string location = 1;
getLocation() - Method in interface ucar.nc2.util.cache.FileCacheable
The location of the FileCacheable.
getLocation() - Method in class ucar.unidata.io.RandomAccessFile
Get the file location, or name.
getLocationBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
string location = 1;
getLocationBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header
string location = 1;
getLocationBytes() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
string location = 1;
getLocationFromNcml(String) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Find the location attribute in a NcML string
getLocationURI() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getLocBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
getLocOrBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
getLocOrBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
.Location loc = 1;
getLocOrBuilder() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
.Location loc = 1;
getLogger(String) - Method in interface ucar.nc2.util.log.LoggerFactory
Deprecated.
 
getLogger(String) - Method in class ucar.nc2.util.log.LoggerFactoryImpl
Deprecated.
 
getLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lon = 3;
getLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
double lon = 3;
getLon() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.LocationOrBuilder
double lon = 3;
getLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lon = 3;
getLon() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
double lon = 3;
getLon() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
double lon = 3;
getLon0() - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
getLonAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.Lon, or null if none.
getLonAxis() - Method in class ucar.nc2.ft2.coverage.adapter.CurvilinearCS
 
getLonAxis2D() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getLonEast() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
getLonExtent() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
getLong(int) - Method in class ucar.ma2.Array
 
getLong(int) - Method in class ucar.ma2.ArrayBoolean
 
getLong(int) - Method in class ucar.ma2.ArrayByte
 
getLong(int) - Method in class ucar.ma2.ArrayChar
 
getLong(int) - Method in class ucar.ma2.ArrayDouble
 
getLong(int) - Method in class ucar.ma2.ArrayFloat
 
getLong(int) - Method in class ucar.ma2.ArrayInt
 
getLong(int) - Method in class ucar.ma2.ArrayLong
 
getLong(int) - Method in class ucar.ma2.ArrayObject
 
getLong(int) - Method in class ucar.ma2.ArrayRagged
 
getLong(int) - Method in class ucar.ma2.ArrayScalar
 
getLong(int) - Method in class ucar.ma2.ArrayShort
 
getLong(int) - Method in class ucar.ma2.ArrayString
 
getLong(int) - Method in class ucar.ma2.ArrayStructure
 
getLong(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a long.
getLong(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getLong(Index) - Method in class ucar.ma2.ArrayByte
 
getLong(Index) - Method in class ucar.ma2.ArrayChar
 
getLong(Index) - Method in class ucar.ma2.ArrayDouble
 
getLong(Index) - Method in class ucar.ma2.ArrayFloat
 
getLong(Index) - Method in class ucar.ma2.ArrayInt
 
getLong(Index) - Method in class ucar.ma2.ArrayLong
 
getLong(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getLong(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getLong(Index) - Method in class ucar.ma2.ArrayScalar
 
getLong(Index) - Method in class ucar.ma2.ArrayShort
 
getLong(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getLong(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getLongBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getLongCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a long
getLongCurrent() - Method in class ucar.ma2.IteratorFast
 
getLongitude() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getLongitude() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getLongitude() - Method in interface ucar.unidata.geoloc.EarthLocation
Returns the longitude in some unit.
getLongitude() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
getLongitude() - Method in interface ucar.unidata.geoloc.LatLonPoint
Returns the longitude, between +/-180 degrees
getLongitude() - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
Returns the longitude, in degrees.
getLongitude() - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
Returns the longitude, not necessarily in [-180, 180].
getLongitude(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
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
getLonpole() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
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.
getMajorAxis() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the major axis of the spheroid.
getManager() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getMap() - Method in class ucar.nc2.EnumTypedef
 
getMap() - Method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
getMap(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMap(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
repeated .EnumTypedef.EnumType map = 2;
getMap(int) - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
repeated .EnumTypedef.EnumType map = 2;
getMapBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapCount() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapCount() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
repeated .EnumTypedef.EnumType map = 2;
getMapCount() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
repeated .EnumTypedef.EnumType map = 2;
getMapEdgeIntercepts(ProjectionRect) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Returns the points at which projBB intersects the map edge.
getMapEdgeInterceptsAtX(double) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Returns the points at which the line x = x0 intersects the map edge.
getMapEdgeInterceptsAtY(double) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Returns the points at which the line y = y0 intersects the map edge.
getMapList() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapList() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
repeated .EnumTypedef.EnumType map = 2;
getMapList() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
repeated .EnumTypedef.EnumType map = 2;
getMapOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
repeated .EnumTypedef.EnumType map = 2;
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
 
getMaximumRadial() - Method in class ucar.nc2.dt.radial.RadialCoordSys
Get the maximum radial distance, in km.
getMaximumSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
 
getMaxOpenFileCount() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
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.
getMds() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
getMds() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getMdt() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
getMdt() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getMean() - Method in class ucar.nc2.filter.Standardizer
 
getMeanAzimuth() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getMeanAzimuth() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getMeanElevation() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getMeanElevation() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getMember(int) - Method in class ucar.ma2.StructureMembers
Get the index-th member
getMember(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
getMember(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
list of members present, if none then all, these are the index in Structure
getMember(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
list of members present, if none then all, these are the index in Structure
getMemberCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
getMemberCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
list of members present, if none then all, these are the index in Structure
getMemberCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
list of members present, if none then all, these are the index in Structure
getMemberData(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberData(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
repeated .DataCol memberData = 1;
getMemberData(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureColOrBuilder
repeated .DataCol memberData = 1;
getMemberDataBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
repeated .DataCol memberData = 1;
getMemberDataCount() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureColOrBuilder
repeated .DataCol memberData = 1;
getMemberDataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
repeated .DataCol memberData = 1;
getMemberDataList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureColOrBuilder
repeated .DataCol memberData = 1;
getMemberDataOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
repeated .DataCol memberData = 1;
getMemberDataOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureColOrBuilder
repeated .DataCol memberData = 1;
getMemberDataOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
getMemberDataOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
repeated .DataCol memberData = 1;
getMemberDataOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureColOrBuilder
repeated .DataCol memberData = 1;
getMemberList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
getMemberList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
list of members present, if none then all, these are the index in Structure
getMemberList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
list of members present, if none then all, these are the index in Structure
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.
getMembers(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembers(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
repeated .PointFeatureMember members = 3;
getMembers(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
repeated .PointFeatureMember members = 3;
getMembers(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembers(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
repeated .Member members = 1;
getMembers(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
repeated .Member members = 1;
getMembersBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
repeated .PointFeatureMember members = 3;
getMembersCount() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
repeated .PointFeatureMember members = 3;
getMembersCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
repeated .Member members = 1;
getMembersCount() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
repeated .Member members = 1;
getMembersList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
repeated .PointFeatureMember members = 3;
getMembersList() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
repeated .PointFeatureMember members = 3;
getMembersList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
repeated .Member members = 1;
getMembersList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
repeated .Member members = 1;
getMembersOrBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersOrBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
repeated .PointFeatureMember members = 3;
getMembersOrBuilder(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
repeated .PointFeatureMember members = 3;
getMembersOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
repeated .Member members = 1;
getMembersOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
repeated .Member members = 1;
getMembersOrBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
getMembersOrBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
repeated .PointFeatureMember members = 3;
getMembersOrBuilderList() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
repeated .PointFeatureMember members = 3;
getMembersOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
getMembersOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
repeated .Member members = 1;
getMembersOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
repeated .Member members = 1;
getMessage() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
string message = 1;
getMessage() - Method in class ucar.nc2.stream.NcStreamProto.Error
string message = 1;
getMessage() - Method in interface ucar.nc2.stream.NcStreamProto.ErrorOrBuilder
string message = 1;
getMessageBytes() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
string message = 1;
getMessageBytes() - Method in class ucar.nc2.stream.NcStreamProto.Error
string message = 1;
getMessageBytes() - Method in interface ucar.nc2.stream.NcStreamProto.ErrorOrBuilder
string message = 1;
getMessages() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.DataObject
 
getMessages() - Method in class ucar.nc2.iosp.hdf5.H5header.DataObject
 
getMetadata(String) - Method in class thredds.client.catalog.Dataset
 
getMetadataOther() - Method in class thredds.client.catalog.Dataset
 
getMFile() - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
getMiddleFeatureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
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() - Method in class ucar.nc2.filter.Normalizer
 
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) - Method in class ucar.nc2.dt.grid.GeoGrid
Get the minimum and the maximum data value of the previously read Array, skipping missing values as defined by isMissingData(double val).
getMinMaxSkipMissingData(Array) - Method in interface ucar.nc2.dt.GridDatatype
Get the minimum and the maximum data value of the previously read Array, skipping missing values as defined by isMissingData(double val).
getMinMaxSkipMissingData(Array) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Get the minimum and the maximum data value of the previously read Array, skipping missing values as defined by isMissingData(double val).
getMinMaxSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
 
getMinMaxSkipMissingData(Array, IsMissingEvaluator) - Static method in class ucar.ma2.MAMath
 
getMinor() - Method in class ucar.unidata.geoloc.Earth
Get the polar radius (semiminor axis) of the earth, in meters.
getMinPoint() - Method in class ucar.unidata.geoloc.ProjectionRect
Get the minimum corner of the bounding box.
getMinValue() - Method in class ucar.nc2.dataset.CoordinateAxis
The smallest coordinate value.
getMinValue() - Method in class ucar.nc2.dataset.CoordinateAxis1D
 
getMinVariableSize() - Method in class ucar.nc2.write.Nc4ChunkingDefault
 
getMinX() - Method in class ucar.unidata.geoloc.ProjectionRect
Returns the smallest X coordinate of the framing rectangle of the Shape 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
getMissingDataIsMissing() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
getMissingValue(GridDatatype) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
getMissingValues() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return values of missing_value attributes
getMissingValues() - Method in class ucar.nc2.dataset.VariableDS
 
getMissingValues() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getMissingValues() - Method in class ucar.nc2.filter.ConvertMissing
 
getMode() - Method in class ucar.nc2.util.Counters.Counter
 
getMonthLengths() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
Gets the length of each month in days.
getMtype() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getMtype() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getN() - Method in class ucar.nc2.util.cache.SmartArrayInt
 
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 thredds.filesystem.MFileOS
 
getName() - Method in class thredds.filesystem.MFileOS7
 
getName() - Method in class thredds.inventory.CollectionConfig
 
getName() - Method in interface thredds.inventory.MFile
The name is the farthest element from the root in the directory hierarchy.
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.AttributeContainerHelper
Deprecated.
 
getName() - Method in class ucar.nc2.AttributeContainerMutable
 
getName() - Method in class ucar.nc2.CDMNode
Deprecated.
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.dt.grid.GeoGrid
 
getName() - Method in class ucar.nc2.dt.grid.GridDataset
the name of the dataset is the last part of the location
getName() - Method in interface ucar.nc2.dt.GridCoordSystem
The name of the Grid Coordinate System, consisting of the list of coordinate axes, separated by blanks.
getName() - Method in interface ucar.nc2.dt.GridDatatype
Alias for getFullName().
getName() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getName() - Method in class ucar.nc2.dt.radial.RadialCoordSys
 
getName() - Method in class ucar.nc2.filter.Blosc
 
getName() - Method in class ucar.nc2.filter.Blosc.Provider
 
getName() - Method in class ucar.nc2.filter.Checksum32.Adler32Provider
 
getName() - Method in class ucar.nc2.filter.Checksum32.CRC32Provider
 
getName() - Method in class ucar.nc2.filter.Checksum32.Fletcher32Provider
 
getName() - Method in class ucar.nc2.filter.Checksum32
 
getName() - Method in class ucar.nc2.filter.Deflate
 
getName() - Method in class ucar.nc2.filter.Deflate.Provider
 
getName() - Method in class ucar.nc2.filter.Filter
 
getName() - Method in interface ucar.nc2.filter.FilterProvider
 
getName() - Method in class ucar.nc2.filter.ScaleOffset
 
getName() - Method in class ucar.nc2.filter.ScaleOffset.Provider
 
getName() - Method in class ucar.nc2.filter.Shuffle
 
getName() - Method in class ucar.nc2.filter.Shuffle.Provider
 
getName() - Method in interface ucar.nc2.ft.DsgFeatureCollection
Get the name of this feature collection.
getName() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getName() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getName() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
getName() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
getName() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getName() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getName() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getName() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
getName() - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getName() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getName() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string name = 1;
getName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string name = 1;
getName() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string name = 1;
getName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string name = 1;
getName() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string name = 1;
getName() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string name = 1;
getName() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getName() - Method in class ucar.nc2.ft.point.standard.Table
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableArrayStructure
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableConstruct
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableContiguous
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableLinkedList
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInnerPsuedo
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInnerPsuedo3D
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimStructure
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableNestedStructure
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableParentId
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableParentIndex
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableSingleton
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableStructure
 
getName() - Method in class ucar.nc2.ft.point.standard.Table.TableTop
 
getName() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getName() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getName() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
getName() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getName() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
the name of the dataset is the last part of the location
getName() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getName() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getName() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getName() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getName() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
getName() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
short name, unique within dataset
getName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
must be unique in dataset's CoordSys
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
must be unique in dataset's CoordSys
getName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
must be unique in dataset's CoordSys
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
short name, unique within dataset
getName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
string name = 1;
getName() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
string name = 1;
getName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
string name = 1;
getName() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
short name, unique within dataset
getName() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
the name of the dataset is the last part of the location
getName() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.DataObject
 
getName() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getName() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
getName() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDataspace
 
getName() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDatatype
 
getName() - Method in class ucar.nc2.iosp.hdf4.TagEnum
 
getName() - Method in class ucar.nc2.iosp.hdf5.H5header.DataObject
 
getName() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getName() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getName() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageDataspace
 
getName() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageDatatype
 
getName() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
string name = 1;
getName() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
string name = 1;
getName() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
string name = 1;
getName() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
fullname for top, shortname for member
getName() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
fullname for top, shortname for member
getName() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
fullname for top, shortname for member
getName() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
short name - optional when private
getName() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
short name - optional when private
getName() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
short name - optional when private
getName() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
string name = 1;
getName() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
string name = 1;
getName() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
string name = 1;
getName() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
short name
getName() - Method in class ucar.nc2.stream.NcStreamProto.Group
short name
getName() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
short name
getName() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
short name
getName() - Method in class ucar.nc2.stream.NcStreamProto.Structure
short name
getName() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
short name
getName() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
short name
getName() - Method in class ucar.nc2.stream.NcStreamProto.Variable
short name
getName() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
short name
getName() - Method in class ucar.nc2.util.Counters.Counter
 
getName() - Method in class ucar.nc2.util.NamedAnything
Deprecated.
 
getName() - Method in interface ucar.nc2.util.NamedObject
Deprecated.
Get the object's name
getName() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getName() - Method in interface ucar.nc2.VariableSimpleIF
Deprecated.
use getFullName or getShortName
getName() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getName() - Method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
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 class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get the name of this specific projection (also see getClassName)
getName() - Method in interface ucar.unidata.geoloc.Station
Station name or id.
getName() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
Station name or id.
getName() - Method in class ucar.unidata.util.Parameter
Get the name of this Parameter.
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(StringBuffer) - Method in class ucar.nc2.Variable
Deprecated.
use getNameAndDimensions(StringBuilder buf)
getNameAndDimensions(StringBuilder) - Method in class ucar.nc2.Variable
Deprecated.
use CDLWriter
getNameAndDimensions(StringBuilder, boolean, boolean) - Method in class ucar.nc2.Variable
Deprecated.
use CDLWriter
getNameAndDimensions(Formatter, boolean, boolean) - Method in class ucar.nc2.Variable
Add display name plus the dimensions to the Formatter
getNameAndDimensions(Formatter, boolean, boolean) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getNameBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string name = 1;
getNameBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string name = 1;
getNameBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string name = 1;
getNameBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string name = 1;
getNameBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string name = 1;
getNameBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string name = 1;
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
short name, unique within dataset
getNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
must be unique in dataset's CoordSys
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
must be unique in dataset's CoordSys
getNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
must be unique in dataset's CoordSys
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
short name, unique within dataset
getNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
string name = 1;
getNameBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
string name = 1;
getNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
string name = 1;
getNameBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
short name, unique within dataset
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
string name = 1;
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
string name = 1;
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
string name = 1;
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
fullname for top, shortname for member
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
fullname for top, shortname for member
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
fullname for top, shortname for member
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
short name - optional when private
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
short name - optional when private
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.DimensionOrBuilder
short name - optional when private
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
string name = 1;
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
string name = 1;
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedefOrBuilder
string name = 1;
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
short name
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Group
short name
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
short name
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
short name
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Structure
short name
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
short name
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
short name
getNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Variable
short name
getNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
short name
getNames() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
getNames() - Method in class ucar.nc2.dataset.CoordinateAxis1D
Deprecated.
will move in ver 6
getNames() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
getNamespace() - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Gets the XML namespace for the elements in the NcML.
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
 
getNaturalOriginLat() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the latitude at natural origin in degrees
getNcAttribute() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getNcfile() - Method in class ucar.nc2.Group.Builder
Deprecated.
getNcmlElement() - Method in class thredds.client.catalog.Dataset
 
getNcmlInner() - Method in class thredds.inventory.NcmlCollectionReader
 
getNcmlOuter() - Method in class thredds.inventory.NcmlCollectionReader
 
getNcols() - Method in class ucar.ma2.MAMatrix
 
getNcoords() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getNCoords() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
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)
getNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 nelems = 9;
getNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
uint32 nelems = 9;
getNelems() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
uint32 nelems = 9;
getNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 nelems = 9;
getNelems() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
uint32 nelems = 9;
getNelems() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
uint32 nelems = 9;
getNEnsembles() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getNestedPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardSectionCollectionImpl
 
getNestedPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardStationProfileCollectionImpl
 
getNestedPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
Deprecated.
use foreach
getNestedPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.TrajectoryProfileFeatureCollection
Deprecated.
use foreach
getNestedServices() - Method in class thredds.client.catalog.Service
 
getNetcdfDataset() - Method in class ucar.nc2.dataset.CoordinateSystem
Get the underlying NetcdfDataset
getNetcdfDataset() - Method in class ucar.nc2.dt.grid.GridDataset
 
getNetcdfDataset() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getNetcdfDataset() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getNetcdfDataset() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getNetcdfFile() - Method in class ucar.nc2.dataset.VariableDS
 
getNetcdfFile() - Method in class ucar.nc2.dt.grid.GridDataset
 
getNetcdfFile() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getNetcdfFile() - Method in interface ucar.nc2.ft.FeatureDataset
Return underlying NetcdfFile, or null if none.
getNetcdfFile() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getNetcdfFile() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getNetcdfFile() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getNetcdfFile() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getNetcdfFile() - Method in class ucar.nc2.Group
Get the owning NetcdfFile
getNetcdfFile() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
getNetcdfFile() - Method in class ucar.nc2.Variable
Get the NetcdfFile that this variable is contained in.
getNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.getNetcdfFileCache
getNetcdfFileCache() - Static method in class ucar.nc2.dataset.NetcdfDatasets
Get the File Cache
getNetcdfFileWriter() - Method in class ucar.nc2.FileWriter2
Deprecated.
 
getNext() - Method in class ucar.ma2.ArrayDouble.D3.IF
 
getNext() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
If part of a multiline, returns the next line within that line if it is present.
getNext() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Retrieves the next point within a multipoint if any
getNext() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get the next polygon in the sequence of multi-polygons
getNext() - Method in interface ucar.nc2.ft2.simpgeometry.Line
If part of a multiline, returns the next line within that line if it is present.
getNext() - Method in interface ucar.nc2.ft2.simpgeometry.Point
Retrieves the next point within a multipoint if any
getNext() - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Get the next polygon in the sequence of multi-polygons
getNioPath() - Method in class thredds.filesystem.MFileOS7
 
getNobs() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getNobs() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getNobs() - Method in interface ucar.unidata.geoloc.Station
get Number of obs at this station
getNobs() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
getNominalTime() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getNominalTime() - Method in interface ucar.nc2.ft.PointFeature
Nominal time of this observation.
getNominalTimeAsCalendarDate() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getNominalTimeAsCalendarDate() - Method in interface ucar.nc2.ft.PointFeature
Nominal time of this observation, as a CalendarDate.
getNomTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double nomTime = 5;
getNomTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
double nomTime = 5;
getNomTime() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.LocationOrBuilder
double nomTime = 5;
getNomTime(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getNoop() - Static method in class ucar.nc2.util.DiskCache2
 
getNorthPole() - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
getNorthSouthRange() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
getNrows() - Method in class ucar.ma2.MAMatrix
 
getNrows() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
number of rows in this message
getNrows() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
number of rows in this message
getNrows() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
number of rows in this message
getNrows() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
[default = 1] number of rows in this message
getNrows() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
[default = 1] number of rows in this message
getNrows() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
[default = 1] number of rows in this message
getNTimeOffsets() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
getNum() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
getNum() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
getNumber() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
getNumber() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
getNumber() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
getNumber() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
getNumber() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
getNumber() - Method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
getNumber() - Method in enum ucar.nc2.stream.NcStreamProto.Compress
 
getNumber() - Method in enum ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
 
getNumber() - Method in enum ucar.nc2.stream.NcStreamProto.DataType
 
getNumberOfFields() - Method in class ucar.nc2.util.TableParser
Deprecated.
 
getNumberOfLevels() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getNumberOfMemberVariables() - Method in class ucar.nc2.Structure
Get the number of variables contained directly in this Structure.
getNumBytesFromMax(long) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getNumBytesFromMax(long) - Method in class ucar.nc2.iosp.hdf5.H5header
 
getNumBytesFromMax(long) - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
getNumElems() - Method in class ucar.ma2.ArrayChar.StringIterator
 
getNumericValue() - Method in class ucar.nc2.Attribute
Retrieve numeric value.
getNumericValue() - Method in class ucar.unidata.util.Parameter
Retrieve numeric value, use if isString() is false.
getNumericValue(int) - Method in class ucar.nc2.Attribute
Retrieve a numeric value by index.
getNumericValue(int) - Method in class ucar.unidata.util.Parameter
Get the ith numeric value.
getNumericValues() - Method in class ucar.unidata.util.Parameter
Get array of numeric values as doubles.
getNumReadFailures() - Method in class thredds.client.catalog.tools.CatalogCrawler
 
getNumSweeps() - Method in interface ucar.nc2.dt.RadialDatasetSweep.RadialVariable
 
getNvalues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
int64 nvalues = 10;
getNvalues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
int64 nvalues = 10;
getNvalues() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
int64 nvalues = 10;
getNVerts() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getNyquistFrequency() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getNyquistFrequency() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getObject(int) - Method in class ucar.ma2.Array
 
getObject(int) - Method in class ucar.ma2.ArrayBoolean
 
getObject(int) - Method in class ucar.ma2.ArrayByte
 
getObject(int) - Method in class ucar.ma2.ArrayChar
 
getObject(int) - Method in class ucar.ma2.ArrayDouble
 
getObject(int) - Method in class ucar.ma2.ArrayFloat
 
getObject(int) - Method in class ucar.ma2.ArrayInt
 
getObject(int) - Method in class ucar.ma2.ArrayLong
 
getObject(int) - Method in class ucar.ma2.ArrayObject
 
getObject(int) - Method in class ucar.ma2.ArrayRagged
 
getObject(int) - Method in class ucar.ma2.ArrayScalar
 
getObject(int) - Method in class ucar.ma2.ArrayShort
 
getObject(int) - Method in class ucar.ma2.ArrayString
 
getObject(int) - Method in class ucar.ma2.ArrayStructure
Get the index-th StructureData of this ArrayStructure.
getObject(Index) - Method in class ucar.ma2.Array
Get the array element at index as an Object.
getObject(Index) - Method in class ucar.ma2.ArrayBoolean
 
getObject(Index) - Method in class ucar.ma2.ArrayByte
 
getObject(Index) - Method in class ucar.ma2.ArrayChar
 
getObject(Index) - Method in class ucar.ma2.ArrayDouble
 
getObject(Index) - Method in class ucar.ma2.ArrayFloat
 
getObject(Index) - Method in class ucar.ma2.ArrayInt
 
getObject(Index) - Method in class ucar.ma2.ArrayLong
 
getObject(Index) - Method in class ucar.ma2.ArrayObject
 
getObject(Index) - Method in class ucar.ma2.ArrayRagged
 
getObject(Index) - Method in class ucar.ma2.ArrayScalar
 
getObject(Index) - Method in class ucar.ma2.ArrayShort
 
getObject(Index) - Method in class ucar.ma2.ArrayString
 
getObject(Index) - Method in class ucar.ma2.ArrayStructure
Get the index-th StructureData of this ArrayStructure.
getObjectCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a Object
getObjectCurrent() - Method in class ucar.ma2.IteratorFast
 
getObjectNext() - Method in interface ucar.ma2.IndexIterator
Get next value as an Object
getObjectNext() - Method in class ucar.ma2.IteratorFast
 
getObsDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getObservationTime() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getObservationTime() - Method in interface ucar.nc2.ft.PointFeature
Actual time of this observation.
getObservationTimeAsCalendarDate() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
getObservationTimeAsCalendarDate() - Method in interface ucar.nc2.ft.PointFeature
Actual time of this observation, as a CalendarDate.
getObsTime(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getOffset() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
The number to be added to the data after it is read.
getOffset() - Method in class ucar.nc2.dataset.VariableDS
 
getOffset() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getOffset() - Method in class ucar.nc2.filter.ScaleOffset
 
getOffset() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getOffset() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getOffset() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunk
 
getOffset(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarPeriod
 
getOffsetCoords(FmrcInvLite.Gridset) - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getOffsetInHours(CalendarDate, CalendarDate) - Static method in class ucar.nc2.ft.fmrc.FmrcInv
Find the difference between two dates in hours
getOffsetInTimeUnits(CalendarDate, CalendarDate) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getOffsetInTimeUnits(CalendarDate, CalendarDate) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getOffsetTimes() - Method in class ucar.nc2.ft.fmrc.TimeCoord
The list of valid times, in units of hours since the run time
getOgcName() - Method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getOlderThanFilterInMSecs() - Method in class thredds.inventory.MFileCollectionManager
 
getOpaquedata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
getOpaquedata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
opaque dataType
getOpaquedata(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
opaque dataType
getOpaquedata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
getOpaquedata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
opaque dataTypes
getOpaquedata(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
opaque dataTypes
getOpaquedataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
getOpaquedataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
opaque dataType
getOpaquedataCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
opaque dataType
getOpaquedataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
getOpaquedataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
opaque dataTypes
getOpaquedataCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
opaque dataTypes
getOpaquedataList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
getOpaquedataList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
opaque dataType
getOpaquedataList() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
opaque dataType
getOpaquedataList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
getOpaquedataList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
opaque dataTypes
getOpaquedataList() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
opaque dataTypes
getOpenFileCount() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
getOpenFiles() - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
getOrigin() - Method in class ucar.ma2.Section
Get origin array using the Range.first() values.
getOrigin() - Method in class ucar.nc2.dt.radial.RadialCoordSys
Origin of the coordinate system
getOrigin(int) - Method in class ucar.ma2.Section
Get origin of the ith Range
getOrigin(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getOrigin(int) - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
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
 
getOriginLat() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the origin latitude in degrees.
getOriginLat() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Get the origin latitude in degrees.
getOriginLat() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Get the origin latitude in degrees.
getOriginLat() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the origin latitude in degrees
getOriginLat() - Method in class ucar.unidata.geoloc.projection.Orthographic
Get the origin latitude in degrees
getOriginLat() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the origin latitude.
getOriginLat() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the origin latitude.
getOriginLat() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the origin latitude in degrees
getOriginLat() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Get the origin latitude in degrees
getOriginLatitude() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Get the origin longitude.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the origin longitude in degrees.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Get the origin longitude in degrees.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Get the origin longitude in degrees.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the origin longitude in degrees
getOriginLon() - Method in class ucar.unidata.geoloc.projection.Mercator
Get the origin longitude.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.Orthographic
Get the origin longitude in degrees
getOriginLon() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the origin longitude.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the origin longitude.
getOriginLon() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Get the origin longitude in degrees
getOriginLongitude() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Get the origin longitude.
getOutputFile() - Method in class ucar.nc2.write.NetcdfFormatWriter
 
getOutType() - Method in class ucar.nc2.filter.UnsignedConversion
 
getP() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
getParallel() - Method in class ucar.unidata.geoloc.projection.Mercator
Get the first standard parallel
getParallelOne() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the first standard parallel
getParallelOne() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the first standard parallel
getParallelOne() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the first standard parallel
getParallelOne() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the first standard parallel
getParallelTwo() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the second standard parallel
getParallelTwo() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the second standard parallel
getParallelTwo() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the second standard parallel
getParallelTwo() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the second standard parallel
getParameter(String) - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the value of the projection parameter.
getParameterBooleanValue(List<Parameter>, String) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
 
getParameters() - Method in class ucar.nc2.dataset.CoordinateTransform
 
getParameterStringValue(List<Parameter>, String) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
 
getParams(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParams(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
repeated .Attribute params = 3;
getParams(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
repeated .Attribute params = 3;
getParamsBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
repeated .Attribute params = 3;
getParamsCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
repeated .Attribute params = 3;
getParamsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
repeated .Attribute params = 3;
getParamsList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
repeated .Attribute params = 3;
getParamsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsOrBuilder(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
repeated .Attribute params = 3;
getParamsOrBuilder(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
repeated .Attribute params = 3;
getParamsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
getParamsOrBuilderList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
repeated .Attribute params = 3;
getParamsOrBuilderList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransformOrBuilder
repeated .Attribute params = 3;
getParent() - Method in class thredds.client.catalog.builder.DatasetBuilder
 
getParent() - Method in class thredds.client.catalog.DatasetNode
 
getParent() - Method in class thredds.filesystem.MFileOS
 
getParent() - Method in class thredds.filesystem.MFileOS7
 
getParent() - Method in interface thredds.inventory.MFile
Get the parent of this
getParentCatalog() - Method in class thredds.client.catalog.DatasetNode
 
getParentDataset() - Method in class thredds.client.catalog.DatasetNode
 
getParentGroup() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use for Dimension or Attribute
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.
getParentGroup() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getParentGroupBuilder() - Method in class ucar.nc2.Variable.Builder
 
getParentGroupOrRoot() - Method in class ucar.nc2.Variable
Deprecated.
Will go away in ver6, shouldn't be needed when builders are used.
getParentStructure() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
getParentStructure() - Method in class ucar.nc2.Variable
Get its parent structure, or null if not in structure Not deprecated.
getParentStructure() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getParentStructureBuilder() - Method in class ucar.nc2.Variable.Builder
 
getParseInfo() - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
getParseInfo() - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Detailed information when the coordinate systems were parsed
getParseInfo() - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
Detailed information when the coordinate systems were parsed
getParseInfo() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
getParserForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
getParserForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
getParserForType() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
getPartitionDate() - Method in class thredds.inventory.CollectionAbstract
 
getPartitionDate() - Method in interface thredds.inventory.MCollection
The date to partition on, usually the starting date of the collection.
getPartitionName() - Method in class thredds.inventory.partition.DirectoryBuilder
 
getPath() - Method in class thredds.filesystem.MFileOS
 
getPath() - Method in class thredds.filesystem.MFileOS7
 
getPath() - Method in interface thredds.inventory.MFile
Get full path name, replace \\ with /
getPathMatcher() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getPDN() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getPoint(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a geometry index returns a Point
getPoint(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain variable name and geometry index, returns a Simple Geometry Point
getPointConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
getPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
getPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
getPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
getPointFeatureCollectionIterator() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.ProfileFeatureCollection
Deprecated.
use foreach
getPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.StationProfileFeature
Deprecated.
use foreach
getPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Deprecated.
use foreach
getPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.TrajectoryFeatureCollection
Deprecated.
use foreach
getPointFeatureCollectionIterator() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
Deprecated.
use foreach
getPointFeatureCollectionList() - Method in interface ucar.nc2.ft.FeatureDatasetPoint
Get a list of DsgFeatureCollection contained in this dataset.
getPointFeatureCollectionList() - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollectionFlattened
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.FlattenedDatasetPointCollection
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamAbstract
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.standard.StandardPointCollectionImpl
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionFlattened
 
getPointFeatureIterator() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl.StationFeatureSubset
 
getPointFeatureIterator() - Method in interface ucar.nc2.ft.PointFeatureCollection
Deprecated.
use foreach
getPoints() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Returns the list of points which make up this line
getPoints() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get the list of points which constitute the polygon.
getPoints() - Method in interface ucar.nc2.ft2.simpgeometry.Line
Returns the list of points which make up this line
getPoints() - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Get the list of points which constitute the polygon.
getPoints(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a beginning index and end index returns a list of points (inclusive on both sides)
getPoints(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain Point variable name and geometry begin and end indicies, returns a list of Simple Geometry Points
getPoleRadius() - Method in class ucar.unidata.geoloc.Earth
Get the PoleRadius property.
getPolerotate() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
getPolygon(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a geometry index returns a Polygon
getPolygon(String, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain variable name and geometry index, returns a Simple Geometry Polygon.
getPolygons(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Given a Variable name and a beginning index and end index, returns a list of polygon (inclusive on both sides)
getPolygons(String, int, int) - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Given a certain Polygon variable name and geometry begin and end indicies, returns a list of Simple Geometry Polygon
getPos() - Method in class ucar.nc2.iosp.BitReader
 
getPos() - Method in class ucar.nc2.iosp.hdf5.FractalHeap.DHeapId
 
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.
getPrev() - Method in class ucar.nc2.ft2.simpgeometry.CFLine
If part of a multiline, returns the previous line within that line if it is present
getPrev() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Retrieves the previous point within a multipoint if any
getPrev() - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Get the previous polygon in the sequence of multi-polygons
getPrev() - Method in interface ucar.nc2.ft2.simpgeometry.Line
If part of a multiline, returns the previous line within that line if it is present
getPrev() - Method in interface ucar.nc2.ft2.simpgeometry.Point
Retrieves the previous point within a multipoint if any
getPrev() - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Get the previous polygon in the sequence of multi-polygons
getPrimdata() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
rectangular, primitive array
getPrimdata() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
rectangular, primitive array
getPrimdata() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
rectangular, primitive array
getPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
oneof
getPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
oneof
getPrimdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
oneof
getPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
rectangular, primitive array
getPrimdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
rectangular, primitive array
getPrimdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
rectangular, primitive array
getPrimeMeridianName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the prime meridian.
getPrimeMeridianValue() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Return the value of prime meridian.
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
 
getProfileByDate(CalendarDate) - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
getProfileByDate(CalendarDate) - Method in interface ucar.nc2.ft.StationProfileFeature
Get a particular profile by date.
getProfileConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getProgress() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application call this to get the progress count, if any.
getProgressMessage() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application call this to get the progress message, if any.
getProjBoundingBox() - Method in class ucar.nc2.dt.grid.GridDataset
 
getProjBoundingBox() - Method in interface ucar.nc2.dt.GridDataset
 
getProjBoundingBox() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getProjBoundingBox() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getProjection() - Method in class ucar.nc2.dataset.CoordinateSystem
Get the Projection for this coordinate system.
getProjection() - Method in class ucar.nc2.dataset.ProjectionCT
Deprecated.
this will return Projection, not ProjectionImpl in 6.
getProjection() - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
this will return Projection, not ProjectionImpl in 6.
getProjection() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the projection
getProjection() - Method in interface ucar.nc2.dt.GridCoordSystem
Deprecated.
this will return Projection, not ProjectionImpl in 6.
getProjection() - Method in interface ucar.nc2.dt.GridDatatype
get the Projection, if it exists.
getProjection() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the Projection.
getProjection() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getProjection() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getProjection() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
getProjection() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Get the projection of this coordinate system.
getProjectionByCfName(String) - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getProjectionByEpsgCode(int) - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getProjectionByEpsgName(String) - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getProjectionByOgcName(String) - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
getProjectionCT() - Method in class ucar.nc2.dataset.CoordinateSystem
Find the first ProjectionCT from the list of CoordinateTransforms.
getProjectionCT() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Projection CoordinateTransform.
getProjectionParameters() - Method in interface ucar.unidata.geoloc.Projection
Get parameters as list of ucar.unidata.util.Parameter
getProjectionParameters() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get parameters as list of ucar.unidata.util.Parameter
getProjectionRect() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getProjectionType() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the type of projection.
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.Orthographic
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.UtmProjection
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Get the label to be used in the gui for this type of projection
getProjectionTypeLabel() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get the label to be used in the gui for this type of projection.
getProjects() - Method in class thredds.client.catalog.Dataset
 
getProjName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the projection.
getProjRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
getProjRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle projRect = 4;
getProjRect() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle projRect = 4;
getProjRectBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
getProjRectOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
getProjRectOrBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle projRect = 4;
getProjRectOrBuilder() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle projRect = 4;
getProjUnitName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the projection unit.
getProjUnitValue() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the projection unit value.
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 class thredds.client.catalog.tools.CatalogNetcdfFileProvider
 
getProtocol() - Method in interface thredds.inventory.CollectionSpecParserProvider
The leading protocol string (without a trailing ":").
getProtocol() - Method in interface thredds.inventory.MControllerProvider
The leading protocol string (without a trailing ":").
getProtocol() - Method in interface thredds.inventory.MFileProvider
The leading protocol string (without a trailing ":").
getProtocol() - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
The leading protocol string (without a trailing ":").
getProtocol() - Method in class ucar.nc2.internal.ncml.NcmlNetcdfFileProvider
 
getProtocol() - Method in class ucar.nc2.stream.CdmRemoteNetcdfFileProvider
 
getProtocols(String) - Static method in class ucar.nc2.dataset.DatasetUrl
Return the set of leading protocols for a url; may be more than one.
getProtoIndex(int) - Method in class thredds.inventory.CollectionAbstract
 
getProtoIndex(int) - Method in interface thredds.inventory.MCollection
Choose Proto dataset as index from [0..n-1], based on configuration.
getPrototype() - Method in class thredds.inventory.TimedCollection
 
getProxyReader() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
getPublishers() - Method in class thredds.client.catalog.Dataset
 
getRadarDataset(String, Date) - Method in interface ucar.nc2.ft.radial.StationRadialDataset
 
getRadarID() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getRadarID() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getRadarID() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getRadarID() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getRadarID() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getRadarID() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getRadarID() - Method in interface ucar.nc2.dt.RadialDatasetSweep
 
getRadarName() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getRadarName() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getRadarName() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getRadarName() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getRadarName() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getRadarName() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getRadarName() - Method in interface ucar.nc2.dt.RadialDatasetSweep
 
getRadialAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.RadialDistance, or null if none.
getRadialAxis() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Radial axis
getRadialAxisDataCached() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Radial axis data.
getRadialNumber() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getRadialNumber() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getRadialsNum() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getRadius() - Static method in class ucar.unidata.geoloc.Earth
Deprecated.
use WGS84_EARTH_RADIUS_METERS
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.nc2.internal.iosp.hdf5.H5headerNew
 
getRandomAccessFile() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
getRandomAccessFile() - Method in class ucar.nc2.iosp.hdf5.H5header
 
getRandomAccessFile() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
getRandomAccessFile() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
getRandomAccessFile() - Method in class ucar.unidata.io.RandomAccessFile
Allow access to the underlying java.io.RandomAccessFile.
getRange() - Method in class ucar.nc2.filter.Normalizer
 
getRange() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getRange() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getRange(int) - Method in class ucar.ma2.Section
Get the ith Range
getRange(int) - Method in class ucar.ma2.SectionIterable
 
getRange(int) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRange(int) - Method in class ucar.nc2.stream.NcStreamProto.Section
repeated .Range range = 1;
getRange(int) - Method in interface ucar.nc2.stream.NcStreamProto.SectionOrBuilder
repeated .Range range = 1;
getRangeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeCount() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeCount() - Method in class ucar.nc2.stream.NcStreamProto.Section
repeated .Range range = 1;
getRangeCount() - Method in interface ucar.nc2.stream.NcStreamProto.SectionOrBuilder
repeated .Range range = 1;
getRangeIterator() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getRangeIterator() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getRangeIterator(List<Range>) - Method in class ucar.ma2.Array
Get an index iterator for traversing a section of the array in canonical order.
getRangeList() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeList() - Method in class ucar.nc2.stream.NcStreamProto.Section
repeated .Range range = 1;
getRangeList() - Method in interface ucar.nc2.stream.NcStreamProto.SectionOrBuilder
repeated .Range range = 1;
getRangeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Section
repeated .Range range = 1;
getRangeOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.SectionOrBuilder
repeated .Range range = 1;
getRangeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
getRangeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Section
repeated .Range range = 1;
getRangeOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.SectionOrBuilder
repeated .Range range = 1;
getRangeRank() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
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.ft2.coverage.CoverageCoordSys
 
getRanges() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getRanges() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
getRanges() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getRanges() - Method in class ucar.nc2.Variable
Get shape as a List of Range objects.
getRanges() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getRangesFromLatLonRect(LatLonRect) - Method in class ucar.nc2.dt.grid.GridCoordSys
Get Index Ranges for the given lat, lon bounding box.
getRangesFromLatLonRect(LatLonRect) - Method in interface ucar.nc2.dt.GridCoordSystem
Get Index Ranges for the given lat, lon bounding box.
getRangeToFirstGate() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
Get the radial distance from origin to the start of the first data gate.
getRangeToFirstGate() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
Get the radial distance from origin to the start of the first data gate.
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.dt.grid.GeoGrid
get the rank
getRank() - Method in interface ucar.nc2.dt.GridDatatype
get the rank
getRank() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getRank() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the rank
getRank() - Method in class ucar.nc2.ft2.coverage.CoordsSet
 
getRank() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getRank() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
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.VariableIF
Deprecated.
 
getRank() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getRank() - Method in interface ucar.nc2.VariableSimpleIF
Variable rank
getRank() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
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.
getReader() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
getRecheck() - Method in interface thredds.inventory.CollectionManager
Get how often to rescan
getRecheck() - Method in class thredds.inventory.CollectionManagerAbstract
 
getRefDate() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getRefDate() - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getReferencedFile() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Do not use
getRefno() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getRefno() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getRegEx(String) - Static method in class thredds.inventory.CollectionSpecParserAbstract
 
getResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
getResolution() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getResolution() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
resolution = (end-start) / (nvalues-1)
getResolution() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
resolution = (end-start) / (nvalues-1)
getResolution() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
resolution = (end-start) / (nvalues-1)
getResolution() - Method in class ucar.nc2.time.CalendarDateRange
 
getResolution() - Method in class ucar.nc2.units.DateRange
Get the time resolution.
getResourceName() - Method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
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
 
getRoot() - Method in class thredds.inventory.CollectionAbstract
 
getRoot() - Method in class thredds.inventory.CollectionManagerCatalog
 
getRoot() - Method in interface thredds.inventory.MCollection
Get common root directory of all MFiles in the collection - may be null
getRoot() - Method in class thredds.inventory.partition.DirectoryCollection
 
getRoot() - Method in class thredds.inventory.partition.DirectoryPartition
 
getRoot() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
getRoot() - Method in class ucar.nc2.stream.NcStreamProto.Header
.Group root = 4;
getRoot() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
.Group root = 4;
getRootBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
getRootDir() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
getRootDir(String, String, String) - Static method in class thredds.inventory.CollectionSpecParserAbstract
 
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.
getRootElemName() - Method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
getRootFeatureDataIterator() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getRootGroup() - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
getRootGroup() - Method in interface ucar.nc2.internal.iosp.hdf4.HdfHeaderIF
 
getRootGroup() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getRootGroup() - Method in class ucar.nc2.NetcdfFile
Get the root group.
getRootGroup() - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Get the root group
getRootOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
getRootOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Header
.Group root = 4;
getRootOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
.Group root = 4;
getRotationAngle() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Get the rotation angle.
getRowFromNearestParallel(double) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
getRowLength() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
length in bytes of each row
getRowLength() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
length in bytes of each row
getRowLength() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
length in bytes of each row
getRowLength() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
length in bytes of each row
getRowLength() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
length in bytes of each row
getRowLength() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
length in bytes of each row
getRunDate() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getRunDate() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getRunDate() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Get the date of the ForecastModelRun
getRunDate() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
getRunDates() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getRunDates() - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
getRunDateString() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Get string representation of the date of the ForecastModelRun
getRuns() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
getRunSeqs() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getRunTime() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getRunTimeAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the RunTime axis, else null
getRunTimeAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the RunTime axis.
getRunTimeAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getRunTimeCoords(FmrcInvLite.Gridset) - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getRunTimeDataset(CalendarDate) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
getRunTimeDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the run time Dimension, if it exists
getRunTimeDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the runtime Dimension, if it exists
getRunTimeDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the run time Dimension, if it exists
getRunTimeDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the runtime Dimension index in the geogrid (canonical order)
getRunTimeDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the runtime Dimension index in the geogrid (canonical order), or -1 if none
getRunTimeDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the runtime Dimension index in the geogrid (canonical order)
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.
getScalarData() - Method in class ucar.nc2.Variable
Deprecated.
use readScalarXXXX
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.
getScale() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the scale
getScale() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the scale
getScale(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Get the scale at the given lat.
getScale(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Get the scale at the given lat.
getScaledOffsetType() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Return the data type for values that have undergone scale/offset conversion.
getScaledOffsetType() - Method in class ucar.nc2.dataset.VariableDS
 
getScaledOffsetType() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getScaledOffsetType() - Method in class ucar.nc2.filter.ScaleOffset
 
getScaleFactor() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
The data are to be multiplied by this value after the data are read.
getScaleFactor() - Method in class ucar.nc2.dataset.VariableDS
 
getScaleFactor() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getScaleFactor() - Method in class ucar.nc2.filter.ScaleOffset
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
getScientificDataType() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
getSdata(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
getSdata(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
Strings
getSdata(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
Strings
getSdata(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
getSdata(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
used for string data
getSdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
used for string data
getSdata(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
getSdata(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
Strings
getSdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
Strings
getSdataBytes(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
getSdataBytes(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
Strings
getSdataBytes(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
Strings
getSdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
getSdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
used for string data
getSdataBytes(int) - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
used for string data
getSdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
getSdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
Strings
getSdataBytes(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
Strings
getSdataCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
getSdataCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
Strings
getSdataCount() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
Strings
getSdataCount() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
getSdataCount() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
used for string data
getSdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
used for string data
getSdataCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
getSdataCount() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
Strings
getSdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
Strings
getSdataList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
getSdataList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
Strings
getSdataList() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
Strings
getSdataList() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
getSdataList() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
used for string data
getSdataList() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
used for string data
getSdataList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
getSdataList() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
Strings
getSdataList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureDataOrBuilder
Strings
getSection() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
getSection() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
.Section section = 5;
getSection() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
.Section section = 5;
getSection() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
getSection() - Method in class ucar.nc2.stream.NcStreamProto.Data
not required for SEQUENCE
getSection() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
getSection() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
.Section section = 3;
getSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
.Section section = 3;
getSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
not required for SEQUENCE
getSection() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
getSection() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
.Section section = 3;
getSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
.Section section = 3;
getSectionBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
getSectionBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
getSectionBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
getSectionBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
getSectionConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getSectionOrBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
getSectionOrBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
.Section section = 5;
getSectionOrBuilder() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
.Section section = 5;
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Data
not required for SEQUENCE
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
.Section section = 3;
getSectionOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
.Section section = 3;
getSectionOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
not required for SEQUENCE
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
getSectionOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
.Section section = 3;
getSectionOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
.Section section = 3;
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.
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
getSerializedSize() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
getSerializedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
getSerializedSize() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
getService() - Method in class thredds.client.catalog.Access
 
getServiceDefault() - Method in class thredds.client.catalog.Dataset
 
getServiceNameDefault() - Method in class thredds.client.catalog.Dataset
 
getServiceProvider() - Static method in class ucar.nc2.iosp.netcdf3.SPFactory
Deprecated.
 
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
 
getSgAxes() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
Returns the list of simple geometry axes contained in this coordinate system.
getSGCoordSys() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset.SimpleGeometryCovSet
Deprecated.
use getGeoCoordSystem() if possible.
getShape() - Method in class ucar.ma2.Array
Get the shape: length of array in each dimension.
getShape() - Method in class ucar.ma2.Index
Get the shape: length of array in each dimension.
getShape() - Method in class ucar.ma2.Section
Get shape array using the Range.length() values.
getShape() - Method in class ucar.ma2.SectionIterable
 
getShape() - Method in class ucar.ma2.StructureMembers.Member
Get the array shape.
getShape() - Method in class ucar.nc2.dt.grid.GeoGrid
get the shape
getShape() - Method in interface ucar.nc2.dt.GridDatatype
get the shape (canonical ordering)
getShape() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getShape() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the shape
getShape() - Method in class ucar.nc2.ft2.coverage.CoordsSet
 
getShape() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getShape() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getShape() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
Using independent axes only.
getShape() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getShape() - Method in class ucar.nc2.ft2.coverage.Time2DCoordSys
 
getShape() - Method in class ucar.nc2.ft2.coverage.Time2DOffsetCoordSys
 
getShape() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
getShape() - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
getShape() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getShape() - Method in class ucar.nc2.Variable
Get the shape: length of Variable in each dimension.
getShape() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getShape() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getShape() - Method in interface ucar.nc2.VariableSimpleIF
Variable shape
getShape() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getShape(int) - Method in class ucar.ma2.Index
Get the length of the ith dimension.
getShape(int) - Method in class ucar.ma2.Section
Get length of the ith Range
getShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
getShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
the shape of the axis (>1D only)
getShape(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
the shape of the axis (>1D only)
getShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
getShape(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
the shape of the returned array
getShape(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
the shape of the returned array
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Member
or section?
getShape(int) - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
or section?
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
actual dimension instead of reference
getShape(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
actual dimension instead of reference
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable
actual dimension instead of reference
getShape(int) - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
actual dimension instead of reference
getShape(int) - Method in class ucar.nc2.Variable
Get the size of the ith dimension
getShape(RangeIterator, RangeIterator) - Method in class ucar.nc2.ft2.coverage.CoordsSet
 
getShapeAll() - Method in class ucar.nc2.Variable
Deprecated.
use Dimensions.makeDimensionsAll(Variable);
getShapeAsSection() - Method in class ucar.nc2.Variable
Get shape as a Section object.
getShapeAsSection() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getShapeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
getShapeCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
the shape of the axis (>1D only)
getShapeCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
the shape of the axis (>1D only)
getShapeCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
getShapeCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
the shape of the returned array
getShapeCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
the shape of the returned array
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Member
or section?
getShapeCount() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
or section?
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure
actual dimension instead of reference
getShapeCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
actual dimension instead of reference
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeCount() - Method in class ucar.nc2.stream.NcStreamProto.Variable
actual dimension instead of reference
getShapeCount() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
actual dimension instead of reference
getShapeList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
getShapeList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
the shape of the axis (>1D only)
getShapeList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
the shape of the axis (>1D only)
getShapeList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
getShapeList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
the shape of the returned array
getShapeList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
the shape of the returned array
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Member
or section?
getShapeList() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
or section?
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
actual dimension instead of reference
getShapeList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
actual dimension instead of reference
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeList() - Method in class ucar.nc2.stream.NcStreamProto.Variable
actual dimension instead of reference
getShapeList() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
actual dimension instead of reference
getShapeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
actual dimension instead of reference
getShapeOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
actual dimension instead of reference
getShapeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable
actual dimension instead of reference
getShapeOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
actual dimension instead of reference
getShapeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
getShapeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
actual dimension instead of reference
getShapeOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
actual dimension instead of reference
getShapeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
getShapeOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Variable
actual dimension instead of reference
getShapeOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
actual dimension instead of reference
getSharedDimName(Dimension) - Static method in class ucar.nc2.ft.point.writer.CFPointWriter
Returns a name for dim that is suitable for a shared dimension.
getShort(int) - Method in class ucar.ma2.Array
 
getShort(int) - Method in class ucar.ma2.ArrayBoolean
 
getShort(int) - Method in class ucar.ma2.ArrayByte
 
getShort(int) - Method in class ucar.ma2.ArrayChar
 
getShort(int) - Method in class ucar.ma2.ArrayDouble
 
getShort(int) - Method in class ucar.ma2.ArrayFloat
 
getShort(int) - Method in class ucar.ma2.ArrayInt
 
getShort(int) - Method in class ucar.ma2.ArrayLong
 
getShort(int) - Method in class ucar.ma2.ArrayObject
 
getShort(int) - Method in class ucar.ma2.ArrayRagged
 
getShort(int) - Method in class ucar.ma2.ArrayScalar
 
getShort(int) - Method in class ucar.ma2.ArrayShort
 
getShort(int) - Method in class ucar.ma2.ArrayString
 
getShort(int) - Method in class ucar.ma2.ArrayStructure
 
getShort(Index) - Method in class ucar.ma2.Array
Get the array element at the current element of ima, as a short.
getShort(Index) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
getShort(Index) - Method in class ucar.ma2.ArrayByte
 
getShort(Index) - Method in class ucar.ma2.ArrayChar
 
getShort(Index) - Method in class ucar.ma2.ArrayDouble
 
getShort(Index) - Method in class ucar.ma2.ArrayFloat
 
getShort(Index) - Method in class ucar.ma2.ArrayInt
 
getShort(Index) - Method in class ucar.ma2.ArrayLong
 
getShort(Index) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
getShort(Index) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
getShort(Index) - Method in class ucar.ma2.ArrayScalar
 
getShort(Index) - Method in class ucar.ma2.ArrayShort
 
getShort(Index) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
getShort(Index) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
getShortBuffer() - Method in interface ucar.nc2.iosp.LayoutBB.Chunk
 
getShortCurrent() - Method in interface ucar.ma2.IndexIterator
Get current value as a short
getShortCurrent() - Method in class ucar.ma2.IteratorFast
 
getShortName() - Method in class ucar.nc2.CDMNode
Deprecated.
Get the short name of this Variable.
getShortName() - Method in interface ucar.nc2.dataset.VariableEnhanced
 
getShortName() - Method in class ucar.nc2.Dimension
Get the name of the Dimension.
getShortName() - Method in class ucar.nc2.dt.grid.GeoGrid
 
getShortName() - Method in interface ucar.nc2.dt.GridDatatype
Get the short name of the Grid
getShortName() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getShortName() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
getShortName() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getShortName() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getShortName() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
string shortName = 1;
getShortName() - Method in class ucar.nc2.stream.NcStreamProto.Member
string shortName = 1;
getShortName() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
string shortName = 1;
getShortName() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getShortName() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getShortName() - Method in interface ucar.nc2.VariableSimpleIF
short name of the data Variable
getShortName() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getShortNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
string shortName = 1;
getShortNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Member
string shortName = 1;
getShortNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.MemberOrBuilder
string shortName = 1;
getShortNext() - Method in interface ucar.ma2.IndexIterator
Get next value as a short
getShortNext() - Method in class ucar.ma2.IteratorFast
 
getSignedness() - Method in enum ucar.ma2.DataType
Returns the signedness of this data type.
getSignedness() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Returns the signedness of the decorated variable.
getSignedness() - Method in class ucar.nc2.dataset.VariableDS
 
getSignedness() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getSignedness() - Method in class ucar.nc2.filter.UnsignedConversion
 
getSimpleGeometryID() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Get a list of all simple geometry ID axes.
getSimpleGeometryX() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Get a list of all simple geometry X axes.
getSimpleGeometryY() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Get a list of all simple geometry Y axes
getSimpleGeometryZ() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
Get a list of all simple geometry Z axes.
getSinDlat() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
getSingleCoverageCollection() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getSize() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
getSize() - Method in class ucar.ma2.Array
Get the total number of elements in the array.
getSize() - Method in enum ucar.ma2.DataType
Size in bytes of one element of this data type.
getSize() - Method in class ucar.ma2.Index
Get the total number of elements in the array.
getSize() - Method in class ucar.ma2.Section
 
getSize() - Method in class ucar.ma2.StructureMembers.Member
Get the total number of elements.
getSize() - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
getSize() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getSize() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getSize() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getSize() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 size = 2;
getSize() - Method in class ucar.nc2.stream.NcStreamProto.Range
uint64 size = 2;
getSize() - Method in interface ucar.nc2.stream.NcStreamProto.RangeOrBuilder
uint64 size = 2;
getSize() - Method in class ucar.nc2.Variable
Get the total number of elements in the Variable.
getSize() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
getSize(Iterable) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Iterables.size(Iterable it)
getSize(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
Get the total number of elements the dimensions represent.
getSizeBytes() - Method in class ucar.ma2.Array
Get the total number of bytes in the array.
getSizeBytes() - Method in class ucar.ma2.ArraySequence
 
getSizeBytes() - Method in class ucar.ma2.ArrayStructure
 
getSizeBytes() - Method in class ucar.ma2.StructureMembers.Member
Get the total size in bytes.
getSizeInBytes() - Method in class ucar.nc2.ft.point.PointFeatureCopyFactory
approx size of each copy
getSizeInBytes() - Method in class ucar.nc2.ft.point.StationFeatureCopyFactory
approx size of each copy
getSizeInBytes() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getSizeLengths() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getSizeLengths() - Method in class ucar.nc2.iosp.hdf5.H5header
 
getSizeLengths() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
getSizeM() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
getSizeOffsets() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
getSizeOffsets() - Method in class ucar.nc2.iosp.hdf5.H5header
 
getSizeOffsets() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
getSizeOfOutput(CoverageCollection, List<String>, SubsetParams, boolean) - Static method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter2
Deprecated.
 
getSizeToCache() - Method in class ucar.nc2.Variable
If total data size is less than SizeToCache in bytes, then cache.
getSort() - Method in class ucar.nc2.CDMNode
Deprecated.
do not use
getSortFilesAscending() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
getSortGroup() - Method in interface ucar.nc2.iosp.IOServiceProvider
Get the SortGroup for this IOServiceProvider.
getSpacing() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getSpacing() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisSpacing spacing = 11;
getSpacing() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.AxisSpacing spacing = 11;
getSpacing() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.AxisSpacing spacing = 11;
getSpacingValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisSpacing spacing = 11;
getSpacingValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
.AxisSpacing spacing = 11;
getSpacingValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
.AxisSpacing spacing = 11;
getSpatialExtent(Document) - Static method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getSpatialExtent(Document) - Static method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getSpheroidName() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Get the name of the spheroid.
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.
getStandardDateOnlyString(Date) - Method in class ucar.nc2.units.DateFormatter
Deprecated.
use toDateOnlyString
getStandardDateString(Date) - Method in class ucar.nc2.units.DateFormatter
getStandardDateString2(Date) - Method in class ucar.nc2.units.DateFormatter
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.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 start = 1;
getStart() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
int64 start = 1;
getStart() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRangeOrBuilder
int64 start = 1;
getStart() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getStart() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getStart() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 start = 1;
getStart() - Method in class ucar.nc2.stream.NcStreamProto.Range
uint64 start = 1;
getStart() - Method in interface ucar.nc2.stream.NcStreamProto.RangeOrBuilder
uint64 start = 1;
getStart() - Method in class ucar.nc2.time.CalendarDateRange
 
getStart() - Method in class ucar.nc2.units.DateRange
Get the starting Date.
getStartDate() - Method in class thredds.inventory.CollectionListRange
 
getStartDate() - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
use getStartCalendarDate
getStartDate() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getStartDate(NetcdfDataset, CalendarDateUnit) - Static method in class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
getStartingTime() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getStartingTime() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getStartValue() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getStartValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double startValue = 12;
getStartValue() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
double startValue = 12;
getStartValue() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
double startValue = 12;
getStartx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double startx = 1;
getStartx() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
double startx = 1;
getStartx() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.RectangleOrBuilder
double startx = 1;
getStarty() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double starty = 2;
getStarty() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
double starty = 2;
getStarty() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.RectangleOrBuilder
double starty = 2;
getStation() - Method in interface ucar.nc2.ft.point.StationPointFeature
 
getStation(String) - Method in class ucar.nc2.ft.point.StationHelper
 
getStation(String) - Method in interface ucar.nc2.ft.StationCollection
Find a Station by name.
getStationAsPointConfig(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
getStationConfig(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CdmDirect
 
getStationConfig(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
getStationConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getStationDataIterator() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getStationFeature() - Method in interface ucar.nc2.ft.point.StationFeatureHas
 
getStationFeature(PointFeature) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationFeature(PointFeature) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
getStationFeature(Station) - Method in class ucar.nc2.ft.point.StationHelper
 
getStationFeatures() - Method in class ucar.nc2.ft.point.StationHelper
 
getStationFeatures() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getStationFeatures() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationFeatures() - Method in interface ucar.nc2.ft.StationFeatureCollection
 
getStationFeatures() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
getStationFeatures(List<String>) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getStationFeatures(List<String>) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationFeatures(List<String>) - Method in interface ucar.nc2.ft.StationFeatureCollection
 
getStationFeatures(List<String>) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
getStationFeatures(List<Station>) - Method in class ucar.nc2.ft.point.StationHelper
 
getStationFeatures(LatLonRect) - Method in class ucar.nc2.ft.point.StationHelper
 
getStationFeatures(LatLonRect) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getStationFeatures(LatLonRect) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationFeatures(LatLonRect) - Method in interface ucar.nc2.ft.StationFeatureCollection
 
getStationFeatures(LatLonRect) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
getStationFeaturesFromNames(List<String>) - Method in class ucar.nc2.ft.point.StationHelper
 
getStationHelper() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getStationHelper() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationNestingLevel() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getStationProfileConfig(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CdmDirect
 
getStationProfileConfig(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
getStationProfileFeature(StationFeature) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
getStationProfileFeature(StationFeature) - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
 
getStations() - Method in class ucar.nc2.ft.point.StationHelper
 
getStations() - Method in interface ucar.nc2.ft.StationCollection
Get all the Stations in the collection.
getStations() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getStations(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStations(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
repeated .Station stations = 1;
getStations(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationListOrBuilder
repeated .Station stations = 1;
getStations(List<String>) - Method in class ucar.nc2.ft.point.StationHelper
 
getStations(List<String>) - Method in interface ucar.nc2.ft.StationCollection
Translate list of station names to list of Stations.
getStations(LatLonRect) - Method in class ucar.nc2.ft.point.StationHelper
 
getStations(LatLonRect) - Method in interface ucar.nc2.ft.StationCollection
Get all the Stations within a bounding box.
getStationsBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsCount() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
repeated .Station stations = 1;
getStationsCount() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationListOrBuilder
repeated .Station stations = 1;
getStationsList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
repeated .Station stations = 1;
getStationsList() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationListOrBuilder
repeated .Station stations = 1;
getStationsOrBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsOrBuilder(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
repeated .Station stations = 1;
getStationsOrBuilder(int) - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationListOrBuilder
repeated .Station stations = 1;
getStationsOrBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
getStationsOrBuilderList() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
repeated .Station stations = 1;
getStationsOrBuilderList() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationListOrBuilder
repeated .Station stations = 1;
getStationTimeSeriesFeature(StationFeature) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
getStationTimeSeriesFeature(StationFeature) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
getStdDev() - Method in class ucar.nc2.filter.Standardizer
 
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
 
getStride() - Method in class ucar.ma2.Section
Deprecated.
dont assume evenly strided
getStride() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 stride = 3;
getStride() - Method in class ucar.nc2.stream.NcStreamProto.Range
uint64 stride = 3;
getStride() - Method in interface ucar.nc2.stream.NcStreamProto.RangeOrBuilder
uint64 stride = 3;
getStride(int) - Method in class ucar.ma2.Section
Deprecated.
dont assume evenly strided
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.
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
string dataType
getStringdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
string dataType
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
string dataType
getStringdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
string dataType
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
getStringdata(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string dataType
getStringdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
string dataType
getStringdataBytes(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
string dataType
getStringdataBytes(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
getStringdataBytes(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string dataType
getStringdataBytes(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
string dataType
getStringdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
string dataType
getStringdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
getStringdataCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string dataType
getStringdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
string dataType
getStringdataList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
string dataType
getStringdataList() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
getStringdataList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
string dataType
getStringdataList() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
string dataType
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() - Method in class ucar.unidata.util.Parameter
Retrieve String value.
getStringValue(int) - Method in class ucar.nc2.Attribute
Retrieve ith String value; only call if isString() is true.
getStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
getStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
structures
getStructdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
structures
getStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
getStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
structure/seq dataType
getStructdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
structure/seq dataType
getStructdata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
structure/seq dataType
getStructdata(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
structure/seq dataType
getStructdataBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
getStructdataBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
getStructdataBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataCount() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
structure/seq dataType
getStructdataCount() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
structure/seq dataType
getStructdataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
structure/seq dataType
getStructdataList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
structure/seq dataType
getStructdataOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
getStructdataOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
structures
getStructdataOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
structures
getStructdataOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
getStructdataOrBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
structure/seq dataType
getStructdataOrBuilder() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
structure/seq dataType
getStructdataOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
structure/seq dataType
getStructdataOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
structure/seq dataType
getStructdataOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
getStructdataOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
structure/seq dataType
getStructdataOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.ArrayStructureRowOrBuilder
structure/seq dataType
getStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Structure structs = 4;
getStructs(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Structure structs = 4;
getStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
struct members
getStructs(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
struct members
getStructsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Structure structs = 4;
getStructsCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Structure structs = 4;
getStructsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure
struct members
getStructsCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
struct members
getStructsList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Structure structs = 4;
getStructsList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Structure structs = 4;
getStructsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
struct members
getStructsList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
struct members
getStructsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Structure structs = 4;
getStructsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Structure structs = 4;
getStructsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
struct members
getStructsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
struct members
getStructsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
getStructsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Structure structs = 4;
getStructsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Structure structs = 4;
getStructsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
getStructsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
struct members
getStructsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
struct members
getStructureData(int) - Method in class ucar.ma2.ArraySequenceNested
 
getStructureData(int) - Method in class ucar.ma2.ArrayStructure
Get the index-th StructureData of this ArrayStructure.
getStructureData(Index) - Method in class ucar.ma2.ArrayStructure
Get the index-th StructureData of this ArrayStructure.
getStructureDataCount() - Method in class ucar.ma2.ArraySequence
 
getStructureDataIterator() - Method in class ucar.ma2.ArraySequence
 
getStructureDataIterator() - Method in class ucar.ma2.ArrayStructure
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table
Iterate over the rows of this table.
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableArrayStructure
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableConstruct
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableContiguous
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableLinkedList
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInnerPsuedo
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInnerPsuedo3D
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimStructure
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableNestedStructure
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableParentId
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableParentIndex
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableSingleton
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableStructure
 
getStructureDataIterator(Cursor) - Method in class ucar.nc2.ft.point.standard.Table.TableTop
 
getStructureIterator() - Method in class ucar.nc2.Structure
Iterator over all the data in a Structure.
getStructureIterator(int) - Method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
getStructureIterator(int) - Method in class ucar.nc2.Sequence
 
getStructureIterator(int) - Method in class ucar.nc2.Structure
Get an efficient iterator over all the data in the Structure.
getStructureIterator(InputStream, NetcdfFile) - Method in class ucar.nc2.stream.NcStreamReader
 
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(Structure, int) - Method in class ucar.nc2.NetcdfFile
 
getStructureIterator(Structure, int) - Method in class ucar.nc2.stream.CdmRemote
 
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.
getSubCenterName(int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
Subcenter name, from table C-12
getSubdirs(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS
 
getSubdirs(CollectionConfig, boolean) - Method in class thredds.filesystem.ControllerOS7
 
getSubdirs(CollectionConfig, boolean) - Method in interface thredds.inventory.MController
Returns all subdirectories in top collection.
getSubsetString(Variable, int) - Static method in class ucar.nc2.ft2.simpgeometry.CFSimpleGeometryHelper
Gets the subset string to be used in NetCDFFile.read given a variable and an ID.
getSubsetString(Variable, int, int, int) - Static method in class ucar.nc2.ft2.simpgeometry.CFSimpleGeometryHelper
Gets the subset string to be used in NetCDFFile.read given a variable and some indicies.
getSuffix() - Method in class thredds.client.catalog.Service
 
getSuffix() - Method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
getSummary() - Method in class thredds.client.catalog.Dataset
 
getSummary() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getSummary() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
getSweep(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.RadialVariable
 
getSweepIndex() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getSweepIndex() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getsweepVar() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getSweepVar() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getTable(int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
getTableConfigurer(FeatureType, NetcdfDataset) - Static method in class ucar.nc2.ft.point.standard.TableAnalyzer
Find a TableConfigurer for this dataset, if there is one.
getTableName() - Method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
getTableNo() - Method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
getTableType() - Method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
 
getTableValue(int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
getTableValue(int, int, int) - Static method in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
getTag(short) - Static method in class ucar.nc2.iosp.hdf4.TagEnum
Find the Tag that matches the code.
getTags() - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
getTags() - Method in class ucar.nc2.iosp.hdf4.H4header
 
getTangentLat() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the tangent latitude in degrees
getTangentLon() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the tangent longitude in degrees
getTangentLon() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the tangent longitude in degrees
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
getTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double time = 1;
getTime() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
double time = 1;
getTime() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.LocationOrBuilder
double time = 1;
getTime() - Method in interface ucar.nc2.ft.ProfileFeature
Nominal time of the profile
getTime() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getTime(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getTime(int) - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getTimeAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the Time axis
getTimeAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Time axis, if it exists.
getTimeAxis() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Time axis
getTimeAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
getTimeAxis() - Method in class ucar.nc2.ft2.coverage.adapter.GridCS
 
getTimeAxis() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getTimeAxis1D() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the Time axis, if its 1-dimensional
getTimeAxis1D() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Time axis, if it exists, and if its 1-dimensional.
getTimeAxisDataCached() - Method in class ucar.nc2.dt.radial.RadialCoordSys
get the Time axis data.
getTimeAxisForRun(int) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
doesnt work correctly for intervals
getTimeAxisForRun(int) - Method in interface ucar.nc2.dt.GridCoordSystem
This is the case of a 2D time axis, which depends on the run index.
getTimeAxisForRun(int) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
getTimeAxisForRun(CalendarDate) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
getTimeCoord() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getTimeCoord() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getTimeCoordName() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
getTimeCoordName() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getTimeCoords() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getTimeCoords() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
getTimeCoords(FmrcInvLite.Gridset) - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getTimeCoverage() - Method in class thredds.client.catalog.Dataset
 
getTimeDate(int) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Deprecated.
use getCalendarDate()
getTimeDates() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Deprecated.
use getCalendarDates() to correctly interpret calendars
getTimeDates() - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
use getCalendarDates
getTimeDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the time Dimension, if it exists
getTimeDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the time Dimension, if it exists
getTimeDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the time Dimension, if it exists
getTimeDimension() - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Get the time Dimension
getTimeDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the time Dimension index in the geogrid (canonical order), or -1 if none
getTimeDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the time Dimension index in the geogrid (canonical order), or -1 if none
getTimeDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the time Dimension index in the geogrid (canonical order), or -1 if none
getTimeExpected() - Method in class ucar.nc2.ft.fmrc.FmrInv.GridVariable
 
getTimeIndex(String) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated. 
getTimeLength(FmrcInvLite.Gridset) - Method in interface ucar.nc2.ft.fmrc.TimeInventory
 
getTimeName() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The name of time unit, if there is a time axis.
getTimeName() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getTimeName() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
getTimeName(int) - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated. 
getTimeOffset() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getTimeOffsetIntv() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getTimeRange() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getTimeResolution() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
only if isRegular() LOOK REDO
getTimes() - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
will move in ver 6
getTimes() - Method in class ucar.nc2.dt.grid.GridCoordSys
Deprecated.
will move in ver 6
getTimes() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
getTimes() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
getTimes() - Method in interface ucar.nc2.ft.StationProfileFeature
Get the list of times in the time series of profiles.
getTimeSeriesProfileConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getTimeSpan(Document) - Static method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getTimeSpan(Document) - Static method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getTimeUnit() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The time unit, if there is a time axis.
getTimeUnit() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
getTimeUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string timeUnit = 2;
getTimeUnit() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string timeUnit = 2;
getTimeUnit() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string timeUnit = 2;
getTimeUnit() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
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
getTimeUnit(Document) - Static method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
getTimeUnit(Document) - Static method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
getTimeUnitBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string timeUnit = 2;
getTimeUnitBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
string timeUnit = 2;
getTimeUnitBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollectionOrBuilder
string timeUnit = 2;
getTimeUnitConverter() - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
getTimeUnits() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getTimeUnits() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getTimeUnits() - Method in class ucar.nc2.dt.radial.RadialCoordSys
Get the units of Calendar time.
getTimeUnits() - Method in interface ucar.nc2.dt.RadialDatasetSweep
Get the units of Calendar time.
getTimeUnits() - Method in class ucar.nc2.time.CalendarDate
udunits formatting
getTimeUnits(DateUnit) - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
getTimeUnitString() - Method in class ucar.nc2.units.DateUnit
For udunit dates, get the time unit only, as a String, eg "secs" or "days"
getTimeWindow() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getTitle() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
getTitle() - Method in class ucar.nc2.dt.grid.GridDataset
 
getTitle() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
getTitle() - Method in interface ucar.nc2.ft.FeatureDataset
Title of the dataset.
getTitle() - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
getTitle() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
getTitle() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
 
getTitle() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
 
getTitle() - Method in class ucar.nc2.NetcdfFile
Get the human-readable title, if it exists.
getTitle() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
getTitle() - Method in class ucar.nc2.stream.NcStreamProto.Header
??
getTitle() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
??
getTitleBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
getTitleBytes() - Method in class ucar.nc2.stream.NcStreamProto.Header
??
getTitleBytes() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
??
getTokens(String, String) - Static method in class ucar.unidata.util.StringUtil2
 
getTopDataset() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
getTotal() - Method in class ucar.nc2.util.Counters.Counter
 
getTotalCoords() - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
getTotalNelems() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
 
getTotalNelems() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
getTotalNelems() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayout
 
getTotalNelems() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
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
 
getTrajectoryConfig(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
getTransform() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getTransformBuilder() - Method in class ucar.nc2.dataset.VerticalCT
Deprecated.
do not use
getTransformName() - Method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
getTransformName() - Method in class ucar.nc2.dataset.transform.AlbersEqualArea
 
getTransformName() - Method in class ucar.nc2.dataset.transform.AzimuthalEquidistant
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CFHybridHeight
Get the standard name of this transform
getTransformName() - Method in class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CFLnPressure
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CFOceanS
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CFOceanSigma
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CFSigma
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CsmSigma
 
getTransformName() - Method in class ucar.nc2.dataset.transform.CsmSigma.HybridSigmaPressureBuilder
 
getTransformName() - Method in class ucar.nc2.dataset.transform.FlatEarth
 
getTransformName() - Method in class ucar.nc2.dataset.transform.Geostationary
 
getTransformName() - Method in interface ucar.nc2.dataset.transform.HorizTransformBuilderIF
Get the Transform name.
getTransformName() - Method in class ucar.nc2.dataset.transform.LambertAzimuthal
 
getTransformName() - Method in class ucar.nc2.dataset.transform.LambertConformalConic
 
getTransformName() - Method in class ucar.nc2.dataset.transform.LambertCylindricalEqualArea
 
getTransformName() - Method in class ucar.nc2.dataset.transform.LatLon
 
getTransformName() - Method in class ucar.nc2.dataset.transform.Mercator
 
getTransformName() - Method in class ucar.nc2.dataset.transform.MSGnavigation
 
getTransformName() - Method in class ucar.nc2.dataset.transform.Orthographic
 
getTransformName() - Method in class ucar.nc2.dataset.transform.PolarStereographic
 
getTransformName() - Method in class ucar.nc2.dataset.transform.PolyconicProjection
 
getTransformName() - Method in class ucar.nc2.dataset.transform.RotatedLatLon
 
getTransformName() - Method in class ucar.nc2.dataset.transform.RotatedPole
 
getTransformName() - Method in class ucar.nc2.dataset.transform.Sinusoidal
 
getTransformName() - Method in class ucar.nc2.dataset.transform.Stereographic
 
getTransformName() - Method in class ucar.nc2.dataset.transform.TransverseMercator
 
getTransformName() - Method in class ucar.nc2.dataset.transform.UTM
 
getTransformName() - Method in class ucar.nc2.dataset.transform.VerticalPerspective
 
getTransformName() - Method in interface ucar.nc2.dataset.transform.VertTransformBuilderIF
Get the Transform name.
getTransformName() - Method in class ucar.nc2.dataset.transform.VExplicitField
 
getTransformName() - Method in class ucar.nc2.dataset.transform.VOceanSG1
 
getTransformName() - Method in class ucar.nc2.dataset.transform.VOceanSG2
 
getTransformName() - Method in class ucar.nc2.dataset.transform.WRFEtaTransformBuilder
 
getTransformName() - Method in interface ucar.nc2.internal.dataset.transform.vertical.VerticalCTBuilder
Get the VerticalCT name.
getTransformName() - Method in class ucar.nc2.internal.dataset.transform.vertical.WRFEtaTransformBuilder
 
getTransformNames() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getTransformNames(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
getTransformNames(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string transformNames = 3;
getTransformNames(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string transformNames = 3;
getTransformNamesBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
getTransformNamesBytes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string transformNames = 3;
getTransformNamesBytes(int) - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string transformNames = 3;
getTransformNamesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
getTransformNamesCount() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string transformNames = 3;
getTransformNamesCount() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string transformNames = 3;
getTransformNamesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
getTransformNamesList() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
repeated string transformNames = 3;
getTransformNamesList() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSysOrBuilder
repeated string transformNames = 3;
getTransforms() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getTransformType() - Method in class ucar.nc2.dataset.CoordinateTransform
 
getTransformType() - Method in class ucar.nc2.dataset.transform.AzimuthalEquidistant
 
getTransformType() - Method in class ucar.nc2.dataset.transform.CFHybridHeight
Get the type of the transform
getTransformType() - Method in class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
getTransformType() - Method in class ucar.nc2.dataset.transform.CFSigma
 
getTransformType() - Method in class ucar.nc2.dataset.transform.Geostationary
 
getTriples(String) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
getTrueurl() - Method in class ucar.nc2.dataset.DatasetUrl
 
getType() - Method in class thredds.client.catalog.Documentation
 
getType() - Method in class thredds.client.catalog.Service
 
getType() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
getType() - Method in class thredds.inventory.CollectionManager.TriggerEvent
 
getType() - Method in class thredds.inventory.CollectionUpdateEvent
 
getType() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
getType() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
getType() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getType() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
getType() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDatatype
 
getType() - Method in class ucar.nc2.internal.ncml.Aggregation
Get type of aggregation
getType() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getType() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
getType() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageDatatype
 
getType() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Get type of aggregation
getType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
< 5.0
getType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
< 5.0
getType() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
< 5.0
getType() - Method in class ucar.nc2.units.DateType
Get the type of Date.
getType(int) - Static method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
Get the MessageType by number.
getType(int) - Static method in class ucar.nc2.iosp.hdf5.H5header.MessageType
Get the MessageType by number.
getType(int) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
Find the EarthEllipsoid that matches this EPSG Id.
getType(Class, boolean) - Static method in enum ucar.ma2.DataType
Find the DataType that matches this class.
getType(String) - Static method in enum ucar.ma2.DataType
Find the DataType that matches this name.
getType(String) - Static method in enum ucar.nc2.constants.AxisType
Find the AxisType that matches this name.
getType(String) - Static method in enum ucar.nc2.constants.DataFormatType
case insensitive name lookup.
getType(String) - Static method in enum ucar.nc2.constants.FeatureType
Find the FeatureType that matches this name.
getType(String) - Static method in enum ucar.nc2.dataset.VerticalCT.Type
Find the VerticalCT.Type that matches this name.
getType(String) - Static method in class ucar.nc2.dt.RadialDatasetSweep.Type
Find the DataType that matches this name, ignore case.
getType(String) - Static method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
Find the MessageType that matches this name.
getType(String) - Static method in class ucar.nc2.iosp.hdf5.H5header.MessageType
Find the MessageType that matches this name.
getType(String) - Static method in class ucar.unidata.geoloc.EarthEllipsoid
Find the EarthEllipsoid that matches this name.
getType(Array) - Static method in enum ucar.ma2.DataType
 
getTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
< 5.0
getTypeValue() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
< 5.0
getTypeValue() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
< 5.0
getTypicalDataset() - Method in class ucar.nc2.internal.ncml.Aggregation
Open one of the nested datasets as a template for the aggregation dataset.
getTypicalDataset() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Open one of the nested datasets as a template for the aggregation dataset.
getUberGrids() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getUberGrids() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
getUdUnit() - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
getUdUnit() - Method in class ucar.nc2.time.CalendarDateUnit
 
getUncompressedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
uint64 uncompressedSize = 6;
getUncompressedSize() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
uint64 uncompressedSize = 6;
getUncompressedSize() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
uint64 uncompressedSize = 6;
getUncompressedSize() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
uint32 uncompressedSize = 8;
getUncompressedSize() - Method in class ucar.nc2.stream.NcStreamProto.Data
uint32 uncompressedSize = 8;
getUncompressedSize() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
uint32 uncompressedSize = 8;
getUnionTimeCoord() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
getUnionTimeCoord() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
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
 
getUnits() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getUnits() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string units = 3;
getUnits() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string units = 3;
getUnits() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string units = 3;
getUnits() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
getUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string units = 5;
getUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
string units = 5;
getUnits() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
string units = 5;
getUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string units = 6;
getUnits() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string units = 6;
getUnits() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string units = 6;
getUnitsBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string units = 3;
getUnitsBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
string units = 3;
getUnitsBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
string units = 3;
getUnitsBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string units = 5;
getUnitsBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
string units = 5;
getUnitsBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
string units = 5;
getUnitsBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string units = 6;
getUnitsBytes() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
string units = 6;
getUnitsBytes() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageOrBuilder
string units = 6;
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 interface ucar.nc2.dataset.Enhancements
Deprecated.
Get the Unit String for the Variable, or null if none.
getUnitsString() - Method in class ucar.nc2.dataset.StructureDS
 
getUnitsString() - Method in class ucar.nc2.dataset.VariableDS
 
getUnitsString() - Method in class ucar.nc2.dt.grid.GeoGrid
get the unit as a string
getUnitsString() - Method in interface ucar.nc2.dt.GridDatatype
Get the unit string
getUnitsString() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
getUnitsString() - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
getUnitsString() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the unit as a string
getUnitsString() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getUnitsString() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
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.VariableIF
Deprecated.
 
getUnitsString() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
getUnitsString() - Method in interface ucar.nc2.VariableSimpleIF
Units of the Variable.
getUnitsString() - Method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
getUnitString() - Method in class ucar.nc2.dt.grid.GeoGrid
Deprecated.
use getUnitsString()
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"
getUnitString() - Method in interface ucar.unidata.geoloc.vertical.VerticalTransform
Deprecated.
Get the unit string for the vertical coordinate.
getUnitString() - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Get the unit string for the vertical coordinate.
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().
getUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not used
getUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
not used
getUnsigned() - Method in interface ucar.nc2.stream.NcStreamProto.AttributeOrBuilder
not used
getUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
not used >= 5
getUnsigned() - Method in class ucar.nc2.stream.NcStreamProto.Variable
not used >= 5
getUnsigned() - Method in interface ucar.nc2.stream.NcStreamProto.VariableOrBuilder
not used >= 5
getUnsignedConversionType() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Return the data type for values that have undergone unsigned conversion.
getUnsignedConversionType() - Method in class ucar.nc2.dataset.VariableDS
 
getUnsignedConversionType() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
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
 
getUseGroups() - Static method in class ucar.nc2.util.rc.RC
Deprecated.
 
getUseMaximalCoordSys() - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Get whether to make records into Structures.
getUseMaximalCoordSys() - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Get whether to make records into Structures.
getUserAdvice() - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
getUserAdvice() - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Specific advice to a user about problems with the coordinate information in the file.
getUserAdvice() - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
Specific advice to a user about problems with the coordinate information in the file.
getUserAdvice() - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
getUserAdvice() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
getUserObject() - Method in class ucar.nc2.ft2.coverage.Coverage
 
getUserObject() - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
getUserObject() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
getValidationMessage() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
getValidMax() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return the maximum value in the valid range
getValidMax() - Method in class ucar.nc2.dataset.VariableDS
 
getValidMax() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getValidMax() - Method in class ucar.nc2.filter.ConvertMissing
 
getValidMin() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return the minimum value in the valid range
getValidMin() - Method in class ucar.nc2.dataset.VariableDS
 
getValidMin() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
getValidMin() - Method in class ucar.nc2.filter.ConvertMissing
 
getValidNetcdf3ObjectNamePattern() - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Valid Netcdf Object name as a regular expression.
getValue() - Method in class thredds.client.catalog.Property
 
getValue() - Method in class ucar.nc2.dt.grid.GeoGrid
 
getValue() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
string value = 2;
getValue() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
string value = 2;
getValue() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumTypeOrBuilder
string value = 2;
getValue() - Method in class ucar.nc2.time.CalendarDuration
Get the duration in natural units, ie units of getTimeUnit()
getValue() - Method in class ucar.nc2.time.CalendarPeriod
 
getValue() - Method in class ucar.nc2.units.SimpleUnit
Extract the value, can only be called for ScaledUnit.
getValue() - Method in class ucar.nc2.units.TimeDuration
Get the duration in natural units, ie units of getTimeUnit()
getValue() - Method in class ucar.nc2.units.TimeUnit
Get the value.
getValue() - Method in class ucar.nc2.util.NamedAnything
Deprecated.
 
getValue() - Method in interface ucar.nc2.util.NamedObject
Deprecated.
 
getValue(int) - Method in class ucar.nc2.Attribute
Get the value as an Object.
getValue(String) - Method in class ucar.nc2.units.TimeDuration
 
getValue(TimeUnit) - Method in class ucar.nc2.units.TimeDuration
Get the time duration in a specified unit of time.
getValueBytes() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
string value = 2;
getValueBytes() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
string value = 2;
getValueBytes() - Method in interface ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumTypeOrBuilder
string value = 2;
getValueCharset() - Method in class ucar.nc2.internal.iosp.hdf4.H4header
Return defined value charset that will be used by reading HDF4 header.
getValueCharset() - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
Return value charset if it was defined.
getValueCharset() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
Return defined value charset that will be used by reading HDF5 header.
getValueCharset() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
Return value charset if it was defined.
getValueDescriptor() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
getValueDescriptor() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
getValueDescriptor() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
getValueDescriptor() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
getValueDescriptor() - Method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
getValueDescriptor() - Method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
getValueDescriptor() - Method in enum ucar.nc2.stream.NcStreamProto.Compress
 
getValueDescriptor() - Method in enum ucar.nc2.stream.NcStreamProto.DataType
 
getValueInMillisecs() - Method in class ucar.nc2.time.CalendarPeriod
Deprecated.
dont use because these are fixed length and thus approximate.
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.ft2.coverage.CoverageCoordAxis
 
getValues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
big endian doubles; not used for regular, may be deferred
getValues() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
big endian doubles; not used for regular, may be deferred
getValues() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxisOrBuilder
big endian doubles; not used for regular, may be deferred
getValues() - Method in class ucar.nc2.util.Counters.Counter
 
getValues1() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getValues2() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
getVariable() - Method in class ucar.nc2.dt.grid.GeoGrid
 
getVariable() - Method in interface ucar.nc2.dt.GridDatatype
Get the underlying Variable, if it exists.
getVariable() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
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
 
getVariableName(NetcdfDataset, String, Formatter) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Find the variable pointed to by key
getVariableNames() - Method in class ucar.nc2.Structure
Get the (short) names of the variables contained directly in this Structure.
getVariableNames(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.Madis
 
getVariables() - Method in class thredds.client.catalog.Dataset
 
getVariables() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
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.
getVarName() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
full escaped name.
getVarName() - Method in class ucar.nc2.stream.NcStreamProto.Data
full escaped name.
getVarName() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
full escaped name.
getVarNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
full escaped name.
getVarNameBytes() - Method in class ucar.nc2.stream.NcStreamProto.Data
full escaped name.
getVarNameBytes() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
full escaped name.
getVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Variable vars = 3;
getVars(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Variable vars = 3;
getVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
members
getVars(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
members
getVarsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsCount() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Variable vars = 3;
getVarsCount() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Variable vars = 3;
getVarsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsCount() - Method in class ucar.nc2.stream.NcStreamProto.Structure
members
getVarsCount() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
members
getVarsList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Variable vars = 3;
getVarsList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Variable vars = 3;
getVarsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
members
getVarsList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
members
getVarsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Variable vars = 3;
getVarsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Variable vars = 3;
getVarsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsOrBuilder(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure
members
getVarsOrBuilder(int) - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
members
getVarsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
getVarsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Group
repeated .Variable vars = 3;
getVarsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.GroupOrBuilder
repeated .Variable vars = 3;
getVarsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
getVarsOrBuilderList() - Method in class ucar.nc2.stream.NcStreamProto.Structure
members
getVarsOrBuilderList() - Method in interface ucar.nc2.stream.NcStreamProto.StructureOrBuilder
members
getVClass() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getVClass() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getVdata() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
bool vdata = 7;
getVdata() - Method in class ucar.nc2.stream.NcStreamProto.Data
bool vdata = 7;
getVdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
bool vdata = 7;
getVerifyServer() - Static method in class ucar.nc2.util.rc.RC
Deprecated.
 
getVersion() - Method in class thredds.client.catalog.Catalog
 
getVersion() - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig
 
getVersion() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
set to >= 3 for proto3
getVersion() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
set to >= 3 for proto3
getVersion() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArrayOrBuilder
set to >= 3 for proto3
getVersion() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
getVersion() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
getVersion() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
getVersion() - Method in class ucar.nc2.stream.NcStreamIosp
 
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
version=2 for proto2, >=3 for proto3 (v5.0+)
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.Data
version=2 for proto2, >=3 for proto3 (v5.0+)
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 version = 5;
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
uint32 version = 5;
getVersion() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
uint32 version = 5;
getVersion() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
version=2 for proto2, >=3 for proto3 (v5.0+)
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 version = 5;
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
uint32 version = 5;
getVersion() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
uint32 version = 5;
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
uint32 version = 5;
getVersion() - Method in class ucar.nc2.stream.NcStreamProto.Header
uint32 version = 5;
getVersion() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
uint32 version = 5;
getVersion(String) - Static method in class ucar.nc2.dataset.conv.CF1Convention
Get which CF version this is, ie CF-1.x
getVersion(String) - Static method in class ucar.nc2.internal.dataset.conv.CF1Convention
Get which CF version this is, ie CF-1.x
getVertCoord() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getVertCoordIntv() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getVertCoordLength() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getVertCoordName() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
getVertCoordName() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
getVertCoords() - Method in class ucar.nc2.ft.fmrc.FmrcInv
 
getVertCoords() - Method in class ucar.nc2.ft.fmrc.FmrInv
 
getVertCoords() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Get a list of unique VertCoords.
getVerticalAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the Vertical axis (either Geoz, Height, or Pressure)
getVerticalAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Z axis.
getVerticalAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
get the Vertical axis (either Geoz, Height, or Pressure)
getVerticalCT() - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the Coordinate Transform description.
getVerticalCT() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Vertical CoordinateTransform, it it exists.
getVerticalTransform() - Method in class ucar.nc2.dt.grid.GridCoordSys
Get the vertical transform function, or null if none
getVerticalTransform() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the VerticalTransform that performs the transform math.
getVerticalTransformType() - Method in class ucar.nc2.dataset.VerticalCT
get the Vertical Transform type
getVertRange() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
getVinfo() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
getVinfo() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
getVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
getVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
isVlen true
getVlens(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
isVlen true
getVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
getVlens(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
vlen lengths
getVlens(int) - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
vlen lengths
getVlensCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
getVlensCount() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
isVlen true
getVlensCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
isVlen true
getVlensCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
getVlensCount() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
vlen lengths
getVlensCount() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
vlen lengths
getVlensList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
getVlensList() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
isVlen true
getVlensList() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
isVlen true
getVlensList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
getVlensList() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
vlen lengths
getVlensList() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
vlen lengths
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
 
getWcs1_0CrsId(GridDatatype, GridDataset) - Method in class ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper
Deprecated.
 
getWcs1_0CrsId(Projection) - Static method in class ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper
Deprecated.
 
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 class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string wmoId = 6;
getWmoId() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string wmoId = 6;
getWmoId() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string wmoId = 6;
getWmoId() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
getWmoId() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
getWmoId() - Method in interface ucar.unidata.geoloc.Station
WMO station id.
getWmoId() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
WMO station id
getWmoIdBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string wmoId = 6;
getWmoIdBytes() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
string wmoId = 6;
getWmoIdBytes() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.StationOrBuilder
string wmoId = 6;
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.
getWriteVariablesPredicate() - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
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 class ucar.nc2.ft2.simpgeometry.CFPoint
Return the x coordinate for the point.
getX() - Method in interface ucar.nc2.ft2.simpgeometry.Point
Return the x coordinate for the point.
getX() - Method in interface ucar.unidata.geoloc.ProjectionPoint
Get the X coordinate
getX() - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
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.
getXAxis() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getXAxis() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getXAxis() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
Retrieves the x Axis that corresponds to this geometry.
getXDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the x Dimension, if it exists
getXDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the x Dimension, if it exists
getXDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the x Dimension, if it exists
getXDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the x Dimension index in the geogrid (canonical order)
getXDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the x Dimension index in the geogrid (canonical order)
getXDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the x Dimension index in the geogrid (canonical order)
getXEdges() - Method in class ucar.nc2.dataset.CoordinateAxis2D
Deprecated.
use getEdges()
getXHorizAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the X Horizontal axis (either GeoX or Lon)
getXHorizAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the X axis.
getXHorizAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
get the X Horizontal axis (either GeoX or Lon)
getXHorizAxis() - Method in class ucar.nc2.ft2.coverage.adapter.GridCS
 
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.ncml.NcMLWriter
Deprecated.
Gets the object that encapsulates XML formatting options.
getXmlFormat() - Method in class ucar.nc2.write.NcmlWriter
Gets the object that encapsulates XML formatting options.
getY() - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Return the y coordinate for the point
getY() - Method in interface ucar.nc2.ft2.simpgeometry.Point
Return the y coordinate for the point
getY() - Method in interface ucar.unidata.geoloc.ProjectionPoint
Get the Y coordinate
getY() - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
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.
getYAxis() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getYAxis() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
getYAxis() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
Retrieves the y Axis that corresponds to this geometry.
getYDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the y Dimension, if it exists
getYDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the y Dimension, if it exists
getYDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the y Dimension, if it exists
getYDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the y Dimension index in the geogrid (canonical order)
getYDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the y Dimension index in the geogrid (canonical order)
getYDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the y Dimension index in the geogrid (canonical order)
getYEdges() - Method in class ucar.nc2.dataset.CoordinateAxis2D
Deprecated.
use getEdges()
getYHorizAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
get the Y Horizontal axis (either GeoY or Lat)
getYHorizAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
Get the Y axis.
getYHorizAxis() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
get the Y Horizontal axis (either GeoY or Lat)
getYHorizAxis() - Method in class ucar.nc2.ft2.coverage.adapter.GridCS
 
getZaxis() - Method in class ucar.nc2.dataset.CoordinateSystem
get the CoordinateAxis with AxisType.GeoZ, or null if none.
getZAxis() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
getZAxis() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
Retrieves the z Axis that corresponds to this geometry.
getZDimension() - Method in class ucar.nc2.dt.grid.GeoGrid
get the z Dimension, if it exists
getZDimension() - Method in interface ucar.nc2.dt.GridDatatype
get the z Dimension, if it exists
getZDimension() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the z Dimension, if it exists
getZDimensionIndex() - Method in class ucar.nc2.dt.grid.GeoGrid
get the z Dimension index in the geogrid (canonical order), or -1 if none
getZDimensionIndex() - Method in interface ucar.nc2.dt.GridDatatype
get the z Dimension index in the geogrid (canonical order), or -1 if none
getZDimensionIndex() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
get the z Dimension index in the geogrid (canonical order), or -1 if none
getZisPositive() - Method in class ucar.nc2.internal.dataset.conv.IFPSConvention
 
getZisPositive(String, String) - Static method in class ucar.nc2.dataset.conv.CF1Convention
Guess the value of ZisPositive based on z axis name and units
getZisPositive(String, String) - Static method in class ucar.nc2.internal.dataset.conv.CF1Convention
Guess the value of ZisPositive based on z axis name and units
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.dataset.conv.ADASConvention
Does increasing values of Z go vertical up?
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.dataset.conv.NUWGConvention
 
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.dataset.conv.WRFConvention
Does increasing values of Z go vertical up?
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.internal.dataset.conv.ADASConvention
Does increasing values of Z go vertical up?
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention
 
getZisPositive(CoordinateAxis) - Method in class ucar.nc2.internal.dataset.conv.WRFConvention
Does increasing values of Z go vertical up?
getZisPositive(NetcdfDataset, CoordinateAxis) - Method in class ucar.nc2.dataset.conv.IFPSConvention
 
getZone() - Method in class ucar.unidata.geoloc.projection.UtmProjection
Get the zone number = [1,60]
getZoneFromNearestMeridian(double) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
getZPositive() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
GIEFConvention - Class in ucar.nc2.dataset.conv
GEIF Convention.
GIEFConvention - Class in ucar.nc2.internal.dataset.conv
GEIF Convention.
GIEFConvention() - Constructor for class ucar.nc2.dataset.conv.GIEFConvention
 
GIEFConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
GIF - ucar.nc2.constants.DataFormatType
 
GINI - ucar.nc2.constants.DataFormatType
 
GLOB - Static variable in class thredds.inventory.CollectionAbstract
 
globalAttributes - Variable in class ucar.nc2.ft.point.collection.CompositePointCollection
 
gmlNS - Static variable in class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
GOES - Static variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GOES_to_GEOS(double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform view angle coordinates in the GOES scan geometry frame to view angle coordinates in the GEOS scan geometry frame.
greatCircleDistance(double, double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
greaterThan - Variable in class thredds.featurecollection.FeatureCollectionConfig.BestDataset
 
gregorian - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
gregorian = 1;
gregorian - ucar.nc2.time.Calendar
 
gregorian_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
gregorian = 1;
GREYJPEG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
GREYJPEG5 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
grib - ucar.nc2.write.Nc4Chunking.Strategy
 
GRIB1 - thredds.featurecollection.FeatureCollectionType
 
GRIB1 - ucar.nc2.constants.DataFormatType
 
GRIB2 - thredds.featurecollection.FeatureCollectionType
 
GRIB2 - ucar.nc2.constants.DataFormatType
 
gribConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
GribConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
GribIntvFilter() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
Grid - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Grid = 2;
GRID - thredds.featurecollection.FeatureCollectionType
 
GRID - ucar.nc2.constants.FeatureType
 
GRID_LATITUDE - Static variable in class ucar.nc2.constants.CF
 
GRID_LONGITUDE - Static variable in class ucar.nc2.constants.CF
 
GRID_MAPPING - Static variable in class ucar.nc2.constants.CF
 
GRID_MAPPING_NAME - Static variable in class ucar.nc2.constants.CF
 
GRID_MAPPING_NAME - Static variable in class ucar.unidata.geoloc.projection.RotatedLatLon
 
GRID_MAPPING_NAME - Static variable in class ucar.unidata.geoloc.projection.UtmProjection
 
GRID_NORTH_POLE_LATITUDE - Static variable in class ucar.nc2.constants.CF
 
GRID_NORTH_POLE_LONGITUDE - Static variable in class ucar.nc2.constants.CF
 
GRID_SOUTH_POLE_ANGLE - Static variable in class ucar.unidata.geoloc.projection.RotatedLatLon
 
GRID_SOUTH_POLE_LATITUDE - Static variable in class ucar.unidata.geoloc.projection.RotatedLatLon
 
GRID_SOUTH_POLE_LONGITUDE - Static variable in class ucar.unidata.geoloc.projection.RotatedLatLon
 
Grid_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Grid = 2;
GridAsPointDataset - Class in ucar.nc2.dt.grid
Add Point operations to a GridDataset.
GridAsPointDataset(List<GridDatatype>) - Constructor for class ucar.nc2.dt.grid.GridAsPointDataset
 
GridAsPointDataset.Point - Class in ucar.nc2.dt.grid
 
GridBoundariesExtractor - Class in ucar.nc2.dt.grid.gis
Provides methods for extracting the grid boundaries in standard GIS text formats: WKT and GeoJSON
GridCoordinate2D - Class in ucar.nc2.dt.grid
2D Coordinate System has lat(x,y) and lon(x,y).
GridCoordSys - Class in ucar.nc2.dt.grid
A georeferencing "gridded" CoordinateSystem.
GridCoordSys(CoordinateSystem, Formatter) - Constructor for class ucar.nc2.dt.grid.GridCoordSys
Create a GridCoordSys from an existing Coordinate System.
GridCoordSys(GridCoordSys, Range, Range, Range, Range) - Constructor for class ucar.nc2.dt.grid.GridCoordSys
Create a GridCoordSys as a section of an existing GridCoordSys.
GridCoordSys(GridCoordSys, Range, Range, Range, Range, Range, Range) - Constructor for class ucar.nc2.dt.grid.GridCoordSys
Create a GridCoordSys as a section of an existing GridCoordSys.
GridCoordSystem - Interface in ucar.nc2.dt
A Coordinate System for gridded data.
GridCS - Class in ucar.nc2.ft2.coverage.adapter
Grid Coordinate System Implementation A Grid has all 1D coordinates.
GridDataset - Class in ucar.nc2.dt.grid
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
GridDataset - Interface in ucar.nc2.dt
A dataset containing Grid objects.
GridDataset(NetcdfDataset) - Constructor for class ucar.nc2.dt.grid.GridDataset
Create a GridDataset from a NetcdfDataset.
GridDataset(NetcdfDataset, Formatter) - Constructor for class ucar.nc2.dt.grid.GridDataset
Create a GridDataset from a NetcdfDataset.
GridDataset.Gridset - Class in ucar.nc2.dt.grid
This is a set of GeoGrids with the same GeoCoordSys.
GridDataset.Gridset - Interface in ucar.nc2.dt
A set of GridDatatype objects with the same Coordinate System.
GridDatasetInfo - Class in ucar.nc2.dt.grid
A helper class to GridDataset; creates a GridDataset XML document.
GridDatasetInfo(GridDataset, String) - Constructor for class ucar.nc2.dt.grid.GridDatasetInfo
 
GridDatasetInv - Class in ucar.nc2.ft.fmrc
The data inventory of one GridDataset.
GridDatasetInv(GridDataset, CalendarDate) - Constructor for class ucar.nc2.ft.fmrc.GridDatasetInv
 
GridDatasetInv.Grid - Class in ucar.nc2.ft.fmrc
A Grid variable has a name, timeCoord and optionally a Vertical and Ensemble Coordinate
GridDatasetProvider - Interface in ucar.nc2.dt.grid.internal.spi
A special SPI to register GridDataset providers.
GridDatasetStandardFactory - Class in ucar.nc2.ft
FeatureDatasetFactory for Grids, using standard coord sys analysis and ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
GridDatasetStandardFactory() - Constructor for class ucar.nc2.ft.GridDatasetStandardFactory
 
GridDatatype - Interface in ucar.nc2.dt
Interface for scientific datatype Grid.
GRIDFTP - thredds.client.catalog.ServiceType
 
GRIDS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
gridSets - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
group - Variable in class ucar.nc2.CDMNode
Deprecated.
 
Group - Class in ucar.nc2
A logical collection of Variables, Attributes, and Dimensions.
Group - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Group - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
Group(NetcdfFile, Group, String) - Constructor for class ucar.nc2.Group
Deprecated.
Use Group.builder()
GROUP - ucar.nc2.CDMSort
Deprecated.
 
GROUP_1 - ucar.nc2.iosp.IOServiceProvider.SortGroup
 
Group.Builder - Class in ucar.nc2
A builder of Groups.
GroupInfo - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
GroupInfo - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
GroupNew - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
GroupNew - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
groups - Variable in class ucar.nc2.Group
 
GROUPS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
grs80 - Variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
GRS80 - Static variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 

H

H4HEAD - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
H4header - Class in ucar.nc2.internal.iosp.hdf4
Read the tags of an HDF4 file, construct CDM objects.
H4header - Class in ucar.nc2.iosp.hdf4
Read the tags of an HDF4 file, construct CDM objects.
H4header() - Constructor for class ucar.nc2.internal.iosp.hdf4.H4header
 
H4header() - Constructor for class ucar.nc2.iosp.hdf4.H4header
 
H4header.Tag - Class in ucar.nc2.internal.iosp.hdf4
 
H4header.Tag - Class in ucar.nc2.iosp.hdf4
 
H4iosp - Class in ucar.nc2.internal.iosp.hdf4
HDF4 iosp
H4iosp - Class in ucar.nc2.iosp.hdf4
 
H4iosp() - Constructor for class ucar.nc2.internal.iosp.hdf4.H4iosp
 
H4iosp() - Constructor for class ucar.nc2.iosp.hdf4.H4iosp
 
H4type - Class in ucar.nc2.iosp.hdf4
 
H4type() - Constructor for class ucar.nc2.iosp.hdf4.H4type
 
H5diag - Class in ucar.nc2.iosp.hdf5
HDF5 diagnostic helper
H5diag(H5iosp) - Constructor for class ucar.nc2.iosp.hdf5.H5diag
 
H5diagNew - Class in ucar.nc2.internal.iosp.hdf5
HDF5 diagnostic helper
H5diagNew(NetcdfFile, H5iospNew) - Constructor for class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
H5HEAD - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
H5header - Class in ucar.nc2.iosp.hdf5
Read all of the metadata of an HD5 file.
H5header.DataObject - Class in ucar.nc2.iosp.hdf5
 
H5header.HeaderMessage - Class in ucar.nc2.iosp.hdf5
 
H5header.MessageAttribute - Class in ucar.nc2.iosp.hdf5
 
H5header.MessageDataspace - Class in ucar.nc2.iosp.hdf5
 
H5header.MessageDatatype - Class in ucar.nc2.iosp.hdf5
 
H5header.MessageType - Class in ucar.nc2.iosp.hdf5
 
H5header.TypeInfo - Class in ucar.nc2.iosp.hdf5
 
H5header.Vinfo - Class in ucar.nc2.iosp.hdf5
 
H5headerIF - Interface in ucar.nc2.iosp.hdf5
Temporary workaround to share code between H5header and internal/iosp/H5headerNew.
H5headerNew - Class in ucar.nc2.internal.iosp.hdf5
Read all of the metadata of an HD5 file.
H5headerNew.TypeInfo - Class in ucar.nc2.internal.iosp.hdf5
 
H5headerNew.Vinfo - Class in ucar.nc2.internal.iosp.hdf5
 
H5iosp - Class in ucar.nc2.iosp.hdf5
HDF5 I/O
H5iosp() - Constructor for class ucar.nc2.iosp.hdf5.H5iosp
 
H5iospNew - Class in ucar.nc2.internal.iosp.hdf5
HDF5 I/O
H5iospNew() - Constructor for class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
H5objects - Class in ucar.nc2.internal.iosp.hdf5
The low-level HDF5 data objects.
H5objects.DataObject - Class in ucar.nc2.internal.iosp.hdf5
 
H5objects.HeaderMessage - Class in ucar.nc2.internal.iosp.hdf5
 
H5objects.MessageAttribute - Class in ucar.nc2.internal.iosp.hdf5
 
H5objects.MessageDataspace - Class in ucar.nc2.internal.iosp.hdf5
 
H5objects.MessageDatatype - Class in ucar.nc2.internal.iosp.hdf5
 
H5objects.MessageType - Class in ucar.nc2.internal.iosp.hdf5
 
H5Service - thredds.client.catalog.ServiceType
 
H5tiledLayout - Class in ucar.nc2.internal.iosp.hdf5
Iterator to read/write subsets of an array.
H5tiledLayout - Class in ucar.nc2.iosp.hdf5
Iterator to read/write subsets of an array.
H5tiledLayout(H5headerNew.Vinfo, DataType, Section) - Constructor for class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
Constructor.
H5tiledLayout(H5header.Vinfo, DataType, Section) - Constructor for class ucar.nc2.iosp.hdf5.H5tiledLayout
Constructor.
H5tiledLayoutBB - Class in ucar.nc2.internal.iosp.hdf5
Iterator to read/write subsets of an array.
H5tiledLayoutBB - Class in ucar.nc2.iosp.hdf5
Iterator to read/write subsets of an array.
H5tiledLayoutBB(Variable, Section, RandomAccessFile, H5objects.Filter[], ByteOrder) - Constructor for class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
Constructor.
H5tiledLayoutBB(Variable, Section, RandomAccessFile, H5header.Filter[], ByteOrder) - Constructor for class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
Constructor.
HALFPI - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
handleCollectionEvent(CollectionManager.TriggerEvent) - Method in interface thredds.inventory.CollectionManager.TriggerListener
 
hardLimit - Variable in class ucar.nc2.util.cache.FileCache
 
hardLimit - Variable in class ucar.nc2.util.cache.FileCacheARC
 
Harvest - Static variable in class thredds.client.catalog.Dataset
 
hasAccess() - Method in class thredds.client.catalog.Dataset
 
hasAttribute(String) - Method in interface ucar.nc2.AttributeContainer
Determine if named attribute exists (exact match).
hasAttributeIgnoreCase(String) - Method in interface ucar.nc2.AttributeContainer
Determine if named attribute exists, ignoring case.
hasBigend() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
[default=true] in proto2
hasBigend() - Method in class ucar.nc2.stream.NcStreamProto.Data
[default=true] in proto2
hasBigend() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
[default=true] in proto2
hasCachedData() - Method in class ucar.nc2.Variable
Has data been read and cached.
hasCachedDataRecurse() - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Removed in v6
hasCalendarDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
See if the given CalendarDate appears as a coordinate
hasChangedSince(MFile, long) - Method in interface thredds.inventory.CollectionManager.ChangeChecker
 
hasCoordinateSystem() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
hasCoordinateSystem() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
hasCoords() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
hasDatasetType(FeatureCollectionConfig.GribDatasetType) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
hasDataSize() - Method in class thredds.client.catalog.Dataset
 
hasDateExtractor() - Method in class thredds.inventory.CollectionAbstract
 
hasDateExtractor() - Method in interface thredds.inventory.MCollection
Does this CollectionManager have the ability to extract a date from the MFile ?
hasDateExtractor() - Method in class thredds.inventory.MFileCollectionManager
 
hasDateRange() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
hasDateRange() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.CalendarDateRange dateRange = 5;
hasDateRange() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.CalendarDateRange dateRange = 5;
hasDimension(Group, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
hasFatalError() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
hasFillValue() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
true if Variable has _FillValue attribute
hasFillValue() - Method in class ucar.nc2.dataset.VariableDS
 
hasFillValue() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
hasFillValue() - Method in class ucar.nc2.filter.ConvertMissing
 
hasFilter() - Method in class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
hashCode - Variable in class ucar.nc2.Variable
 
hashCode() - Method in class thredds.client.catalog.Access
 
hashCode() - Method in class thredds.client.catalog.Documentation
 
hashCode() - Method in class thredds.client.catalog.Property
 
hashCode() - Method in class thredds.client.catalog.Service
 
hashCode() - Method in class ucar.ma2.Range
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.ma2.RangeScatter
 
hashCode() - Method in class ucar.ma2.Section
Override Object.hashCode() to agree with equals.
hashCode() - Method in class ucar.nc2.Attribute
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.dataset.CoordinateAxis
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.dataset.CoordinateSystem
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.dataset.CoordinateTransform
Override Object.hashCode() to be consistent with equals.
hashCode() - Method in class ucar.nc2.dataset.DatasetUrl
 
hashCode() - Method in class ucar.nc2.Dimension
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.dt.grid.GeoGrid
Override Object.hashCode() to be consistent with equals.
hashCode() - Method in class ucar.nc2.EnumTypedef
 
hashCode() - Method in class ucar.nc2.ft.fmrc.TimeCoord.Tinv
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
hashCode() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
hashCode() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
hashCode() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
hashCode() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Override Object.hashCode() to be consistent with equals.
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
hashCode() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
hashCode() - Method in class ucar.nc2.Group
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
hashCode() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
hashCode() - Method in class ucar.nc2.time.CalendarDate
 
hashCode() - Method in class ucar.nc2.time.CalendarDateRange
 
hashCode() - Method in class ucar.nc2.time.CalendarDateUnit
 
hashCode() - Method in class ucar.nc2.time.CalendarDuration
 
hashCode() - Method in class ucar.nc2.time.CalendarPeriod
 
hashCode() - Method in class ucar.nc2.units.DateRange
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.nc2.units.DateType
 
hashCode() - Method in class ucar.nc2.units.TimeDuration
Override to be consistent with equals
hashCode() - Method in class ucar.nc2.units.TimeUnit
Override hashcode to be consistent with equals.
hashCode() - Method in class ucar.nc2.Variable
Override Object.hashCode() to implement equals.
hashCode() - Method in class ucar.unidata.geoloc.Earth
 
hashCode() - Method in class ucar.unidata.geoloc.EarthEllipsoid
Override Object.hashCode() to be consistent with this equals.
hashCode() - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
 
hashCode() - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
 
hashCode() - Method in class ucar.unidata.geoloc.LatLonRect
 
hashCode() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
 
hashCode() - Method in class ucar.unidata.geoloc.projection.FlatEarth
 
hashCode() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
hashCode() - Method in class ucar.unidata.geoloc.projection.LambertConformal
 
hashCode() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.Mercator
 
hashCode() - Method in class ucar.unidata.geoloc.projection.Orthographic
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
 
hashCode() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
 
hashCode() - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
hashCode() - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
 
hashCode() - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
hashCode() - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
hashCode() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
hashCode() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
hashCode() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
 
hashCode() - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
hashCode() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
hashCode() - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
hashCode() - Method in class ucar.unidata.geoloc.ProjectionRect
 
hashCode() - Method in class ucar.unidata.util.Parameter
 
hashCode(Array) - Static method in class ucar.ma2.MAMath
An implementation of Object.hashCode() that is consistent with MAMath.equals(Array, Array).
HashMapLRU<K,​V> - Class in ucar.nc2.util
Deprecated.
do not use
HashMapLRU(int, int) - Constructor for class ucar.nc2.util.HashMapLRU
Deprecated.
Constructor.
HashQueue<K,​V> - Class in ucar.nc2.util.cache
Describe
HashQueue(Comparator<? super K>) - Constructor for class ucar.nc2.util.cache.HashQueue
 
hasInverse() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
hasLatlonRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
hasLatlonRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle latlonRect = 3;
hasLatlonRect() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle latlonRect = 3;
hasListeners() - Method in class ucar.nc2.util.ListenerManager
Deprecated.
 
hasLoc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
hasLoc() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
.Location loc = 1;
hasLoc() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureOrBuilder
.Location loc = 1;
hasMember(String) - Method in class ucar.ma2.StructureMembers.Builder
 
hasMissing() - Method in interface ucar.ma2.IsMissingEvaluator
true if there may be missing data
hasMissing() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
true if Variable has missing data values
hasMissing() - Method in class ucar.nc2.dataset.VariableDS
 
hasMissing() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
hasMissing() - Method in class ucar.nc2.dt.grid.GeoGrid
 
hasMissing() - Method in class ucar.nc2.filter.ConvertMissing
 
hasMissing() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
hasMissing() - Method in class ucar.nc2.ft2.coverage.Coverage
 
hasMissing() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
hasMissingData() - Method in class ucar.nc2.dt.grid.GeoGrid
true if there may be missing data, see VariableDS.hasMissing()
hasMissingData() - Method in interface ucar.nc2.dt.GridDatatype
true if there may be missing data
hasMissingData() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
true if there may be missing data, see VariableDS.hasMissing()
hasMissingValue() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
true if Variable has missing_value attribute
hasMissingValue() - Method in class ucar.nc2.dataset.VariableDS
 
hasMissingValue() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
hasMissingValue() - Method in class ucar.nc2.filter.ConvertMissing
 
hasMore(int) - Method in class ucar.ma2.IteratorFast
 
hasNestedDatasets() - Method in class thredds.client.catalog.CatalogRef
 
hasNestedDatasets() - Method in class thredds.client.catalog.DatasetNode
 
hasNetcdf3RecordStructure(NetcdfDataset) - Static method in class ucar.nc2.ft.point.standard.Evaluator
Does this dataset have a record structure? netcdf-3 specific
hasNext() - Method in class thredds.inventory.MFileIterator
 
hasNext() - Method in class ucar.ma2.Array
Check if more elements in the local iterator.
hasNext() - Method in class ucar.ma2.ArrayChar.StringIterator
 
hasNext() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
 
hasNext() - Method in interface ucar.ma2.IndexIterator
Return true if there are more elements in the iteration.
hasNext() - Method in class ucar.ma2.IteratorFast
 
hasNext() - Method in class ucar.ma2.Section.Iterator
Return true if there are more elements
hasNext() - Method in class ucar.ma2.SectionIterable.SectionIterator
 
hasNext() - Method in class ucar.ma2.SequenceIterator
 
hasNext() - Method in interface ucar.ma2.StructureDataIterator
See if theres more StructureData in the iteration.
hasNext() - Method in class ucar.ma2.StructureDataIteratorLimited
 
hasNext() - Method in class ucar.ma2.StructureDataIteratorMediated
 
hasNext() - Method in class ucar.nc2.ft.point.CollectionIteratorAdapter
 
hasNext() - Method in class ucar.nc2.ft.point.FlattenedDatasetPointCollection.FlattenedDatasetPointIterator
 
hasNext() - Method in class ucar.nc2.ft.point.NestedCollectionIteratorAdapter
 
hasNext() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.PointCollectionIteratorFiltered
 
hasNext() - Method in class ucar.nc2.ft.point.PointFeatureCCIteratorFiltered
 
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorAdapter
Returns true if the iteration has more elements.
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorEmpty
 
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorFiltered
Returns true if the iteration has more elements.
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorFlatten
 
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorFromStructureData
 
hasNext() - Method in class ucar.nc2.ft.point.PointIteratorMultidim
 
hasNext() - Method in class ucar.nc2.ft.point.remote.PointIteratorStream
 
hasNext() - Method in class ucar.nc2.ft.point.SectionCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.SectionFeatureImpl
 
hasNext() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter
 
hasNext() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
hasNext() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
hasNext() - Method in class ucar.nc2.ft.point.StructureDataIteratorIndexed
 
hasNext() - Method in class ucar.nc2.ft.point.StructureDataIteratorLinked
 
hasNext() - Method in interface ucar.nc2.ft.PointFeatureCCIterator
true if another Feature object is available
hasNext() - Method in interface ucar.nc2.ft.PointFeatureCollection
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.PointFeatureCollectionIterator
true if another PointFeatureCollection is available
hasNext() - Method in interface ucar.nc2.ft.PointFeatureIterator
Check if another PointFeature is available.
hasNext() - Method in interface ucar.nc2.ft.ProfileFeatureCollection
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.StationProfileFeature
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.TrajectoryFeatureCollection
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
Deprecated.
use foreach
hasNext() - Method in interface ucar.nc2.ft.TrajectoryProfileFeatureCollection
Deprecated.
use foreach
hasNext() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
 
hasNext() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
hasNext() - Method in class ucar.nc2.iosp.hdf5.DataBTree.DataChunkIterator
 
hasNext() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayout
 
hasNext() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
hasNext() - Method in class ucar.nc2.iosp.IndexChunker
If there are more chunks to process
hasNext() - Method in class ucar.nc2.iosp.IndexChunkerTiled
 
hasNext() - Method in interface ucar.nc2.iosp.Layout
Is there more to do
hasNext() - Method in interface ucar.nc2.iosp.LayoutBB
Is there more to do
hasNext() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunkIterator
 
hasNext() - Method in class ucar.nc2.iosp.LayoutBBTiled
 
hasNext() - Method in class ucar.nc2.iosp.LayoutRegular
 
hasNext() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
 
hasNext() - Method in class ucar.nc2.iosp.LayoutSegmented
 
hasNext() - Method in interface ucar.nc2.iosp.LayoutTiled.DataChunkIterator
 
hasNext() - Method in class ucar.nc2.iosp.LayoutTiled
 
hasNext() - Method in interface ucar.nc2.util.IOIterator
Deprecated.
Returns true if the iteration has more elements.
hasNext(int) - Method in class ucar.ma2.ArrayDouble.D3.IF
 
hasntChangedSince(MFile, long) - Method in interface thredds.inventory.CollectionManager.ChangeChecker
 
hasParameter(String) - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Inquire if a particular projection parameter is present.
hasProjRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
hasProjRect() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
.Rectangle projRect = 4;
hasProjRect() - Method in interface ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDatasetOrBuilder
.Rectangle projRect = 4;
hasProperty(String) - Method in class thredds.client.catalog.Dataset
 
hasProperty(Property) - Method in class thredds.client.catalog.Dataset
 
hasResolution() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
hasRoot() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
hasRoot() - Method in class ucar.nc2.stream.NcStreamProto.Header
.Group root = 4;
hasRoot() - Method in interface ucar.nc2.stream.NcStreamProto.HeaderOrBuilder
.Group root = 4;
hasScaleOffset() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
true if Variable data will be converted using scale and offset
hasScaleOffset() - Method in class ucar.nc2.dataset.VariableDS
 
hasScaleOffset() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
hasScans() - Method in class thredds.inventory.MFileCollectionManager
 
hasScheduled - Variable in class ucar.nc2.util.cache.FileCache
 
hasSection() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
hasSection() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
.Section section = 5;
hasSection() - Method in interface ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMemberOrBuilder
.Section section = 5;
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.Data
not required for SEQUENCE
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
.Section section = 3;
hasSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
.Section section = 3;
hasSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataOrBuilder
not required for SEQUENCE
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
hasSection() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
.Section section = 3;
hasSection() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
.Section section = 3;
hasService(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
hasService(String) - Method in class thredds.client.catalog.Catalog
 
hasServiceInDataset(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
hasStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
hasStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
structures
hasStructdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataColOrBuilder
structures
hasStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
hasStructdata() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
structure/seq dataType
hasStructdata() - Method in interface ucar.nc2.stream.NcStreamProto.DataRowOrBuilder
structure/seq dataType
hasTime(Date) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
Deprecated.
use hasCalendarDate
hasTime(GridDatatype, CalendarDate) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
hasTimeAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
true if has Time axis
hasTimeAxis() - Method in class ucar.nc2.dt.grid.GridCoordSys
True if there is a Time Axis.
hasTimeAxis() - Method in interface ucar.nc2.dt.GridCoordSystem
True if there is a Time Axis.
hasTimeAxis1D() - Method in class ucar.nc2.dt.grid.GridCoordSys
True if there is a Time Axis and it is 1D.
hasTimeAxis1D() - Method in interface ucar.nc2.dt.GridCoordSystem
True if there is a Time Axis and it is 1D.
hasTimeOffsetIntvParam() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
hasTimeOffsetParam() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
hasTimeParam() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
hasUnlimitedDimension() - Method in class ucar.nc2.NetcdfFile
Return true if this file has one or more unlimited (record) dimension.
hasValidData() - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
true if Variable has valid_range, valid_min or valid_max attributes
hasValidData() - Method in class ucar.nc2.dataset.VariableDS
 
hasValidData() - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
hasValidData() - Method in class ucar.nc2.filter.ConvertMissing
 
hasVert(GridDatatype, double) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
hasVerticalAxis() - Method in class ucar.nc2.dataset.CoordinateSystem
true if has Height, Pressure, or GeoZ axis
hasvlen - Variable in class ucar.ma2.Index
 
hasXlink() - Method in class thredds.client.catalog.Documentation
 
hAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
hcs - Variable in class ucar.nc2.ft2.coverage.CoverageCollection
 
HDF4 - ucar.nc2.constants.DataFormatType
 
HDF5 - ucar.nc2.constants.DataFormatType
 
HDF5_CLASS - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_CLASS - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HDF5_DIMENSION_LABELS - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_DIMENSION_LABELS - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HDF5_DIMENSION_LIST - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_DIMENSION_LIST - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HDF5_DIMENSION_NAME - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_DIMENSION_NAME - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HDF5_DIMENSION_SCALE - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_DIMENSION_SCALE - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HDF5_GROUP - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDF5_GROUP - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDF5_REFERENCE_LIST - Static variable in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
HDF5_REFERENCE_LIST - Static variable in class ucar.nc2.iosp.hdf5.H5header
 
HdfEos - Class in ucar.nc2.internal.iosp.hdf4
Parse structural metadata from HDF-EOS.
HdfEos - Class in ucar.nc2.iosp.hdf4
Parse structural metadata from HDF-EOS.
HdfEos() - Constructor for class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS_LowerRight - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS_LowerRight - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS_Projection - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS_Projection - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS_ProjParams - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS_ProjParams - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS_SphereCode - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS_SphereCode - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HDFEOS_CRS_UpperLeft - Static variable in class ucar.nc2.internal.iosp.hdf4.HdfEos
 
HDFEOS_CRS_UpperLeft - Static variable in class ucar.nc2.iosp.hdf4.HdfEos
 
HdfEosModisConvention - Class in ucar.nc2.dataset.conv
HDF4-EOS TERRA MODIS
HdfEosModisConvention - Class in ucar.nc2.internal.dataset.conv
HDF4-EOS TERRA MODIS
HdfEosModisConvention() - Constructor for class ucar.nc2.dataset.conv.HdfEosModisConvention
 
HdfEosModisConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
HdfEosOmiConvention - Class in ucar.nc2.dataset.conv
HDF5-EOS AURA OMI
HdfEosOmiConvention - Class in ucar.nc2.internal.dataset.conv
HDF5-EOS AURA OMI
HdfEosOmiConvention() - Constructor for class ucar.nc2.dataset.conv.HdfEosOmiConvention
 
HdfEosOmiConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
HdfHeaderIF - Interface in ucar.nc2.internal.iosp.hdf4
Interface for HDF5 and HDF4 headers, needed by HdfEos.
header - Variable in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
header - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
Header - ucar.nc2.ft.point.remote.PointStream.MessageType
 
HeaderMessage() - Constructor for class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
HeaderMessage() - Constructor for class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
HEAPCOUNT_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
Height - ucar.nc2.constants.AxisType
 
Height - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Height = 8;
HEIGHT_FROM_EARTH_CENTER - Static variable in class ucar.unidata.geoloc.projection.sat.MSGnavigation
********************************************************************** Introduction: ============= The Program "MSG_navigation.c" is an example code provided to give the users guidance for a possible implementation of the equations given in the LRIT/HRIT Global Specification [1] to navigate MSG (METEOSAT 8 onwards) data, i.e.
Height_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Height = 8;
hideMember(StructureMembers.Member) - Method in class ucar.ma2.StructureMembers
Deprecated.
use Builder
history - Static variable in class ucar.nc2.constants.ACDD
 
HISTORY - Static variable in class ucar.nc2.constants.CDM
 
HISTORY - Static variable in class ucar.nc2.constants.CF
 
hits - Variable in class ucar.nc2.util.cache.FileCache
 
hits - Variable in class ucar.nc2.util.cache.FileCacheARC
 
HorizCoordSys - Class in ucar.nc2.ft2.coverage
Horizontal CoordSys
HorizCoordSys(CoverageCoordAxis1D, CoverageCoordAxis1D, CoverageCoordAxis, CoverageCoordAxis, CoverageTransform) - Constructor for class ucar.nc2.ft2.coverage.HorizCoordSys
 
HorizCoordSys.CoordReturn - Class in ucar.nc2.ft2.coverage
 
HorizCoordSys2D - Class in ucar.nc2.ft2.coverage
HorizCoordSys with LatLonAxis2D latAxis, lonAxis some code forked from ucar.nc2.dataset.GridCoordinate2D
horizStride - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
HorizTransformBuilderIF - Interface in ucar.nc2.dataset.transform
Describe
Hour - ucar.nc2.time.CalendarPeriod.Field
 
Hour - Static variable in class ucar.nc2.time.CalendarPeriod
 
href - Variable in class thredds.client.catalog.ThreddsMetadata.UriResolved
 
HTML - ucar.nc2.constants.DataFormatType
 
HTTPRandomAccessFile - Class in ucar.unidata.io.http
Gives access to files over HTTP, using "Accept-Ranges" HTTP header to do random access.
HTTPRandomAccessFile(String) - Constructor for class ucar.unidata.io.http.HTTPRandomAccessFile
 
HTTPRandomAccessFile(String, int, long) - Constructor for class ucar.unidata.io.http.HTTPRandomAccessFile
 
HTTPRandomAccessFile.Provider - Class in ucar.unidata.io.http
Hook into service provider interface for RandomAccessFileProvider.
HTTPServer - thredds.client.catalog.ServiceType
 
HybridHeight - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Atmospheric Hybrid Height".
HybridHeight - ucar.nc2.dataset.VerticalCT.Type
 
HybridHeight(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.HybridHeight
Construct a coordinate transform for hybrid height
HybridSigmaPressure - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Hybrid Sigma Pressure".
HybridSigmaPressure - ucar.nc2.dataset.VerticalCT.Type
 
HybridSigmaPressure(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.HybridSigmaPressure
Construct a coordinate transform for sigma pressure
HybridSigmaPressureBuilder() - Constructor for class ucar.nc2.dataset.transform.CsmSigma.HybridSigmaPressureBuilder
 
hypot(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 

I

i(int, int) - Static method in class ucar.unidata.util.Format
Format an integer value.
IAG_GRS80 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
 
IAU - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
 
id - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
 
id - Static variable in class ucar.nc2.constants.ACDD
 
id - Variable in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
id - Variable in class ucar.nc2.NetcdfFile
 
Id - Static variable in class thredds.client.catalog.Dataset
 
ID - Static variable in class ucar.nc2.filter.Filters.Keys
key for a numeric id (e.g.
ID - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
ID_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
ID_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Header
 
id_strlen - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
ID8 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
identifyCoordinateAxes() - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions
 
identifyCoordinateAxes() - Method in class ucar.nc2.internal.dataset.conv.GDVConvention
look for aliases.
identifyCoordinateAxes() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Everything named in the coordinateAxes or coordinates attribute are Coordinate axes.
identifyCoordinateSystems() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Identify coordinate systems, using _Coordinate.Systems attribute.
identifyCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Identify coordinate transforms, using _CoordinateTransforms attribute.
identifyDoubleRaggeds(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
Identify ragged array representations for double nests (timeSeries profile, timeSeries trajectory)
identifyEncodingProfile(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
identifyEncodingProfile(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
identifyEncodingSection(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
identifyEncodingSection(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
identifyEncodingStation(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
identifyEncodingStation(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
identifyEncodingTimeSeriesProfile(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
identifyEncodingTimeSeriesProfile(NetcdfDataset, CFpointObs.EncodingInfo, CF.FeatureType, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
identifyEncodingTraj(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
identifyEncodingTraj(NetcdfDataset, CFpointObs.EncodingInfo, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
identifyRaggeds(NetcdfDataset, CFpointObs.EncodingInfo, Dimension, Dimension, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
Identify ragged array representations for single nests (station, profile, trajectory)
IDENTITY_FILTER - Static variable in class ucar.nc2.util.CompareNetcdf2
 
idMissingValue - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
IF() - Constructor for class ucar.ma2.ArrayDouble.D3.IF
 
IFPSConvention - Class in ucar.nc2.dataset.conv
IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV.
IFPSConvention - Class in ucar.nc2.internal.dataset.conv
IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV.
IFPSConvention() - Constructor for class ucar.nc2.dataset.conv.IFPSConvention
 
IFPSConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
II8 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
IMAGE - ucar.nc2.constants.FeatureType
 
imageURL - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
IMC - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
IMCOMP - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
immutable - Variable in class ucar.nc2.CDMNode
Deprecated.
 
included(Date) - Method in class ucar.nc2.units.DateRange
Determine if the given date is included in this date range.
includes(CalendarDate) - Method in class ucar.nc2.time.CalendarDateRange
 
IncompleteCoordSystems - ucar.nc2.dataset.NetcdfDataset.Enhance
Build coordinate systems allowing for incomplete coordinate systems (i.e.
incr() - Method in class ucar.ma2.Index
Increment the current element by 1.
incr() - Method in class ucar.ma2.Index0D
 
incr() - Method in class ucar.ma2.Index1D
 
incr() - Method in class ucar.ma2.Index2D
 
incr() - Method in class ucar.ma2.Index3D
 
incr() - Method in class ucar.ma2.Index4D
 
incr() - Method in class ucar.ma2.Index5D
 
incr() - Method in class ucar.ma2.Index6D
 
incr() - Method in class ucar.ma2.Index7D
 
incr() - Method in class ucar.nc2.iosp.IndexLong
 
incr() - Method in class ucar.nc2.util.Indent
 
incrByte() - Method in class ucar.nc2.iosp.BitReader
Go to the next byte in the stream
incrDestElem(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
incrNobs() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
incrSrcElem(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
incrSrcPos(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
INCX_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
INCY_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
Indent - Class in ucar.nc2.util
Maintains indentation level for printing nested structures.
Indent(int) - Constructor for class ucar.nc2.util.Indent
 
independent - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
independent - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
has its own dimension, is a coordinate variable, eg x(x)
independent_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
has its own dimension, is a coordinate variable, eg x(x)
index(int) - Method in class ucar.ma2.Range
Get the index for this element: inverse of element
Index - Class in ucar.ma2
Indexes for Multidimensional arrays.
Index(int) - Constructor for class ucar.ma2.Index
General case Index - use when you want to manipulate current elements yourself
Index(int[]) - Constructor for class ucar.ma2.Index
Constructor for subclasses only.
Index(int[], int[]) - Constructor for class ucar.ma2.Index
Constructor that lets you set the strides yourself.
INDEX_LAT - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
INDEX_LON - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
INDEX_X - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
INDEX_Y - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
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
 
indexCalc - Variable in class ucar.ma2.Array
 
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.
IndexConstant(int) - Constructor for class ucar.ma2.IndexConstant
 
IndexConstant(int[]) - Constructor for class ucar.ma2.IndexConstant
 
IndexConstant(int[], int[]) - Constructor for class ucar.ma2.IndexConstant
 
IndexIterator - Interface in ucar.ma2
Iteration through each element of an Array in "canonical order".
IndexLong - Class in ucar.nc2.iosp
Uses longs for indexing, otherwise similar to ucar.ma2.Index
IndexLong() - Constructor for class ucar.nc2.iosp.IndexLong
 
IndexLong(int[], long[]) - Constructor for class ucar.nc2.iosp.IndexLong
 
indexOf(byte[], int, int) - Method in class ucar.unidata.io.KMPMatch
Finds the first occurrence of match in data.
indexOf(String, char) - Static method in class ucar.nc2.util.EscapeStrings
Find first occurence of char c in escapedName, excluding escaped c.
IndexReader - Interface in thredds.inventory.partition
Knows how to read ncx Index files, to decouple eg from GRIB
IndexReader.AddChildCallback - Interface in thredds.inventory.partition
 
info - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
info - Variable in class ucar.nc2.ft.point.PointIteratorAbstract
 
init() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
initialize() - Static method in class ucar.nc2.util.rc.RC
Deprecated.
 
initialize() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
initNetcdfFileCache(int, int, int) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.initNetcdfFileCache
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.NetcdfDataset
Deprecated.
use NetcdfDatasets.initNetcdfFileCache
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
innerName - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
innerNcml - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
insert(RC.Triple) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
insertRange(int, Range) - Method in class ucar.ma2.Section.Builder
Insert a range at the specified index in the list.
insertRange(int, Range) - Method in class ucar.ma2.Section
Deprecated.
use builder().insertRange
install() - Static method in class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
INSTANCE_DIMENSION - Static variable in class ucar.nc2.constants.CF
 
INSTITUTION - Static variable in class ucar.nc2.constants.CF
 
INT - ucar.ma2.DataType
 
INT - ucar.nc2.stream.NcStreamProto.Attribute.Type
INT = 3;
INT - ucar.nc2.stream.NcStreamProto.DataType
INT = 3;
INT - Static variable in class ucar.nc2.constants.CF
 
INT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
INT = 3;
INT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
INT = 3;
INTERIOR_RING - Static variable in class ucar.nc2.constants.CF
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
internalGetFieldAccessorTable() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
internalGetValueMap() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
internalGetValueMap() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
internalGetValueMap() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
internalGetValueMap() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
internalGetValueMap() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
internalGetValueMap() - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
 
internalGetValueMap() - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
 
internalGetValueMap() - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
 
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(double, double, double, double) - Method in class ucar.unidata.geoloc.ProjectionRect
 
intersects(Date, Date) - Method in class ucar.nc2.units.DateRange
Determine if the given range intersects this date range.
intersects(Range) - Method in class ucar.ma2.Range
Determine if a given Range intersects this one.
intersects(Section) - Method in class ucar.ma2.Section
See if this Section intersects with another Section.
intersects(CalendarDateRange) - Method in class ucar.nc2.time.CalendarDateRange
 
intersects(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarDateRange
 
intersects(DateRange) - Method in class ucar.nc2.units.DateRange
Determine if the given range intersects this date range.
intersects(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
 
intersectSegments(ProjectionPoint, ProjectionPoint, ProjectionPoint, ProjectionPoint, ProjectionPointImpl) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
intToBytes(int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Convert an int to an array of 4 bytes.
intvFilter - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
intvMerge - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
intvMergeDef - Static variable in class thredds.featurecollection.FeatureCollectionConfig
 
inv_mlfn(double, double, double[]) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
INVALID - ucar.nc2.write.NetcdfFileFormat
 
INVALID - Static variable in class ucar.unidata.geoloc.LatLonPointImmutable
Deprecated.
 
INVALID - Static variable in class ucar.unidata.geoloc.LatLonRect
 
invalidateCache() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
invalidDataIsMissing - Static variable in class ucar.nc2.dataset.NetcdfDataset
 
invalidDataIsMissing() - Method in class ucar.nc2.dataset.VariableDS
 
InvalidDataseriesException - Exception in ucar.nc2.ft2.simpgeometry.exception
An exception thrown for invalid dataseries in CF-SimpleGeometry Features
InvalidDataseriesException(String) - Constructor for exception ucar.nc2.ft2.simpgeometry.exception.InvalidDataseriesException
Construct a new instance of this exception
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
 
InventoryCacheProvider - Interface in ucar.nc2.internal.dataset.ft.fmrc
Service Provider Interface for providing a persisted cache for GridDatasetInv.
INVERSE_FLATTENING - Static variable in class ucar.nc2.constants.CF
 
invList - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
invocation - Static variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
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.
IOIterator<T> - Interface in ucar.nc2.util
Deprecated.
will move in ver6
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.
IOServiceProviderWriter - Interface in ucar.nc2.iosp
Deprecated.
This will be internal in ver6.
iosp - Variable in class ucar.nc2.NetcdfFile.Builder
 
iosp - Variable in class ucar.nc2.NetcdfFile
 
IOSP_MESSAGE_ADD_RECORD_STRUCTURE - Static variable in class ucar.nc2.NetcdfFile
Deprecated.
IOSP_MESSAGE_CONVERT_RECORD_STRUCTURE - Static variable in class ucar.nc2.NetcdfFile
Deprecated.
IOSP_MESSAGE_GET_NETCDF_FILE_FORMAT - Static variable in class ucar.nc2.NetcdfFile
 
IOSP_MESSAGE_INCLUDE_ORIGINAL_ATTRIBUTES - Static variable in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
IOSP_MESSAGE_INCLUDE_ORIGINAL_ATTRIBUTES - Static variable in class ucar.nc2.iosp.hdf5.H5iosp
 
IOSP_MESSAGE_RANDOM_ACCESS_FILE - Static variable in class ucar.nc2.NetcdfFile
 
IOSP_MESSAGE_REMOVE_RECORD_STRUCTURE - Static variable in class ucar.nc2.NetcdfFile
Deprecated.
iospDeRegister(Class) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.iospDeRegister
IospHelper - Class in ucar.nc2.iosp
Helper methods for IOSP's for reading data.
IospHelper() - Constructor for class ucar.nc2.iosp.IospHelper
 
iospRegistered(Class) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.iospRegistered
IP8 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
Iridl - Class in ucar.nc2.ft.point.standard.plug
Class Description.
Iridl() - Constructor for class ucar.nc2.ft.point.standard.plug.Iridl
 
IridlConvention - Class in ucar.nc2.dataset.conv
IRIDL Convention.
IridlConvention() - Constructor for class ucar.nc2.dataset.conv.IridlConvention
 
irregularPoint - ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
 
irregularPoint - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
irregularPoint = 1;
irregularPoint_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
irregularPoint = 1;
isAfter(CalendarDate) - Method in class ucar.nc2.time.CalendarDate
 
isAltMissing(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
isArray() - Method in class ucar.nc2.Attribute
True if value is an array (getLength() > 1)
isAscending() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
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.internal.iosp.hdf4.H4iosp
 
isBuilder() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
isBuilder() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
isBuilder() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
isBuilder() - Method in interface ucar.nc2.iosp.IOServiceProvider
If this iosp implements build().
isBuilder() - Method in class ucar.nc2.stream.NcStreamIosp
 
isCaching - Variable in class ucar.nc2.Variable.Cache
 
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.
isCancel() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
isCdmrfEndpoint(String) - Static method in class ucar.nc2.ft.remote.CdmrFeatureDataset
 
isChunked() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
isChunked() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
isChunked(Variable) - Method in interface ucar.nc2.write.Nc4Chunking
Should this variable be chunked?
isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingDefault
 
isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyGrib
 
isChunked(Variable) - Method in class ucar.nc2.write.Nc4ChunkingStrategyNone
 
isCompatible(String) - Method in class ucar.nc2.units.SimpleUnit
Return true if unitString1 is compatible to unitString2, meaning one can be converted to the other.
isCompatible(String, String) - Static method in class ucar.nc2.units.SimpleUnit
Return true if unitString1 is compatible to unitString2, meaning one can be converted to the other.
isCompatibleWithExceptions(String, String) - Static method in class ucar.nc2.units.SimpleUnit
Return true if unitString1 is convertible to unitString2
isComplete() - Method in class ucar.nc2.ft.point.CollectionInfo
 
isComplete(CoordinateSystem.Builder<?>, VariableDS.Builder<?>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
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
isConstantForecast() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
isContiguous - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
 
isContiguous - Variable in class ucar.nc2.dataset.CoordinateAxis
 
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.
 
isCoordinateAxis - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
isCoordinateAxisForVariable(CoordinateAxis.Builder<?>, CoordSystemBuilder.VarProcess) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Does this axis "fit" this variable.
isCoordinateAxisForVariable(Variable, Variable) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Does this axis "fit" this variable.
isCoordinateSystem - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
isCoordinateSystem - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
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.
 
isCoordinateTransform - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
isCoordinateVariable - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
isCoordinateVariable - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
isCoordinateVariable() - Method in class ucar.nc2.Variable
Calculate if this is a classic coordinate variable: has same name as its first dimension.
isCoordinateVariable() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
isCoordinateVariable(Variable.Builder<?>) - Static method in class ucar.nc2.internal.dataset.CoordSystemBuilder
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.
 
isData() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
isDatasetScan() - Method in class thredds.client.catalog.Dataset
 
isDate - Variable in class ucar.nc2.internal.ncml.Aggregation
 
isDate - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
isDateUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
Return true if the given unit is convertible to a date Unit.
isDateUnit(Unit) - Static method in class ucar.nc2.units.SimpleUnit
Return true if this ucar.units.Unit is a Date.
isDefaultChronology(Calendar) - Static method in enum ucar.nc2.time.Calendar
 
isDefineMode() - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Is the file in define mode, which allows objects to be added and changed?
isDirectory() - Method in class thredds.filesystem.MFileOS
 
isDirectory() - Method in class thredds.filesystem.MFileOS7
 
isDirectory() - Method in interface thredds.inventory.MFile
 
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.
isDone() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
isEffectivelyScaler(Variable) - Static method in class ucar.nc2.ft.point.standard.Evaluator
 
isEmpty() - Method in interface ucar.nc2.AttributeContainer
True is there are no attributes in the container.
isEmpty() - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
isEmpty() - Method in class ucar.nc2.AttributeContainerMutable
 
isEmpty() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
Deprecated.
Use attributes()
isEmpty() - Method in class ucar.nc2.Group
Deprecated.
Use attributes()
isEmpty() - Method in class ucar.nc2.units.DateRange
If the range is empty
isEmpty() - Method in class ucar.nc2.Variable
Deprecated.
Use attributes()
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
 
isEos() - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
isEos() - Method in class ucar.nc2.iosp.hdf4.H4header
 
isError() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application call this to find out if there was an error.
isExtended() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
isExtended() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
isExtendedModel - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
isExtendedModel() - Method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
isExtendedModel() - Method in enum ucar.nc2.write.NetcdfFileFormat
 
isFeatureMissing(StructureData) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
isFillValue(double) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return true if val equals the _FillValue
isFillValue(double) - Method in class ucar.nc2.dataset.VariableDS
 
isFillValue(double) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
isFillValue(double) - Method in class ucar.nc2.filter.ConvertMissing
 
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
 
isGlobalLon() - Method in class ucar.nc2.dt.grid.GridCoordSys
Is this a global coverage over longitude ?
isGlobalLon() - Method in interface ucar.nc2.dt.GridCoordSystem
Is this a global coverage over longitude ?
isGlobalLon() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
Is this a global coverage over longitude ?
isGridCoordSys(Formatter, CoordinateSystem, VariableEnhanced) - Static method in class ucar.nc2.dt.grid.GridCoordSys
Determine if this CoordinateSystem can be made into a GridCoordSys.
isHarvest() - Method in class thredds.client.catalog.Dataset
 
isHighResolution(NetcdfDataset) - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
isHighResolution(NetcdfDataset) - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
isHoriz() - Method in enum ucar.nc2.constants.AxisType
 
isHoriz() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
ISHORIZ_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
isImmutable() - Method in class thredds.client.catalog.ThreddsMetadata
 
isImmutable() - Method in class ucar.ma2.Section
 
isImmutable() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
isImplicit - Variable in class ucar.nc2.dataset.CoordinateSystem
 
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() - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
See if either coordinate is +/- infinite.
isInfinite(ProjectionPoint) - Static method in class ucar.unidata.geoloc.LatLonPoints
See if either coordinate in pt is +/- infinite.
isInfinite(ProjectionPoint) - Static method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
use LatLonPoints.isInfinite
isInherited - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
isInherited() - Method in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
isInitialized() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
isInitialized() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
isInitialized() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
isInt() - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
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
 
isInterval() - Method in class ucar.nc2.ft.fmrc.FmrcInv.RunSeq
 
isInterval() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
isInterval() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
isInterval() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
isInvalidData(double) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return true if val is outside the valid range
isInvalidData(double) - Method in class ucar.nc2.dataset.VariableDS
 
isInvalidData(double) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
isInvalidData(double) - Method in class ucar.nc2.filter.ConvertMissing
 
isLatLon - Variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
flag for latlon
isLatLon() - Method in class ucar.nc2.dataset.CoordinateSystem
true if it has Lat and Lon CoordinateAxis
isLatLon() - Method in class ucar.nc2.dt.grid.GridCoordSys
is this a Lat/Lon coordinate system?
isLatLon() - Method in interface ucar.nc2.dt.GridCoordSystem
Does this use lat/lon horizontal axes? If not, then the horizontal axes are GeoX, GeoY, and there must be a Projection defined.
isLatLon() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
is this a Lat/Lon coordinate system?
isLatLon() - Method in interface ucar.unidata.geoloc.Projection
Is this the lat/lon Projection ?
isLatLon() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Is this the lat/lon Projection ?
isLatLon2D() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
isLatLon2D() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
isMatch(String, String) - Method in interface ucar.nc2.dataset.CoordSysBuilder.ConventionNameOk
Deprecated.
Do you own this file?
isMatch(String, String) - Method in interface ucar.nc2.internal.dataset.CoordSystemFactory.ConventionNameOk
Do you own this file?
isMemberOfStructure() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
isMemberOfStructure() - Method in class ucar.nc2.Variable
Test for presence of parent Structure.
isMemberOfStructure() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
isMetadata() - Method in class ucar.nc2.Variable
Is this variable metadata?.
isMetadata() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
isMine(String) - Static method in class ucar.nc2.dataset.conv.COARDSConvention
 
isMine(String, Set<NetcdfDataset.Enhance>) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
isMine(List<String>) - Method in interface ucar.nc2.internal.dataset.spi.CFSubConventionProvider
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.BuoyShipSynop
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.CdmDirect
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObsExt
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Cosmic
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.FslRaob
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.FslWindProfiler
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Iridl
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Jason
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Madis
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.MadisAcars
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.NdbcCoards
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.NdbcNetcdf4
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Nldn
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.RafNimbus
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.SimpleTrajectory
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.Suomi
 
isMine(FeatureType, NetcdfDataset) - Method in class ucar.nc2.ft.point.standard.plug.UnidataPointObs
 
isMine(FeatureType, NetcdfDataset) - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
Determine if this is a dataset that can be opened as a point obs dataset.
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in interface ucar.nc2.ft.FeatureDatasetFactory
Determine if the factory can open this dataset as an instance of the given feature type
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.GridDatasetStandardFactory
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.PointDatasetStandardFactory
Check if this is a POINT datatype.
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.radial.RadialDatasetStandardFactory
 
isMine(FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.SimpleGeometryStandardFactory
 
isMine(NetcdfDataset) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.ATDRadarConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.AvhrrConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.AWIPSConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.AWIPSsatConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.CEDRICRadarConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.Cosmic1Convention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.FslWindProfiler
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.HdfEosModisConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.HdfEosOmiConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.IFPSConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.Jason2Convention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.M3IOConvention
Do we think this is a M3IO file.
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.ModisSatellite
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.Nimbus
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.NppConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.NsslRadarMosaicConvention
Is this my file?
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.Suomi
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.WRFConvention
 
isMine(NetcdfFile) - Static method in class ucar.nc2.dataset.conv.ZebraConvention
 
isMine(NetcdfFile) - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.ATDRadarConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.AWIPSSatConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.CEDRICRadarConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.FslWindProfiler.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.HdfEosModisConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.HdfEosOmiConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.IFPSConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.MADISStation.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.Suomi.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.WRFConvention.Factory
 
isMine(NetcdfFile) - Method in class ucar.nc2.internal.dataset.conv.ZebraConvention.Factory
 
isMissing() - Method in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
isMissing() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
isMissing() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
isMissing() - Method in interface ucar.unidata.geoloc.EarthLocation
Are either lat or lon missing?
isMissing() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
isMissing(double) - Method in interface ucar.ma2.IsMissingEvaluator
if val is a missing data value
isMissing(double) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Returns true if the argument is a missing value.
isMissing(double) - Method in class ucar.nc2.dataset.VariableDS
 
isMissing(double) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
isMissing(double) - Method in class ucar.nc2.dt.grid.GeoGrid
 
isMissing(double) - Method in class ucar.nc2.filter.ConvertMissing
 
isMissing(double) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
 
isMissing(double) - Method in class ucar.nc2.ft2.coverage.Coverage
 
isMissing(double) - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
isMissing(StructureData) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
isMissing(StructureData[]) - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
isMissing(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
isMissingData(double) - Method in class ucar.nc2.dt.grid.GeoGrid
if val is missing data, see VariableDS.isMissingData()
isMissingData(double) - Method in interface ucar.nc2.dt.GridDatatype
if val is missing data
isMissingData(double) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
if val is missing data, see VariableDS.isMissingData()
IsMissingEvaluator - Interface in ucar.ma2
A mix-in interface for evaluating if a value is missing.
isMissingValue(double) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
return true if val equals a missing_value (low-level)
isMissingValue(double) - Method in class ucar.nc2.dataset.VariableDS
 
isMissingValue(double) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
isMissingValue(double) - Method in class ucar.nc2.filter.ConvertMissing
 
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
 
isNetdf3format() - Method in enum ucar.nc2.write.NetcdfFileFormat
isNetdf4format() - Method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
isNetdf4format() - Method in enum ucar.nc2.write.NetcdfFileFormat
isNorth() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
isNorth() - Method in class ucar.unidata.geoloc.projection.UtmProjection
Get whether in North or South Hemisphere.
isNumeric() - Method in enum ucar.ma2.DataType
Is Byte, Float, Double, Int, Short, or Long
isNumeric() - Method in class ucar.nc2.dataset.CoordinateAxis
Does the axis have numeric values.
ISO - thredds.client.catalog.ServiceType
 
isodatePatternString - Static variable in class ucar.nc2.time.CalendarDateFormatter
 
isOffsetLong() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
isOffsetLong() - Method in class ucar.nc2.iosp.hdf5.H5header
 
isOffsetLong() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
isoStringToCalendarDate(Calendar, String) - Static method in class ucar.nc2.time.CalendarDateFormatter
Convert an ISO formatted String to a CalendarDate.
isoStringToDate(String) - Static method in class ucar.nc2.time.CalendarDateFormatter
Deprecated.
use isoStringToCalendarDate
isOwnerOf(String) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
Determine if this Provider owns this location.
isOwnerOf(String) - Method in class ucar.nc2.internal.ncml.NcmlNetcdfFileProvider
 
isOwnerOf(String) - Method in class ucar.unidata.io.http.HTTPRandomAccessFile.Provider
 
isOwnerOf(String) - Method in class ucar.unidata.io.InMemoryRandomAccessFile.Provider
 
isOwnerOf(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
Determine if this Provider owns this location.
isOwnerOf(DatasetUrl) - Method in class thredds.client.catalog.tools.CatalogNetcdfFileProvider
 
isOwnerOf(DatasetUrl) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
Determine if this Provider owns this DatasetUrl.
isOwnerOf(DatasetUrl) - Method in class ucar.nc2.internal.ncml.NcmlNetcdfFileProvider
 
isOwnerOf(DatasetUrl) - Method in class ucar.nc2.stream.CdmRemoteNetcdfFileProvider
 
isParent(Group) - Method in class ucar.nc2.Group
Is this a parent of the other Group?
isParent(Group.Builder) - Method in class ucar.nc2.Group.Builder
Is this group a parent of the other group ?
isPartition(Path) - Method in interface thredds.inventory.partition.IndexReader
Open an ncx file and find out what type it is
isPlanarProjection() - Method in class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Determine if the spatial reference text defines a planar projection, as opposed to a Geographic coordinate system.
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
 
isPolar() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
isPresent() - Method in class ucar.nc2.units.DateType
Does this represent the present time.
isPresent() - Method in class ucar.nc2.util.Optional
Deprecated.
 
ISPRIVATE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Dimension
 
isProductSet() - Method in class ucar.nc2.dataset.CoordinateSystem
true if all axes are CoordinateAxis1D
isProductSet() - Method in interface ucar.nc2.dt.GridCoordSystem
True if all axes are 1 dimensional.
isProjection() - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
isRadial() - Method in class ucar.nc2.dataset.CoordinateSystem
true if it has radial distance and azimuth CoordinateAxis
isRadialCoordSys(Formatter, CoordinateSystem) - Static method in class ucar.nc2.dt.radial.RadialCoordSys
Determine if this CoordinateSystem can be made into a RadialCoordSys.
isRead() - Method in class thredds.client.catalog.CatalogRef
Deprecated.
isReadable() - Method in class thredds.filesystem.MFileOS
 
isReadable() - Method in class thredds.filesystem.MFileOS7
 
isReadable() - Method in interface thredds.inventory.MFile
 
isRectilinear() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
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
isRegular() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
isRegularSpatial() - Method in class ucar.nc2.dt.grid.GridCoordSys
true if x and y axes are CoordinateAxis1D and are regular
isRegularSpatial() - Method in interface ucar.nc2.dt.GridCoordSystem
True if both X and Y axes are 1 dimensional and are regularly spaced.
isRegularSpatial() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
true if x and y axes are CoordinateAxis1D and are regular
isRegularSpatial() - Method in class ucar.nc2.ft2.coverage.adapter.GridCS
 
isRegularSpatial() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
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.ft2.coverage.CoverageCoordAxis
 
isScalar() - Method in class ucar.nc2.Variable
Whether this is a scalar Variable (rank == 0).
isScalar() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
isScanNeeded() - Method in interface thredds.inventory.CollectionManager
Compute whether rescan is needed, based on getRecheck(), and the LastScanned value.
isScanNeeded() - Method in class thredds.inventory.CollectionManagerCatalog
 
isScanNeeded() - Method in class thredds.inventory.MFileCollectionManager
Compute if synchronous scan is needed.
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.Attribute
Deprecated.
move to jni.Nc4Iosp
isspecial(Attribute) - Static method in class ucar.nc2.constants.CDM
 
isSpherical() - Method in class ucar.unidata.geoloc.Earth
 
IsStaggeredX - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
IsStaggeredY - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
IsStaggeredZ - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
isStandardTdsService() - Method in enum thredds.client.catalog.ServiceType
 
isStatic() - Method in interface thredds.inventory.CollectionManager
static means doesnt need to be monitored for changes; can be externally triggered, or read in at startup.
isStatic() - Method in class thredds.inventory.CollectionManagerAbstract
 
isStationary() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
isStationary() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
isStationary() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
isStationary() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
isStationary() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
isStationary() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
isStationary() - Method in interface ucar.nc2.dt.RadialDatasetSweep
Stationary versus moving radar.
isStrided() - Method in class ucar.ma2.Section
Deprecated.
dont assume evenly strided
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.
isString() - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
isString() - Method in class ucar.unidata.util.Parameter
True if value is a String.
isSubset - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
isSubset - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
isSubset - Variable in class ucar.nc2.Structure
 
isSubset() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
isSubset() - Method in class ucar.nc2.Structure
Find if this was created from a subset() method.
isSubset(Collection<Dimension>, Collection<Dimension>) - Static method in class ucar.nc2.dataset.CoordinateSystem
Test if all the Dimensions in subset are in set
isSubset(Set<String>, Set<String>) - Static method in class ucar.nc2.dataset.CoordinateSystem
 
isSuccess() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
Application calls to see if task is success.
isTime() - Method in enum ucar.nc2.constants.AxisType
 
isTime2D(CoverageCoordAxis) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
isTimeDependent() - Method in interface ucar.unidata.geoloc.vertical.VerticalTransform
Deprecated.
Get whether this coordinate is time dependent.
isTimeDependent() - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Get whether this coordinate is time dependent.
isTimeDependent() - Method in class ucar.unidata.geoloc.vertical.VerticalTransformSubset
 
isTimeMissing(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
isTimeUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
Return true if the given unit is a time Unit, eg "seconds".
isTimeUnit(Unit) - Static method in class ucar.nc2.units.SimpleUnit
Return true if this ucar.units.Unit is convertible to secs.
isTrigggerOk() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
isTrue(String) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
isUnitless(String) - Static method in class ucar.nc2.wmo.Util
Deprecated.
The given unit is "unitless".
isUnknownLength() - Method in class ucar.nc2.Variable
Deprecated.
use isVariableLength()
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?.
isUnlimited() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
ISUNLIMITED_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Dimension
 
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
 
isUsed() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
isUsed() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
isValid() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
isValidFile(RandomAccessFile) - Static method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
isValidFile(RandomAccessFile) - Static method in class ucar.nc2.internal.iosp.netcdf3.N3headerNew
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
isValidFile(RandomAccessFile) - Static method in class ucar.nc2.iosp.hdf5.H5header
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
isValidFile(RandomAccessFile) - Method in interface ucar.nc2.iosp.IOServiceProvider
Check if this is a valid file for this IOServiceProvider.
isValidFile(RandomAccessFile) - Static method in class ucar.nc2.iosp.netcdf3.N3header
Deprecated.
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
isValidFile(RandomAccessFile) - Method in class ucar.nc2.stream.NcStreamIosp
 
isValidNetcdf3ObjectName(String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
use isValidNetcdfObjectName
isValidNetcdfObjectName(String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Determine if the given name can be used for a NetCDF object, i.e.
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 - Variable in class ucar.nc2.Variable
 
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.
isVariableLength() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
isVert() - Method in enum ucar.nc2.constants.AxisType
 
isVlen - Variable in class ucar.ma2.ArrayObject
 
isVlen() - Method in class ucar.ma2.Array
 
isVlen() - Method in class ucar.ma2.ArrayObject
 
ISVLEN_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
ISVLEN_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
ISVLEN_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Dimension
 
ISVLEN_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Member
 
isVolume() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
isVolume() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
isVolume() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
isVolume() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
isVolume() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
isVolume() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
isVolume() - Method in interface ucar.nc2.dt.RadialDatasetSweep
Get the basic property of Radar,
isXmlVersionCompatible() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Check if the GribDatasetInv xml format can be fully understood by this code.
isZeroExcluded - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
isZeroExcluded() - Method in class thredds.featurecollection.FeatureCollectionConfig.GribIntvFilter
 
isZipFile() - Method in interface thredds.inventory.MFile
Check if this MFile is a zip file
isZPositive() - Method in class ucar.nc2.dt.grid.GridCoordSys
true if increasing z coordinate values means "up" in altitude
isZPositive() - Method in interface ucar.nc2.dt.GridCoordSystem
True if increasing z coordinate values means "up" in altitude
isZPositiveUp() - Method in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
iter - Variable in class ucar.ma2.ArraySequence
 
iterateOverMFileCollection(DirectoryCollection.Visitor) - Method in class thredds.inventory.partition.DirectoryCollection
 
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.
iterator() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
iterator() - Method in class ucar.nc2.ft.point.SectionFeatureImpl
 
iterator() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
iterator() - Method in class ucar.nc2.ft.point.standard.StandardSectionCollectionImpl
 
iterator() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
iterator() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
iterator() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
iterator() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
iterator() - Method in class ucar.nc2.ft2.coverage.CoordsSet
 
iterator() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
IteratorFast - Class in ucar.ma2
A "fast" iterator that can be used when the data is in canonical order.
ix - Variable in class ucar.ma2.ArrayByte.D7
 

J

Jason - Class in ucar.nc2.ft.point.standard.plug
Created by IntelliJ IDEA.
Jason() - Constructor for class ucar.nc2.ft.point.standard.plug.Jason
 
Jason2Convention - Class in ucar.nc2.dataset.conv
Created by IntelliJ IDEA.
Jason2Convention() - Constructor for class ucar.nc2.dataset.conv.Jason2Convention
_more_
Join - Interface in ucar.nc2.ft.point.standard
An abstract way to 'join' more cols to a row
JoinArray - Class in ucar.nc2.ft.point.standard
Join data from an element of an Array, whose index is passed in as cursor.recnum[0].
JoinArray(VariableDS, JoinArray.Type, int) - Constructor for class ucar.nc2.ft.point.standard.JoinArray
Constructor.
JoinArray.Type - Enum in ucar.nc2.ft.point.standard
 
joinExisting - ucar.nc2.internal.ncml.Aggregation.Type
 
joinExisting - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
joinExistingOne - ucar.nc2.internal.ncml.Aggregation.Type
 
joinExistingOne - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
JoinMuiltdimStructure - Class in ucar.nc2.ft.point.standard
Join data from a row of a Structure, whose index is passed in as recnum[0] / dimLen
JoinMuiltdimStructure(StructureDS, int) - Constructor for class ucar.nc2.ft.point.standard.JoinMuiltdimStructure
Constructor.
joinNew - ucar.nc2.internal.ncml.Aggregation.Type
 
joinNew - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
JoinParentIndex - Class in ucar.nc2.ft.point.standard
Join data from a row of a Structure, whose index is passed in as the value of a member variable of the leaf StructureData (cursor.table[0]).
JoinParentIndex(StructureDS, String) - Constructor for class ucar.nc2.ft.point.standard.JoinParentIndex
Constructor.
JPEG - ucar.nc2.constants.DataFormatType
 
JPEG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
JPEG5 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
julian - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
julian = 5;
julian - ucar.nc2.time.Calendar
 
julian_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
julian = 5;
JupyterNotebook - thredds.client.catalog.ServiceType
 

K

key - Variable in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
Keys() - Constructor for class ucar.nc2.filter.Filters.Keys
 
Keys() - Constructor for class ucar.nc2.filter.ScaleOffset.Keys
 
keySet() - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
keywords - Static variable in class ucar.nc2.constants.ACDD
 
Keywords - Static variable in class thredds.client.catalog.Dataset
 
keywords_vocabulary - Static variable in class ucar.nc2.constants.ACDD
 
KMPMatch - Class in ucar.unidata.io
Knuth-Morris-Pratt Algorithm for Pattern Matching.
KMPMatch(byte[]) - Constructor for class ucar.unidata.io.KMPMatch
Constructor
kmUnit - Static variable in class ucar.nc2.units.SimpleUnit
 

L

l(long, int) - Static method in class ucar.unidata.util.Format
Format a long value.
Lambert_Azimuthal_Equal_Area - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
LAMBERT_AZIMUTHAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
 
LAMBERT_CONFORMAL_CONIC - Static variable in class ucar.nc2.constants.CF
 
Lambert_Conformal_Conic_2SP - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
Lambert_Cylindrical_Equal_Area - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
LAMBERT_CYLINDRICAL_EQUAL_AREA - Static variable in class ucar.nc2.constants.CF
 
LambertAzimuthal - Class in ucar.nc2.dataset.transform
Create a LambertAzimuthal Projection from the information in the Coordinate Transform Variable.
LambertAzimuthal() - Constructor for class ucar.nc2.dataset.transform.LambertAzimuthal
 
LambertAzimuthalEqualArea - Class in ucar.unidata.geoloc.projection
Lambert AzimuthalEqualArea Projection spherical earth.
LambertAzimuthalEqualArea() - Constructor for class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Constructor with default parameters
LambertAzimuthalEqualArea(double, double) - Constructor for class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Construct a LambertAzimuthalEqualArea Projection.
LambertAzimuthalEqualArea(double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Construct a LambertAzimuthalEqualArea Projection.
LambertConformal - Class in ucar.unidata.geoloc.projection
Lambert Conformal Projection, one or two standard parallels, spherical earth.
LambertConformal() - Constructor for class ucar.unidata.geoloc.projection.LambertConformal
Constructor with default parameters
LambertConformal(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.LambertConformal
Construct a LambertConformal Projection, two standard parellels.
LambertConformal(double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.LambertConformal
Construct a LambertConformal Projection, two standard parellels.
LambertConformal(double, double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.LambertConformal
Construct a LambertConformal Projection, two standard parellels.
LambertConformalConic - Class in ucar.nc2.dataset.transform
Create a LambertConformalConic Projection from the information in the Coordinate Transform Variable.
LambertConformalConic() - Constructor for class ucar.nc2.dataset.transform.LambertConformalConic
 
LambertConformalConicEllipse - Class in ucar.unidata.geoloc.projection.proj4
Adapted from com.jhlabs.map.proj.LambertConformalConicProjection
LambertConformalConicEllipse() - Constructor for class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Constructor with default parameters
LambertConformalConicEllipse(double, double, double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Construct a LambertConformal Projection, two standard parellels.
LambertCylindricalEqualArea - Class in ucar.nc2.dataset.transform
Lambert Cylindrical Equal Area Projection
LambertCylindricalEqualArea() - Constructor for class ucar.nc2.dataset.transform.LambertCylindricalEqualArea
 
largestOf(DataType...) - Static method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
Returns the data type that is the largest among the arguments.
largestOf(DataType...) - Static method in class ucar.nc2.filter.FilterHelpers
 
LAS - thredds.client.catalog.ServiceType
 
last - thredds.inventory.CollectionUpdateType
 
last() - Method in class ucar.ma2.Range
 
LAST_GROUP - ucar.nc2.iosp.IOServiceProvider.SortGroup
 
lastModified - Variable in class thredds.inventory.CollectionAbstract
 
lastModified - Variable in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
lastModified - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
LastModified - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
LastModified - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
LastModifiedLimit - Class in thredds.inventory.filter
Accept datasets whose last modified date is at least the given amount of time in the past.
LastModifiedLimit(long) - Constructor for class thredds.inventory.filter.LastModifiedLimit
Constructor.
LastModifiedOld - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
LastModifiedOld - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
lat - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
lat - Variable in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
lat - Variable in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
East latitude in degrees, always +/- 90
Lat - ucar.nc2.constants.AxisType
 
Lat - ucar.nc2.ft.point.standard.Table.CoordName
 
Lat - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Lat = 6;
LAT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
LAT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
LAT_MAX - Static variable in class ucar.nc2.constants.ACDD
 
LAT_MIN - Static variable in class ucar.nc2.constants.ACDD
 
LAT_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
 
LAT_UNITS - Static variable in class ucar.nc2.constants.ACDD
 
LAT_UNITS - Static variable in class ucar.nc2.constants.CDM
 
Lat_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Lat = 6;
lat0 - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
latAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
latAxis2D - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys
 
latd - Variable in class ucar.unidata.util.GaussianLatitudes
 
Latest - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
Latest - thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
 
LATEST - ucar.nc2.internal.ncml.Aggregation.TypicalDataset
 
LATEST - ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
 
LatestFile - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
latestNamer - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
LATITUDE - Static variable in class ucar.nc2.constants.CF
 
Latitude_Longitude - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
LATITUDE_LONGITUDE - Static variable in class ucar.nc2.constants.CF
 
LATITUDE_OF_PRIME_MERIDIAN - Static variable in class ucar.nc2.constants.CF
 
LATITUDE_OF_PROJECTION_ORIGIN - Static variable in class ucar.nc2.constants.CF
 
LatLon - Class in ucar.nc2.dataset.transform
This grid mapping defines the canonical 2D geographical coordinate system based upon latitude and longitude coordinates on a spherical Earth.
LatLon() - Constructor for class ucar.nc2.dataset.transform.LatLon
 
LatLonAxis2D - Class in ucar.nc2.ft2.coverage
LatLon axes : used by lat(y,x) and lon(y,x) An instance represents just one of lat or lon.
LatLonAxis2D(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.LatLonAxis2D
 
latlonBB - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
latlonPoint - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
LatLonPoint - Interface in ucar.unidata.geoloc
Points on the Earth's surface, represented as (longitude,latitude), in units of degrees.
LatLonPointImmutable - Class in ucar.unidata.geoloc
Deprecated.
move to implementation classes
LatLonPointImmutable(double, double) - Constructor for class ucar.unidata.geoloc.LatLonPointImmutable
Deprecated.
 
LatLonPointImmutable(LatLonPoint) - Constructor for class ucar.unidata.geoloc.LatLonPointImmutable
Deprecated.
 
LatLonPointImpl - Class in ucar.unidata.geoloc
Deprecated.
only use LatLonPoint in 6.
LatLonPointImpl() - Constructor for class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoint.create
LatLonPointImpl(double, double) - Constructor for class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoint.create
LatLonPointImpl(LatLonPoint) - Constructor for class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoint.create
LatLonPointNoNormalize - Class in ucar.unidata.geoloc
Deprecated.
will move in ver6
LatLonPointNoNormalize(double, double) - Constructor for class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
 
LatLonPoints - Class in ucar.unidata.geoloc
Static utilities for LatLonPoint.
LatLonPoints() - Constructor for class ucar.unidata.geoloc.LatLonPoints
 
LatLonProjection - Class in ucar.unidata.geoloc.projection
This is the "fake" identity projection where world coord = latlon coord.
LatLonProjection() - Constructor for class ucar.unidata.geoloc.projection.LatLonProjection
Default constructor
LatLonProjection(String) - Constructor for class ucar.unidata.geoloc.projection.LatLonProjection
Create a new LatLonProjection
LatLonProjection(String, ProjectionRect) - Constructor for class ucar.unidata.geoloc.projection.LatLonProjection
Create a new LatLonProjection
LatLonProjection(Earth) - Constructor for class ucar.unidata.geoloc.projection.LatLonProjection
 
LatLonRect - Class in ucar.unidata.geoloc
Bounding box for latitude/longitude points.
LatLonRect() - Constructor for class ucar.unidata.geoloc.LatLonRect
Create a LatLonRect that covers the whole world.
LatLonRect(String) - Constructor for class ucar.unidata.geoloc.LatLonRect
Construct a lat/lon bounding box from a string.
LatLonRect(LatLonPoint, double, double) - Constructor for class ucar.unidata.geoloc.LatLonRect
Construct a lat/lon bounding box from a point, and a delta lat, lon.
LatLonRect(LatLonPoint, LatLonPoint) - Constructor for class ucar.unidata.geoloc.LatLonRect
Construct a lat/lon bounding box from two points.
LatLonRect(LatLonRect) - Constructor for class ucar.unidata.geoloc.LatLonRect
Copy Constructor
LATLONRECT_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
latLonToProj(double[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(double[][], double[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.FlatEarth
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.Orthographic
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Convert lat/lon coordinates to projection coordinates.
latLonToProj(double[][], double[][], int, int) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(double[][], int, int) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(double, double) - Method in interface ucar.unidata.geoloc.Projection
Convert lat, lon to Projection point.
latLonToProj(float[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(float[][], float[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.FlatEarth
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.Orthographic
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Convert lat/lon coordinates to projection coordinates.
latLonToProj(float[][], float[][], int, int) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(float[][], int, int) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
latLonToProj(LatLonPoint) - Method in interface ucar.unidata.geoloc.Projection
Convert a LatLonPoint to projection coordinates.
latLonToProj(LatLonPoint) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Convert a LatLonPoint to projection coordinates Note: a new object is now created on each call for the return value, as of 4.0.46
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.FlatEarth
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert a LatLonPoint to projection coordinates in km
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in interface ucar.unidata.geoloc.Projection
Deprecated.
use latLonToProj(LatLonPoint latlon)
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.Mercator
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.Orthographic
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
Transform a "real" longitude and latitude into the rotated longitude (X) and rotated latitude (Y).
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.RotatedPole
Transform a "real" longitude and latitude to the rotated longitude (X) and rotated latitude (Y).
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
Returns an x/y grid point in projection coordinate matching a lat/lon point.
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.UtmProjection
Convert a LatLonPoint to projection coordinates
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
latLonToProj(LatLonPoint, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use latLonToProj(LatLonPoint latLon)
latLonToProj(Projection, double[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, double[][], double[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, double[][], double[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, double[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, float[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, float[][], float[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, float[][], float[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProj(Projection, float[][], int, int) - Static method in class ucar.unidata.geoloc.Projections
Convert lat/lon coordinates to projection coordinates.
latLonToProjBB(LatLonRect) - Method in interface ucar.unidata.geoloc.Projection
Convert a lat/lon bounding box to a world coordinate bounding box, by finding the minimum enclosing box.
latLonToProjBB(LatLonRect) - Method in class ucar.unidata.geoloc.projection.sat.BoundingBoxHelper
 
latLonToProjBB(LatLonRect) - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
Create a ProjectionRect from the given LatLonRect.
latLonToProjBB(LatLonRect) - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
Create a ProjectionRect from the given LatLonRect.
latLonToProjBB(LatLonRect) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Create a ProjectionRect from the given LatLonRect.
latLonToProjBB(LatLonRect) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
 
latLonToProjRect(double, double, double, double) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Create a latlon rectangle and split it into the equivalent ProjectionRect using this LatLonProjection.
latLonToProjRect(LatLonRect) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Split a latlon rectangle to the equivalent ProjectionRect using this LatLonProjection to split it at the seam if needed.
latName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
latNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.latNormal
latNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
Normalize the latitude to lie between +/-90
latToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.latToString
latToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
Make a nicely formatted representation of a latitude, eg 40.34N or 12.9S.
Layout - Interface in ucar.nc2.iosp
Iterator to read/write subsets of a multidimensional array, finding the contiguous chunks.
Layout - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Layout - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
Layout.Chunk - Interface in ucar.nc2.iosp
A chunk of data that is contiguous in both the source and destination.
LayoutBB - Interface in ucar.nc2.iosp
A Layout that supplies the "source" ByteBuffer.
LayoutBB.Chunk - Interface in ucar.nc2.iosp
A chunk of data that is contiguous in both the source and destination.
LayoutBBTiled - Class in ucar.nc2.iosp
For datasets where the data are stored in chunks, and must be processed, eg compressed or filtered.
LayoutBBTiled(LayoutBBTiled.DataChunkIterator, int[], int, Section) - Constructor for class ucar.nc2.iosp.LayoutBBTiled
Constructor.
LayoutBBTiled.DataChunk - Interface in ucar.nc2.iosp
A data chunk
LayoutBBTiled.DataChunkIterator - Interface in ucar.nc2.iosp
An iterator over the data chunks.
LayoutRegular - Class in ucar.nc2.iosp
Indexer into data that has a "regular" layout, like netcdf-3 and hdf5 compact and contiguous storage.
LayoutRegular(long, int, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutRegular
Constructor.
LayoutRegularSegmented - Class in ucar.nc2.iosp
LayoutRegularSegmented has data stored in segments that are regularly spaced.
LayoutRegularSegmented(long, int, long, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutRegularSegmented
Constructor.
LayoutSegmented - Class in ucar.nc2.iosp
LayoutSegmented has data stored in segments.
LayoutSegmented(long[], int[], int, int[], Section) - Constructor for class ucar.nc2.iosp.LayoutSegmented
Constructor.
LayoutTiled - Class in ucar.nc2.iosp
For datasets where the data are stored in chunks.
LayoutTiled(LayoutTiled.DataChunkIterator, int[], int, Section) - Constructor for class ucar.nc2.iosp.LayoutTiled
Constructor.
LayoutTiled.DataChunk - Class in ucar.nc2.iosp
The chunks of a tiled layout.
LayoutTiled.DataChunkIterator - Interface in ucar.nc2.iosp
An iterator over DataChunk's
LD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
LEAP_MONTH - Static variable in class ucar.nc2.constants.CF
 
LEAP_YEAR - Static variable in class ucar.nc2.constants.CF
 
len - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
LEN_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
length() - Method in class ucar.ma2.Range
 
length() - Method in class ucar.ma2.RangeComposite
 
length() - Method in interface ucar.ma2.RangeIterator
The number of index in this iterator.
length() - Method in class ucar.ma2.RangeScatter
 
length() - Method in class ucar.unidata.io.http.HTTPRandomAccessFile
 
length() - Method in class ucar.unidata.io.InMemoryRandomAccessFile
 
length() - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
length() - Method in class ucar.unidata.io.RandomAccessFile
Get the length of the file.
LENGTH_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Dimension
 
LEV - Static variable in class ucar.unidata.geoloc.vertical.AtmosLnPressure
 
level - ucar.nc2.ft.point.standard.JoinArray.Type
 
level() - Method in class ucar.nc2.util.Indent
 
license - Static variable in class ucar.nc2.constants.ACDD
 
limit - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
line - ucar.nc2.constants.CF.FeatureType
 
line - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
Line - Interface in ucar.nc2.ft2.simpgeometry
Generic interface for a Simple Geometry line.
LINE - ucar.nc2.ft2.simpgeometry.GeometryType
 
LINE - Static variable in class ucar.nc2.constants.CF
 
Link - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
Link - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
LINKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
LinkedList - ucar.nc2.ft.point.standard.Table.Type
 
LIST - Static variable in class thredds.inventory.CollectionAbstract
 
ListenerManager - Class in ucar.nc2.util
Deprecated.
will move in ver 6
ListenerManager(String, String, String) - Constructor for class ucar.nc2.util.ListenerManager
Deprecated.
Constructor.
listFlds - Static variable in class thredds.client.catalog.Dataset
 
LITTLE_ENDIAN - Static variable in class ucar.unidata.io.RandomAccessFile
 
llbb - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
LnPressure - ucar.nc2.dataset.VerticalCT.Type
 
load(String) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
loadValuesIfNeeded() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
LOC_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
localhash() - Method in class ucar.nc2.CDMNode
Deprecated.
do not use
localIterator - Variable in class ucar.nc2.ft.point.PointCollectionImpl
 
localIterator - Variable in class ucar.nc2.ft.point.SectionCollectionImpl
 
localIterator - Variable in class ucar.nc2.ft.point.SectionFeatureImpl
 
localIterator - Variable in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
localIterator - Variable in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
localIterator - Variable in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
location - Variable in class thredds.client.catalog.tools.DataFactory.Result
 
location - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
location - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
location - Variable in class ucar.nc2.ft.point.PointFeatureImpl
 
location - Variable in class ucar.nc2.iosp.AbstractIOServiceProvider
 
location - Variable in class ucar.nc2.NetcdfFile.Builder
 
location - Variable in class ucar.nc2.NetcdfFile
 
location - Variable in class ucar.unidata.io.RandomAccessFile
File location
LOCATION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Header
 
locationList - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
locationMap - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
log - Static variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
log - Static variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
log - Static variable in class ucar.nc2.internal.dataset.CoordSystemFactory
 
log - Static variable in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
log - Static variable in class ucar.nc2.util.cache.FileCache
 
log - Static variable in class ucar.nc2.util.cache.FileCacheARC
 
log - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
log2(double) - Static method in class ucar.unidata.util.SpecialMathFunction
Get the log base 2 of a number
logger - Variable in class thredds.inventory.CollectionAbstract
 
logger - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
logger - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
LoggerFactory - Interface in ucar.nc2.util.log
Deprecated.
do not use
LoggerFactoryImpl - Class in ucar.nc2.util.log
Deprecated.
do not use
LoggerFactoryImpl() - Constructor for class ucar.nc2.util.log.LoggerFactoryImpl
Deprecated.
 
lon - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
lon - Variable in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
lon - Variable in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
North longitude in degrees, always +/- 180
Lon - ucar.nc2.constants.AxisType
 
Lon - ucar.nc2.ft.point.standard.Table.CoordName
 
Lon - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Lon = 7;
LON_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
LON_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
LON_MAX - Static variable in class ucar.nc2.constants.ACDD
 
LON_MIN - Static variable in class ucar.nc2.constants.ACDD
 
LON_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
 
LON_UNITS - Static variable in class ucar.nc2.constants.ACDD
 
LON_UNITS - Static variable in class ucar.nc2.constants.CDM
 
Lon_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Lon = 7;
lon0 - Variable in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
lonAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
lonAxis2D - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys
 
lonDiff(double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonDiff
lonDiff(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
Find difference (lon1 - lon2) normalized so that maximum value is += 180.
LONG - ucar.ma2.DataType
 
LONG - ucar.nc2.stream.NcStreamProto.Attribute.Type
LONG = 4;
LONG - ucar.nc2.stream.NcStreamProto.DataType
LONG = 4;
LONG_NAME - Static variable in class ucar.nc2.constants.CDM
 
LONG_NAME - Static variable in class ucar.nc2.constants.CF
 
LONG_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
LONG = 4;
LONG_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
LONG = 4;
LONGITUDE - Static variable in class ucar.nc2.constants.CF
 
LONGITUDE_OF_CENTRAL_MERIDIAN - Static variable in class ucar.nc2.constants.CF
 
LONGITUDE_OF_PRIME_MERIDIAN - Static variable in class ucar.nc2.constants.CF
 
LONGITUDE_OF_PROJECTION_ORIGIN - Static variable in class ucar.nc2.constants.CF
 
longitudeDistance(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
longToBytes(long) - Static method in class ucar.unidata.io.Swap
Deprecated.
Convert a long to an array of 8 bytes.
lonName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
lonNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonNormal
lonNormal(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
Normalize the longitude to lie between +/-180
lonNormal(double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonNormal
lonNormal(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
put longitude into the range [center +/- 180] deg
lonNormal360(double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonNormal360
lonNormal360(double) - Static method in class ucar.unidata.geoloc.LatLonPoints
put longitude into the range [0, 360] deg
lonNormalFrom(double, double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonNormalFrom
lonNormalFrom(double, double) - Static method in class ucar.unidata.geoloc.LatLonPoints
put longitude into the range [start, start+360] deg
lonToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.lonToString
lonToString(double, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
Make a nicely formatted representation of a longitude, eg 120.3W or 99.99E.
lookup(String) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
lookup(String, String) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
lookup(String, URL) - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
lookupEnumInt(String) - Method in class ucar.nc2.EnumTypedef
Get the enum value corresponding to the name.
lookupEnumString(int) - Method in class ucar.nc2.dataset.VariableDS
 
lookupEnumString(int) - Method in class ucar.nc2.EnumTypedef
Get the name corresponding to the enum value.
lookupEnumString(int) - Method in class ucar.nc2.Variable
Lookup the enum string for this value.
lookupTablePath - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
LUT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 

M

M3IOConvention - Class in ucar.nc2.dataset.conv
Models-3/EDSS Input/Output netcf format.
M3IOConvention - Class in ucar.nc2.internal.dataset.conv
Models-3/EDSS Input/Output netcf format.
M3IOConvention() - Constructor for class ucar.nc2.dataset.conv.M3IOConvention
 
M3IOConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
MA - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
Madis - Class in ucar.nc2.ft.point.standard.plug
Madis Convention
Madis() - Constructor for class ucar.nc2.ft.point.standard.plug.Madis
 
Madis.VNames - Class in ucar.nc2.ft.point.standard.plug
 
MadisAcars - Class in ucar.nc2.ft.point.standard.plug
Describe
MadisAcars() - Constructor for class ucar.nc2.ft.point.standard.plug.MadisAcars
 
MADISStation - Class in ucar.nc2.dataset.conv
MADIS Station Convention.
MADISStation - Class in ucar.nc2.internal.dataset.conv
MADIS Station Convention.
MADISStation() - Constructor for class ucar.nc2.dataset.conv.MADISStation
 
MADISStation.Factory - Class in ucar.nc2.internal.dataset.conv
 
MAGIC_DATA - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_DATA2 - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_DATACOV - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_END - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_ERR - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_HEADER - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_HEADERCOV - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_START - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
MAGIC_START - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_VDATA - Static variable in class ucar.nc2.stream.NcStream
 
MAGIC_VEND - Static variable in class ucar.nc2.stream.NcStream
 
main(String[]) - Static method in class thredds.client.catalog.tools.CatalogCrawler
 
main(String[]) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use ucar.nc2.writer.Nccopy
main(String[]) - Static method in class ucar.nc2.FileWriter2
Deprecated.
use ucar.nc2.write.Nccopy
main(String[]) - Static method in class ucar.nc2.ft.point.writer.CFPointWriter
 
main(String[]) - Static method in class ucar.nc2.ft.point.writer2.CFPointWriter
 
main(String[]) - Static method in class ucar.nc2.ft2.scan.FeatureScan
Deprecated.
 
main(String[]) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Main program.
main(String[]) - Static method in class ucar.nc2.util.CompareNetcdf2
 
main(String[]) - Static method in class ucar.nc2.write.Nccopy
 
main(String[]) - Static method in class ucar.nc2.write.Ncdump
Main program.
main2(String[]) - Static method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
make(int, int) - Static method in class ucar.ma2.Range
 
make(Iterable<StructureData>) - Static method in class ucar.ma2.StructureDataFactory
 
make(String, int) - Static method in class ucar.ma2.Range
 
make(String, Object) - Static method in class ucar.ma2.StructureDataFactory
Make a StructureData with a single member of given name and value.
make(List<RangeIterator>) - Static method in class ucar.ma2.Section
 
make(StructureData...) - Static method in class ucar.ma2.StructureDataFactory
 
make(DsgFeatureCollection, byte[]) - Method in interface ucar.nc2.ft.point.remote.FeatureMaker
 
make1DStringArray() - Method in class ucar.ma2.ArrayChar
Make this into the equivilent 1D ArrayObject of Strings.
makeAccess(Dataset) - Method in class thredds.client.catalog.builder.AccessBuilder
 
makeArray(DataType, int, double, double) - Static method in class ucar.ma2.Array
Make a 1D array from a start and incr.
makeArray(DataType, String[]) - Static method in class ucar.ma2.Array
Make an 1D array from an array of strings.
makeArray(DataType, List<String>) - Static method in class ucar.ma2.Array
Make an 1D array from a list of strings.
makeArray(DataType, List<String>) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use Array#makeArray directly
makeArrayBB(ArrayStructure) - Static method in class ucar.nc2.iosp.IospHelper
Deprecated.
use StructureDataDeep.copyToArrayBB
makeArrayRankPlusOne(Array) - Static method in class ucar.ma2.Array
Add extra outermost dimension with len = 1.
makeAttributeElement(Attribute) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeAttributeElement(Attribute) - Method in class ucar.nc2.write.NcmlWriter
 
makeBestDatasetInventory() - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
makeCalendarDate(double) - Method in class ucar.nc2.time.CalendarDateUnit
 
makeCalendarDate(double) - Method in class ucar.nc2.units.DateUnit
Get the equivalent CalendarDate.
makeCalendarDate(int) - Method in class ucar.nc2.time.CalendarDateUnit
 
makeCalendarDateFromOffset(double) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
 
makeCalendarDateFromOffset(String) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
 
makeCatalog() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
makeCollectionIndexPath(String, Path, String) - Static method in class thredds.inventory.partition.DirectoryCollection
Create standard name = topCollectionName + last directory
makeCollectionName(String, Path) - Static method in class thredds.inventory.partition.DirectoryCollection
Create standard name = topCollectionName + last directory
makeCoordinateAxes() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Take previously identified Coordinate Axis and Coordinate Variables and make them into a CoordinateAxis.
makeCoordinateAxes(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Take previously identified Coordinate Axis and Coordinate Variables and make them into a CoordinateAxis.
makeCoordinatesFromCoordinateSystem() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
For any variable listed in a coordinateAxes attribute, make into a coordinate.
makeCoordinateSystem() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
Create a Coordinate System object, using the list of coordinate axis names in the (required) axes field.
makeCoordinateSystem() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
For explicit coordinate system variables, make a CoordinateSystem.
makeCoordinateSystems() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
makeCoordinateSystems(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Take all previously identified Coordinate Systems and create a CoordinateSystem object.
makeCoordinateSystemsImplicit() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Make implicit CoordinateSystem objects for variables that dont already have one, by using the variables' list of coordinate axes, and any coordinateVariables for it.
makeCoordinateSystemsImplicit(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Make implicit CoordinateSystem objects for variables that dont already have one, by using the variables' list of coordinate axes, and any coordinateVariables for it.
makeCoordinateSystemsMaximal(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
If a variable still doesnt have a coordinate system, use hueristics to try to find one that was probably forgotten.
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.AlbersEqualArea
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.AzimuthalEquidistant
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.FlatEarth
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.Geostationary
 
makeCoordinateTransform(AttributeContainer, String) - Method in interface ucar.nc2.dataset.transform.HorizTransformBuilderIF
Make a ProjectionCT from a Coordinate Transform Variable.
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.LambertAzimuthal
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.LambertConformalConic
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.LambertCylindricalEqualArea
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.LatLon
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.Mercator
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.MSGnavigation
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.Orthographic
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.PolarStereographic
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.PolyconicProjection
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.RotatedLatLon
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.RotatedPole
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.Sinusoidal
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.Stereographic
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.TransverseMercator
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.UTM
 
makeCoordinateTransform(AttributeContainer, String) - Method in class ucar.nc2.dataset.transform.VerticalPerspective
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFHybridHeight
Make the CoordinateTransform from the dataset
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFLnPressure
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFOceanS
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFOceanSigma
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CFSigma
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CsmSigma.HybridSigmaPressureBuilder
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.CsmSigma
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in interface ucar.nc2.dataset.transform.VertTransformBuilderIF
Make a vertical CoordinateTransform from a Coordinate Transform Variable.
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.VExplicitField
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.VOceanSG1
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.VOceanSG2
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer) - Method in class ucar.nc2.dataset.transform.WRFEtaTransformBuilder
 
makeCoordinateTransform(NetcdfDataset, AttributeContainer, Formatter, Formatter) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or registered CoordTransBuilder.
makeCoordinateTransform(NetcdfDataset, AttributeContainer, Formatter, Formatter, ImmutableList<CoordinateAxis>) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or registered CoordTransBuilder.
makeCoordinateTransform(NetcdfDataset, Variable) - Method in class ucar.nc2.dataset.conv.CSMConvention
 
makeCoordinateTransform(NetcdfDataset, Variable) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
makeCoordinateTransform(VariableDS.Builder<?>) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.ADASConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.GDVConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.conv.WRFConvention
 
makeCoordinateTransforms() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.ADASConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.AWIPSConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.AWIPSsatConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.DefaultConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.GDVConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.M3IOConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.NUWGConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.conv.WRFConvention
 
makeCoordinateTransforms(NetcdfDataset) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
makeCoordinateTransformVariable(CoordinateTransform) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform.
makeCoordinateTransformVariable(NetcdfDataset, CoordinateTransform) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
makeCoordSys() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
makeCoordSys() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
makeCoordSysName(List<String>) - Static method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
makeCoverageDatasetSubset(CoverageCollection, List<String>, SubsetParams) - Static method in class ucar.nc2.ft2.coverage.writer.CoverageSubsetter2
 
makeDataset(String, String, String, String, String, String, EnumSet<NetcdfDataset.Enhance>, FileFactory) - Method in class ucar.nc2.internal.ncml.Aggregation
Dataset factory, so subclasses can override
makeDataset(String, String, String, String, String, String, EnumSet<NetcdfDataset.Enhance>, FileFactory) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Dataset factory, so subclasses can override
makeDataset(String, String, String, String, String, String, EnumSet<NetcdfDataset.Enhance>, FileFactory) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
makeDataset(String, String, String, String, String, String, EnumSet<NetcdfDataset.Enhance>, FileFactory) - Method in class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
makeDataset(DatasetNode) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
 
makeDataset(DatasetNode) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
makeDataset(MFile) - Method in class ucar.nc2.internal.ncml.Aggregation
 
makeDataset(MFile) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
makeDataset(MFile) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
makeDatasetDescription() - Method in class ucar.nc2.dt.grid.GridDatasetInfo
Create the "Dataset Description" XML document from this GridDataset
makeDatasetDescription() - Method in class ucar.nc2.ft2.coverage.writer.CoverageDatasetCapabilities
Create the "Dataset Description" XML document from this GridDataset
makeDatasets(CancelTask) - Method in class ucar.nc2.internal.ncml.Aggregation
Make the list of Datasets, from explicit and scans.
makeDatasets(CancelTask) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Make the list of Datasets, from explicit and scans.
makeDatasets(CancelTask) - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
makeDate(double) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
makeDate(double) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
makeDate(double) - Method in class ucar.nc2.units.DateUnit
Create a Date from this base unit and the given value.
makeDate(CalendarDate, double) - Method in class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
makeDateInTimeUnits(CalendarDate, double) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
makeDateInTimeUnits(CalendarDate, double) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
makeDateType(String, String, String, Calendar) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
makeDimensionElement(Dimension) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeDimensionElement(Dimension) - Method in class ucar.nc2.write.NcmlWriter
 
makeDimensionList(Map<String, Dimension>, List<Dimension>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
makeDimensionMap(Group.Builder, Multimap<Dimension, Variable.Builder<?>>) - Method in class ucar.nc2.Group.Builder
Make a multimap of Dimensions and all the variables that reference them, in this group and its nested groups.
makeDimensionsAll(Variable) - Static method in class ucar.nc2.Dimensions
Get list of Dimensions, including parent Structure(s), if any.
makeDimensionsAnon(int[]) - Static method in class ucar.nc2.Dimension
Deprecated.
use Dimensions.makeDimensionsAnon()
makeDimensionsAnon(int[]) - Static method in class ucar.nc2.Dimensions
Make a list of private dimensions from an array of lengths
makeDimensionsList(String) - Method in class ucar.nc2.Group.Builder
Make list of dimensions by looking in this Group or parent groups
makeDimensionsList(String) - Method in class ucar.nc2.Group
Create a dimension list using dimension names.
makeDimensionsList(List<Dimension>, String) - Static method in class ucar.nc2.Dimension
Deprecated.
use Dimensions.makeDimensionsList()
makeDimensionsList(Dimensions.FindDimensionByName, String) - Static method in class ucar.nc2.Dimensions
Make a list of Dimensions from a list of names.
makeDimensionsList(Group, String) - Static method in class ucar.nc2.Dimension
Deprecated.
use Group.makeDimensionsList()
makeDimensionsString() - Method in class ucar.nc2.Variable.Builder
 
makeDimensionsString(List<Dimension>) - Static method in class ucar.nc2.Dimension
Deprecated.
use Dimensions.makeDimensionsString()
makeDimensionsString(List<Dimension>) - Static method in class ucar.nc2.Dimensions
Make a space-delineated String from a list of Dimension names, inverse of makeDimensionsList().
makeDocument() - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
Create an XML document from this info
makeDocument() - Method in class ucar.nc2.ft.point.standard.PointConfigXML
Create an XML document from this info
makeDomain(Iterable<? extends Variable>) - Static method in class ucar.nc2.dataset.CoordinateSystem
 
makeDummyTransformVariable(NetcdfDataset, CoordinateTransform) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform.
makeEdges(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
makeEnumTypedefElement(EnumTypedef) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeEnumTypedefElement(EnumTypedef) - Method in class ucar.nc2.write.NcmlWriter
 
makeExplicitNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeExplicitNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.write.NcmlWriter
 
makeFeature(int, StructureData) - Method in class ucar.nc2.ft.point.PointIteratorFromStructureData
 
makeFeature(int, StructureData) - Method in class ucar.nc2.ft.point.PointIteratorMultidim
 
makeFeature(int, StructureData) - Method in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFProfileCollection
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
makeFeatureVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
makeFileListSorted() - Method in class thredds.inventory.CollectionAbstract
 
makeFromJavaArray(Object) - Static method in class ucar.ma2.Array
 
makeFromJavaArray(Object, boolean) - Static method in class ucar.ma2.Array
Generate a new Array from a java array of any rank and type.
makeFromString(String, int) - Static method in class ucar.ma2.ArrayChar
Create an ArrayChar from a String
makeFromStringArray(ArrayObject) - Static method in class ucar.ma2.ArrayChar
Create an ArrayChar from an ArrayObject of Strings.
makeFromStringArray(ArrayObject, int) - Static method in class ucar.ma2.ArrayChar
Create an ArrayChar from an ArrayObject of Strings.
makeFullName() - Method in class ucar.nc2.Dimension
Deprecated.
Do not use.
makeFullName() - Method in class ucar.nc2.Group.Builder
Make the full name of the this group.
makeFullName(CDMNode) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeFullName
makeFullName(CDMNode, String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeFullName
makeFullName(Group) - Static method in class ucar.nc2.NetcdfFiles
Create a Groups's full name with appropriate backslash escaping.
makeFullName(Variable) - Static method in class ucar.nc2.NetcdfFiles
Create a Variable's full name with appropriate backslash escaping.
makeFullNameSectionSpec(CDMNode) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeFullNameSectionSpec
makeFullNameSectionSpec(Variable) - Static method in class ucar.nc2.NetcdfFiles
Create a Variable's full name with appropriate backslash escaping for use in a section spec.
makeFullNameWithString(Group, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeFullNameWithString
makeFullNameWithString(Group, String) - Static method in class ucar.nc2.NetcdfFiles
Create a synthetic full name from a group plus a string
makeGridCoordSys(Formatter, CoordinateSystem, VariableEnhanced) - Static method in class ucar.nc2.dt.grid.GridCoordSys
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
makeGridForm() - Method in class ucar.nc2.dt.grid.GridDatasetInfo
Create the "Grid Form" XML document from this GridDataset.
makeGroupElement(Group) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeGroupElement(Group) - Method in class ucar.nc2.write.NcmlWriter
 
makeHorizCoordSys() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
makeImmutable() - Method in class ucar.ma2.Section
Deprecated.
use builder()
makeIntFromBytes(byte[], int, int) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
makeIntFromBytes(byte[], int, int) - Method in class ucar.nc2.iosp.hdf5.H5header
 
makeIntFromBytes(byte[], int, int) - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
makeIntoCoordinateAxis() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
Turn the variable into a coordinate axis, if not already.
makeIntoCoordinateAxis() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
Turn the variable into a coordinate axis.
makeMap(List<Attribute>) - Static method in class ucar.nc2.Attribute
Deprecated.
do not use
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFHybridHeight
Make the vertical transform transform
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFLnPressure
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFOceanS
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFOceanSigma
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CFSigma
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CsmSigma.HybridSigmaPressureBuilder
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.CsmSigma
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in interface ucar.nc2.dataset.transform.VertTransformBuilderIF
Make a VerticalTransform.
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.VExplicitField
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.VOceanSG1
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.VOceanSG2
 
makeMathTransform(NetcdfDataset, Dimension, VerticalCT) - Method in class ucar.nc2.dataset.transform.WRFEtaTransformBuilder
 
makeMiddleVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
makeMiddleVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
makeMiddleVariables(List<StructureData>, boolean) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
makeMRU(K) - Method in class ucar.nc2.util.cache.HashQueue
 
makeName(List<CoordinateAxis>) - Static method in class ucar.nc2.dataset.CoordinateSystem
Create standard name from list of axes.
makeNameUnescaped(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeNameUnescaped
makeNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeNetcdfElement(NetcdfFile, String) - Method in class ucar.nc2.write.NcmlWriter
 
makeObjectArray(DataType, Class, int[], Object) - Static method in class ucar.ma2.Array
Generate new Array with given type, shape, storage.
makeObsStructureData(Cursor) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
makeObsStructureData(Cursor, int) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
makeOffsetDate(CalendarDate, double) - Static method in class ucar.nc2.ft.fmrc.FmrcInv
Create a date from base and hour offset
makeOffsetFromRefDate(CalendarDate) - Method in class ucar.nc2.time.CalendarDateUnit
 
makePartitions(CollectionUpdateType) - Method in class thredds.inventory.partition.DirectoryPartition
 
makePartitions(CollectionUpdateType) - Method in class thredds.inventory.partition.FilePartition
 
makePartitions(CollectionUpdateType) - Method in interface thredds.inventory.partition.PartitionManager
 
makePartitions(CollectionUpdateType) - Method in class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
makePartitions(CollectionUpdateType) - Method in class thredds.inventory.partition.PartitionManagerFromIndexList
 
makePartitions(CollectionUpdateType) - Method in class thredds.inventory.partition.TimePartition
 
makePrimitiveArray(int, DataType) - Static method in class ucar.nc2.iosp.IospHelper
Create 1D primitive array of the given size and type
makePrimitiveArray(int, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
Create 1D primitive array of the given size and type, fill it with the given value
makeProjection(CoverageTransform, Formatter) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Deprecated.
makeQuery() - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamRemote
 
makeQuery() - Method in interface ucar.nc2.ft.point.remote.QueryMaker
 
makeRadialCoordSys(Formatter, CoordinateSystem, Variable) - Static method in class ucar.nc2.dt.radial.RadialCoordSys
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
makeRadialVariable(NetcdfDataset, Variable) - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
makeRecordStructure() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDatasets.open() with IOSP_MESSAGE_ADD_RECORD_STRUCTURE
makeRecordStructure() - Method in class ucar.nc2.NetcdfFile
Deprecated.
makeRelativeGroup(NetcdfFile, String, boolean) - Method in class ucar.nc2.Group
Deprecated.
will move to dap2 in ver6
makeRootDirectory() - Static method in class ucar.nc2.util.DiskCache
Make sure that the current root directory exists.
makeRunTimeDatasetInventory(CalendarDate) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
makeScalar(String, String, String, DataType) - Static method in class ucar.nc2.VariableSimpleBuilder
 
makeScalar(String, String, String, DataType) - Static method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
makeSectionFromDimensions(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
Make a ucar.ma2.Section.Builder from an ordered set of Dimension objects.
makeSectionSpecString() - Method in class ucar.nc2.ParsedSectionSpec
 
makeSectionSpecString(Variable, List<Range>) - Static method in class ucar.nc2.ParsedSectionSpec
Make section specification String from a range list for a Variable.
makeSGCoordSys(Formatter, CoordinateSystem, Variable) - Static method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
 
makeShape(Iterable<Dimension>) - Static method in class ucar.nc2.Dimensions
Make an array of Dimension lengths.
makeSizeEstimate(GridDataset, List<String>, LatLonRect, ProjectionRect, int, Range, CalendarDateRange, int, boolean) - Static method in class ucar.nc2.dt.grid.CFGridWriter2
Deprecated.
Compute the size of the file without writing
makeSliceBuilder(int, int) - Method in class ucar.nc2.Variable.Builder
Create a new Variable.Builder that is a logical slice of this one, by fixing the specified dimension at the specified index value.
makeStandalone(String, String, String, String) - Static method in class thredds.client.catalog.Dataset
Construct an Dataset which refers to a urlPath.
makeStandardDateString(double) - Method in class ucar.nc2.units.DateUnit
Make a standard GMT string representation from this unit and given value.
makeStation(StructureData, int) - Method in class ucar.nc2.ft.point.standard.StandardStationCollectionImpl
Make a Station from the station data structure.
makeStationCollectionDocument(LatLonRect, String[]) - Method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
Create an XML document for the stations in this dataset, possible subsetted by bb.
makeStationCollectionDocument(LatLonRect, String[]) - Method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
Create an XML document for the stations in this dataset, possible subsetted by bb.
makeStationTable(NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.plug.GempakCdm
 
makeString(String, String, String, int) - Static method in class ucar.nc2.VariableSimpleBuilder
 
makeString(String, String, String, int) - Static method in class ucar.nc2.VariableSimpleImpl
Deprecated.
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArraySequence
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArraySequenceNested
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArrayStructure
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArrayStructureBB
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArrayStructureComposite
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArrayStructureMA
 
makeStructureData(ArrayStructure, int) - Method in class ucar.ma2.ArrayStructureW
 
makeStructureMembers() - Method in class ucar.nc2.Structure
Create a StructureMembers object that describes this Structure.
makeSubCounters() - Method in class ucar.nc2.util.Counters
 
makeSubset(Range, Range, Range, Range, Range, Range) - Method in class ucar.nc2.dt.grid.GeoGrid
 
makeSubset(Range, Range, Range, Range, Range, Range) - Method in interface ucar.nc2.dt.GridDatatype
Create a new GeoGrid that is a logical subset of this GeoGrid.
makeSubset(Range, Range, LatLonRect, int, int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
 
makeSubset(Range, Range, LatLonRect, int, int, int) - Method in interface ucar.nc2.dt.GridDatatype
Create a new GeoGrid that is a logical subset of this GeoGrid.
makeUnion(List<TimeCoord>, CalendarDate) - Static method in class ucar.nc2.ft.fmrc.TimeCoord
Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
makeUnit(String) - Static method in class ucar.nc2.units.SimpleUnit
 
makeURL(String) - Static method in class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
makeURL(URL, String) - Static method in class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
makeValidCDLName(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeValidCDLName
makeValidCDLName(String) - Static method in class ucar.nc2.NetcdfFiles
Escape special characters in a netcdf short name when it is intended for use in CDL.
makeValidCdmObjectName(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeValidCdmObjectName
makeValidCdmObjectName(String) - Static method in class ucar.nc2.NetcdfFiles
Create a valid CDM object name.
makeValidCdmObjectName(String) - Static method in class ucar.unidata.util.StringUtil2
 
makeValidNetcdf3ObjectName(String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
use makeValidNetcdfObjectName
makeValidNetcdfObjectName(String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Convert a name to a legal netcdf-3 name.
makeValidNetcdfObjectName(String) - Static method in enum ucar.nc2.write.NetcdfFileFormat
Convert a name to a legal netcdf-3 name.
makeValidPathName(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeValidPathName
makeValidSectionSpecName(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.makeValidSectionSpecName
makeValue(Date) - Method in class ucar.nc2.units.DateUnit
Create the equivalent value from this base unit and the given Date.
makeValuesElement(Variable, boolean) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Creates a <values> element from the variable's data.
makeValuesElement(Variable, boolean) - Method in class ucar.nc2.write.NcmlWriter
Creates a <values> element from the variable's data.
makeVariableElement(Variable, boolean) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
makeVariableElement(Variable, boolean) - Method in class ucar.nc2.write.NcmlWriter
 
makeVerticalCT(NetcdfDataset) - Method in interface ucar.nc2.internal.dataset.transform.vertical.VerticalCTBuilder
Make a Vertical CoordinateTransform from a Coordinate Transform Variable.
makeVerticalCT(NetcdfDataset) - Method in class ucar.nc2.internal.dataset.transform.vertical.WRFEtaTransformBuilder
 
makeVerticalTransform(NetcdfDataset, Dimension) - Method in class ucar.nc2.dataset.VerticalCT
Make the Vertical Transform function
makeVerticalTransform(NetcdfDataset, Dimension) - Method in interface ucar.nc2.internal.dataset.transform.vertical.VerticalTransformBuilder
Make a VerticalTransform.
makeVinfoForDimensionMapVariable(Group.Builder, Variable.Builder<?>) - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
makeVinfoForDimensionMapVariable(Group.Builder, Variable.Builder<?>) - Method in interface ucar.nc2.internal.iosp.hdf4.HdfHeaderIF
 
makeVinfoForDimensionMapVariable(Group.Builder, Variable.Builder<?>) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
makeVlenArray(int[], Array[]) - Static method in class ucar.ma2.Array
Make a vlen array
makeXEdgesRotated(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
Experimental: for WRF rotated (NMM "E") Grids
makeYEdgesRotated(ArrayDouble.D2) - Static method in class ucar.nc2.dataset.CoordinateAxis2D
Experimental: for WRF rotated (NMM "E") Grids
MAMath - Class in ucar.ma2
Element by element algebra on Arrays
MAMath() - Constructor for class ucar.ma2.MAMath
 
MAMath.MinMax - Class in ucar.ma2
Holds a minimum and maximum value.
MAMath.ScaleOffset - Class in ucar.ma2
Holds a scale and offset.
MAMatrix - Class in ucar.ma2
Abstraction for matrix operations.
MAMatrix(int, int) - Constructor for class ucar.ma2.MAMatrix
Create an MAMatrix of the given shape.
MAMatrix(Array) - Constructor for class ucar.ma2.MAMatrix
Create an MAMatrix using the given rank-2 array.
map - Variable in class thredds.featurecollection.FeatureCollectionConfig.TimeUnitConverterHash
 
MAP_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
MapMath - Class in ucar.unidata.geoloc.projection.proj4
Taken from com.jhlabs.map.proj Also see "http://search.cpan.org/src/DSTAHLKE/Cartography-Projection-GCTP-0.03/gctpc/" for C code
MapMath() - Constructor for class ucar.unidata.geoloc.projection.proj4.MapMath
 
markSupported() - Method in class ucar.unidata.io.UncompressInputStream
Deprecated.
This stream does not support mark/reset on the stream.
match(String, String) - Static method in class ucar.unidata.util.StringUtil2
Count number of chars that match in two strings, starting from front.
match(CoordinateAxis) - Method in interface ucar.nc2.ft.point.standard.CoordSysEvaluator.Predicate
 
matchAxisTypeAndDimension(NetcdfDataset, AxisType, Dimension) - Method in class ucar.nc2.ft.point.standard.plug.CFpointObs
 
matchAxisTypeAndDimension(NetcdfDataset, AxisType, Dimension, Dimension) - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
matchAxisTypeAndDimension(NetcdfDataset, AxisType, Dimension, Dimension, Dimension) - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
MAVector - Class in ucar.ma2
Abstraction for vector operations.
MAVector(double[]) - Constructor for class ucar.ma2.MAVector
Create an MAVector out of a double array
MAVector(int) - Constructor for class ucar.ma2.MAVector
Create an MAVector of the given length.
MAVector(Array) - Constructor for class ucar.ma2.MAVector
Create an MAVector using the given rank-1 array.
max - Variable in class ucar.ma2.MAMath.MinMax
 
MAX_ALPHA_SIZE - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
MAX_CODE_LEN - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
MAX_INLINE_NVALUES - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
MAX_NUMRECS - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
The maximum number of records is 2^32-1.
MAX_SELECTORS - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
MAX_VARSIZE - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Each fixed-size variable and the data for one record's worth of a single record variable are limited to a little less than 4 GiB.
maxDate - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
maximum - ucar.nc2.constants.CF.CellMethods
 
maxTime - Variable in class ucar.nc2.ft.point.CollectionInfo
 
maybeData() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
maybeData() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
MCIDAS_AREA - ucar.nc2.constants.DataFormatType
 
MCollection - Interface in thredds.inventory
Collection of MFiles
MController - Interface in thredds.inventory
Inventory Management Controller
MControllerProvider - Interface in thredds.inventory
A Service Provider of MController.
MControllers - Class in thredds.inventory
 
MControllers() - Constructor for class thredds.inventory.MControllers
 
MD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
mean - ucar.nc2.constants.CF.CellMethods
 
median - ucar.nc2.constants.CF.CellMethods
 
Member(String, String, String, DataType, int[]) - Constructor for class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
Member(StructureMembers.Member) - Constructor for class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
MEMBER_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
memberBuilder() - Static method in class ucar.ma2.StructureMembers
 
memberData - Variable in class ucar.ma2.StructureDataW
 
MEMBERDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
memberName - Variable in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
members - Variable in class ucar.ma2.ArrayStructure
 
members - Variable in class ucar.ma2.StructureData
 
members - Variable in class ucar.nc2.Structure
 
MEMBERS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
MEMBERS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
memequal(byte[], byte[], int) - Static method in enum ucar.nc2.write.NetcdfFileFormat
 
MemTracker - Class in ucar.nc2.iosp.hdf5
Track use of space in an HDF5 file
MemTracker(long) - Constructor for class ucar.nc2.iosp.hdf5.MemTracker
 
Mercator - Class in ucar.nc2.dataset.transform
Create a Mercator Projection from the information in the Coordinate Transform Variable.
Mercator - Class in ucar.unidata.geoloc.projection
Mercator projection, spherical earth.
Mercator - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
Mercator() - Constructor for class ucar.nc2.dataset.transform.Mercator
 
Mercator() - Constructor for class ucar.unidata.geoloc.projection.Mercator
Constructor with default parameters
Mercator(double, double) - Constructor for class ucar.unidata.geoloc.projection.Mercator
Construct a Mercator Projection.
Mercator(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Mercator
 
Mercator(double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Mercator
Construct a Mercator Projection.
MERCATOR - Static variable in class ucar.nc2.constants.CF
 
mergeDateRange(CdmrFeatureProto.CalendarDateRange) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
mergeFrom(Message) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
mergeFrom(PointStreamProto.Location) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
mergeFrom(PointStreamProto.PointFeature) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
mergeFrom(PointStreamProto.PointFeatureCollection) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
mergeFrom(PointStreamProto.PointFeatureMember) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
mergeFrom(PointStreamProto.Station) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
mergeFrom(PointStreamProto.StationList) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
mergeFrom(CdmrFeatureProto.CalendarDateRange) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
mergeFrom(CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
mergeFrom(CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
mergeFrom(CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
mergeFrom(CdmrFeatureProto.Coverage) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
mergeFrom(CdmrFeatureProto.CoverageDataResponse) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
mergeFrom(CdmrFeatureProto.CoverageDataset) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
mergeFrom(CdmrFeatureProto.GeoReferencedArray) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
mergeFrom(CdmrFeatureProto.Rectangle) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
mergeFrom(NcStreamProto.ArrayStructureCol) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
mergeFrom(NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
mergeFrom(NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
mergeFrom(NcStreamProto.Data) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
mergeFrom(NcStreamProto.DataCol) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
mergeFrom(NcStreamProto.DataRow) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
mergeFrom(NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
mergeFrom(NcStreamProto.EnumTypedef) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
mergeFrom(NcStreamProto.EnumTypedef.EnumType) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
mergeFrom(NcStreamProto.Error) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
mergeFrom(NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
mergeFrom(NcStreamProto.Header) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
mergeFrom(NcStreamProto.Member) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
mergeFrom(NcStreamProto.Range) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
mergeFrom(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
mergeFrom(NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
mergeFrom(NcStreamProto.StructureData) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
mergeFrom(NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
mergeLatlonRect(CdmrFeatureProto.Rectangle) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
mergeLoc(PointStreamProto.Location) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
mergeNcml(NetcdfFile, Element) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Use NCML to modify the referenced dataset, create a new dataset with the merged info Used to wrap each dataset of an aggregation before its aggregated.
mergeNcML(NetcdfFile, Element) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Use NCML to modify the referenced dataset, create a new dataset with the merged info Used to wrap each dataset of an aggregation before its aggregated
mergeNcMLdirect(NetcdfDataset, Element) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Use NCML to directly modify the dataset
mergeProjRect(CdmrFeatureProto.Rectangle) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
mergeRoot(NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
mergeSection(NcStreamProto.Section) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
mergeSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
mergeSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
mergeSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
mergeStructdata(NcStreamProto.ArrayStructureCol) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
mergeStructdata(NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
message - Variable in class ucar.nc2.util.IO.HttpResult
 
MESSAGE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Error
 
MessageAttribute() - Constructor for class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
MessageAttribute() - Constructor for class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
MessageDataspace() - Constructor for class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDataspace
 
MessageDataspace() - Constructor for class ucar.nc2.iosp.hdf5.H5header.MessageDataspace
 
MessageDatatype() - Constructor for class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDatatype
 
MessageDatatype() - Constructor for class ucar.nc2.iosp.hdf5.H5header.MessageDatatype
 
Metadata - thredds.client.catalog.ServiceType.AccessType
 
MetadataOther - Static variable in class thredds.client.catalog.Dataset
 
MetadataOther(String, String, String, boolean, Object) - Constructor for class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
MetadataOther(String, String, String, String, String, boolean) - Constructor for class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
meterUnit - Static variable in class ucar.nc2.units.SimpleUnit
 
MethodComparator() - Constructor for class ucar.nc2.util.reflect.ProxyGenerator.MethodComparator
 
MethodComparator() - Constructor for class ucar.nc2.util.reflect.PublicInterfaceGenerator.MethodComparator
 
MFile - Interface in thredds.inventory
An abstraction for java.io.File / java.nio.file.Path
MFileCollectionManager - Class in thredds.inventory
Manage Collections of MFiles.
MFileCollectionManager(String, String, Formatter, Logger) - Constructor for class thredds.inventory.MFileCollectionManager
 
MFileCollectionManager(String, Logger) - Constructor for class thredds.inventory.MFileCollectionManager
 
MFileCollectionManager(String, CollectionConfig, CalendarDate, Logger) - Constructor for class thredds.inventory.MFileCollectionManager
 
MFileCollectionManager(FeatureCollectionConfig, Formatter, Logger) - Constructor for class thredds.inventory.MFileCollectionManager
 
MFileFilter - Interface in thredds.inventory
Filter on MFiles
MFileIterator - Class in thredds.inventory
An iterator over MFiles, closeable so its a target for try-with-resource
MFileIterator(Iterator<MFile>, MFileFilter) - Constructor for class thredds.inventory.MFileIterator
Constructor
MFileOS - Class in thredds.filesystem
Implements thredds.inventory.MFile using regular OS files.
MFileOS(File) - Constructor for class thredds.filesystem.MFileOS
 
MFileOS(String) - Constructor for class thredds.filesystem.MFileOS
 
MFileOS7 - Class in thredds.filesystem
Use Java 7 nio Paths
MFileOS7(String) - Constructor for class thredds.filesystem.MFileOS7
 
MFileOS7(Path) - Constructor for class thredds.filesystem.MFileOS7
 
MFileOS7(Path, BasicFileAttributes) - Constructor for class thredds.filesystem.MFileOS7
 
MFileProvider - Interface in thredds.inventory
A Service Provider of MFile.
mfiles - Variable in class thredds.inventory.CollectionList
 
MFiles - Class in thredds.inventory
Static helper methods for MFile objects.
MFiles() - Constructor for class thredds.inventory.MFiles
 
mid_range - ucar.nc2.constants.CF.CellMethods
 
Millisec - ucar.nc2.time.CalendarPeriod.Field
 
MILLISECS_IN_DAY - Static variable in class ucar.nc2.time.CalendarDate
 
MILLISECS_IN_HOUR - Static variable in class ucar.nc2.time.CalendarDate
 
MILLISECS_IN_MINUTE - Static variable in class ucar.nc2.time.CalendarDate
 
MILLISECS_IN_MONTH - Static variable in class ucar.nc2.time.CalendarDate
 
MILLISECS_IN_SECOND - Static variable in class ucar.nc2.time.CalendarDate
 
MILLISECS_IN_YEAR - Static variable in class ucar.nc2.time.CalendarDate
 
min - Variable in class ucar.ma2.MAMath.MinMax
 
minDate - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
minElements - Variable in class ucar.nc2.util.cache.FileCache
 
minElements - Variable in class ucar.nc2.util.cache.FileCacheARC
 
minimum - ucar.nc2.constants.CF.CellMethods
 
MinMax(double, double) - Constructor for class ucar.ma2.MAMath.MinMax
 
minTime - Variable in class ucar.nc2.ft.point.CollectionInfo
 
Minute - ucar.nc2.time.CalendarPeriod.Field
 
Misc - Class in ucar.nc2.util
Miscellaneous static routines.
Misc() - Constructor for class ucar.nc2.util.Misc
 
miss - Variable in class ucar.nc2.util.cache.FileCache
 
miss - Variable in class ucar.nc2.util.cache.FileCacheARC
 
MISSING_VALUE - Static variable in class ucar.nc2.constants.CDM
 
MISSING_VALUE - Static variable in class ucar.nc2.constants.CF
 
missingDataIsMissing - Static variable in class ucar.nc2.dataset.NetcdfDataset
 
missingDataIsMissing() - Method in class ucar.nc2.dataset.VariableDS
 
missingVar - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
MissingVar - ucar.nc2.ft.point.standard.Table.CoordName
 
mlfn(double, double, double, double[]) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
MMapRandomAccessFile - Class in ucar.unidata.io
Deprecated.
not part of public API.
MMapRandomAccessFile(String, String) - Constructor for class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
Constructor for in-memory "files"
mode - ucar.nc2.constants.CF.CellMethods
 
ModelBaseDate - Static variable in class ucar.nc2.constants._Coordinate
 
ModelRunDate - Static variable in class ucar.nc2.constants._Coordinate
 
modify(StructureData) - Method in interface ucar.ma2.StructureDataMediator
 
ModisSatellite - Class in ucar.nc2.dataset.conv
Modis satellite conventions
ModisSatellite() - Constructor for class ucar.nc2.dataset.conv.ModisSatellite
 
modulo - ucar.nc2.ft.point.standard.JoinArray.Type
 
Month - ucar.nc2.time.CalendarPeriod.Field
 
monthOfYear() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
 
monthOfYear() - Method in class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology
 
months() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
 
months() - Method in class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology
Each month has exactly 30 days
MPEG - ucar.nc2.constants.DataFormatType
 
msfn(double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
MSGnavigation - Class in ucar.nc2.dataset.transform
MSGnavigation projection
MSGnavigation - Class in ucar.unidata.geoloc.projection.sat
Port Eumetsat MSG_navigation.c to java.
MSGnavigation() - Constructor for class ucar.nc2.dataset.transform.MSGnavigation
 
MSGnavigation() - Constructor for class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
MSGnavigation(double, double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.sat.MSGnavigation
Constructor
MT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
MTO - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
multidim - ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
 
MultidimInner - ucar.nc2.ft.point.standard.Table.Type
 
MultidimInner3D - ucar.nc2.ft.point.standard.Table.Type
 
MultidimInnerPsuedo - ucar.nc2.ft.point.standard.Table.Type
 
MultidimInnerPsuedo3D - ucar.nc2.ft.point.standard.Table.Type
 
MultidimStructure - ucar.nc2.ft.point.standard.Table.Type
 
multiply(int) - Method in class ucar.nc2.time.CalendarPeriod
Multiply the period by an integer
multiply(MAMatrix, MAMatrix) - Static method in class ucar.ma2.MAMatrix
Matrix multiply: return m1 * m2.
multiply(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
MyRadialVariableAdapter(String, Variable) - Constructor for class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
MyStreamFilter() - Constructor for class thredds.inventory.CollectionAbstract.MyStreamFilter
 

N

N_GROUPS - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
N_ITERS - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
N3channelWriter - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3channelWriter(NetcdfFile) - Constructor for class ucar.nc2.iosp.netcdf3.N3channelWriter
Deprecated.
 
N3header - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3header() - Constructor for class ucar.nc2.iosp.netcdf3.N3header
Deprecated.
 
N3headerNew - Class in ucar.nc2.internal.iosp.netcdf3
Netcdf version 3 header.
N3iosp - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3iosp() - Constructor for class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
N3iospNew - Class in ucar.nc2.internal.iosp.netcdf3
Netcdf 3 version iosp, using Builders for immutability.
N3iospNew() - Constructor for class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
N3iospWriter - Class in ucar.nc2.internal.iosp.netcdf3
IOServiceProviderWriter for Netcdf3 files.
N3iospWriter(IOServiceProvider) - Constructor for class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
N3outputStreamWriter - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3outputStreamWriter(NetcdfFile) - Constructor for class ucar.nc2.iosp.netcdf3.N3outputStreamWriter
Deprecated.
 
N3raf - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3raf() - Constructor for class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
 
N3streamWriter - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
N3streamWriter(NetcdfFile) - Constructor for class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
N3streamWriter.Vinfo - Class in ucar.nc2.iosp.netcdf3
Deprecated.
 
name - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
name - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
name - Variable in class thredds.client.catalog.DatasetNode
 
name - Variable in enum thredds.client.catalog.ServiceType.AccessType
 
name - Variable in class thredds.client.catalog.ThreddsMetadata.Contributor
 
name - Variable in class thredds.client.catalog.ThreddsMetadata.Source
 
name - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
 
name - Variable in class thredds.featurecollection.FeatureCollectionConfig.BestDataset
 
name - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
name - Variable in class ucar.nc2.dataset.CoordinateSystem
 
name - Variable in class ucar.nc2.dataset.CoordinateTransform.Builder
 
name - Variable in class ucar.nc2.dataset.CoordinateTransform
 
name - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
name - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
name - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
name - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
name - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
name - Variable in class ucar.nc2.util.cache.FileCache
 
name - Variable in class ucar.nc2.util.cache.FileCacheARC
 
name - Variable in class ucar.unidata.geoloc.Earth
 
name - Variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
name of this projection.
name - Variable in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
NAME - Static variable in class ucar.nc2.filter.Filters.Keys
key for a String id/name (e.g.
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Dimension
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
NAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
NamedAnything - Class in ucar.nc2.util
Deprecated.
will move in ver 6
NamedAnything(Object, String) - Constructor for class ucar.nc2.util.NamedAnything
Deprecated.
 
NamedObject - Interface in ucar.nc2.util
Deprecated.
will move in ver 6
names - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
namespaceURI - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
naming_authority - Static variable in class ucar.nc2.constants.ACDD
 
NC_FILL_BYTE - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_CHAR - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_DOUBLE - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_FLOAT - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_INT - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_INT64 - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_SHORT - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_STRING - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_UBYTE - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_UINT - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_UINT64 - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FILL_USHORT - Static variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
NC_FORMAT_64BIT - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_64BIT_DATA - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_64BIT_OFFSET - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_CDF5 - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_CLASSIC - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_HDF4 - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_HDF5 - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_NETCDF3 - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
NC_FORMAT_NETCDF4 - Static variable in class ucar.nc2.iosp.NCheader
Deprecated.
 
Nc4 - Class in ucar.nc2.iosp.netcdf4
Deprecated.
do not use
Nc4() - Constructor for class ucar.nc2.iosp.netcdf4.Nc4
Deprecated.
 
Nc4Chunking - Interface in ucar.nc2.write
Interface for strategies deciding how to chunk netcdf-4 variables.
Nc4Chunking.Strategy - Enum in ucar.nc2.write
 
Nc4ChunkingDefault - Class in ucar.nc2.write
Default chunking strategy.
Nc4ChunkingDefault() - Constructor for class ucar.nc2.write.Nc4ChunkingDefault
 
Nc4ChunkingDefault(int, boolean) - Constructor for class ucar.nc2.write.Nc4ChunkingDefault
 
Nc4ChunkingStrategy - Class in ucar.nc2.write
Abstract superclass for netcdf-4 chunking strategy.
Nc4ChunkingStrategy(int, boolean) - Constructor for class ucar.nc2.write.Nc4ChunkingStrategy
 
Nc4ChunkingStrategyGrib - Class in ucar.nc2.write
chunk on last 2 dimensions, like GRIB
Nc4ChunkingStrategyGrib(int, boolean) - Constructor for class ucar.nc2.write.Nc4ChunkingStrategyGrib
 
Nc4ChunkingStrategyNone - Class in ucar.nc2.write
No chunking is done, except for unlimited variables.
Nc4ChunkingStrategyNone() - Constructor for class ucar.nc2.write.Nc4ChunkingStrategyNone
 
Nccopy - Class in ucar.nc2.write
Utility to implement nccopy command line utility.
Nccopy() - Constructor for class ucar.nc2.write.Nccopy
 
ncd - Variable in class ucar.nc2.dataset.CoordinateAxis
 
ncDataset - Variable in class ucar.nc2.internal.ncml.Aggregation
 
ncDataset - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
ncdump(String, Writer, CancelTask) - Static method in class ucar.nc2.write.Ncdump
ncdump that parses a command string.
ncdump(NetcdfFile, String, Writer, CancelTask) - Static method in class ucar.nc2.write.Ncdump
ncdump, parsing command string, file already open.
Ncdump - Class in ucar.nc2.write
Utility to implement ncdump.
Ncdump.Builder - Class in ucar.nc2.write
 
Ncdump.WantValues - Enum in ucar.nc2.write
Tell Ncdump if you want values printed.
NCdumpW - Class in ucar.nc2
Deprecated.
use ucar.nc2.write.Ncdump
NCdumpW() - Constructor for class ucar.nc2.NCdumpW
Deprecated.
 
NCdumpW.WantValues - Enum in ucar.nc2
Deprecated.
do not use
ncfile - Variable in class ucar.nc2.Group
 
ncfile - Variable in class ucar.nc2.iosp.AbstractIOServiceProvider
 
ncfile - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
ncfile - Variable in class ucar.nc2.Variable.Builder
 
ncfile - Variable in class ucar.nc2.Variable
 
NCheader - Class in ucar.nc2.iosp
Deprecated.
Will move to internal module in version 6.
NCheader() - Constructor for class ucar.nc2.iosp.NCheader
Deprecated.
 
NcJSON - thredds.client.catalog.ServiceType
 
Ncml - Static variable in class thredds.client.catalog.Dataset
 
NCML - thredds.client.catalog.ServiceType
 
NCML - ucar.nc2.constants.DataFormatType
 
NcmlCollectionReader - Class in thredds.inventory
Convert NcML into a CollectionManager.
NcmlConstructor - Class in ucar.nc2.ncml
Deprecated.
do not use
NcmlConstructor() - Constructor for class ucar.nc2.ncml.NcmlConstructor
Deprecated.
 
ncmlDefaultNamespace - Static variable in class ucar.nc2.ncml.NcMLWriter
Deprecated.
A default namespace constructed from the NcML URI: http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2.
NcMLGWriter - Class in ucar.nc2.ncml
Deprecated.
do not use
NcMLGWriter() - Constructor for class ucar.nc2.ncml.NcMLGWriter
Deprecated.
 
NcmlNetcdfFileProvider - Class in ucar.nc2.internal.ncml
 
NcmlNetcdfFileProvider() - Constructor for class ucar.nc2.internal.ncml.NcmlNetcdfFileProvider
 
ncmlNS - Static variable in class thredds.client.catalog.Catalog
 
ncmlNSHttps - Static variable in class thredds.client.catalog.Catalog
 
NcmlReader - Class in ucar.nc2.internal.ncml
Read NcML and create NetcdfDataset.Builder, using builders and immutable objects.
NcmlReader() - Constructor for class ucar.nc2.internal.ncml.NcmlReader
 
NcMLReader - Class in ucar.nc2.ncml
Deprecated.
read NcML using NetcdfDatasets.open()
NcMLReader() - Constructor for class ucar.nc2.ncml.NcMLReader
Deprecated.
 
NcmlWriter - Class in ucar.nc2.write
Helper class to write NcML.
NcmlWriter() - Constructor for class ucar.nc2.write.NcmlWriter
Constructor with default values
NcmlWriter(Namespace, Format, Predicate<? super Variable>) - Constructor for class ucar.nc2.write.NcmlWriter
Constructor allows you to set parameters.
NcMLWriter - Class in ucar.nc2.ncml
Deprecated.
use ucar.nc2.write.NcmlWriter
NcMLWriter() - Constructor for class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
NcmlWriter.WriteVariablesWithNamesPredicate - Class in ucar.nc2.write
Predicate that returns true for variables whose names are specified to the constructor.
NcMLWriter.WriteVariablesWithNamesPredicate - Class in ucar.nc2.ncml
Deprecated.
Predicate that returns true for variables whose names are specified to the constructor.
ncoords - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
ncoords - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
NCPROPERTIES - Static variable in class ucar.nc2.constants.CDM
 
ncstream - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
NcStream - Class in ucar.nc2.stream
Defines the ncstream format, along with ncStream.proto.
NcStream() - Constructor for class ucar.nc2.stream.NcStream
 
NCSTREAM - ucar.nc2.write.NetcdfFileFormat
 
ncstream_data_version - Static variable in class ucar.nc2.stream.NcStream
 
NcStreamCompressedOutputStream - Class in ucar.nc2.stream
Created by rmay on 8/13/15.
NcStreamCompressedOutputStream(OutputStream, int, int) - Constructor for class ucar.nc2.stream.NcStreamCompressedOutputStream
 
NcStreamCompression - Class in ucar.nc2.stream
Created by rmay on 8/10/15.
NcStreamDataCol - Class in ucar.nc2.stream
DataCol message encoding.
NcStreamDataCol() - Constructor for class ucar.nc2.stream.NcStreamDataCol
 
NcStreamDataRow - Class in ucar.nc2.stream
LOOK Not Done Yet
NcStreamDataRow() - Constructor for class ucar.nc2.stream.NcStreamDataRow
 
NcStreamIosp - Class in ucar.nc2.stream
IOSP to read an ncStream that has been written to a file.
NcStreamIosp() - Constructor for class ucar.nc2.stream.NcStreamIosp
 
NcStreamIosp.NcsMess - Class in ucar.nc2.stream
 
NcStreamProto - Class in ucar.nc2.stream
 
NcStreamProto.ArrayStructureCol - Class in ucar.nc2.stream
Protobuf type ArrayStructureCol
NcStreamProto.ArrayStructureCol.Builder - Class in ucar.nc2.stream
Protobuf type ArrayStructureCol
NcStreamProto.ArrayStructureColOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.ArrayStructureRow - Class in ucar.nc2.stream
Protobuf type ArrayStructureRow
NcStreamProto.ArrayStructureRow.Builder - Class in ucar.nc2.stream
Protobuf type ArrayStructureRow
NcStreamProto.ArrayStructureRowOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Attribute - Class in ucar.nc2.stream
Protobuf type Attribute
NcStreamProto.Attribute.Builder - Class in ucar.nc2.stream
Protobuf type Attribute
NcStreamProto.Attribute.Type - Enum in ucar.nc2.stream
< 5.0
NcStreamProto.AttributeOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Compress - Enum in ucar.nc2.stream
Protobuf enum Compress
NcStreamProto.Data - Class in ucar.nc2.stream
Protobuf type Data
NcStreamProto.Data.BigendPresentCase - Enum in ucar.nc2.stream
 
NcStreamProto.Data.Builder - Class in ucar.nc2.stream
Protobuf type Data
NcStreamProto.DataCol - Class in ucar.nc2.stream
Protobuf type DataCol
NcStreamProto.DataCol.Builder - Class in ucar.nc2.stream
Protobuf type DataCol
NcStreamProto.DataColOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.DataOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.DataRow - Class in ucar.nc2.stream
Protobuf type DataRow
NcStreamProto.DataRow.Builder - Class in ucar.nc2.stream
Protobuf type DataRow
NcStreamProto.DataRowOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.DataType - Enum in ucar.nc2.stream
Protobuf enum DataType
NcStreamProto.Dimension - Class in ucar.nc2.stream
Protobuf type Dimension
NcStreamProto.Dimension.Builder - Class in ucar.nc2.stream
Protobuf type Dimension
NcStreamProto.DimensionOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.EnumTypedef - Class in ucar.nc2.stream
Protobuf type EnumTypedef
NcStreamProto.EnumTypedef.Builder - Class in ucar.nc2.stream
Protobuf type EnumTypedef
NcStreamProto.EnumTypedef.EnumType - Class in ucar.nc2.stream
Protobuf type EnumTypedef.EnumType
NcStreamProto.EnumTypedef.EnumType.Builder - Class in ucar.nc2.stream
Protobuf type EnumTypedef.EnumType
NcStreamProto.EnumTypedef.EnumTypeOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.EnumTypedefOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Error - Class in ucar.nc2.stream
Protobuf type Error
NcStreamProto.Error.Builder - Class in ucar.nc2.stream
Protobuf type Error
NcStreamProto.ErrorOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Group - Class in ucar.nc2.stream
Protobuf type Group
NcStreamProto.Group.Builder - Class in ucar.nc2.stream
Protobuf type Group
NcStreamProto.GroupOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Header - Class in ucar.nc2.stream
Protobuf type Header
NcStreamProto.Header.Builder - Class in ucar.nc2.stream
Protobuf type Header
NcStreamProto.HeaderOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Member - Class in ucar.nc2.stream
Protobuf type Member
NcStreamProto.Member.Builder - Class in ucar.nc2.stream
Protobuf type Member
NcStreamProto.MemberOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Range - Class in ucar.nc2.stream
Protobuf type Range
NcStreamProto.Range.Builder - Class in ucar.nc2.stream
Protobuf type Range
NcStreamProto.RangeOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Section - Class in ucar.nc2.stream
Protobuf type Section
NcStreamProto.Section.Builder - Class in ucar.nc2.stream
Protobuf type Section
NcStreamProto.SectionOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Structure - Class in ucar.nc2.stream
Protobuf type Structure
NcStreamProto.Structure.Builder - Class in ucar.nc2.stream
Protobuf type Structure
NcStreamProto.StructureData - Class in ucar.nc2.stream
Protobuf type StructureData
NcStreamProto.StructureData.Builder - Class in ucar.nc2.stream
Protobuf type StructureData
NcStreamProto.StructureDataOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.StructureOrBuilder - Interface in ucar.nc2.stream
 
NcStreamProto.Variable - Class in ucar.nc2.stream
Protobuf type Variable
NcStreamProto.Variable.Builder - Class in ucar.nc2.stream
Protobuf type Variable
NcStreamProto.VariableOrBuilder - Interface in ucar.nc2.stream
 
NcStreamReader - Class in ucar.nc2.stream
Read an ncStream InputStream into a NetcdfFile.
NcStreamReader() - Constructor for class ucar.nc2.stream.NcStreamReader
 
NcStreamReader.DataResult - Class in ucar.nc2.stream
 
NcStreamWriter - Class in ucar.nc2.stream
Write a NetcdfFile to an OutputStream using ncstream protocol
NcStreamWriter(NetcdfFile, String) - Constructor for class ucar.nc2.stream.NcStreamWriter
 
NcStreamWriterChannel - Class in ucar.nc2.stream
Deprecated.
do not use
NcStreamWriterChannel(NetcdfFile, String) - Constructor for class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
NdbcCoards - Class in ucar.nc2.ft.point.standard.plug
Ndbc (National Data Buoy Center) Coards Convention (National Data Buoy Center)
NdbcCoards() - Constructor for class ucar.nc2.ft.point.standard.plug.NdbcCoards
 
NdbcNetcdf4 - Class in ucar.nc2.ft.point.standard.plug
NOT DONE YET NDBC (National Data Buoy Center) Convention with netcdf4 files
NdbcNetcdf4() - Constructor for class ucar.nc2.ft.point.standard.plug.NdbcNetcdf4
 
NDG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
nearlyEquals(double, double) - Static method in class ucar.nc2.util.Misc
AbsoluteDifference is less than Misc.defaultMaxRelativeDiffDouble.
nearlyEquals(double, double, double) - Static method in class ucar.nc2.util.Misc
RelativeDifference is less than maxRelDiff.
nearlyEquals(float, float) - Static method in class ucar.nc2.util.Misc
AbsoluteDifference is less than Misc.defaultMaxRelativeDiffFloat.
nearlyEquals(float, float, float) - Static method in class ucar.nc2.util.Misc
RelativeDifference is less than maxRelDiff.
nearlyEquals(Array, Array) - Static method in class ucar.ma2.MAMath
Returns true if the specified arrays have the same size, signedness, and approximately equal corresponding elements.
nearlyEquals(LatLonPoint) - Method in interface ucar.unidata.geoloc.LatLonPoint
nearlyEquals(LatLonPointNoNormalize) - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
nearlyEquals(LatLonPointNoNormalize, double) - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
Returns true if this point is nearly equal to that.
nearlyEquals(LatLonPoint, double) - Method in interface ucar.unidata.geoloc.LatLonPoint
Returns true if this point is nearly equal to that.
nearlyEquals(LatLonPoint, double) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
 
nearlyEquals(LatLonRect) - Method in class ucar.unidata.geoloc.LatLonRect
nearlyEquals(LatLonRect, double) - Method in class ucar.unidata.geoloc.LatLonRect
Returns true if this rectangle is nearly equal to other.
nearlyEquals(ProjectionPoint) - Method in interface ucar.unidata.geoloc.ProjectionPoint
nearlyEquals(ProjectionPoint, double) - Method in interface ucar.unidata.geoloc.ProjectionPoint
Returns true if this point is nearly equal to other.
nearlyEquals(ProjectionPoint, double) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
nearlyEquals(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
nearlyEquals(ProjectionRect, double) - Method in class ucar.unidata.geoloc.ProjectionRect
Returns true if this rectangle is nearly equal to other.
nearlyEqualsAbs(double, double, double) - Static method in class ucar.nc2.util.Misc
AbsoluteDifference is less than maxAbsDiff.
nearlyEqualsAbs(float, float, float) - Static method in class ucar.nc2.util.Misc
AbsoluteDifference is less than maxAbsDiff.
negate(ProjectionPointImpl) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
nelems - Variable in class ucar.ma2.ArrayStructure
 
nelems - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
NELEMS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
NELEMS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
NestedCollectionIOIteratorAdapter(PointFeatureCCIterator) - Constructor for class ucar.nc2.ft.point.StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter
 
NestedCollectionIteratorAdapter<T> - Class in ucar.nc2.ft.point
adapt a NestedPointFeatureCollectionIterator to an Iterator
NestedCollectionIteratorAdapter(PointFeatureCCIterator) - Constructor for class ucar.nc2.ft.point.NestedCollectionIteratorAdapter
 
NestedDirectory - ucar.nc2.util.DiskCache2.CachePathPolicy
 
NestedStructure - ucar.nc2.ft.point.standard.Table.Type
 
NestedTable - Class in ucar.nc2.ft.point.standard
Implements "nested table" views of point feature datasets.
nestedTableName - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
NestedTruncate - ucar.nc2.util.DiskCache2.CachePathPolicy
 
nestingLevel - Variable in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
NETCDF - ucar.nc2.constants.DataFormatType
 
netcdf3 - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
NETCDF3 - ucar.nc2.write.NetcdfFileFormat
 
NETCDF3_64BIT_DATA - ucar.nc2.write.NetcdfFileFormat
 
NETCDF3_64BIT_OFFSET - ucar.nc2.write.NetcdfFileFormat
 
netcdf3c - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
netcdf3c64 - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
netcdf4 - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
NETCDF4 - ucar.nc2.constants.DataFormatType
 
NETCDF4 - ucar.nc2.write.NetcdfFileFormat
 
netcdf4_classic - ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
NETCDF4_CLASSIC - ucar.nc2.write.NetcdfFileFormat
 
NETCDF4_COORDINATES - Static variable in class ucar.nc2.iosp.netcdf4.Nc4
Deprecated.
 
NETCDF4_DIMID - Static variable in class ucar.nc2.iosp.netcdf4.Nc4
Deprecated.
 
NETCDF4_NON_COORD - Static variable in class ucar.nc2.iosp.netcdf4.Nc4
Deprecated.
 
NETCDF4_STRICT - Static variable in class ucar.nc2.iosp.netcdf4.Nc4
Deprecated.
 
Netcdf4ObjectFilter() - Constructor for class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
 
NetcdfCopier - Class in ucar.nc2.write
Utility class for copying a NetcdfFile object, or parts of one, to a netcdf-3 or netcdf-4 disk file.
netcdfDataset - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
netcdfDataset - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
NetcdfDataset - Class in ucar.nc2.dataset
NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems.
NetcdfDataset() - Constructor for class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
NetcdfDataset(NetcdfFile) - Constructor for class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
NetcdfDataset(NetcdfFile.Builder<?>) - Constructor for class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
NetcdfDataset(NetcdfFile, boolean) - Constructor for class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
NetcdfDataset(NetcdfFile, Set<NetcdfDataset.Enhance>) - Constructor for class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
NetcdfDataset.Builder<T extends NetcdfDataset.Builder<T>> - Class in ucar.nc2.dataset
 
NetcdfDataset.Enhance - Enum in ucar.nc2.dataset
Possible enhancements for a NetcdfDataset
NetcdfDatasetInfo - Class in ucar.nc2.dataset
Deprecated.
This will move to another package.
NetcdfDatasetInfo(String) - Constructor for class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
 
NetcdfDatasetInfo(NetcdfDataset) - Constructor for class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
 
NetcdfDatasets - Class in ucar.nc2.dataset
Static helper methods for NetcdfDataset
NetcdfDatasets() - Constructor for class ucar.nc2.dataset.NetcdfDatasets
 
NetcdfFile - Class in ucar.nc2
Read-only scientific datasets that are accessible through the netCDF API.
NetcdfFile() - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFile.builder()
NetcdfFile(String) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open( location) or NetcdfDatasets.openFile( location)
NetcdfFile(String, Object, String, int, CancelTask) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFile.builder()
NetcdfFile(URL) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open( http:location) or NetcdfDatasets.openFile( http:location)
NetcdfFile(IOServiceProvider, String) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFile.builder()
NetcdfFile(IOServiceProvider, RandomAccessFile, String, CancelTask) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFile.builder()
NetcdfFile(NetcdfFile) - Constructor for class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFile.builder()
NetcdfFile(NetcdfFile.Builder<?>) - Constructor for class ucar.nc2.NetcdfFile
 
NetcdfFile.Builder<T extends NetcdfFile.Builder<T>> - Class in ucar.nc2
A builder of NetcdfFile objects.
NetcdfFileFormat - Enum in ucar.nc2.write
Enumeration of the kinds of NetCDF file formats.
NetcdfFileProvider - Interface in ucar.nc2.dataset.spi
A Service Provider of NetcdfFile.
NetcdfFiles - Class in ucar.nc2
Static helper methods for NetcdfFile objects.
NetcdfFiles() - Constructor for class ucar.nc2.NetcdfFiles
 
NetcdfFileSubclass - Class in ucar.nc2
Deprecated.
Use NetcdfFile.builder(). Remove in v6
NetcdfFileSubclass() - Constructor for class ucar.nc2.NetcdfFileSubclass
Deprecated.
 
NetcdfFileSubclass(String, Object, String, int, CancelTask) - Constructor for class ucar.nc2.NetcdfFileSubclass
Deprecated.
 
NetcdfFileSubclass(IOServiceProvider, String) - Constructor for class ucar.nc2.NetcdfFileSubclass
Deprecated.
 
NetcdfFileSubclass(IOServiceProvider, RandomAccessFile, String, CancelTask) - Constructor for class ucar.nc2.NetcdfFileSubclass
Deprecated.
 
NetcdfFileWriter - Class in ucar.nc2
Deprecated.
use ucar.nc2.write.NetcdfFormatWriter or ucar.nc2.write.NetcdfCopier
NetcdfFileWriter(NetcdfFileWriter.Version, String, boolean, Nc4Chunking) - Constructor for class ucar.nc2.NetcdfFileWriter
Deprecated.
Open an existing or create a new Netcdf file
NetcdfFileWriter.Version - Enum in ucar.nc2
Deprecated.
use NetcdfFileFormat
NetcdfFormatWriter - Class in ucar.nc2.write
Writes Netcdf 3 or 4 formatted files to disk.
NetcdfFormatWriter.Builder - Class in ucar.nc2.write
 
NetcdfSubset - thredds.client.catalog.ServiceType
 
never - thredds.inventory.CollectionUpdateType
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
newBuilder() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
newBuilder() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
newBuilder() - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
newBuilder(PointStreamProto.Location) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
newBuilder(PointStreamProto.PointFeature) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
newBuilder(PointStreamProto.PointFeatureCollection) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
newBuilder(PointStreamProto.PointFeatureMember) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
newBuilder(PointStreamProto.Station) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
newBuilder(PointStreamProto.StationList) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
newBuilder(CdmrFeatureProto.CalendarDateRange) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
newBuilder(CdmrFeatureProto.CoordAxis) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
newBuilder(CdmrFeatureProto.CoordSys) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
newBuilder(CdmrFeatureProto.CoordTransform) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
newBuilder(CdmrFeatureProto.Coverage) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
newBuilder(CdmrFeatureProto.CoverageDataResponse) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
newBuilder(CdmrFeatureProto.CoverageDataset) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
newBuilder(CdmrFeatureProto.GeoReferencedArray) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
newBuilder(CdmrFeatureProto.Rectangle) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
newBuilder(NcStreamProto.ArrayStructureCol) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
newBuilder(NcStreamProto.ArrayStructureRow) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
newBuilder(NcStreamProto.Attribute) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
newBuilder(NcStreamProto.Data) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
newBuilder(NcStreamProto.DataCol) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
newBuilder(NcStreamProto.DataRow) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
newBuilder(NcStreamProto.Dimension) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
newBuilder(NcStreamProto.EnumTypedef) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
newBuilder(NcStreamProto.EnumTypedef.EnumType) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
newBuilder(NcStreamProto.Error) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
newBuilder(NcStreamProto.Group) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
newBuilder(NcStreamProto.Header) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
newBuilder(NcStreamProto.Member) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
newBuilder(NcStreamProto.Range) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
newBuilder(NcStreamProto.Section) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
newBuilder(NcStreamProto.Structure) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
newBuilder(NcStreamProto.StructureData) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
newBuilder(NcStreamProto.Variable) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
newBuilderForType() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
newBuilderForType() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
newBuilderForType() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Data
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Error
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Group
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Header
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Member
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Range
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Section
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
newDirectoryStream(Path, String) - Static method in class thredds.inventory.CollectionGlob
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Data
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Error
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Group
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Header
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Member
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Range
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Section
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
NEXRAD2 - ucar.nc2.constants.DataFormatType
 
Nexrad2RadialAdapter - Class in ucar.nc2.dt.radial
Make a NEXRAD Level 2 NetcdfDataset into a RadialDataset.
Nexrad2RadialAdapter() - Constructor for class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
Nexrad2RadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.Nexrad2RadialAdapter
Constructor.
next - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
next() - Method in class thredds.inventory.MFileIterator
 
next() - Method in class ucar.ma2.Array
Return the next object in the local iterator.
next() - Method in class ucar.ma2.ArrayChar.StringIterator
 
next() - Method in class ucar.ma2.ArrayStructure.ArrayStructureIterator
 
next() - Method in interface ucar.ma2.IndexIterator
Get next value as an Object
next() - Method in class ucar.ma2.IteratorFast
 
next() - Method in class ucar.ma2.SectionIterable.SectionIterator
 
next() - Method in class ucar.ma2.SequenceIterator
 
next() - Method in interface ucar.ma2.StructureDataIterator
Get the next StructureData in the iteration.
next() - Method in class ucar.ma2.StructureDataIteratorLimited
 
next() - Method in class ucar.ma2.StructureDataIteratorMediated
 
next() - Method in class ucar.nc2.ft.point.CollectionIteratorAdapter
 
next() - Method in class ucar.nc2.ft.point.FlattenedDatasetPointCollection.FlattenedDatasetPointIterator
 
next() - Method in class ucar.nc2.ft.point.NestedCollectionIteratorAdapter
 
next() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.PointCollectionIteratorFiltered
 
next() - Method in class ucar.nc2.ft.point.PointFeatureCCIteratorFiltered
 
next() - Method in class ucar.nc2.ft.point.PointIteratorAdapter
Returns the next element in the iteration.
next() - Method in class ucar.nc2.ft.point.PointIteratorEmpty
 
next() - Method in class ucar.nc2.ft.point.PointIteratorFiltered
Returns the next element in the iteration.
next() - Method in class ucar.nc2.ft.point.PointIteratorFlatten
 
next() - Method in class ucar.nc2.ft.point.PointIteratorFromStructureData
 
next() - Method in class ucar.nc2.ft.point.PointIteratorMultidim
 
next() - Method in class ucar.nc2.ft.point.remote.PointIteratorStream
 
next() - Method in class ucar.nc2.ft.point.SectionCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.SectionFeatureImpl
 
next() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter
 
next() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
next() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
next() - Method in class ucar.nc2.ft.point.StructureDataIteratorIndexed
 
next() - Method in class ucar.nc2.ft.point.StructureDataIteratorLinked
 
next() - Method in interface ucar.nc2.ft.PointFeatureCCIterator
Returns the next NestedPointFeatureCollection object You must call hasNext() before calling next(), even if you know it will return true.
next() - Method in interface ucar.nc2.ft.PointFeatureCollection
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.PointFeatureCollectionIterator
Returns the next PointFeatureCollection You must call hasNext() before calling next(), even if you know it will return true.
next() - Method in interface ucar.nc2.ft.PointFeatureIterator
Returns the next PointFeature.
next() - Method in interface ucar.nc2.ft.ProfileFeatureCollection
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.StationProfileFeature
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.TrajectoryFeatureCollection
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
Deprecated.
use foreach
next() - Method in interface ucar.nc2.ft.TrajectoryProfileFeatureCollection
Deprecated.
use foreach
next() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
 
next() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
next() - Method in class ucar.nc2.iosp.hdf5.DataBTree.DataChunkIterator
 
next() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayout
 
next() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
next() - Method in class ucar.nc2.iosp.IndexChunker
Get the next chunk
next() - Method in class ucar.nc2.iosp.IndexChunkerTiled
 
next() - Method in interface ucar.nc2.iosp.Layout
Get the next chunk
next() - Method in interface ucar.nc2.iosp.LayoutBB
Get the next chunk
next() - Method in interface ucar.nc2.iosp.LayoutBBTiled.DataChunkIterator
 
next() - Method in class ucar.nc2.iosp.LayoutBBTiled
 
next() - Method in class ucar.nc2.iosp.LayoutRegular
 
next() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
 
next() - Method in class ucar.nc2.iosp.LayoutSegmented
 
next() - Method in interface ucar.nc2.iosp.LayoutTiled.DataChunkIterator
 
next() - Method in class ucar.nc2.iosp.LayoutTiled
 
next() - Method in interface ucar.nc2.util.IOIterator
Deprecated.
Returns the next element in the iteration.
next(int[]) - Method in class ucar.ma2.Section.Iterator
Get the position in the equivalant 1D array of shape[]
next(int[]) - Method in class ucar.ma2.SectionIterable.SectionIterator
Get the position in the equivalant 1D array of shape[]
nextBoolean() - Method in class ucar.ma2.Array
Return the next boolean in the local iterator.
nextByte() - Method in class ucar.ma2.Array
Return the next byte in the local iterator.
nextChar() - Method in class ucar.ma2.Array
Return the next char in the local iterator.
nextDouble() - Method in class ucar.ma2.Array
Return the next double in the local iterator.
nextFloat() - Method in class ucar.ma2.Array
Return the next float in the local iterator.
nextInt() - Method in class ucar.ma2.Array
Return the next int in the local iterator.
nextLarger(DataType) - Static method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
Returns the smallest numeric data type that: can hold a larger integer than dataType can if integral, has the same signedness as dataType The relative sizes of data types are determined in a manner consistent with VariableEnhancer.rank(DataType).
nextLarger(DataType) - Static method in class ucar.nc2.filter.FilterHelpers
Returns the smallest numeric data type that: can hold a larger integer than dataType can if integral, has the same signedness as dataType
nextLong() - Method in class ucar.ma2.Array
Return the next long in the local iterator.
nextOuter() - Method in class ucar.nc2.iosp.LayoutRegularSegmented
 
nextOuter() - Method in class ucar.nc2.iosp.LayoutSegmented
 
nextShort() - Method in class ucar.ma2.Array
Return the next short in the local iterator.
nfeatures - Variable in class ucar.nc2.ft.point.CollectionInfo
 
nfeatures - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
nfields() - Method in class ucar.nc2.util.TableParser.Record
Deprecated.
 
niceNumber(double, boolean) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
NIDS - ucar.nc2.constants.DataFormatType
 
NidsRadialAdapter - Class in ucar.nc2.dt.radial
Make a Nids NetcdfDataset into a RadialDataset.
NidsRadialAdapter() - Constructor for class ucar.nc2.dt.radial.NidsRadialAdapter
 
NidsRadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.NidsRadialAdapter
Constructor.
NIL - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
NIL - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
Nimbus - Class in ucar.nc2.dataset.conv
NCAR RAF / NIMBUS
Nimbus - Class in ucar.nc2.internal.dataset.conv
NCAR RAF / NIMBUS
Nimbus() - Constructor for class ucar.nc2.dataset.conv.Nimbus
 
Nimbus.Factory - Class in ucar.nc2.internal.dataset.conv
 
NJ22_NAMESPACE - Static variable in class thredds.client.catalog.Catalog
 
NJ22_NAMESPACE_HTTPS - Static variable in class thredds.client.catalog.Catalog
 
Nldn - Class in ucar.nc2.ft.point.standard.plug
Describe
Nldn() - Constructor for class ucar.nc2.ft.point.standard.plug.Nldn
 
NO_GRIB_CLASS - Static variable in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
nobs - Variable in class ucar.nc2.ft.point.CollectionInfo
 
nobs - Variable in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
nocheck - thredds.inventory.CollectionUpdateType
 
NODE_COORDINATES - Static variable in class ucar.nc2.constants.CF
 
NODE_COUNT - Static variable in class ucar.nc2.constants.CF
 
NODES - Static variable in class ucar.nc2.constants.CF
 
NoFactoryFoundException - Exception in ucar.nc2.ft
Indicates that no suitable factory could be found to open a feature dataset.
NoFactoryFoundException() - Constructor for exception ucar.nc2.ft.NoFactoryFoundException
Constructs a new NoFactoryFoundException with null as its detail message.
NoFactoryFoundException(String) - Constructor for exception ucar.nc2.ft.NoFactoryFoundException
Constructs a new NoFactoryFoundException with the specified detail message.
NoFactoryFoundException(String, Throwable) - Constructor for exception ucar.nc2.ft.NoFactoryFoundException
Constructs a new NoFactoryFoundException with the specified detail message and cause.
NoFactoryFoundException(Throwable) - Constructor for exception ucar.nc2.ft.NoFactoryFoundException
Constructs a new NoFactoryFoundException with the specified cause and a detail message of (cause == null ? null : cause.toString()) (which typically contains the class and detail message of cause).
noleap - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
noleap = 2;
noleap - ucar.nc2.time.Calendar
 
noleap_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
noleap = 2;
NoLeapChronology - Class in uk.ac.rdg.resc.edal.time
A Chronology in which each year has exactly 365 days (February is always 28 days long).
nomTime - Variable in class ucar.nc2.ft.point.PointFeatureImpl
 
NOMTIME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
none - thredds.featurecollection.FeatureCollectionConfig.PartitionType
 
none - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
none = 6;
none - ucar.nc2.NCdumpW.WantValues
Deprecated.
 
none - ucar.nc2.time.Calendar
 
none - ucar.nc2.write.Nc4Chunking.Strategy
 
none - ucar.nc2.write.Ncdump.WantValues
 
none() - Static method in class ucar.nc2.stream.NcStreamCompression
 
NONE - ucar.nc2.ft.radial.RadialSweepFeature.Type
 
NONE - ucar.nc2.stream.NcStreamProto.Compress
NONE = 0;
NONE - Static variable in class ucar.nc2.dt.RadialDatasetSweep.Type
 
NONE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
none_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
none = 6;
NONE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Compress
NONE = 0;
norm() - Method in class ucar.ma2.MAVector
Get the L2 norm of this vector.
normalize() - Method in class ucar.ma2.MAVector
Normalize this vector, so it has norm = 1.0.
normalize(EnsCoord, List<EnsCoord>) - Static method in class ucar.nc2.ft.fmrc.EnsCoord
Extend result with all the values in the list of EnsCoord
normalize(VertCoord, List<VertCoord>) - Static method in class ucar.nc2.ft.fmrc.VertCoord
Extend result with all the values in the list of VertCoord Sort the values and recreate the double[] values array.
normalize(ProjectionPointImpl) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
NORMALIZE - Static variable in class ucar.nc2.constants.CDM
 
normalizeAngle(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
normalizeLatitude(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
normalizeLongitude(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
Normalizer - Class in ucar.nc2.filter
 
normalizeToXML(String) - Static method in class ucar.nc2.util.EscapeStrings
Deprecated.
do not use
NORTH_POLE - Static variable in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
NORTH_POLE_GRID_LONGITUDE - Static variable in class ucar.nc2.constants.CF
 
northsouth - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
NOT_GRIB_FILE - Static variable in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
NotAThreddsDataset - Static variable in class thredds.client.catalog.Dataset
 
note - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
NppConvention - Class in ucar.nc2.dataset.conv
NPP/NPOESS Conventions note this is almost same as Avhrr ??
NppConvention() - Constructor for class ucar.nc2.dataset.conv.NppConvention
 
NRI - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
NROWS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
NROWS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
nruns - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
NsslRadarMosaicConvention - Class in ucar.nc2.dataset.conv
NsslRadarMosaicConvention Convention.
NsslRadarMosaicConvention() - Constructor for class ucar.nc2.dataset.conv.NsslRadarMosaicConvention
 
NsslRadialAdapter - Class in ucar.nc2.dt.radial
 
NsslRadialAdapter() - Constructor for class ucar.nc2.dt.radial.NsslRadialAdapter
 
NsslRadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.NsslRadialAdapter
Constructor.
NT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
NULL - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
NUM_OVERSHOOT_BYTES - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
numberOfObsName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
numeric - Static variable in class ucar.nc2.util.EscapeStrings
 
numRecords - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
NUWGConvention - Class in ucar.nc2.dataset.conv
NUWG Convention (ad hoc).
NUWGConvention - Class in ucar.nc2.internal.dataset.conv
NUWG Convention (ad hoc).
NUWGConvention() - Constructor for class ucar.nc2.dataset.conv.NUWGConvention
 
NUWGConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
NVALUES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 

O

OBJECT - ucar.ma2.DataType
 
ObjectHeaderContinuation - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
ObjectHeaderContinuation - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
ObjectReferenceCount - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
ObjectReferenceCount - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
objectSize - Static variable in class ucar.nc2.util.Misc
Estimates object size in bytes
OBLIQUE - Static variable in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
obsRecno - Variable in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
obsTime - Variable in class ucar.nc2.ft.point.PointFeatureImpl
 
ocean_double_sigma_coordinate - Static variable in class ucar.nc2.constants.CF
 
ocean_s_coordinate - Static variable in class ucar.nc2.constants.CF
 
ocean_sigma_coordinate - Static variable in class ucar.nc2.constants.CF
 
ocean_sigma_z_coordinate - Static variable in class ucar.nc2.constants.CF
 
OceanS - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate".
OceanS - ucar.nc2.dataset.VerticalCT.Type
 
OceanS(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.OceanS
Create a new vertical transform for Ocean S coordinates
OceanSG1 - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g1".
OceanSG1 - ucar.nc2.dataset.VerticalCT.Type
 
OceanSG1(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.OceanSG1
Create a new vertical transform for Ocean_S_coordinate_g1
OceanSG2 - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g2".
OceanSG2 - ucar.nc2.dataset.VerticalCT.Type
 
OceanSG2(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.OceanSG2
Create a new vertical transform for Ocean_S_coordinate_g2
OceanSigma - Class in ucar.unidata.geoloc.vertical
Create a 3D height(z,y,x) array using the CF formula for "ocean sigma vertical coordinate".
OceanSigma - ucar.nc2.dataset.VerticalCT.Type
 
OceanSigma(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.OceanSigma
Create a new vertical transform for Ocean S coordinates
ODLparser - Class in ucar.nc2.iosp.hdf4
Turn ODL into XML
ODLparser() - Constructor for class ucar.nc2.iosp.hdf4.ODLparser
 
of(int, CalendarPeriod.Field) - Static method in class ucar.nc2.time.CalendarPeriod
 
of(long) - Static method in class ucar.nc2.time.CalendarDate
Create CalendarDate from msecs since epoch Uses standard Calendar.
of(String) - Static method in class ucar.nc2.time.CalendarPeriod
Convert a udunit period string into a CalendarPeriod
of(String, String) - Static method in class ucar.nc2.time.CalendarDateUnit
Create a CalendarDateUnit from a calendar name and a udunit string = "unit since calendarDate"
of(Date) - Static method in class ucar.nc2.time.CalendarDate
Create CalendarDate from a java.util.Date.
of(Date, Date) - Static method in class ucar.nc2.time.CalendarDateRange
 
of(T) - Static method in class ucar.nc2.util.Optional
Deprecated.
 
of(CalendarDate, CalendarDate) - Static method in class ucar.nc2.time.CalendarDateRange
 
of(Calendar, int, int, int, int, int, int) - Static method in class ucar.nc2.time.CalendarDate
Get Calendar date from fields.
of(Calendar, long) - Static method in class ucar.nc2.time.CalendarDate
Create CalendarDate from msecs since epoch Uses the given Calendar.
of(Calendar, CalendarPeriod.Field, CalendarDate) - Static method in class ucar.nc2.time.CalendarDateUnit
Create a CalendarDateUnit from a calendar, a CalendarPeriod.Field, and a base date
of(DateRange) - Static method in class ucar.nc2.time.CalendarDateRange
Deprecated. 
of(TimeDuration) - Static method in class ucar.nc2.time.CalendarPeriod
 
offset - Variable in class ucar.ma2.Index
 
offset - Variable in class ucar.ma2.MAMath.ScaleOffset
 
offset - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite.ValueB
 
offset - Variable in class ucar.nc2.iosp.hdf5.DataBTree.DataChunk
 
offset - Variable in class ucar.nc2.iosp.LayoutTiled.DataChunk
 
offset(Section) - Method in class ucar.ma2.Section
Compute the element offset of an intersecting subrange of this.
OFFSET_KEY - Static variable in class ucar.nc2.filter.ScaleOffset.Keys
 
offsetFromRefDate(CalendarDate) - Method in class ucar.nc2.dataset.CoordinateAxisTimeHelper
 
offsetFromRefDate(CalendarDate) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
offsets - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
olderThan - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
ONE - Static variable in class ucar.ma2.Range
 
OneDirectory - ucar.nc2.util.DiskCache2.CachePathPolicy
 
OPAQUE - ucar.ma2.DataType
 
OPAQUE - ucar.nc2.stream.NcStreamProto.DataType
OPAQUE = 13;
OPAQUE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
OPAQUE = 13;
OPAQUEDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
OPAQUEDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
open() - Method in class ucar.nc2.ft2.coverage.remote.CdmrfReader
 
open(String) - Static method in class ucar.nc2.dt.grid.GridDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a GridDataset.
open(String) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
open(String) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
 
open(String) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a DtCoverageDataset.
open(String) - Static method in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
open(String) - Static method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a SimpleGeometryFeatureDataset.
open(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(String) - Static method in class ucar.nc2.NetcdfFiles
Open an existing netcdf file (read only).
open(String) - Method in class ucar.unidata.io.http.HTTPRandomAccessFile.Provider
 
open(String) - Method in class ucar.unidata.io.InMemoryRandomAccessFile.Provider
 
open(String) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
Open a location that this Provider is the owner of.
open(String, int) - Method in class ucar.unidata.io.http.HTTPRandomAccessFile.Provider
 
open(String, int) - Method in interface ucar.unidata.io.spi.RandomAccessFileProvider
Open a location that this Provider is the owner of, with the given buffer size
open(String, int, CancelTask) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(String, int, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency.
open(String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
Open an existing file (read only), with option of cancelling, setting the RandomAccessFile buffer size for efficiency, with an optional special object for the iosp.
open(String, String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(String, String, int, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
Open an existing file (read only), specifying which IOSP is to be used.
open(String, String, String, Formatter) - Static method in class thredds.inventory.CollectionAbstract
 
open(String, String, String, Formatter) - Static method in class thredds.inventory.CollectionManagerAbstract
 
open(String, String, String, Formatter) - Static method in class thredds.inventory.MFileCollectionManager
 
open(String, Formatter) - Static method in class thredds.inventory.NcmlCollectionReader
Read an NcML file from a URL location, and construct a NcmlCollectionReader from its scan or scanFmrc element.
open(String, Formatter) - Static method in class ucar.nc2.ft.fmrc.Fmrc
Factory method
open(String, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.dt.grid.GridDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a GridDataset.
open(String, Set<NetcdfDataset.Enhance>) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
open(String, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a SimpleGeometryFeatureDataset.
open(String, CancelTask) - Method in class thredds.client.catalog.tools.CatalogNetcdfFileProvider
 
open(String, CancelTask) - Method in interface ucar.nc2.dataset.spi.NetcdfFileProvider
Open a location that this Provider is the owner of.
open(String, CancelTask) - Method in class ucar.nc2.internal.ncml.NcmlNetcdfFileProvider
 
open(String, CancelTask) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(String, CancelTask) - Static method in class ucar.nc2.NetcdfFiles
Open an existing file (read only), with option of cancelling.
open(String, CancelTask) - Method in class ucar.nc2.stream.CdmRemoteNetcdfFileProvider
 
open(FeatureCollectionConfig, Formatter) - Static method in class ucar.nc2.ft.fmrc.Fmrc
 
open(MCollection, MFile, Element) - Static method in class ucar.nc2.ft.fmrc.GridDatasetInv
 
open(FeatureType, String, CancelTask) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Deprecated.
use open(FeatureType wantFeatureType, String location, ucar.nc2.util.CancelTask task, Formatter errlog)
open(FeatureType, String, CancelTask, Formatter) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Open a dataset as a FeatureDataset.
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in interface ucar.nc2.ft.FeatureDatasetFactory
Open a NetcdfDataset as a FeatureDataset.
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.ft.GridDatasetStandardFactory
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.ft.point.standard.PointDatasetStandardFactory
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.ft.radial.RadialDatasetStandardFactory
 
open(FeatureType, NetcdfDataset, Object, CancelTask, Formatter) - Method in class ucar.nc2.ft.SimpleGeometryStandardFactory
 
open(DatasetUrl) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
open(DatasetUrl, int, CancelTask, Object) - Method in interface ucar.nc2.util.cache.FileFactory
 
open(DatasetUrl, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and turn into a DtCoverageDataset.
open(NetcdfDataset) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
open(NetcdfDataset) - Static method in class ucar.nc2.ft2.coverage.adapter.DtCoverageDataset
 
open(NetcdfDataset.Builder) - Method in interface ucar.nc2.dataset.spi.CoordSystemBuilderFactory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.ADASConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.ATDRadarConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.AWIPSConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.AWIPSSatConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.CEDRICRadarConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.CF1Convention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.DefaultConventions.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.FslWindProfiler.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.GDVConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.GIEFConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.HdfEosModisConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.HdfEosOmiConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.IFPSConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.M3IOConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.MADISStation.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.Nimbus.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.NUWGConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.Suomi.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.UnidataObsConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.WRFConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.conv.ZebraConvention.Factory
 
open(NetcdfDataset.Builder) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.Factory
 
open(NetcdfDataset, Formatter) - Method in interface ucar.nc2.dt.grid.internal.spi.GridDatasetProvider
 
open(RandomAccessFile, String, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.open
open(RandomAccessFile, String, CancelTask, Object) - Static method in class ucar.nc2.NetcdfFiles
Open a RandomAccessFile as a NetcdfFile, if possible.
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
Deprecated.
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in interface ucar.nc2.iosp.IOServiceProvider
Deprecated.
Use build(RandomAccessFile raf, Group.Builder rootGroup, CancelTask cancelTask)
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
open(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.stream.NcStreamIosp
 
openCoverageDataset(String) - Static method in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
OPENDAP - thredds.client.catalog.ServiceType
 
OPENDAPG - thredds.client.catalog.ServiceType
 
openDataset(String) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openDataset
openDataset(String) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
openDataset(String, boolean, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openDataset
openDataset(String, boolean, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
openDataset(String, boolean, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openDataset
openDataset(String, boolean, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
openDataset(String, boolean, CancelTask, Formatter) - Method in class thredds.client.catalog.tools.DataFactory
Open a NetcdfDataset from a URL location string.
openDataset(Access, boolean, CancelTask, Formatter) - Method in class thredds.client.catalog.tools.DataFactory
Try to open Access as a NetcdfDataset.
openDataset(Dataset, boolean, CancelTask, Formatter) - Method in class thredds.client.catalog.tools.DataFactory
Try to open as a NetcdfDataset.
openDataset(DatasetUrl, Set<NetcdfDataset.Enhance>, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openDataset
openDataset(DatasetUrl, Set<NetcdfDataset.Enhance>, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
openDebug(RandomAccessFile, NetcdfFile, List<NcStreamIosp.NcsMess>) - Method in class ucar.nc2.stream.NcStreamIosp
 
openExisting(String) - Static method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Open an existing Netcdf file for writing data.
openExisting(String) - Static method in class ucar.nc2.write.NetcdfFormatWriter
Open an existing Netcdf file for writing data.
openFeatureDataset(String, CancelTask) - Method in class thredds.client.catalog.tools.DataFactory
Open a FeatureDataset from a URL location string.
openFeatureDataset(Access, CancelTask) - Method in class thredds.client.catalog.tools.DataFactory
Open a FeatureDataset from an Access object.
openFeatureDataset(Dataset, CancelTask) - Method in class thredds.client.catalog.tools.DataFactory
Open a FeatureDataset from an Dataset object, deciding on which Access to use.
openFeatureDataset(FeatureType, String, CancelTask) - Method in class thredds.client.catalog.tools.DataFactory
Open a FeatureDataset from a URL location string, and a desired type (may by NONE or null).
openFeatureDataset(FeatureType, Dataset, CancelTask, DataFactory.Result) - Method in class thredds.client.catalog.tools.DataFactory
 
openFile(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openFile
openFile(String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
 
openFile(DatasetUrl, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.openFile
openFile(DatasetUrl, int, CancelTask, Object) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Factory method for opening a NetcdfFile through the netCDF API.
openFiles - Static variable in class ucar.unidata.io.RandomAccessFile
 
openForWriting(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
openForWriting(RandomAccessFile, NetcdfFile, CancelTask) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Open existing file and allow writing.
openForWriting(RandomAccessFile, NetcdfFile, CancelTask) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
openGrib(String) - Static method in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
openIfce(String) - Static method in class ucar.nc2.dt.grid.GridDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and return a ucar.nc2.dt.GridDataset interface.
openIfce(String, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.dt.grid.GridDataset
Open a netcdf dataset, using NetcdfDataset.defaultEnhanceMode plus CoordSystems and return a ucar.nc2.dt.GridDataset interface.
openInMemory(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.openInMemory
openInMemory(String) - Static method in class ucar.nc2.NetcdfFiles
Read a local CDM file into memory.
openInMemory(String, byte[]) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.openInMemory
openInMemory(String, byte[]) - Static method in class ucar.nc2.NetcdfFiles
Open an in-memory netcdf file.
openInMemory(String, byte[], String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.openInMemory
openInMemory(String, byte[], String) - Static method in class ucar.nc2.NetcdfFiles
Open an in-memory netcdf file, with a specific iosp.
openInMemory(URI) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.openInMemory
openInMemory(URI) - Static method in class ucar.nc2.NetcdfFiles
Read a remote CDM file into memory.
openNcmlDataset(Reader, String, CancelTask) - Static method in class ucar.nc2.dataset.NetcdfDatasets
Read NcML doc from a Reader, and construct a NetcdfDataset.Builder.
openNcmlString(String) - Static method in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
Deprecated.
Use openNcmlString(String, String)
openNcmlString(String, String) - Static method in class ucar.nc2.ft2.coverage.CoverageDatasetFactory
 
openWithRecheck(String, String) - Static method in class thredds.inventory.MFileCollectionManager
 
Optional<T> - Class in ucar.nc2.util
Deprecated.
All uses will move to java.util.Optional in ver6
OPTIONAL - Static variable in class ucar.nc2.filter.Filters.Keys
key for property indicating whether filter is optional, i.e.
order(int) - Method in class ucar.unidata.io.RandomAccessFile
Change the current endian mode.
order(int[]) - Method in class ucar.nc2.iosp.hdf5.Tiling
Get order based on which tile the pt belongs to
order(ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
 
org - Variable in class ucar.ma2.StructureDataProxy
 
orgDataType - Variable in class ucar.nc2.dataset.VariableDS.Builder
 
orgDataType - Variable in class ucar.nc2.dataset.VariableDS
 
orgFile - Variable in class ucar.nc2.dataset.NetcdfDataset.Builder
 
orgFileTypeId - Variable in class ucar.nc2.dataset.VariableDS.Builder
 
orgName - Variable in class ucar.nc2.dataset.StructureDS.Builder
 
orgName - Variable in class ucar.nc2.dataset.StructureDS
 
orgName - Variable in class ucar.nc2.dataset.VariableDS
 
orgRecnum - Variable in class ucar.ma2.ArrayStructureBBsection
 
orgVar - Variable in class ucar.nc2.dataset.StructureDS
 
orgVar - Variable in class ucar.nc2.dataset.VariableDS.Builder
 
orgVar - Variable in class ucar.nc2.dataset.VariableDS
 
orgVariables - Variable in class ucar.nc2.dataset.StructurePseudoDS
 
origin - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
OROG - Static variable in class ucar.unidata.geoloc.vertical.HybridHeight
Surface pressure name identifier
Orthographic - Class in ucar.nc2.dataset.transform
Create a Orthographic Projection from the information in the Coordinate Transform Variable.
Orthographic - Class in ucar.unidata.geoloc.projection
Orthographic Projection spherical earth.
Orthographic - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
Orthographic() - Constructor for class ucar.nc2.dataset.transform.Orthographic
 
Orthographic() - Constructor for class ucar.unidata.geoloc.projection.Orthographic
Constructor with default parameters
Orthographic(double, double) - Constructor for class ucar.unidata.geoloc.projection.Orthographic
Construct a Orthographic Projection.
Orthographic(double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Orthographic
Construct a Orthographic Projection, specify earth radius
ORTHOGRAPHIC - Static variable in class ucar.nc2.constants.CF
 
outerName - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
outerNcml - Variable in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 

P

P0 - Static variable in class ucar.unidata.geoloc.vertical.AtmosLnPressure
 
P0 - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
P-naught identifier
pad(DataOutputStream, int, byte) - Method in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
pad(String, int, boolean) - Static method in class ucar.unidata.util.Format
Create a new string by padding the existing one with blanks to specified width.
padLeft(String, int) - Static method in class ucar.unidata.util.StringUtil2
Pad the given string with spaces on the left up to the given length.
padLeft(String, int, String) - Static method in class ucar.unidata.util.StringUtil2
Pad the given string with padString on the left up to the given length.
padRight(String, int) - Static method in class ucar.unidata.util.StringUtil2
Pad the given string with spaces on the right up to the given length.
padRight(String, int, String) - Static method in class ucar.unidata.util.StringUtil2
Pad the given string with padString on the right up to the given length.
padZero(int, int) - Static method in class ucar.unidata.util.StringUtil2
Left pad the given value with zeros up to the number of digits
param - Variable in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
Parameter - Class in ucar.unidata.util
A parameter has a name and a value that is String, a double, or an array of doubles.
Parameter(String, double) - Constructor for class ucar.unidata.util.Parameter
Create a scalar double-valued param.
Parameter(String, double[]) - Constructor for class ucar.unidata.util.Parameter
Create an array double-valued param.
Parameter(String, String) - Constructor for class ucar.unidata.util.Parameter
Create a String-valued param.
Parameter(String, Parameter) - Constructor for class ucar.unidata.util.Parameter
Copy constructor, with new name.
params - Variable in class ucar.nc2.dataset.CoordinateTransform
 
PARAMS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.FlatEarth
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Get a String of the parameters
paramsToString() - Method in class ucar.unidata.geoloc.projection.Mercator
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.Orthographic
Create a String of the parameters.
paramsToString() - Method in interface ucar.unidata.geoloc.Projection
String representation of the projection parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
returns constructor params as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.RotatedPole
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
paramsToString() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.Stereographic
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.UtmProjection
Get the parameters as a String
paramsToString() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Create a String of the parameters.
paramsToString() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get a string representation of the projection parameters
paramTable - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
paramTablePath - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
parent - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
parent - Variable in class thredds.client.catalog.DatasetNode
 
parent - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
parentBuilder - Variable in class ucar.nc2.Variable.Builder
 
ParentId - ucar.nc2.ft.point.standard.Table.Type
 
parentIndex - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
ParentIndex - ucar.nc2.ft.point.standard.Table.Type
 
parentstruct - Variable in class ucar.nc2.CDMNode
Deprecated.
 
parentStructureBuilder - Variable in class ucar.nc2.Variable.Builder
 
parse(String) - Method in class ucar.nc2.time.CalendarDateFormatter
 
parse(String) - Method in class ucar.nc2.util.TableParser.Field
Deprecated.
 
parse(String, int) - Method in class ucar.nc2.util.TableParser.Field
Deprecated.
 
parse(String, int, int) - Method in class ucar.nc2.util.TableParser.DerivedField
Deprecated.
 
parse(String, int, int) - Method in class ucar.nc2.util.TableParser.Field
Deprecated.
 
Parse - Class in ucar.nc2.util.xml
Miscellaneous XML parsing methods created Jul 3, 2007
Parse() - Constructor for class ucar.nc2.util.xml.Parse
 
parseCalendarDate(String) - Static method in class ucar.nc2.units.DateUnit
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseDelimitedFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
ParsedSectionSpec - Class in ucar.nc2
A String expression for denoting a section of a Variable to be read.
ParsedSectionSpec() - Constructor for class ucar.nc2.ParsedSectionSpec
Public simple constructor
ParsedSectionSpec(Variable, Section) - Constructor for class ucar.nc2.ParsedSectionSpec
 
parseEnhanceMode(String) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
this is moving to Ncml package
parseEnhanceMode(String) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Retrieve the set of Enhancements that is associated with the given NcML string.
parseFile(String) - Method in class ucar.nc2.iosp.hdf4.ODLparser
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(byte[]) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(byte[]) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(ByteString) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(ByteString) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(CodedInputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(InputStream) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(InputStream) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(ByteBuffer) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseFromString(String) - Method in class ucar.nc2.iosp.hdf4.ODLparser
 
parseInfo - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
parseInfo - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
parseInfo - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
parseInfo - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
parseISODate(String) - Static method in class ucar.nc2.time.CalendarDateFormatter
Deprecated.
parseISOformat(String, String) - Static method in class ucar.nc2.time.CalendarDate
Get CalendarDate from ISO date string
parseOlderThanString(String) - Method in class thredds.inventory.CollectionAbstract
parse the "olderThan" TimeDuration, meaning files must not have been modified since this amount of time
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
parser() - Static method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
parser() - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Attribute
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Data
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.DataCol
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.DataRow
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Dimension
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Error
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Group
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Header
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Member
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Range
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Section
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Structure
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.StructureData
 
parser() - Static method in class ucar.nc2.stream.NcStreamProto.Variable
 
parseUdunits(String, String) - Static method in class ucar.nc2.time.CalendarDate
Get CalendarDate from udunit date string
parseUdunitsOrIso(String, String) - Static method in class ucar.nc2.time.CalendarDate
Get CalendarDate from ISO date string
parseVariableSection(NetcdfFile, String) - Static method in class ucar.nc2.ParsedSectionSpec
Parse a section specification String.
parseW3CDuration(String) - Static method in class ucar.nc2.units.TimeDuration
A time span as defined in the W3C XML Schema 1.0 specification: "PnYnMnDTnHnMnS, where nY represents the number of years, nM the number of months, nD the number of days, 'T' is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds.
PART_NODE_COUNT - Static variable in class ucar.nc2.constants.CF
 
PartitionManager - Interface in thredds.inventory.partition
Manages time partitions
PartitionManagerFromIndexDirectory - Class in thredds.inventory.partition
used only for debugging
PartitionManagerFromIndexDirectory(String, FeatureCollectionConfig, File, String, Logger) - Constructor for class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
PartitionManagerFromIndexList - Class in thredds.inventory.partition
A PartitionManager from a list of index files.
PartitionManagerFromIndexList(MCollection, List<MFile>, Logger) - Constructor for class thredds.inventory.partition.PartitionManagerFromIndexList
 
past(Range) - Method in class ucar.ma2.Range
If this range is completely past the wanted range
path - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
pattern - Variable in class thredds.inventory.filter.WildcardMatchOnPath
 
pAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
pdn - Variable in class ucar.nc2.ft.fmrc.EnsCoord
 
Penultimate - thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
 
PENULTIMATE - ucar.nc2.internal.ncml.Aggregation.TypicalDataset
 
PENULTIMATE - ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
 
period - Variable in class ucar.nc2.util.cache.FileCache
 
period - Variable in class ucar.nc2.util.cache.FileCacheARC
 
permitCaching - Static variable in class ucar.nc2.Variable
Globally permit or prohibit caching.
permute(int[]) - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by permuting the indices.
perpendicular(ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
persistRead() - Method in class ucar.nc2.internal.ncml.Aggregation
read info from the persistent XML file, if it exists; overridden in AggregationExisting
persistRead() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
read info from the persistent XML file, if it exists; overridden in AggregationExisting
persistRead() - Method in class ucar.nc2.ncml.AggregationExisting
Deprecated.
 
persistWrite() - Method in class ucar.nc2.internal.ncml.Aggregation
Allow information to be made persistent.
persistWrite() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Allow information to be make persistent.
persistWrite() - Method in class ucar.nc2.ncml.AggregationExisting
Deprecated.
Persist info (ncoords, coordValues) from joinExisting, since that can be expensive to recreate.
persistWrite() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
PERSPECTIVE_POINT_HEIGHT - Static variable in class ucar.nc2.constants.CF
 
PerturbationGeopotentialVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
PerturbationPressureVariable - Static variable in class ucar.unidata.geoloc.vertical.WRFEta
 
phi2(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
PI - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Math.PI
PI_OVER_2 - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Math.PI/2
PI_OVER_4 - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Math.PI/4
PLAIN - ucar.nc2.constants.DataFormatType
 
PLATFORM_ID - Static variable in class ucar.nc2.constants.CF
 
PLATFORM_NAME - Static variable in class ucar.nc2.constants.CF
 
point - ucar.nc2.constants.CF.CellMethods
 
point - ucar.nc2.constants.CF.FeatureType
 
Point - thredds.featurecollection.FeatureCollectionType
 
Point - Interface in ucar.nc2.ft2.simpgeometry
Generic interface for a Simple Geometry Point.
Point() - Constructor for class ucar.nc2.dt.grid.GridAsPointDataset.Point
 
POINT - ucar.nc2.constants.FeatureType
 
POINT - ucar.nc2.ft2.simpgeometry.GeometryType
 
POINT - Static variable in class ucar.nc2.constants.CF
 
PointCollectionImpl - Class in ucar.nc2.ft.point
Abstract superclass for PointFeatureCollection Subclass must supply getPointFeatureIterator().
PointCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.PointCollectionImpl
 
PointCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.PointCollectionImpl
 
PointCollectionImpl.PointCollectionSubset - Class in ucar.nc2.ft.point
 
PointCollectionIteratorFiltered - Class in ucar.nc2.ft.point
Filter a PointFeatureCollectionIterator
PointCollectionIteratorFiltered(PointFeatureCollectionIterator, PointFeatureCollectionIterator.Filter) - Constructor for class ucar.nc2.ft.point.PointCollectionIteratorFiltered
 
PointCollectionStreamAbstract - Class in ucar.nc2.ft.point.remote
Abstract superclass for creating a PointFeatureCollection from a point stream.
PointCollectionStreamAbstract(String) - Constructor for class ucar.nc2.ft.point.remote.PointCollectionStreamAbstract
Creates a feature collection with the specified name.
PointCollectionStreamAbstract(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.remote.PointCollectionStreamAbstract
Creates a feature collection with the specified name, time unit, and altitude unit.
PointCollectionStreamLocal - Class in ucar.nc2.ft.point.remote
Creates a PointFeatureCollection by reading point stream data from a local file.
PointCollectionStreamLocal(File) - Constructor for class ucar.nc2.ft.point.remote.PointCollectionStreamLocal
 
PointCollectionStreamRemote - Class in ucar.nc2.ft.point.remote
Creates a PointFeatureCollection by reading point stream data from a CDM Remote endpoint.
PointCollectionStreamRemote(String, CalendarDateUnit, String, QueryMaker) - Constructor for class ucar.nc2.ft.point.remote.PointCollectionStreamRemote
 
PointCollectionSubset(PointCollectionImpl, LatLonRect, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
 
pointConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
PointConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.PointConfig
 
PointConfigXML - Class in ucar.nc2.ft.point.standard
Helper class to convert a TableConfig to and from XML
PointConfigXML() - Constructor for class ucar.nc2.ft.point.standard.PointConfigXML
 
PointDatasetImpl - Class in ucar.nc2.ft.point
Implementation of PointFeatureDataset.
PointDatasetImpl(FeatureType) - Constructor for class ucar.nc2.ft.point.PointDatasetImpl
 
PointDatasetImpl(NetcdfDataset, FeatureType) - Constructor for class ucar.nc2.ft.point.PointDatasetImpl
 
PointDatasetImpl(PointDatasetImpl, LatLonRect, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.PointDatasetImpl
 
PointDatasetRemote - Class in ucar.nc2.ft.point.remote
Client view of a CdmRemote Point Dataset.
PointDatasetRemote(FeatureType, String, CalendarDateUnit, String, List<VariableSimpleIF>, LatLonRect, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.remote.PointDatasetRemote
 
PointDatasetStandardFactory - Class in ucar.nc2.ft.point.standard
Standard handler for Point obs dataset based on a NetcdfDataset object.
PointDatasetStandardFactory() - Constructor for class ucar.nc2.ft.point.standard.PointDatasetStandardFactory
 
PointFeature - ucar.nc2.ft.point.remote.PointStream.MessageType
 
PointFeature - Interface in ucar.nc2.ft
A collection of observations at one time and location.
PointFeatureCC - Interface in ucar.nc2.ft
Single nested PointFeatureCollection
PointFeatureCCC - Interface in ucar.nc2.ft
Double nested PointFeatureCollection
PointFeatureCCCImpl - Class in ucar.nc2.ft.point
Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator().
PointFeatureCCCImpl(String, List<CoordinateAxis>, FeatureType) - Constructor for class ucar.nc2.ft.point.PointFeatureCCCImpl
 
PointFeatureCCCImpl(String, CalendarDateUnit, String, FeatureType) - Constructor for class ucar.nc2.ft.point.PointFeatureCCCImpl
 
PointFeatureCCImpl - Class in ucar.nc2.ft.point
Abstract superclass for singly nested NestedPointFeatureCollection, such as Station, Profile, and Trajectory.
PointFeatureCCImpl(String, List<CoordinateAxis>, FeatureType) - Constructor for class ucar.nc2.ft.point.PointFeatureCCImpl
 
PointFeatureCCImpl(String, CalendarDateUnit, String, FeatureType) - Constructor for class ucar.nc2.ft.point.PointFeatureCCImpl
 
PointFeatureCCIterator - Interface in ucar.nc2.ft
An iterator over PointFeatureCC.
PointFeatureCCIterator.Filter - Interface in ucar.nc2.ft
A filter on nestedPointFeatureCollection
PointFeatureCCIteratorFiltered - Class in ucar.nc2.ft.point
Implement NestedPointFeatureCollectionIterator interface
PointFeatureCollection - ucar.nc2.ft.point.remote.PointStream.MessageType
 
PointFeatureCollection - Interface in ucar.nc2.ft
A collection of PointFeatures.
PointFeatureCollectionIterator - Interface in ucar.nc2.ft
An iterator over PointFeatureCollections.
PointFeatureCollectionIterator.Filter - Interface in ucar.nc2.ft
A filter on PointFeatureCollection.
PointFeatureCopyFactory - Class in ucar.nc2.ft.point
A factory for making deep copies of PointFeature, so all data is self contained.
PointFeatureCopyFactory(PointFeature) - Constructor for class ucar.nc2.ft.point.PointFeatureCopyFactory
 
PointFeatureImpl - Class in ucar.nc2.ft.point
Abstract superclass for implementations of PointFeature.
PointFeatureImpl(DsgFeatureCollection, CalendarDateUnit) - Constructor for class ucar.nc2.ft.point.PointFeatureImpl
 
PointFeatureImpl(DsgFeatureCollection, EarthLocation, double, double, CalendarDateUnit) - Constructor for class ucar.nc2.ft.point.PointFeatureImpl
 
PointFeatureIterator - Interface in ucar.nc2.ft
An iterator over PointFeatures.
PointFeatureIterator.Filter - Interface in ucar.nc2.ft
A filter on PointFeatures
PointIteratorAbstract - Class in ucar.nc2.ft.point
Abstract superclass for PointFeatureIterator.
PointIteratorAbstract() - Constructor for class ucar.nc2.ft.point.PointIteratorAbstract
 
PointIteratorAdapter - Class in ucar.nc2.ft.point
PointIteratorAdapter(Iterator<? extends PointFeature>) - Constructor for class ucar.nc2.ft.point.PointIteratorAdapter
Creates a PointFeatureIterator from the supplied basic iterator.
PointIteratorEmpty - Class in ucar.nc2.ft.point
An empty PointIterator.
PointIteratorEmpty() - Constructor for class ucar.nc2.ft.point.PointIteratorEmpty
 
PointIteratorFiltered - Class in ucar.nc2.ft.point
Decorate a PointFeatureIterator with filtering.
PointIteratorFiltered(PointFeatureIterator, PointFeatureIterator.Filter) - Constructor for class ucar.nc2.ft.point.PointIteratorFiltered
 
PointIteratorFiltered(PointFeatureIterator, LatLonRect, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.PointIteratorFiltered
 
PointIteratorFiltered.SpaceAndTimeFilter - Class in ucar.nc2.ft.point
A filter that only permits features whose lat/lon falls within a given bounding box AND whose observation time falls within a given date range.
PointIteratorFlatten - Class in ucar.nc2.ft.point
Adapt a PointFeatureCollectionIterator to a PointFeatureIterator, by flattening all the iterators in the collection into a single iterator over PointFeatures.
PointIteratorFromStructureData - Class in ucar.nc2.ft.point
A PointFeatureIterator which uses a StructureDataIterator to iterate over members of a Structure, with optional filtering and calculation of time range and bounding box.
PointIteratorFromStructureData(StructureDataIterator, PointFeatureIterator.Filter) - Constructor for class ucar.nc2.ft.point.PointIteratorFromStructureData
Constructor
PointIteratorMultidim - Class in ucar.nc2.ft.point
A PointFeatureIterator using the "multidimensional representation".
PointIteratorMultidim(String, List<Variable>, int, PointFeatureIterator.Filter) - Constructor for class ucar.nc2.ft.point.PointIteratorMultidim
 
PointIteratorStream - Class in ucar.nc2.ft.point.remote
Iterate through a stream of PointStream.MessageType.PointFeature until PointStream.MessageType.End
PointStream - Class in ucar.nc2.ft.point.remote
Defines the point stream format, along with pointStream.proto.
PointStream() - Constructor for class ucar.nc2.ft.point.remote.PointStream
 
PointStream.MessageType - Enum in ucar.nc2.ft.point.remote
 
PointStreamProto - Class in ucar.nc2.ft.point.remote
 
PointStreamProto.Location - Class in ucar.nc2.ft.point.remote
Protobuf type Location
PointStreamProto.Location.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type Location
PointStreamProto.LocationOrBuilder - Interface in ucar.nc2.ft.point.remote
 
PointStreamProto.PointFeature - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeature
PointStreamProto.PointFeature.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeature
PointStreamProto.PointFeatureCollection - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeatureCollection
PointStreamProto.PointFeatureCollection.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeatureCollection
PointStreamProto.PointFeatureCollectionOrBuilder - Interface in ucar.nc2.ft.point.remote
 
PointStreamProto.PointFeatureMember - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeatureMember
PointStreamProto.PointFeatureMember.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type PointFeatureMember
PointStreamProto.PointFeatureMemberOrBuilder - Interface in ucar.nc2.ft.point.remote
 
PointStreamProto.PointFeatureOrBuilder - Interface in ucar.nc2.ft.point.remote
 
PointStreamProto.Station - Class in ucar.nc2.ft.point.remote
Protobuf type Station
PointStreamProto.Station.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type Station
PointStreamProto.StationList - Class in ucar.nc2.ft.point.remote
Protobuf type StationList
PointStreamProto.StationList.Builder - Class in ucar.nc2.ft.point.remote
Protobuf type StationList
PointStreamProto.StationListOrBuilder - Interface in ucar.nc2.ft.point.remote
 
PointStreamProto.StationOrBuilder - Interface in ucar.nc2.ft.point.remote
 
Polar_Stereographic - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
POLAR_STEREOGRAPHIC - Static variable in class ucar.nc2.constants.CF
 
PolarStereographic - Class in ucar.nc2.dataset.transform
Create a Polar Stereographic Projection from the information in the Coordinate Transform Variable.
PolarStereographic() - Constructor for class ucar.nc2.dataset.transform.PolarStereographic
 
poleRadius - Variable in class ucar.unidata.geoloc.Earth
 
PolyconicProjection - Class in ucar.nc2.dataset.transform
Polyconic Projection.
PolyconicProjection - Class in ucar.unidata.geoloc.projection.proj4
Polyconic Projection.
PolyconicProjection() - Constructor for class ucar.nc2.dataset.transform.PolyconicProjection
 
PolyconicProjection() - Constructor for class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
PolyconicProjection(double, double) - Constructor for class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
PolyconicProjection(double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
PolyconicProjection(double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
 
polygon - ucar.nc2.constants.CF.FeatureType
 
Polygon - Interface in ucar.nc2.ft2.simpgeometry
Generic interface for a Simple Geometry Polygon.
POLYGON - ucar.nc2.ft2.simpgeometry.GeometryType
 
POLYGON - Static variable in class ucar.nc2.constants.CF
 
populate(InputStream, NetcdfFile) - Method in class ucar.nc2.ncml.NcmlConstructor
Deprecated.
 
populate(String, NetcdfFile) - Method in class ucar.nc2.ncml.NcmlConstructor
Deprecated.
 
populateFromResource(String, NetcdfFile) - Method in class ucar.nc2.ncml.NcmlConstructor
Deprecated.
 
PositioningDataInputStream - Class in ucar.unidata.io
Deprecated.
not part of public API.
PositioningDataInputStream(InputStream) - Constructor for class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
positions - Variable in class ucar.ma2.ArrayStructureBBpos
 
positive - Variable in class ucar.nc2.dataset.CoordinateAxis.Builder
 
positive - Variable in class ucar.nc2.dataset.CoordinateAxis
 
positive - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
positive - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
POSITIVE - Static variable in class ucar.nc2.constants.CF
 
POSITIVE_DOWN - Static variable in class ucar.nc2.constants.CF
 
POSITIVE_UP - Static variable in class ucar.nc2.constants.CF
 
postMultiplyDiagonal(MAVector) - Method in class ucar.ma2.MAMatrix
Matrix multiply by a diagonal matrix, store result in this: this = this * diag
postVisitDirectory(Path, IOException) - Method in class thredds.filesystem.ControllerOS7.PrintFiles
 
precalc() - Method in class ucar.ma2.Index
subclass specialization/optimization calculations
precalc() - Method in class ucar.ma2.Index1D
 
precalc() - Method in class ucar.ma2.Index2D
 
precalc() - Method in class ucar.ma2.Index3D
 
precalc() - Method in class ucar.ma2.Index4D
 
precalc() - Method in class ucar.ma2.Index5D
 
precalc() - Method in class ucar.ma2.Index6D
 
precalc() - Method in class ucar.ma2.Index7D
 
prefix - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
preMultiplyDiagonal(MAVector) - Method in class ucar.ma2.MAMatrix
Matrix multiply by a diagonal matrix, store result in this: this = diag * this
prepend(Section) - Method in class ucar.ma2.Section
 
present() - Static method in class ucar.nc2.time.CalendarDate
Get a CalendarDate representing the present moment
present(Calendar) - Static method in class ucar.nc2.time.CalendarDate
 
Pressure - ucar.nc2.constants.AxisType
 
Pressure - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Pressure = 9;
Pressure_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Pressure = 9;
pressureUnit - Static variable in class ucar.nc2.units.SimpleUnit
 
PRIMDATA_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
PRIMDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
PRIMDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
print() - Method in class ucar.nc2.write.Ncdump
 
print(String, Writer, boolean, boolean, boolean, boolean, String, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
ncdump-like print of netcdf file.
print(String, Writer, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
ncdump that parses a command string.
print(NetcdfFile, Writer, boolean, boolean, boolean, boolean, String, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
ncdump-like print of netcdf file.
print(NetcdfFile, Writer, NCdumpW.WantValues, boolean, boolean, String, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
ncdump-like print of netcdf file.
print(NetcdfFile, String, Writer, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
use Ncdump.ncdump(NetcdfFile nc, String command, Writer out, CancelTask ct)
printa(int[]) - Static method in class ucar.nc2.iosp.IndexChunker
 
printa(String, int[]) - Static method in class ucar.nc2.iosp.IndexChunker
 
printArray(Array) - Static method in class ucar.nc2.write.Ncdump
Print array to returned String.
printArray(Array, PrintWriter) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print array to named PrintWriter
printArray(Array, String, CancelTask) - Static method in class ucar.nc2.write.Ncdump
Print named array to returned String.
printArrayPlain(Array) - Static method in class ucar.nc2.write.Ncdump
Print array as undifferentiated sequence of values.
printArrayPlain(Array, PrintWriter) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print array as undifferentiated sequence of values.
PrintFiles() - Constructor for class thredds.filesystem.ControllerOS7.PrintFiles
 
printl(String, long[]) - Static method in class ucar.nc2.iosp.IndexChunker
 
printStructureData(PrintWriter, StructureData) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print contents of a StructureData.
printStructureData(StructureData) - Static method in class ucar.nc2.write.Ncdump
Print StructureData to returned String.
printVariableData(Variable, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print all the data of the given Variable.
printVariableData(Variable, CancelTask) - Static method in class ucar.nc2.write.Ncdump
Print all the data of the given Variable.
printVariableDataSection(Variable, String, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print a section of the data of the given Variable.
processing_level - Static variable in class ucar.nc2.constants.ACDD
 
profile - ucar.nc2.constants.CF.FeatureType
 
PROFILE - ucar.nc2.constants.FeatureType
 
PROFILE_ID - Static variable in class ucar.nc2.constants.CF
 
profileDimName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
ProfileFeature - Interface in ucar.nc2.ft
A set of observations along the vertical (z) axis.
ProfileFeatureCollection - Interface in ucar.nc2.ft
A collection of ProfileFeature.
ProfileFeatureImpl - Class in ucar.nc2.ft.point
Abstract superclass for implementations of ProfileFeature.
ProfileFeatureImpl(String, List<CoordinateAxis>, double, double, double, int) - Constructor for class ucar.nc2.ft.point.ProfileFeatureImpl
 
ProfileFeatureImpl(String, CalendarDateUnit, String, double, double, double, int) - Constructor for class ucar.nc2.ft.point.ProfileFeatureImpl
 
profileIdName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
profileStructName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
profileTimeName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
progress - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
projBB - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
projCT - Variable in class ucar.nc2.dataset.conv.DefaultConvention
 
projCT - Variable in class ucar.nc2.dataset.conv.GDVConvention
 
projCT - Variable in class ucar.nc2.internal.dataset.conv.DefaultConventions
 
projCT - Variable in class ucar.nc2.internal.dataset.conv.GDVConvention
 
project(double, double, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
projectInverse(double, double, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
projectInverse(double, double, ProjectionPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
projection - Variable in class ucar.nc2.dataset.ProjectionCT.Builder
 
Projection - ucar.nc2.dataset.TransformType
 
Projection - Interface in ucar.unidata.geoloc
Projective geometry transformations from (lat,lon) to (x,y) on a projective cartesian surface.
PROJECTION_X_ANG_COORDINATE - Static variable in class ucar.nc2.constants.CF
 
PROJECTION_X_COORDINATE - Static variable in class ucar.nc2.constants.CF
 
PROJECTION_Y_ANG_COORDINATE - Static variable in class ucar.nc2.constants.CF
 
PROJECTION_Y_COORDINATE - Static variable in class ucar.nc2.constants.CF
 
ProjectionAdapter - Class in ucar.unidata.geoloc.projection
Deprecated.
do not use
ProjectionAdapter(Projection) - Constructor for class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
Create a new ProjectionImpl from a Projection
ProjectionCT - Class in ucar.nc2.dataset
A Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon).
ProjectionCT(String, String, ProjectionImpl) - Constructor for class ucar.nc2.dataset.ProjectionCT
Create a Projection Coordinate Transform.
ProjectionCT(ProjectionCT.Builder<?>, NetcdfDataset) - Constructor for class ucar.nc2.dataset.ProjectionCT
 
ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> - Class in ucar.nc2.dataset
 
ProjectionImpl - Class in ucar.unidata.geoloc
Deprecated.
only use Projection interface in 6; will not implement Serializable in ver6
ProjectionImpl(String, boolean) - Constructor for class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
 
ProjectionImpl(String, String, boolean) - Constructor for class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
 
ProjectionPoint - Interface in ucar.unidata.geoloc
Points on the Projective geometry plane.
ProjectionPointImpl - Class in ucar.unidata.geoloc
Deprecated.
only use ProjectionPoint in 6.
ProjectionPointImpl() - Constructor for class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
use ProjectionPoint.create
ProjectionPointImpl(double, double) - Constructor for class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
use ProjectionPoint.create
ProjectionPointImpl(ProjectionPoint) - Constructor for class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
use ProjectionPoint.create
ProjectionRect - Class in ucar.unidata.geoloc
Bounding box for ProjectionPoint's.
ProjectionRect() - Constructor for class ucar.unidata.geoloc.ProjectionRect
default constructor, initialized to center (0,0) and width (10000, 10000)
ProjectionRect(double, double, double, double) - Constructor for class ucar.unidata.geoloc.ProjectionRect
construct a MapArea from any two opposite corner points
ProjectionRect(ProjectionPoint, double, double) - Constructor for class ucar.unidata.geoloc.ProjectionRect
Construct a ProjectionRect from any two opposite corner points.
ProjectionRect(ProjectionPoint, ProjectionPoint) - Constructor for class ucar.unidata.geoloc.ProjectionRect
Construct a ProjectionRect from any two opposite corner points.
ProjectionRect(ProjectionRect) - Constructor for class ucar.unidata.geoloc.ProjectionRect
Copy Constructor
Projections - Class in ucar.unidata.geoloc
Static utilities for Projection.
Projections() - Constructor for class ucar.unidata.geoloc.Projections
 
Projects - Static variable in class thredds.client.catalog.Dataset
 
PROJRECT_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
projToLatLon(double[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.FlatEarth
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert projection coordinates to lat/lon coordinate.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Convert projection coordinates to lat/lon coordinate.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.Orthographic
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert projection coordinates to lat/lon coordinate.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.UtmProjection
 
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Convert lat/lon coordinates to projection coordinates.
projToLatLon(double[][], double[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
projToLatLon(double, double) - Method in interface ucar.unidata.geoloc.Projection
Convert projection x, y to LatLonPoint point.
projToLatLon(float[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.FlatEarth
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert projection coordinates to lat/lon coordinate.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Convert projection coordinates to lat/lon coordinate.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.Orthographic
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert projection coordinates to lat/lon coordinate.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.UtmProjection
Convert projection coordinates to lat/lon coordinate.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Convert lat/lon coordinates to projection coordinates.
projToLatLon(float[][], float[][]) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use Projections.latLonToProj(Projection proj, ...)
projToLatLon(Projection, double[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert projection coordinates to lat/lon coordinates.
projToLatLon(Projection, double[][], double[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert projection coordinates to lat/lon coordinate.
projToLatLon(Projection, float[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert projection coordinates to lat/lon coordinates.
projToLatLon(Projection, float[][], float[][]) - Static method in class ucar.unidata.geoloc.Projections
Convert projection coordinates to lat/lon coordinate.
projToLatLon(ProjectionPoint) - Method in interface ucar.unidata.geoloc.Projection
Convert projection coordinates to a LatLonPoint.
projToLatLon(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Convert projection coordinates to a LatLonPoint Note: a new object is now created on each call for the return value, as of 4.0.46
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.FlatEarth
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Convert projection coordinates to latitude and longitude
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.Mercator
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.Orthographic
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.AlbersEqualAreaEllipse
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.CylindricalEqualAreaProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.LambertConformalConicEllipse
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.ProjectionAdapter
Deprecated.
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in interface ucar.unidata.geoloc.Projection
Deprecated.
use projToLatLon(ProjectionPoint ppt)
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.RotatedLatLon
Transform a rotated longitude (X) and rotated latitude (Y) into a "real" longitude-latitude pair.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.RotatedPole
Transform a rotated longitude (X) and rotated latitude (Y) to a "real" longitude-latitude pair.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.sat.Geostationary
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Convert projection coordinates to a LatLonPoint
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.Stereographic
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.UtmProjection
Convert projection coordinates to a LatLonPoint Note: a new object is not created on each call for the return value.
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
projToLatLon(ProjectionPoint, LatLonPointImpl) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use projToLatLon(ProjectionPoint ppt)
projToLatLonBB(ProjectionRect) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
 
projToLatLonBB(ProjectionRect) - Method in interface ucar.unidata.geoloc.Projection
Deprecated.
use Projections.projToLatLonBB(Projection proj, ...)
projToLatLonBB(ProjectionRect) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
projToLatLonBB(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
 
projToLatLonBBold(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
do not use
proleptic_gregorian - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
proleptic_gregorian = 0;
proleptic_gregorian - ucar.nc2.time.Calendar
 
proleptic_gregorian_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
proleptic_gregorian = 0;
promoteGlobalAttributes(AggregationOuterDimension.DatasetOuterDimension) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
properties - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
Properties - Static variable in class thredds.client.catalog.Dataset
 
Property - Class in thredds.client.catalog
Client catalog name/value pair
Property(String, String) - Constructor for class thredds.client.catalog.Property
 
protoChoice - Variable in class thredds.inventory.CollectionAbstract
 
PROTOCOL - Static variable in class thredds.client.catalog.tools.DataFactory
 
PROTOCOL - Static variable in class ucar.nc2.ft.remote.CdmrFeatureDataset
 
PROTOCOL - Static variable in class ucar.nc2.stream.CdmRemote
 
protoConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
ProtoConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
ProtoConfig(String, String, String, Element) - Constructor for class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
Provider() - Constructor for class ucar.nc2.filter.Blosc.Provider
 
Provider() - Constructor for class ucar.nc2.filter.Deflate.Provider
 
Provider() - Constructor for class ucar.nc2.filter.ScaleOffset.Provider
 
Provider() - Constructor for class ucar.nc2.filter.Shuffle.Provider
 
Provider() - Constructor for class ucar.unidata.io.http.HTTPRandomAccessFile.Provider
 
Provider() - Constructor for class ucar.unidata.io.InMemoryRandomAccessFile.Provider
 
proxy - Variable in class ucar.ma2.StructureDataComposite
 
proxy - Variable in class ucar.nc2.dataset.StructureDS
 
ProxyGenerator - Class in ucar.nc2.util.reflect
 
ProxyGenerator() - Constructor for class ucar.nc2.util.reflect.ProxyGenerator
 
ProxyGenerator.MethodComparator - Class in ucar.nc2.util.reflect
 
proxyReader - Variable in class ucar.nc2.Variable.Builder
 
proxyReader - Variable in class ucar.nc2.Variable
 
ProxyReader - Interface in ucar.nc2
Something that knows how to read the data for a Variable.
PS - Static variable in class ucar.unidata.geoloc.vertical.AtmosSigma
Surface pressure name identifier
PS - Static variable in class ucar.unidata.geoloc.vertical.HybridSigmaPressure
Surface pressure name identifier
PsuedoStructure - ucar.nc2.ft.point.standard.TableConfig.StructureType
 
PsuedoStructure2D - ucar.nc2.ft.point.standard.TableConfig.StructureType
 
PTOP - Static variable in class ucar.unidata.geoloc.vertical.AtmosSigma
P-naught identifier
ptype - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
PublicInterfaceGenerator - Class in ucar.nc2.util.reflect
 
PublicInterfaceGenerator() - Constructor for class ucar.nc2.util.reflect.PublicInterfaceGenerator
 
PublicInterfaceGenerator.MethodComparator - Class in ucar.nc2.util.reflect
 
publisher_email - Static variable in class ucar.nc2.constants.ACDD
 
publisher_institution - Static variable in class ucar.nc2.constants.ACDD
 
publisher_institution_info - Static variable in class ucar.nc2.constants.ACDD
 
publisher_name - Static variable in class ucar.nc2.constants.ACDD
 
publisher_project - Static variable in class ucar.nc2.constants.ACDD
 
publisher_project_info - Static variable in class ucar.nc2.constants.ACDD
 
publisher_url - Static variable in class ucar.nc2.constants.ACDD
 
Publishers - Static variable in class thredds.client.catalog.Dataset
 
put(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
put(MFile, GridDatasetInv) - Method in interface ucar.nc2.internal.dataset.ft.fmrc.InventoryCacheProvider
Add the grid inventory associated with an MFile to the cache.
putAuxInfo(String, Object) - Method in class thredds.inventory.CollectionAbstract
 
putAuxInfo(String, Object) - Method in interface thredds.inventory.MCollection
 
putInheritedField(String, Object) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
putToURL(String, String) - Static method in class ucar.nc2.util.IO
use HTTP PUT to send the contents to the named URL.

Q

qsfn(double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
QUARTERPI - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
QueryMaker - Interface in ucar.nc2.ft.point.remote
Abstraction for making the query to send to the cdmRemote point dataset
QUICKTIME - ucar.nc2.constants.DataFormatType
 
quoteHtmlContent(String) - Static method in class ucar.unidata.util.StringUtil2
Deprecated.
legacy only, use HtmlEscapers.htmlEscaper()

R

RADIAL - ucar.nc2.constants.FeatureType
 
radialAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
RadialAzimuth - ucar.nc2.constants.AxisType
 
RadialAzimuth - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialAzimuth = 10;
RadialAzimuth_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialAzimuth = 10;
RadialCoordSys - Class in ucar.nc2.dt.radial
A radial CoordinateSystem has azimuth, elevation and radial axes.
RadialCoordSys(CoordinateSystem) - Constructor for class ucar.nc2.dt.radial.RadialCoordSys
Create a RadialCoordSys from an existing Coordinate System.
RadialDatasetStandardFactory - Class in ucar.nc2.ft.radial
Adapt existing Radial Datasets implementing FeatureDatasetFactory.
RadialDatasetStandardFactory() - Constructor for class ucar.nc2.ft.radial.RadialDatasetStandardFactory
 
RadialDatasetSweep - Interface in ucar.nc2.dt
A RadialDataset in which the radials can be grouped into sweeps.
RadialDatasetSweep.RadialVariable - Interface in ucar.nc2.dt
A data Variable with radial geometry.
RadialDatasetSweep.Sweep - Interface in ucar.nc2.dt
A sweep is 2D data using radial coordinate system (elevation, azimuth, radial distance)
RadialDatasetSweep.Type - Class in ucar.nc2.dt
A Type of RadialSweep.
RadialDistance - ucar.nc2.constants.AxisType
 
RadialDistance - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialDistance = 11;
RadialDistance_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialDistance = 11;
RadialElevation - ucar.nc2.constants.AxisType
 
RadialElevation - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialElevation = 12;
RadialElevation_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RadialElevation = 12;
RadialSweepFeature - Interface in ucar.nc2.ft.radial
 
RadialSweepFeature.Type - Enum in ucar.nc2.ft.radial
 
radToDeg(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
raf - Variable in class ucar.nc2.internal.iosp.netcdf3.N3headerNew
 
raf - Variable in class ucar.nc2.iosp.AbstractIOServiceProvider
Subclasses that use AbstractIOServiceProvider.open(...) or .close() should use this (instead of their own private variable).
RafNimbus - Class in ucar.nc2.ft.point.standard.plug
RAF Nimbus conventions
RafNimbus() - Constructor for class ucar.nc2.ft.point.standard.plug.RafNimbus
 
rafOrder - Variable in class ucar.nc2.iosp.AbstractIOServiceProvider
 
RAGGED_PARENTINDEX - Static variable in class ucar.nc2.constants.CF
 
RAGGED_ROWSIZE - Static variable in class ucar.nc2.constants.CF
 
raggedContiguous - ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
 
raggedIndex - ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
 
Random - thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
 
RANDOM - ucar.nc2.internal.ncml.Aggregation.TypicalDataset
 
RANDOM - ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
 
random_direct - thredds.client.catalog.tools.CatalogCrawler.Type
 
random_direct_max - thredds.client.catalog.tools.CatalogCrawler.Type
 
random_direct_middle - thredds.client.catalog.tools.CatalogCrawler.Type
 
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(int) - Constructor for class ucar.unidata.io.RandomAccessFile
Constructor, for subclasses
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 - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
range - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
Range - Class in ucar.ma2
Represents a set of integers, used as an index for arrays.
Range(int) - Constructor for class ucar.ma2.Range
Create a range starting at zero, with unit stride.
Range(int, int) - Constructor for class ucar.ma2.Range
Create a range with unit stride.
Range(int, int, int) - Constructor for class ucar.ma2.Range
Create a range with a specified values.
Range(String, int, int) - Constructor for class ucar.ma2.Range
Create a named range with unit stride.
Range(String, int, int, int) - Constructor for class ucar.ma2.Range
Create a named range with a specified name and values.
Range(String, int, int, int, int) - Constructor for class ucar.ma2.Range
 
RANGE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Section
 
range180(double) - Static method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.range180
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).
ranges - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
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
rank - Variable in class ucar.ma2.Array
 
rank - Variable in class ucar.ma2.Index
 
rank(DataType) - Static method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
Returns a distinct integer for each of the numeric data types that can be used to (roughly) order them by the range of the DataType.
rank(DataType) - Static method in class ucar.nc2.filter.FilterHelpers
 
RANK_MISMATCH - Static variable in exception ucar.nc2.ft2.simpgeometry.exception.InvalidDataseriesException
 
raw - ucar.nc2.ft.point.standard.JoinArray.Type
 
RC - Class in ucar.nc2.util.rc
Deprecated.
Will be moved to opendap package in 6.
RC() - Constructor for class ucar.nc2.util.rc.RC
Deprecated.
 
RC.Triple - Class in ucar.nc2.util.rc
Deprecated.
 
reacquire() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.ft.FeatureDatasetImpl
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Deprecated.
do not use
reacquire() - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
reacquire() - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
reacquire() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
reacquire() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
reacquire() - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
reacquire() - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
reacquire() - Method in interface ucar.nc2.iosp.IOServiceProvider
Reacquire any resources like file handles Used when reactivating in cache.
reacquire() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
reacquire() - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
reacquire() - Method in interface ucar.nc2.util.cache.FileCacheable
Reacquire any resources like file handles Used when reactivating in cache.
reacquire() - Method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use
read() - Method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
read() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
read() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
read() - Method in class ucar.nc2.Variable
Read all the data for this Variable and return a memory resident Array.
read() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
read() - Method in class ucar.unidata.io.bzip2.CBZip2InputStream
Reads the stream.
read() - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
read() - Method in class ucar.unidata.io.RandomAccessFile
Read a byte of data from the file, blocking until data is available.
read() - Method in class ucar.unidata.io.UncompressInputStream
Deprecated.
 
read(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
Read up to b.length( ) bytes into an array.
read(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Read up to len bytes into an array, at a specified offset.
read(byte[], int, int) - Method in class ucar.unidata.io.UncompressInputStream
Deprecated.
 
read(int[], int[]) - Method in class ucar.nc2.Sequence
 
read(int[], int[]) - Method in class ucar.nc2.Variable
Read a section of the data for this Variable and return a memory resident Array.
read(int[], int[]) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
read(long, byte[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
read(InputStream, StringBuilder) - Static method in class ucar.nc2.util.xml.RuntimeConfigParser
 
read(PrintWriter) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
read(PrintWriter) - Method in class ucar.nc2.iosp.hdf5.H5header
 
read(String) - Method in class ucar.nc2.Sequence
 
read(String) - Method in class ucar.nc2.Variable
Read data section specified by a "section selector", and return a memory resident Array.
read(String) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
read(String, boolean) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use readSection(), flatten=false no longer supported
read(List<Range>) - Method in class ucar.nc2.Sequence
 
read(List<Range>) - Method in class ucar.nc2.Variable
Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
read(Element, StringBuilder) - Static method in class ucar.nc2.util.xml.RuntimeConfigParser
 
read(Section) - Method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
read(Section) - Method in class ucar.nc2.Sequence
 
read(Section) - Method in class ucar.nc2.Variable
Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
read(Section) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
read(Variable, CancelTask) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
read(Variable, CancelTask, List<Range>) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
Read a section of the local Variable.
read_(long, byte[], int, int) - Method in class ucar.unidata.io.InMemoryRandomAccessFile
 
read_(long, byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Read directly from file, without going through the buffer.
read_(long, byte[], int, int) - Method in class ucar.unidata.io.RemoteRandomAccessFile
Read data into the buffer, and return number of bytes read.
ReadableRemoteFile - Interface in ucar.unidata.io
A remote file that can be read from.
readAccess(DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readAddress() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
readAddress() - Method in class ucar.nc2.iosp.hdf5.H5header
 
readAddress() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
readAllData() - Method in interface ucar.nc2.dt.RadialDatasetSweep.RadialVariable
 
readAllRecords(InputStream, int) - Method in class ucar.nc2.util.TableParser
Deprecated.
 
readAndTest(InputStream, byte[]) - Static method in class ucar.nc2.stream.NcStream
 
readAndTest(RandomAccessFile, byte[]) - Static method in class ucar.nc2.stream.NcStream
 
readArray(Variable, int) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Read the data Array from the variable, at the specified time index if applicable.
readArrays(List<Variable>) - Method in class ucar.nc2.NetcdfFile
Deprecated.
will be moved to DODSNetcdfFile in version 6.
readAttributeDouble(AttributeContainer, String, double) - Method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
Read an attribute as a double.
readAttributeDouble(Variable, String, double) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use use getRootGroup() or Variable attributes().findAttributeDouble
readAttributeInteger(Variable, String, int) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use use getRootGroup() or Variable attributes().findAttributeInteger
readAttributeValues(Element) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Parse the values element
readAttributeValues(Element) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Parse the values element
readBoolean() - Method in class ucar.unidata.io.RandomAccessFile
Reads a boolean from this file.
readBuffer(long) - Method in class ucar.unidata.io.RandomAccessFile
 
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.MMapRandomAccessFile
Deprecated.
 
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
readCalendar(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readCapabilitiesDocument(InputStream) - Method in class ucar.nc2.ft.point.writer.FeatureDatasetCapabilitiesWriter
 
readCapabilitiesDocument(InputStream) - Method in class ucar.nc2.ft.point.writer2.FeatureDatasetCapabilitiesWriter
 
readCatalogRef(DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readCatref() - Method in class thredds.client.catalog.CatalogRef
 
readChar() - Method in class ucar.unidata.io.RandomAccessFile
Reads a Unicode character from this file.
readChildren(Path, IndexReader.AddChildCallback) - Method in interface thredds.inventory.partition.IndexReader
Open a Partition ncx file and read children indexes
readConfig(Element) - Method in class thredds.featurecollection.FeatureCollectionConfigBuilder
 
readConfigFromCatalog(String) - Method in class thredds.featurecollection.FeatureCollectionConfigBuilder
Read a catalog and extract a FeatureCollectionConfig from it
readConfigFromFile(String) - Method in class thredds.featurecollection.FeatureCollectionConfigBuilder
 
readConfigXML(String, FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.PointConfigXML
 
readConfigXMLfromResource(String, FeatureType, NetcdfDataset, Formatter) - Method in class ucar.nc2.ft.point.standard.PointConfigXML
 
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.
readContributor(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readControlledVocabulary(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readCoordValues(CoverageCoordAxis) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageAdapter
 
readCoordValues(CoverageCoordAxis) - Method in interface ucar.nc2.ft2.coverage.CoordAxisReader
 
readCoordValues(CoverageCoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrCoverageReader
 
readData() - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
readData() - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
readData(int) - Method in interface ucar.nc2.dt.RadialDatasetSweep.Sweep
 
readData(int) - Method in interface ucar.nc2.ft.radial.RadialSweepFeature
 
readData(InputStream, NetcdfFile, String) - Method in class ucar.nc2.stream.NcStreamReader
Read the result of a data request.
readData(GridDatatype, CalendarDate, double, double) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
readData(GridDatatype, CalendarDate, double, double, double) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
 
readData(GridDatatype, CalendarDate, double, double, double, double) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
Reads one single data for one point.
readData(GridDatatype, CalendarDate, EarthLocation, boolean) - Method in class ucar.nc2.dt.grid.GridAsPointDataset
Reads data for the given point (earthlocation) and if bounded is true returns data for the closest point within the grid, for points outside of the grid
readData(Coverage, SubsetParams, boolean) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageAdapter
 
readData(Coverage, SubsetParams, boolean) - Method in interface ucar.nc2.ft2.coverage.CoverageReader
 
readData(Coverage, SubsetParams, boolean) - Method in class ucar.nc2.ft2.coverage.remote.CdmrCoverageReader
 
readData(CoverageDataResponse, GeoArrayResponse, InputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrCoverageReader
 
readData(SubsetParams) - Method in class ucar.nc2.ft2.coverage.Coverage
 
readData(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from ByteBuffer, place in given primitive array.
readData(Layout, DataType) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Read data subset from file for a variable, create primitive array.
readData(Layout, DataType) - Method in class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
Read data subset from file for a variable, create primitive array.
readData(Layout, DataType, WritableByteChannel) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
readData(Layout, DataType, WritableByteChannel) - Method in class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
Read data subset from file for a variable, to WritableByteChannel.
readData(Variable, Section) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
readData(Variable, Section) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
readData(Variable, Section) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
readData(Variable, Section) - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
readData(Variable, Section) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
readData(Variable, Section) - Method in interface ucar.nc2.iosp.IOServiceProvider
Read data from a top level Variable and return a memory resident Array.
readData(Variable, Section) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
readData(Variable, Section) - Method in class ucar.nc2.NetcdfFile
Do not call this directly, use Variable.read() !! Ranges must be filled (no nulls)
readData(Variable, Section) - Method in class ucar.nc2.stream.CdmRemote
 
readData(Variable, Section) - Method in class ucar.nc2.stream.NcStreamIosp
 
readData(PositioningDataInputStream, Layout, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from PositioningDataInputStream, place in given primitive array.
readData(RandomAccessFile, Layout, DataType, Object, int, boolean) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from RandomAccessFile, place in given primitive array.
readDataFill(LayoutBB, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from ByteBuffer, create primitive array of size Layout.getTotalNelems.
readDataFill(PositioningDataInputStream, Layout, DataType, Object) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from PositioningDataInputStream, create primitive array of size Layout.getTotalNelems.
readDataFill(RandomAccessFile, Layout, DataType, Object, int) - Static method in class ucar.nc2.iosp.IospHelper
Read data subset from RandomAccessFile, create primitive array of size Layout.getTotalNelems.
readDataFill(RandomAccessFile, Layout, DataType, Object, int, boolean) - Static method in class ucar.nc2.iosp.IospHelper
 
readDataSection(Section, boolean) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
This reads an arbitrary data section, returning the data in canonical order (rt-e-t-z-y-x).
readDataset(DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readDatasetInfo(DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readDataSize(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readDataSlice(int, int, int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
This reads an arbitrary data slice, returning the data in canonical order (t-z-y-x).
readDataSlice(int, int, int, int) - Method in interface ucar.nc2.dt.GridDatatype
This reads an arbitrary data slice, returning the data in canonical order (t-z-y-x).
readDataSlice(int, int, int, int) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
This reads an arbitrary data slice, returning the data in canonical order (t-z-y-x).
readDataSlice(int, int, int, int, int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
This reads an arbitrary data slice, returning the data in canonical order (rt-e-t-z-y-x).
readDataSlice(int, int, int, int, int, int) - Method in interface ucar.nc2.dt.GridDatatype
This reads an arbitrary data slice, returning the data in canonical order (rt-e-t-z-y-x).
readDataSlice(int, int, int, int, int, int) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
This reads an arbitrary data slice, returning the data in canonical order (rt-e-t-z-y-x).
readDate(Element, Calendar) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readDocumentation(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
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
readDouble(long, double[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
readDouble(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readDuration(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
reader - Variable in class ucar.nc2.ft2.coverage.Coverage
 
reader - Variable in class ucar.nc2.ft2.coverage.CoverageCollection
 
reader - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
reader - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
reader - Variable in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
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.
readFilesFromIndex(IndexReader) - Method in class thredds.inventory.partition.DirectoryBuilder
 
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.
readFilteredStringData(LayoutBB) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
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
readFloat(long, float[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
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.
readFully(InputStream, byte[]) - Static method in class ucar.nc2.stream.NcStream
 
readGeometry(int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
Get the data associated with the index
readGeospatialCoverage(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readGeospatialRange(Element, String) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
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
readInt(long, int[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
readIntUnbuffered(long) - Method in class ucar.unidata.io.RandomAccessFile
Read an integer at the given position, bypassing all buffering.
readLEDouble() - Method in class ucar.unidata.io.BeLeDataInputStream
Deprecated.
read a double in little endian format
readLEDoubles(double[], int) - Method in class ucar.unidata.io.BeLeDataInputStream
Deprecated.
Reads n little-endian doubles from a random access file.
readLEInt() - Method in class ucar.unidata.io.BeLeDataInputStream
Deprecated.
read an int in little endian format
readLELong() - Method in class ucar.unidata.io.BeLeDataInputStream
Deprecated.
read a long in little endian format
readLELongs(long[], int) - Method in class ucar.unidata.io.BeLeDataInputStream
Deprecated.
Reads n little-endian longs from a random access file.
readLength() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
readLength() - Method in class ucar.nc2.iosp.hdf5.H5header
 
readLength() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
readLine() - Method in class ucar.unidata.io.RandomAccessFile
Reads the next line of text from this file.
readLine(String, int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryReader
Returns a Line given a variable name and the geometric index.
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
readLong(long, long[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
readMagic(InputStream) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
readMetadata(Map<String, Object>, DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readMFiles(Path, List<MFile>) - Method in interface thredds.inventory.partition.IndexReader
Read the MFiles from a GribCollection index file
readNcml(Reader, String, CancelTask) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Read NcML doc from a Reader, and construct a NetcdfDataset.Builder.
readNcml(String, String, CancelTask) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Read an NcML file from a URL location, and construct a NetcdfDataset.
readNcml(String, Formatter) - Static method in class thredds.inventory.NcmlCollectionReader
Read an NcML file from a String, and construct a NcmlCollectionReader from its scan or scanFmrc element.
readNcML(InputStream, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read NcML doc from an InputStream, and construct a NetcdfDataset.
readNcML(Reader, String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read NcML doc from a Reader, and construct a NetcdfDataset.
readNcML(Reader, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read NcML doc from a Reader, and construct a NetcdfDataset.
readNcML(String, String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read an NcML file from a URL location, and construct a NetcdfDataset.
readNcML(String, Formatter) - Static method in class thredds.inventory.NcmlCollectionReader
readNcML(String, Formatter) - Static method in class ucar.nc2.ft.fmrc.Fmrc
 
readNcML(String, Element, String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read NcML from a JDOM Document, and pass in the name of the dataset.
readNcML(String, Element, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read NcML from a JDOM Document, and construct a NetcdfDataset.
readNcML(String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read an NcML file from a URL location, and construct a NetcdfDataset.
readOffset() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
readOffset() - Method in class ucar.nc2.iosp.hdf5.H5header
 
readOffset() - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
readonly - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
readonly - Variable in class ucar.unidata.io.RandomAccessFile
The access mode of the file.
readPoint(String, int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryReader
Returns a Point given a variable name and the geometric index.
readPolygon(String, int) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryReader
Returns a Polygon given a variable name and the geometric index.
readProperty(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readRemote(long, byte[], int, int) - Method in class ucar.unidata.io.http.HTTPRandomAccessFile
Read directly from remote file, without going through the buffer.
readRemote(long, byte[], int, int) - Method in interface ucar.unidata.io.ReadableRemoteFile
Read directly from the remote service.
readRootElement(String) - Static method in class ucar.nc2.util.xml.Parse
Read an XML Document from a URL and return the root element.
readScalarByte() - Method in class ucar.nc2.Variable
Get the value as a byte for a scalar Variable.
readScalarByte() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarDouble() - Method in class ucar.nc2.Variable
Get the value as a double for a scalar Variable.
readScalarDouble() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarFloat() - Method in class ucar.nc2.Variable
Get the value as a float for a scalar Variable.
readScalarFloat() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarInt() - Method in class ucar.nc2.Variable
Get the value as a int for a scalar Variable.
readScalarInt() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarLong() - Method in class ucar.nc2.Variable
Get the value as a long for a scalar Variable.
readScalarLong() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarShort() - Method in class ucar.nc2.Variable
Get the value as a short for a scalar Variable.
readScalarShort() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readScalarString() - Method in class ucar.nc2.Variable
Get the value as a String for a scalar Variable.
readScalarString() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
readSection(String) - Method in class ucar.nc2.NetcdfFile
Read a variable using the given section specification.
readSection(ParsedSectionSpec) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
readSection(ParsedSectionSpec) - Method in interface ucar.nc2.iosp.IOServiceProvider
Allows reading sections of nested variables
readSection(ParsedSectionSpec) - Static method in class ucar.nc2.iosp.IospHelper
 
readService(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readShort() - Method in class ucar.unidata.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort(long, short[], int, int) - Method in class ucar.unidata.io.PositioningDataInputStream
Deprecated.
 
readShort(short[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Read an array of shorts
readSource(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readStream(InputStream, NetcdfFile) - Method in class ucar.nc2.stream.NcStreamReader
 
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.
readStructMetadata(Variable.Builder<?>) - Method in class ucar.nc2.internal.iosp.hdf4.H4header
 
readStructMetadata(Variable.Builder<?>) - Method in interface ucar.nc2.internal.iosp.hdf4.HdfHeaderIF
 
readStructMetadata(Variable.Builder<?>) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
readStructure() - Method in class ucar.nc2.Sequence
 
readStructure() - Method in class ucar.nc2.Structure
Deprecated.
use readStructure(0)
readStructure(int) - Method in class ucar.nc2.Sequence
 
readStructure(int) - Method in class ucar.nc2.Structure
Use this when this is a one dimensional array of Structures, or you are doing the index calculation yourself for a multidimension array.
readStructure(int, int) - Method in class ucar.nc2.Sequence
 
readStructure(int, int) - Method in class ucar.nc2.Structure
For rank 1 array of Structures, read count Structures and return the data as an ArrayStructure.
readSubset(List<Range>) - Method in class ucar.nc2.dt.grid.GeoGrid
 
readSubset(List<Range>) - Method in interface ucar.nc2.dt.GridDatatype
 
readTable(InputStream, String, int) - Static method in class ucar.nc2.util.TableParser
Deprecated.
Reads an input stream, containing lines of ascii in fixed width format.
readTable(String, String, int) - Static method in class ucar.nc2.util.TableParser
Deprecated.
Reads a URL or file in as a table.
readThreddsMetadataGroup(Map<String, Object>, DatasetBuilder, Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readTimeCoordinates(Variable, CancelTask) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
readTimeCoverage(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.InMemoryRandomAccessFile
 
readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.RandomAccessFile
Read nbytes bytes, at the specified file offset, send to a WritableByteChannel.
readToByteChannel(WritableByteChannel, long, long) - Method in class ucar.unidata.io.RemoteRandomAccessFile
 
readToByteChannel(Section, WritableByteChannel) - Method in class ucar.nc2.Variable
Deprecated.
do not use
readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
readToByteChannel(Variable, Section, WritableByteChannel) - Method in interface ucar.nc2.iosp.IOServiceProvider
Deprecated.
do not use
readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
readToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
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.
readToOutputStream(Variable, Section, OutputStream) - Method in class ucar.nc2.NetcdfFile
 
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.
readValues() - Method in class ucar.nc2.dataset.CoordinateAxis1D
 
readValues() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
readVariable(Element) - Static method in class thredds.client.catalog.builder.CatalogBuilder
 
readVariables(Element) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
readVariableSizeUnsigned(int) - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
readVariableSizeUnsigned(int) - Method in class ucar.nc2.iosp.hdf5.H5header
 
readVariableSizeUnsigned(int) - Method in interface ucar.nc2.iosp.hdf5.H5headerIF
 
readVInt(InputStream) - Static method in class ucar.nc2.stream.NcStream
 
readVInt(RandomAccessFile) - Static method in class ucar.nc2.stream.NcStream
 
readVolumeData(int) - Method in class ucar.nc2.dt.grid.GeoGrid
Reads in the data "volume" at the given time index.
readVolumeData(int) - Method in interface ucar.nc2.dt.GridDatatype
Reads in the data "volume" at the given time index.
readXlinkContent() - Method in class thredds.client.catalog.Documentation
Get inline content as a string, else null if there is none
readXML(byte[]) - Static method in class ucar.nc2.ft.fmrc.GridDatasetInv
Construct a GridDatasetInv from its XML representation
readYXData(int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
Reads a Y-X "horizontal slice" at the given time and vertical index.
readZYData(int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
Reads a Z-Y "vertical slice" at the given time and x index.
REAL - Static variable in class ucar.nc2.constants.CF
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.dataset.VariableDS
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.internal.ncml.AggProxyReader
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.ncml.Aggregation.DatasetProxyReader
Deprecated.
 
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
Read a section of an aggregation variable.
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
reallyRead(Variable, Section, CancelTask) - Method in interface ucar.nc2.ProxyReader
Read a section of the data for a Variable.
reallyRead(Variable, Section, CancelTask) - Method in class ucar.nc2.Variable
public by accident, do not call directly.
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.StructureDS
 
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.StructurePseudoDS
 
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.dataset.VariableDS
 
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.internal.ncml.AggProxyReader
 
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.ncml.Aggregation.DatasetProxyReader
Deprecated.
 
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
Read an aggregation variable: A variable whose data spans multiple files.
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
reallyRead(Variable, CancelTask) - Method in interface ucar.nc2.ProxyReader
Read all the data for a Variable.
reallyRead(Variable, CancelTask) - Method in class ucar.nc2.Variable
public by accident, do not call directly.
reallyScan(Map<String, MFile>) - Method in class thredds.inventory.MFileCollectionManager
 
REALTIME - ucar.nc2.constants.DataFormatType
 
rebuildDataset() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Call this when rescan has found changed datasets
rebuildDataset() - Method in class ucar.nc2.ncml.AggregationFmrc
Deprecated.
 
rebuildDataset() - Method in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
rebuildDataset() - Method in class ucar.nc2.ncml.AggregationTiled
Deprecated.
 
rebuildDataset() - Method in class ucar.nc2.ncml.AggregationUnion
Deprecated.
 
recheckAfter - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
recno - Variable in class ucar.ma2.StructureDataA
 
record - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
record - Variable in class ucar.nc2.iosp.hdf5.BTree2.Entry2
 
Record() - Constructor for class ucar.nc2.util.TableParser.Record
Deprecated.
 
recordDim - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
recordDimName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
recordName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
recSize - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
recStart - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
reduce() - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by eliminating any dimensions with length one.
reduce() - Method in class ucar.ma2.Section
Remove any ranges of length 1
reduce(int) - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by eliminating the specified dimension.
reduce(List<Dimension>) - Method in class ucar.nc2.Variable
Create a new Variable that is a logical view of this Variable, by eliminating the specified dimension(s) of length 1.
reducedRank(int[]) - Static method in class ucar.ma2.MAMath
Calculate the reduced rank of this shape, by subtracting dimensions with length 1
REFERENCES - Static variable in class ucar.nc2.constants.CF
 
referenceSize - Static variable in class ucar.nc2.util.Misc
Estimates pointer size in bytes
RegExpMatchOnName - Class in thredds.inventory.filter
A regular expression that matches on the MFile name.
RegExpMatchOnName(String) - Constructor for class thredds.inventory.filter.RegExpMatchOnName
 
register(String, URLStreamHandler) - Static method in class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
registerAllExtensions(ExtensionRegistry) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class ucar.nc2.stream.NcStreamProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class ucar.nc2.ft.point.remote.PointStreamProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class ucar.nc2.stream.NcStreamProto
 
registerAnalyzer(String, Class, TableAnalyzer.ConventionNameOk) - Static method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
registerConvention(String, Class) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Register a class that implements a Convention.
registerConvention(String, Class, CoordSysBuilder.ConventionNameOk) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Register a class that implements a Convention.
registerConvention(String, String) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Register a class that implements a Convention.
registerConvention(String, CoordSystemBuilderFactory) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Register a class that implements a Convention.
registerConvention(String, CoordSystemBuilderFactory, CoordSystemFactory.ConventionNameOk) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Register a class that implements a Convention.
registerFactory(Class) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Register a class that implements a FeatureDatasetFactory.
registerFactory(String) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Register a class that implements a FeatureDatasetFactory.
registerFactory(FeatureType, Class) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Register a class that implements a FeatureDatasetFactory.
registerFactory(FeatureType, String) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Register a class that implements a FeatureDatasetFactory.
registerIOProvider(Class) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.registerIOProvider
registerIOProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
Register an IOServiceProvider.
registerIOProvider(Class, boolean) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.registerIOProvider
registerIOProvider(String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.registerIOProvider
registerIOProvider(String) - Static method in class ucar.nc2.NetcdfFiles
Register an IOServiceProvider, using its class string name.
registerIOProviderPreferred(Class, Class) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
use NetcdfFiles.registerIOProvider
registerNcml(String, String) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
Register an NcML file that implements a Convention by wrapping the dataset in the NcML.
registerNcML(String, String) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
Register an NcML file that implements a Convention by wrappping the dataset in the NcML.
registerRandomAccessFileProvider(Class) - Static method in class ucar.nc2.NetcdfFiles
Register a RandomAccessFile Provider.
registerRandomAccessFileProvider(String) - Static method in class ucar.nc2.NetcdfFiles
Register a RandomAccessFile Provider, using its class string name.
registerTransform(String, Class) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Register a class that implements a Coordinate Transform.
registerTransform(String, String) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Register a class that implements a Coordinate Transform.
registerTransformMaybe(String, String) - Static method in class ucar.nc2.dataset.CoordTransBuilder
Register a class that implements a Coordinate Transform.
regularInterval - ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
 
regularInterval - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
regularInterval = 4;
regularInterval_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
regularInterval = 4;
regularize - Variable in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
regularPoint - ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
 
regularPoint - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
regularPoint = 0;
regularPoint_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
regularPoint = 0;
relativeDifference(double, double) - Static method in class ucar.nc2.util.Misc
Same as Misc.relativeDifference(float, float), but for doubles.
relativeDifference(float, float) - Static method in class ucar.nc2.util.Misc
Returns the relative difference between two numbers, i.e.
release() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
release() - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
do not use
release() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
Deprecated.
do not use
release() - Method in class ucar.nc2.ft.FeatureDatasetImpl
Deprecated.
do not use
release() - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
Deprecated.
do not use
release() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Deprecated.
do not use
release() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
release() - Method in interface ucar.nc2.iosp.IOServiceProvider
Release any system resources like file handles.
release() - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
release() - Method in interface ucar.nc2.util.cache.FileCacheable
Release any system resources like file handles.
release() - Method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use
release(String) - Method in class ucar.nc2.StringLocker
Deprecated.
 
release(FileCacheable) - Method in class ucar.nc2.util.cache.FileCache
Release the file.
release(FileCacheable) - Method in class ucar.nc2.util.cache.FileCacheARC
Release the file.
release(FileCacheable) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
release(FileCacheable) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
release(FileCacheable) - Method in class ucar.nc2.util.cache.FileCacheNOP
 
RemoteRandomAccessFile - Class in ucar.unidata.io
An abstract superclass for remote RandomAccessFile
RemoteRandomAccessFile(String, int, long) - Constructor for class ucar.unidata.io.RemoteRandomAccessFile
 
remove() - Method in class thredds.inventory.MFileIterator
 
remove(String, int) - Static method in class ucar.unidata.util.StringUtil2
Remove all occurrences of the character c in the string s.
remove(String, String) - Static method in class ucar.unidata.util.StringUtil2
Remove all occurrences of the substring sub in the string s.
remove(K) - Method in class ucar.nc2.util.cache.HashQueue
 
remove(Attribute) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
will be removed in version 6.
remove(Attribute) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Remove an Attribute : uses the attribute hashCode to find it.
remove(Attribute) - Method in class ucar.nc2.AttributeContainerMutable
Remove an Attribute : uses the attribute hashCode to find it.
remove(Attribute) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
remove(Attribute) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
remove(Attribute) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
remove(Dimension) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
remove(Group) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
remove(Variable) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
removeAll(StringBuilder, String) - Static method in class ucar.unidata.util.StringUtil2
Remove any of the characters in out from sb
removeAnyService() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
removeAttribute(String) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
will be removed in version 6.
removeAttribute(String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Remove an Attribute by name.
removeAttribute(String) - Method in class ucar.nc2.AttributeContainerMutable
Remove an Attribute by name.
removeAttribute(String) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
removeAttribute(String) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
removeAttribute(String) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
removeAttributeIgnoreCase(String) - Method in interface ucar.nc2.AttributeContainer
Deprecated.
will be removed in version 6.
removeAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Remove an Attribute by name, ignoring case
removeAttributeIgnoreCase(String) - Method in class ucar.nc2.AttributeContainerMutable
Remove an Attribute by name, ignoring case
removeAttributeIgnoreCase(String) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
removeAttributeIgnoreCase(String) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
removeAttributeIgnoreCase(String) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
removeAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
removeAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
removeAtts(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
removeAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
removeAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
removeAtts(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
removeCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
removeCoordAxes(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
removeCoordinateSystem(CoordinateSystem) - Method in interface ucar.nc2.dataset.Enhancements
Deprecated.
Remove a CoordinateSystem from the dataset.
removeCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
removeCoordinateSystem(CoordinateSystem) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use VariableDS.builder()
removeCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
removeCoordSys(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
removeCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
removeCoordTransforms(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
removeDataVariable(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
removeDimension(String) - Method in class ucar.nc2.Group.Builder
Remove dimension, if it exists.
removeDimension(String) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
removeDimension(Group, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
removeDimensionFromAllGroups(Group.Builder, Dimension) - Method in class ucar.nc2.Group.Builder
Remove the given dimension from this group and any subgroups
removeDims(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
removeDups(List<Property>) - Static method in class thredds.client.catalog.Property
 
removeEldestEntry(Map.Entry) - Method in class ucar.nc2.util.HashMapLRU
Deprecated.
 
removeEnhancement(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
removeEnhanceMode(NetcdfDataset.Enhance) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
removeEnumTypes(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
removeEventListener(CollectionManager.TriggerListener) - Method in interface thredds.inventory.CollectionManager
 
removeEventListener(CollectionManager.TriggerListener) - Method in class thredds.inventory.CollectionManagerAbstract
 
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
 
removeFromEnd(String, int) - Static method in class ucar.unidata.util.StringUtil2
Remove all occurrences of the character c at the end of s.
removeFromEnd(String, String) - Static method in class ucar.unidata.util.StringUtil2
 
removeGeoArray(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
removeGrids(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
removeGroup(String) - Method in class ucar.nc2.Group.Builder
Remove group, if it exists.
removeGroups(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
removeLast() - Method in class ucar.ma2.Section.Builder
Remove the last range, if it exists.
removeLast() - Method in class ucar.ma2.Section
Deprecated.
use builder().removeLast()
removeListener(Object) - Method in class ucar.nc2.util.ListenerManager
Deprecated.
Remove a listener.
removeMap(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
removeMemberData(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
removeMembers(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
removeMembers(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
removeMemberVariable(String) - Method in class ucar.nc2.Structure.Builder
Remove memeber variable, if present.
removeMemberVariable(Variable) - Method in class ucar.nc2.dataset.StructurePseudoDS
Deprecated.
Use StructurePseudoDS.builder()
removeMemberVariable(Variable) - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
removeParams(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
removePartition(MCollection) - Method in class thredds.inventory.partition.DirectoryPartition
 
removePartition(MCollection) - Method in class thredds.inventory.partition.FilePartition
 
removePartition(MCollection) - Method in interface thredds.inventory.partition.PartitionManager
 
removePartition(MCollection) - Method in class thredds.inventory.partition.PartitionManagerFromIndexDirectory
 
removePartition(MCollection) - Method in class thredds.inventory.partition.PartitionManagerFromIndexList
 
removePartition(MCollection) - Method in class thredds.inventory.partition.TimePartition
 
removeRange(int) - Method in class ucar.ma2.Section.Builder
Remove a range at the specified index in the list.
removeRange(int) - Method in class ucar.ma2.Section
Deprecated.
use builder().removeRange
removeRange(int) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
removeRecordStructure() - Method in class ucar.nc2.NetcdfFile
Deprecated.
removeShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
removeShape(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
removeStations(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
removeStructdata(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
removeStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
removeStructs(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
removeVariable(String) - Method in class ucar.nc2.Group.Builder
Remove variable, if it exists.
removeVariable(String) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
removeVariable(Group, String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
removeVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
removeVars(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
removeVlen() - Method in class ucar.ma2.Section.Builder
Remove the last range, if it exists and is a Vlen.
removeVlen() - Method in class ucar.ma2.Section
Deprecated.
use builder().removeVlen()
removeWhitespace(String) - Static method in class ucar.unidata.util.StringUtil2
Remove any whitespace (ie., Character.isWhitespace) from the input string.
renameDimension(Group, String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Rename a Dimension.
renameGlobalAttribute(String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
renameGroupAttribute(Group, String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Rename a group Attribute.
renameVariable(String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Rename a Variable.
renameVariableAttribute(Variable, String, String) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Rename a variable Attribute.
replace(StringBuilder, char, String) - Static method in class ucar.unidata.util.StringUtil2
Replace any char "out" in sb with String "in".
replace(StringBuilder, String, String) - Static method in class ucar.unidata.util.StringUtil2
Replace any of the characters from out with corresponding character from in
replace(String, char[], String[]) - Static method in class ucar.unidata.util.StringUtil2
Replace all occurrences of any char in replaceChar with corresponding String in replaceWith
replace(String, char, String) - Static method in class ucar.unidata.util.StringUtil2
Replace any char "out" in s with "in".
replace(String, String, String) - Static method in class ucar.unidata.util.StringUtil2
Replaces all occurrences of "pattern" in "string" with "value"
replace(Attribute, String) - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
Replace an Attribute with a different name, same value.
replace(Attribute, String) - Method in class ucar.nc2.AttributeContainerMutable
Replace an Attribute with a different name, same value.
replace(Variable) - Method in interface ucar.nc2.dataset.ReplaceVariableCheck
Deprecated.
 
replaceCoordinateAxis(CoordinateAxis.Builder<?>) - Method in class ucar.nc2.internal.dataset.CoordinatesHelper.Builder
 
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.
replaceDataVars(StructureMembers) - Method in class ucar.nc2.ft.point.standard.Table
 
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) - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
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.
replaceRange(int, Range) - Method in class ucar.ma2.Section
Deprecated.
use builder().replaceRange
replaceVariable(Variable.Builder<?>) - Method in class ucar.nc2.Group.Builder
Replace variable of same name, if it exists, else just add it.
ReplaceVariableCheck - Interface in ucar.nc2.dataset
Deprecated.
will move to ucar.nc2.internal.ncml
report(Formatter) - Method in class ucar.nc2.iosp.hdf5.MemTracker
 
rescan - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
reservedFullName - Static variable in class ucar.nc2.NetcdfFiles
 
reservedGlobalAtts - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
reservedVariableAtts - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
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.ft.point.StructureDataIteratorIndexed
 
reset() - Method in class ucar.nc2.ft.point.StructureDataIteratorLinked
 
reset() - Method in class ucar.nc2.util.Counters.Counter
 
reset() - Method in class ucar.nc2.util.Counters
 
reset() - Method in class ucar.nc2.Variable.Cache
 
resetCache() - Method in class ucar.nc2.Variable.Builder
 
resetDimensions() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
resetIteration() - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.SectionCollectionImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.SectionFeatureImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
resetIteration() - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
resetIteration() - Method in interface ucar.nc2.ft.PointFeatureCollection
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.ProfileFeatureCollection
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.StationProfileFeature
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.TrajectoryFeatureCollection
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
Deprecated.
use foreach
resetIteration() - Method in interface ucar.nc2.ft.TrajectoryProfileFeatureCollection
Deprecated.
use foreach
resetLocalIterator() - Method in class ucar.ma2.Array
Reset the local iterator.
resetShape() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
resetTracking() - Method in class ucar.nc2.util.cache.FileCache
 
resetTracking() - Method in class ucar.nc2.util.cache.FileCacheARC
 
resetTracking() - Method in class ucar.nc2.util.cache.FileCacheGuava
 
resetTracking() - Method in interface ucar.nc2.util.cache.FileCacheIF
 
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
 
resolution - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
resolution - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
RESOLUTION_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
resolve(String, String) - Static method in class ucar.nc2.util.URLnaming
This augments URI.resolve(), by also dealing with file: URIs.
resolve(Dataset, String) - Method in class thredds.client.catalog.tools.DatasetHtmlWriter
resolve relative URLS against the catalog URL.
resolved - Variable in class thredds.client.catalog.ThreddsMetadata.UriResolved
 
resolveFile(String, String) - Static method in class ucar.nc2.util.URLnaming
 
Resolver - thredds.client.catalog.ServiceType
 
resolveUri(String) - Method in class thredds.client.catalog.Catalog
Resolve relative URIs, using the catalog's base URI.
resolveUri(URI, String) - Static method in class thredds.client.catalog.Catalog
 
resourcesDir - Static variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
resourcesDir - Static variable in class ucar.nc2.internal.dataset.CoordSystemFactory
 
RestrictAccess - Static variable in class thredds.client.catalog.Dataset
 
Result() - Constructor for class thredds.client.catalog.tools.DataFactory.Result
 
rewriteHeader(boolean) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
rewriteHeader(boolean) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
if theres room before data, rewrite header without moving the data.
rewriteHeader(boolean) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
RI - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
RI8 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
RIG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
RLATLON_UNITS - Static variable in class ucar.nc2.constants.CDM
 
RLE - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
rNums - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
role - Variable in class thredds.client.catalog.ThreddsMetadata.Contributor
 
root - Variable in class thredds.inventory.CollectionAbstract
 
ROOT_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Header
 
rootDir - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
rootGroup - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
rootGroup - Variable in class ucar.nc2.NetcdfFile.Builder
 
rootGroup - Variable in class ucar.nc2.NetcdfFile
 
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
 
Rotated_Pole - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
RotatedLatLon - Class in ucar.nc2.dataset.transform
Create a Rotated LatLon Projection from the information in the Coordinate Transform Variable.
RotatedLatLon - Class in ucar.unidata.geoloc.projection
Grib 1 projection 10 and Grib 2 projection 1.
RotatedLatLon() - Constructor for class ucar.nc2.dataset.transform.RotatedLatLon
 
RotatedLatLon() - Constructor for class ucar.unidata.geoloc.projection.RotatedLatLon
Default Constructor, needed for beans.
RotatedLatLon(double, double, double) - Constructor for class ucar.unidata.geoloc.projection.RotatedLatLon
Constructor.
RotatedPole - Class in ucar.nc2.dataset.transform
Create a RotatedPole Projection from the information in the Coordinate Transform Variable.
RotatedPole - Class in ucar.unidata.geoloc.projection
Rotated-pole longitude-latitude grid.
RotatedPole() - Constructor for class ucar.nc2.dataset.transform.RotatedPole
 
RotatedPole() - Constructor for class ucar.unidata.geoloc.projection.RotatedPole
Default Constructor, needed for beans.
RotatedPole(double, double) - Constructor for class ucar.unidata.geoloc.projection.RotatedPole
Constructor.
ROTATIONANGLE - Static variable in class ucar.unidata.geoloc.projection.FlatEarth
 
row(int) - Method in class ucar.ma2.MAMatrix
Get the ith row, return as a MAVector: same backing store.
ROWLENGTH_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
ROWLENGTH_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
RTD - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
run() - Method in class thredds.client.catalog.tools.CrawlingUtils.TDSdatasetReader
 
Run - thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
 
RUN - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
RUNA - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
runAxis - Variable in class ucar.nc2.ft2.coverage.Time2DCoordSys
 
RUNB - Static variable in interface ucar.unidata.io.bzip2.BZip2Constants
 
runClassifier() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
runOffset - Variable in class ucar.nc2.ft.fmrc.FmrcInvLite
 
Runs - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
runtime - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
RunTime - ucar.nc2.constants.AxisType
 
RunTime - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RunTime = 0;
RUNTIME_COORDINATE - Static variable in class ucar.nc2.constants.CDM
 
RunTime_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
RunTime = 0;
runtimeAll - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
RuntimeConfigParser - Class in ucar.nc2.util.xml
Read Runtime Configuration.
RuntimeConfigParser() - Constructor for class ucar.nc2.util.xml.RuntimeConfigParser
 
runtimeLatest - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 

S

s - Variable in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
s(String, int) - Static method in class ucar.unidata.util.Format
Create a new string by padding the existing one with blanks to specified width.
S - Static variable in class ucar.unidata.geoloc.vertical.OceanS
The "s" variable name identifier
S - Static variable in class ucar.unidata.geoloc.vertical.OceanSG1
The "s" variable name identifier
S - Static variable in class ucar.unidata.geoloc.vertical.OceanSG2
The "s" variable name identifier
sa - Variable in class ucar.ma2.StructureDataA
 
sameSigns(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
sameSigns(int, int) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
SAMPLE_DIMENSION - Static variable in class ucar.nc2.constants.CF
 
satToEarth(double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform satellite view angle coordinates, known as the "intermeidate" coordinates in the CGMS Normalized Geostationary Projection, to geographic Earth coordinates.
SatToFGF(double, double, double, double, double, double) - Method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Transform (lamda, theta) in radians to fractional FGF coordinates.
scalar - ucar.nc2.ft.point.standard.JoinArray.Type
 
scalar - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
scalar - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
reftime
scalar_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
reftime
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
 
SCALE_KEY - Static variable in class ucar.nc2.filter.ScaleOffset.Keys
 
SCALE_X - Static variable in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
SCALE_Y - Static variable in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
ScaleOffset - Class in ucar.nc2.filter
Filter implementation of FixedScaleOffset as described by the NumCodecs project
ScaleOffset(double, double) - Constructor for class ucar.ma2.MAMath.ScaleOffset
 
ScaleOffset(Map<String, Object>) - Constructor for class ucar.nc2.filter.ScaleOffset
 
ScaleOffset.Keys - Class in ucar.nc2.filter
 
ScaleOffset.Provider - Class in ucar.nc2.filter
 
scan(boolean) - Method in interface thredds.inventory.CollectionManager
Scan the collection.
scan(boolean) - Method in class thredds.inventory.CollectionManagerCatalog
 
scan(boolean) - Method in class thredds.inventory.MFileCollectionManager
 
scan(Formatter) - Method in class ucar.nc2.ft2.scan.FeatureScan
Deprecated.
 
scan_geom - Variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
scanGeomToSweepAngleAxis(String) - Static method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Find sweep_angle_axis associated with a scan geometry
scanIfNeeded() - Method in interface thredds.inventory.CollectionManager
If isScanNeeded(), do a scan.
scanIfNeeded() - Method in class thredds.inventory.CollectionManagerAbstract
 
schemaLocation - Static variable in class ucar.nc2.ncml.NcMLGWriter
Deprecated.
 
SCHEME - Static variable in class thredds.client.catalog.tools.DataFactory
 
SCHEME - Static variable in class ucar.nc2.ft.point.collection.CompositeDatasetFactory
 
SCHEME - Static variable in class ucar.nc2.ft.remote.CdmrFeatureDataset
 
SCHEME - Static variable in class ucar.nc2.stream.CdmRemote
 
SD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
sdata - Variable in class ucar.ma2.ArrayStructure
 
sdata - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
SDATA_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
SDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
SDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.StructureData
 
SDC - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDF - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDL - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDLNK - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDM - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDRAG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDS - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SDU - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
searchForward(KMPMatch, int) - Method in class ucar.unidata.io.RandomAccessFile
Search forward from the current pos, looking for a match.
Second - ucar.nc2.time.CalendarPeriod.Field
 
secsUnit - Static variable in class ucar.nc2.units.SimpleUnit
 
section - Variable in class ucar.nc2.ParsedSectionSpec
 
section(int[], int[]) - Method in class ucar.ma2.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(int[], int[], int[]) - Method in class ucar.ma2.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(List<Range>) - Method in class ucar.ma2.Array
Create a new Array as a subsection of this Array, with rank reduction.
section(List<Range>) - Method in class ucar.nc2.Variable
Create a new Variable that is a logical subsection of this Variable.
section(List<Range>) - Method in interface ucar.nc2.VariableIF
Deprecated.
 
section(Range) - Method in class ucar.nc2.dataset.CoordinateAxis1D
Create a new CoordinateAxis1D as a section of this CoordinateAxis1D.
section(Range) - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
section(Range, Range) - Method in class ucar.nc2.dataset.CoordinateAxis2D
Create a new CoordinateAxis2D as a section of this CoordinateAxis2D.
section(Section) - Method in class ucar.nc2.Sequence
 
section(Section) - Method in class ucar.nc2.Variable
Create a new Variable that is a logical subsection of this Variable.
Section - Class in ucar.ma2
A section of multidimensional array indices.
Section() - Constructor for class ucar.ma2.Section
No-arg Constructor
Section(int[]) - Constructor for class ucar.ma2.Section
Create Section from a shape array, assumes 0 origin.
Section(int[], int[]) - Constructor for class ucar.ma2.Section
Create Section from a shape and origin arrays.
Section(int[], int[], int[]) - Constructor for class ucar.ma2.Section
Create Section from a shape, origin, and stride arrays.
Section(String) - Constructor for class ucar.ma2.Section
Parse an index section String specification, return equivilent Section.
Section(List<Range>) - Constructor for class ucar.ma2.Section
Create Section from a List.
Section(List<Range>, int[]) - Constructor for class ucar.ma2.Section
Create Section from a List.
Section(Range...) - Constructor for class ucar.ma2.Section
Create Section from a variable length list of Ranges
Section(Section) - Constructor for class ucar.ma2.Section
Copy Constructor.
SECTION_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
SECTION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
SECTION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
SECTION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
Section.Builder - Class in ucar.ma2
 
Section.Iterator - Class in ucar.ma2
 
SectionCollectionImpl - Class in ucar.nc2.ft.point
Superclass for implementations of SectionFeatureCollection: series of profiles along a trajectory Concrete subclass must implement getNestedPointFeatureCollectionIterator();
SectionCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.SectionCollectionImpl
 
SectionCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.SectionCollectionImpl
 
SectionFeatureImpl - Class in ucar.nc2.ft.point
Abstract superclass for implementations of SectionFeature.
SectionFeatureImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.SectionFeatureImpl
 
SectionIterable - Class in ucar.ma2
A Section composed of List instead of List.
SectionIterable(List<RangeIterator>, int[]) - Constructor for class ucar.ma2.SectionIterable
 
SectionIterable(List<RangeIterator>, List<Integer>) - Constructor for class ucar.ma2.SectionIterable
 
SectionIterable(Section, int[]) - Constructor for class ucar.ma2.SectionIterable
 
SectionIterable.SectionIterator - Class in ucar.ma2
 
sectionNoReduce(int[], int[], int[]) - Method in class ucar.ma2.Array
Create a new Array as a subsection of this Array, without rank reduction.
sectionNoReduce(List<Range>) - Method in class ucar.ma2.Array
Create a new Array as a subsection of this Array, without rank reduction.
sectionNoReduce(List<Range>) - Method in class ucar.ma2.ArrayStructure
 
seek(long) - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
seek(long) - Method in class ucar.unidata.io.RandomAccessFile
Set the position in the file for the next read or write.
select(String) - Method in class ucar.nc2.Structure
Create a subset of the Structure consisting only of the one member variable
select(List<String>) - Method in class ucar.nc2.dataset.StructureDS
 
select(List<String>) - Method in class ucar.nc2.dataset.StructurePseudo2Dim
 
select(List<String>) - Method in class ucar.nc2.dataset.StructurePseudoDS
 
select(List<String>) - Method in class ucar.nc2.Structure
Create a subset of the Structure consisting only of the given member variables
self() - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
self() - Method in class ucar.nc2.dataset.CoordinateAxis1D.Builder
 
self() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime.Builder
 
self() - Method in class ucar.nc2.dataset.CoordinateAxis2D.Builder
 
self() - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
self() - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
 
self() - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
self() - Method in class ucar.nc2.dataset.ProjectionCT.Builder
 
self() - Method in class ucar.nc2.dataset.VariableDS.Builder
 
self() - Method in class ucar.nc2.dataset.VerticalCT.Builder
 
self() - Method in class ucar.nc2.NetcdfFile.Builder
 
self() - Method in class ucar.nc2.Sequence.Builder
 
self() - Method in class ucar.nc2.Variable.Builder
 
SEMI_MAJOR_AXIS - Static variable in class ucar.nc2.constants.CF
 
SEMI_MINOR_AXIS - Static variable in class ucar.nc2.constants.CF
 
sendData(Variable, Section, OutputStream, NcStreamCompression) - Method in class ucar.nc2.stream.NcStreamWriter
 
sendData(Variable, Section, WritableByteChannel, NcStreamCompression) - Method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
sendData2(Variable, Section, OutputStream, NcStreamCompression) - Method in class ucar.nc2.stream.NcStreamWriter
 
sendEnd(OutputStream) - Method in class ucar.nc2.stream.NcStreamWriter
 
sendEnd(WritableByteChannel) - Method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
sendEvent(EventObject) - Method in class ucar.nc2.util.ListenerManager
Deprecated.
Send an event to all registered listeners.
sendEventExcludeSource(EventObject) - Method in class ucar.nc2.util.ListenerManager
Deprecated.
Send an event to all registered listeners, except the named one.
sendHeader(OutputStream) - Method in class ucar.nc2.stream.NcStreamWriter
 
sendHeader(OutputStream, CoverageCollection, String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrfWriter
 
sendHeader(WritableByteChannel) - Method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
sendIospMessage(Object) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
sendIospMessage(Object) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
sendIospMessage(Object) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
sendIospMessage(Object) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
sendIospMessage(Object) - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
sendIospMessage(Object) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
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.iosp.netcdf3.N3iosp
Deprecated.
 
sendIospMessage(Object) - Method in class ucar.nc2.NetcdfFile
Generic way to send a "message" to the underlying IOSP.
sendQuery(HTTPSession, String, String) - Static method in class ucar.nc2.stream.CdmRemote
 
sendStart(OutputStream) - Method in class ucar.nc2.stream.NcStreamWriter
 
sendStart(WritableByteChannel) - Method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
Sequence - Class in ucar.nc2
Sequence is a one-dimensional Structure with indeterminate length.
Sequence(NetcdfFile, Group, Structure, String) - Constructor for class ucar.nc2.Sequence
Deprecated.
use Builder.
Sequence(Sequence.Builder<?>, Group) - Constructor for class ucar.nc2.Sequence
 
SEQUENCE - ucar.ma2.DataType
 
SEQUENCE - ucar.nc2.CDMSort
Deprecated.
 
SEQUENCE - ucar.nc2.stream.NcStreamProto.DataType
SEQUENCE = 9;
SEQUENCE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
SEQUENCE = 9;
Sequence.Builder<T extends Sequence.Builder<T>> - Class in ucar.nc2
A builder of Sequences
SequenceDS - Class in ucar.nc2.dataset
Deprecated.
SequenceDS will not extend StructureDS in 6.
SequenceDS(SequenceDS.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.SequenceDS
Deprecated.
 
SequenceDS(Group, Sequence) - Constructor for class ucar.nc2.dataset.SequenceDS
Deprecated.
 
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 - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
services - Variable in class thredds.client.catalog.builder.DatasetBuilder
 
Services - Static variable in class thredds.client.catalog.Catalog
 
serviceType - Variable in class ucar.nc2.dataset.DatasetUrl
Deprecated.
ServiceType - Enum in thredds.client.catalog
Service Type enums
ServiceType.AccessType - Enum in thredds.client.catalog
 
set() - Method in class ucar.ma2.Index0D
 
set(boolean) - Method in class ucar.ma2.ArrayBoolean.D0
set the value.
set(byte) - Method in class ucar.ma2.ArrayByte.D0
 
set(char) - Method in class ucar.ma2.ArrayChar.D0
set the value.
set(double) - Method in class ucar.ma2.ArrayDouble.D0
set the value.
set(double, double) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
set lat, lon using double values
set(float) - Method in class ucar.ma2.ArrayFloat.D0
set the value.
set(float, float) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
set lat, lon using float values
set(int) - Method in class ucar.ma2.ArrayInt.D0
 
set(int) - Method in class ucar.ma2.Index
set current element at dimension 0 to v0
set(int) - Method in class ucar.ma2.Index1D
 
set(int[]) - Method in class ucar.ma2.Index
Set the current element's index.
set(int[]) - Method in class ucar.ma2.Index1D
 
set(int[]) - Method in class ucar.ma2.Index2D
 
set(int[]) - Method in class ucar.ma2.Index3D
 
set(int[]) - Method in class ucar.ma2.Index4D
 
set(int[]) - Method in class ucar.ma2.Index5D
 
set(int[]) - Method in class ucar.ma2.Index6D
 
set(int[]) - Method in class ucar.ma2.Index7D
 
set(int, boolean) - Method in class ucar.ma2.ArrayBoolean.D1
set the value.
set(int, byte) - Method in class ucar.ma2.ArrayByte.D1
 
set(int, char) - Method in class ucar.ma2.ArrayChar.D1
set the value.
set(int, double) - Method in class ucar.ma2.ArrayDouble.D1
set the value.
set(int, float) - Method in class ucar.ma2.ArrayFloat.D1
set the value.
set(int, int) - Method in class ucar.ma2.ArrayInt.D1
 
set(int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1 to v0,v1
set(int, int) - Method in class ucar.ma2.Index2D
 
set(int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D2
set the value.
set(int, int, byte) - Method in class ucar.ma2.ArrayByte.D2
 
set(int, int, char) - Method in class ucar.ma2.ArrayChar.D2
set the value.
set(int, int, double) - Method in class ucar.ma2.ArrayDouble.D2
set the value.
set(int, int, float) - Method in class ucar.ma2.ArrayFloat.D2
set the value.
set(int, int, int) - Method in class ucar.ma2.ArrayInt.D2
 
set(int, int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1,2 to v0,v1,v2
set(int, int, int) - Method in class ucar.ma2.Index3D
 
set(int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D3
set the value.
set(int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D3
 
set(int, int, int, char) - Method in class ucar.ma2.ArrayChar.D3
set the value.
set(int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D3
set the value.
set(int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D3
set the value.
set(int, int, int, int) - Method in class ucar.ma2.ArrayInt.D3
 
set(int, int, int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1,2,3 to v0,v1,v2,v3
set(int, int, int, int) - Method in class ucar.ma2.Index4D
 
set(int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D4
set the value.
set(int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D4
 
set(int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D4
set the value.
set(int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D4
set the value.
set(int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D4
set the value.
set(int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D4
 
set(int, int, int, int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1,2,3,4 to v0,v1,v2,v3,v4
set(int, int, int, int, int) - Method in class ucar.ma2.Index5D
 
set(int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D5
set the value.
set(int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D5
 
set(int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D5
set the value.
set(int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D5
set the value.
set(int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D5
set the value.
set(int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D5
 
set(int, int, int, int, int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1,2,3,4,5 to v0,v1,v2,v3,v4,v5
set(int, int, int, int, int, int) - Method in class ucar.ma2.Index6D
 
set(int, int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D6
set the value.
set(int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D6
 
set(int, int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D6
set the value.
set(int, int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D6
set the value.
set(int, int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D6
set the value.
set(int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D6
 
set(int, int, int, int, int, int, int) - Method in class ucar.ma2.Index
set current element at dimension 0,1,2,3,4,5,6 to v0,v1,v2,v3,v4,v5,v6
set(int, int, int, int, int, int, int) - Method in class ucar.ma2.Index7D
 
set(int, int, int, int, int, int, int, boolean) - Method in class ucar.ma2.ArrayBoolean.D7
set the value.
set(int, int, int, int, int, int, int, byte) - Method in class ucar.ma2.ArrayByte.D7
 
set(int, int, int, int, int, int, int, char) - Method in class ucar.ma2.ArrayChar.D7
set the value.
set(int, int, int, int, int, int, int, double) - Method in class ucar.ma2.ArrayDouble.D7
set the value.
set(int, int, int, int, int, int, int, float) - Method in class ucar.ma2.ArrayFloat.D7
set the value.
set(int, int, int, int, int, int, int, int) - Method in class ucar.ma2.ArrayInt.D7
 
set(int, int, int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D7
set the value.
set(int, int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D7
 
set(int, int, int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D7
set the value.
set(int, int, int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D7
set the value.
set(int, int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D6
set the value.
set(int, int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D6
 
set(int, int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D6
set the value.
set(int, int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D6
set the value.
set(int, int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D5
set the value.
set(int, int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D5
 
set(int, int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D5
set the value.
set(int, int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D5
set the value.
set(int, int, int, int, long) - Method in class ucar.ma2.ArrayLong.D4
set the value.
set(int, int, int, int, short) - Method in class ucar.ma2.ArrayShort.D4
 
set(int, int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D4
set the value.
set(int, int, int, int, String) - Method in class ucar.ma2.ArrayString.D4
set the value.
set(int, int, int, long) - Method in class ucar.ma2.ArrayLong.D3
set the value.
set(int, int, int, short) - Method in class ucar.ma2.ArrayShort.D3
 
set(int, int, int, Object) - Method in class ucar.ma2.ArrayObject.D3
set the value.
set(int, int, int, String) - Method in class ucar.ma2.ArrayString.D3
set the value.
set(int, int, long) - Method in class ucar.ma2.ArrayLong.D2
set the value.
set(int, int, short) - Method in class ucar.ma2.ArrayShort.D2
 
set(int, int, Object) - Method in class ucar.ma2.ArrayObject.D2
set the value.
set(int, int, String) - Method in class ucar.ma2.ArrayString.D2
set the value.
set(int, long) - Method in class ucar.ma2.ArrayLong.D1
set the value.
set(int, short) - Method in class ucar.ma2.ArrayShort.D1
 
set(int, Object) - Method in class ucar.ma2.ArrayObject.D1
set the value.
set(int, String) - Method in class ucar.ma2.ArrayString.D1
set the value.
set(long) - Method in class ucar.ma2.ArrayLong.D0
set the value.
set(short) - Method in class ucar.ma2.ArrayShort.D0
 
set(Object) - Method in class ucar.ma2.ArrayObject.D0
set the value.
set(String) - Method in class ucar.ma2.ArrayString.D0
set the value.
set(String, boolean) - Method in interface ucar.nc2.util.DebugFlags
Set named debug flag.
set(String, boolean) - Method in class ucar.nc2.util.DebugFlagsImpl
 
set(String, Object) - Method in class thredds.client.catalog.ThreddsMetadata
 
set(String, Object) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
set(String, String) - Static method in class ucar.nc2.util.rc.RC
Deprecated.
 
set(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
set the value at the sepcified index.
set(Index, byte) - Method in class ucar.ma2.ArrayByte
set the value at the sepcified index.
set(Index, char) - Method in class ucar.ma2.ArrayChar
set the value at the sepcified index.
set(Index, double) - Method in class ucar.ma2.ArrayDouble
set the value at the specified index.
set(Index, float) - Method in class ucar.ma2.ArrayFloat
set the value at the sepcified index.
set(Index, int) - Method in class ucar.ma2.ArrayInt
Set the value at the specified index.
set(Index, long) - Method in class ucar.ma2.ArrayLong
set the value at the sepcified index.
set(Index, short) - Method in class ucar.ma2.ArrayShort
Set the value at the specified index.
set(Index, String) - Method in class ucar.ma2.ArrayString
set the value at the sepcified index.
set(LatLonPoint) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
set lat, lon using values of pt
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
 
setAggregation(AggregationIF) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
setAllowCompression(boolean) - Static method in class ucar.nc2.stream.CdmRemote
 
setAlt(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double alt = 4;
setAlt(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double alt = 4;
setAltitude(double) - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
setAltUnit(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string altUnit = 4;
setAltUnitBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string altUnit = 4;
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
 
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
setAtts(int, NcStreamProto.Attribute) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
find calendar attribute here?
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
repeated .Attribute atts = 4;
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Attribute atts = 2;
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Attribute atts = 5;
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
repeated .Attribute atts = 4;
setAtts(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
repeated .Attribute atts = 4;
setAuthority(String) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
 
setAutoGen(double, double) - Method in class ucar.nc2.Variable.Builder
 
setAuxInfo(Object) - Method in class thredds.filesystem.MFileOS
 
setAuxInfo(Object) - Method in class thredds.filesystem.MFileOS7
 
setAuxInfo(Object) - Method in interface thredds.inventory.MFile
 
setAxisName(int, String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
each dimension corresponds to this axis
setAxisNames(int, String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string axisNames = 2;
setAxisType(AxisType) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
setAxisType(AxisType) - Method in class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use CoordinateAxis.builder()
setAxisType(CdmrFeatureProto.AxisType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisType axisType = 4;
setAxisTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisType axisType = 4;
setBaseURI(URI) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
setBigend(boolean) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
bool bigend = 3;
setBigend(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
[default=true] in proto2
setBigend(boolean) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool bigend = 4;
setBigend(boolean) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool bigend = 4;
setBit(long, int, boolean) - Static method in class ucar.nc2.iosp.BitReader
 
setBitOffset(int) - Method in class ucar.nc2.iosp.BitReader
Position file at bitOffset from startPos
setBoolean(int, boolean) - Method in class ucar.ma2.Array
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayBoolean
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayByte
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayChar
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayDouble
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayFloat
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayInt
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayLong
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayObject
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayRagged
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayScalar
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayShort
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayString
 
setBoolean(int, boolean) - Method in class ucar.ma2.ArrayStructure
 
setBoolean(Index, boolean) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayBoolean
 
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayByte
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayChar
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayDouble
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayFloat
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayInt
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayLong
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayScalar
 
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayShort
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setBoolean(Index, boolean) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setBooleanCurrent(boolean) - Method in interface ucar.ma2.IndexIterator
Set current value with a boolean
setBooleanCurrent(boolean) - Method in class ucar.ma2.IteratorFast
 
setBooleanNext(boolean) - Method in interface ucar.ma2.IndexIterator
Set next value with a boolean
setBooleanNext(boolean) - Method in class ucar.ma2.IteratorFast
 
setBoundary(String) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
setBoundaryRef(String) - Method in class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use CoordinateAxis.builder()
setBoundingBox() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setBoundingBox() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
setBoundingBox() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
setBoundingBox() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
setBoundingBox(LatLonRect) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
setBounds(double[], double[]) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
setBounds(List<TimeCoord.Tinv>) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
setBufferSize(int) - Method in interface ucar.ma2.StructureDataIterator
Hint to use this much memory in buffering the iteration.
setBufferSize(int) - Method in class ucar.ma2.StructureDataIteratorLimited
 
setBufferSize(int) - Method in class ucar.ma2.StructureDataIteratorMediated
 
setBufferSize(int) - Method in class ucar.unidata.io.InMemoryRandomAccessFile
 
setBufferSize(int) - Method in class ucar.unidata.io.RandomAccessFile
Set the buffer size.
setByte(int, byte) - Method in class ucar.ma2.Array
 
setByte(int, byte) - Method in class ucar.ma2.ArrayBoolean
 
setByte(int, byte) - Method in class ucar.ma2.ArrayByte
 
setByte(int, byte) - Method in class ucar.ma2.ArrayChar
 
setByte(int, byte) - Method in class ucar.ma2.ArrayDouble
 
setByte(int, byte) - Method in class ucar.ma2.ArrayFloat
 
setByte(int, byte) - Method in class ucar.ma2.ArrayInt
 
setByte(int, byte) - Method in class ucar.ma2.ArrayLong
 
setByte(int, byte) - Method in class ucar.ma2.ArrayObject
 
setByte(int, byte) - Method in class ucar.ma2.ArrayRagged
 
setByte(int, byte) - Method in class ucar.ma2.ArrayScalar
 
setByte(int, byte) - Method in class ucar.ma2.ArrayShort
 
setByte(int, byte) - Method in class ucar.ma2.ArrayString
 
setByte(int, byte) - Method in class ucar.ma2.ArrayStructure
 
setByte(Index, byte) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setByte(Index, byte) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setByte(Index, byte) - Method in class ucar.ma2.ArrayByte
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayChar
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayDouble
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayFloat
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayInt
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayLong
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setByte(Index, byte) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setByte(Index, byte) - Method in class ucar.ma2.ArrayScalar
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayShort
 
setByte(Index, byte) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setByte(Index, byte) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setByteCurrent(byte) - Method in interface ucar.ma2.IndexIterator
Set current value with a byte
setByteCurrent(byte) - Method in class ucar.ma2.IteratorFast
 
setBytedata(int, ByteString) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
opaque dataType and vlens
setByteNext(byte) - Method in interface ucar.ma2.IndexIterator
Set next value with a byte
setByteNext(byte) - Method in class ucar.ma2.IteratorFast
 
setCachedData(Array) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setCachedData(Array, boolean) - Method in class ucar.nc2.Variable.Builder
 
setCachedData(Array, boolean) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setCacheName(String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
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.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setCaching(boolean) - Method in class ucar.nc2.Structure
Caching is not allowed
setCaching(boolean) - Method in class ucar.nc2.Variable.Builder
 
setCaching(boolean) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setCalculateBounds(CollectionInfo) - Method in class ucar.nc2.ft.point.PointIteratorAbstract
 
setCalendar(CdmrFeatureProto.Calendar) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
.Calendar calendar = 3;
setCalendarDateRange(CalendarDateRange) - Method in class ucar.nc2.ft.point.CollectionInfo
 
setCalendarValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
.Calendar calendar = 3;
setCancelTask(CancelTask) - Method in class ucar.nc2.write.Ncdump.Builder
allow task to be cancelled
setCenterLon(double) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Set the center of the Longitude range.
setCentMeridian(double) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Deprecated.
setCentralMeridian(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated. 
setChangeChecker(CollectionManager.ChangeChecker) - Method in class thredds.inventory.MFileCollectionManager
 
setChar(int, char) - Method in class ucar.ma2.Array
 
setChar(int, char) - Method in class ucar.ma2.ArrayBoolean
 
setChar(int, char) - Method in class ucar.ma2.ArrayByte
 
setChar(int, char) - Method in class ucar.ma2.ArrayChar
 
setChar(int, char) - Method in class ucar.ma2.ArrayDouble
 
setChar(int, char) - Method in class ucar.ma2.ArrayFloat
 
setChar(int, char) - Method in class ucar.ma2.ArrayInt
 
setChar(int, char) - Method in class ucar.ma2.ArrayLong
 
setChar(int, char) - Method in class ucar.ma2.ArrayObject
 
setChar(int, char) - Method in class ucar.ma2.ArrayRagged
 
setChar(int, char) - Method in class ucar.ma2.ArrayScalar
 
setChar(int, char) - Method in class ucar.ma2.ArrayShort
 
setChar(int, char) - Method in class ucar.ma2.ArrayString
 
setChar(int, char) - Method in class ucar.ma2.ArrayStructure
 
setChar(Index, char) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setChar(Index, char) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setChar(Index, char) - Method in class ucar.ma2.ArrayByte
 
setChar(Index, char) - Method in class ucar.ma2.ArrayChar
 
setChar(Index, char) - Method in class ucar.ma2.ArrayDouble
 
setChar(Index, char) - Method in class ucar.ma2.ArrayFloat
 
setChar(Index, char) - Method in class ucar.ma2.ArrayInt
 
setChar(Index, char) - Method in class ucar.ma2.ArrayLong
 
setChar(Index, char) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setChar(Index, char) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setChar(Index, char) - Method in class ucar.ma2.ArrayScalar
 
setChar(Index, char) - Method in class ucar.ma2.ArrayShort
 
setChar(Index, char) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setChar(Index, char) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setCharCurrent(char) - Method in interface ucar.ma2.IndexIterator
Set current value with a char
setCharCurrent(char) - Method in class ucar.ma2.IteratorFast
 
setCharNext(char) - Method in interface ucar.ma2.IndexIterator
Set next value with a char
setCharNext(char) - Method in class ucar.ma2.IteratorFast
 
setChunker(Nc4Chunking) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Nc4Chunking, used only for netcdf4
setChunking(Nc4Chunking) - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig.Builder
 
setCode(int) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
uint32 code = 1;
setCode(int) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
uint32 code = 2;
setComment(String) - Method in class ucar.nc2.util.TableParser
Deprecated.
 
setComplete() - Method in class ucar.nc2.ft.point.CollectionInfo
 
setCompress(NcStreamProto.Compress) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.Compress compress = 5;
setCompress(NcStreamProto.Compress) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.Compress compress = 6;
setCompressValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.Compress compress = 5;
setCompressValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.Compress compress = 6;
setController(MController) - Method in class thredds.inventory.MFileCollectionManager
Set the MController used by scan.
setConventionUsed(String) - Method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
setConventionUsed(String) - Method in interface ucar.nc2.dataset.CoordSysBuilderIF
Deprecated.
Pass in the name of the Convention used to locate this CoordSysBuilderIF.
setConventionUsed(String) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
setConventionUsed(String) - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
setConvName(String) - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
 
setConvName(String) - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
setConvUsed(String) - Method in interface ucar.nc2.ft.point.standard.TableConfigurer
 
setConvUsed(String) - Method in class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
setCoordAxes(int, CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
setCoordAxes(int, CdmrFeatureProto.CoordAxis) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
setCoordAxes(int, CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
may be shared if asking for multiple grids
setCoordAxes(int, CdmrFeatureProto.CoordAxis.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordAxis coordAxes = 8;
setCoordAxesNames(String) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
setCoordinateVariableName(Table.CoordName, String) - Method in class ucar.nc2.ft.point.standard.TableConfig
 
setCoordMap() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
setCoordSys(int, CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
setCoordSys(int, CdmrFeatureProto.CoordSys) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
setCoordSys(int, CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
setCoordSys(int, CdmrFeatureProto.CoordSys.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordSys coordSys = 6;
setCoordSys(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string coordSys = 5;
setCoordSys(SimpleGeometryCS) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
setCoordSysBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string coordSys = 5;
setCoordSysName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
must have coordAxes corresponding to shape
setCoordSysNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
must have coordAxes corresponding to shape
setCoordTransforms(int, CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
setCoordTransforms(int, CdmrFeatureProto.CoordTransform) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
setCoordTransforms(int, CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
"
setCoordTransforms(int, CdmrFeatureProto.CoordTransform.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .CoordTransform coordTransforms = 7;
setCoverageName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
full escaped name.
setCoverageNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
full escaped name.
setCoverageType(CdmrFeatureProto.CoverageType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
.CoverageType coverageType = 5;
setCoverageType(CdmrFeatureProto.CoverageType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CoverageType coverageType = 10;
setCoverageTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
.CoverageType coverageType = 5;
setCoverageTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CoverageType coverageType = 10;
setCurrentCounter(int) - Method in class ucar.ma2.Index
Set the current counter from the 1D "current element" currElement = offset + stride[0]*current[0] + ...
setData(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
fixed length data
setData(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not needed if len == 0, Attribute with name but no value
setData(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
fixed length data
setData(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
"immediate" - store small data in header
setData(Array) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Set the data associated with this Line
setData(Array) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Sets the data array of the point.
setData(Array) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Set the data associated with this Polygon
setData(Array) - Method in interface ucar.nc2.ft2.simpgeometry.Line
Set the data associated with this Line
setData(Array) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Sets the data array of the point.
setData(Array) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Set the data associated with this Polygon
setData(Array) - Method in interface ucar.nc2.ft2.simpgeometry.SimpleGeometry
Sets the data associated with this geometry
setDataArray(Array) - Method in class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
setDataArray(Array) - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
setDataObject(Object) - Method in class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
setDataObject(Object) - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
setDataParam(int) - Method in class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
setDataParam(int) - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
setDataset(CoordSysContainer) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
setDataset(CoordSysContainer) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
setDataset(CoordSysContainer) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
setDataset(CoordSysContainer) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
setDataset(CoordSysContainer) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
setDatasetAcquireProxy(Aggregation.DatasetProxyReader, Group) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
setDatasetAcquireProxy(Aggregation.Dataset, NetcdfDataset) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
All non-agg variables use a proxy to acquire the file before reading.
setDataType(short, Variable) - Static method in class ucar.nc2.iosp.hdf4.H4type
 
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.Attribute
Deprecated.
Use Attribute.builder()
setDataType(DataType) - Method in class ucar.nc2.Variable.Builder
 
setDataType(DataType) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.DataType dataType = 4;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
.DataType dataType = 2;
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
STRUCTURE or SEQUENCE
setDataType(NcStreamProto.DataType) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.DataType dataType = 4;
setDataTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
.DataType dataType = 2;
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
STRUCTURE or SEQUENCE
setDataTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
.DataType dataType = 2;
setDateExtractor(DateExtractor) - Method in class thredds.inventory.CollectionAbstract
 
setDateRange(CdmrFeatureProto.CalendarDateRange) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
setDateRange(CdmrFeatureProto.CalendarDateRange.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.CalendarDateRange dateRange = 5;
setDateRange(CalendarDateRange) - Method in class thredds.inventory.TimedCollection.Dataset
 
setDateRange(CalendarDateRange) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
setDebugAccess(boolean) - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
setDebugFlags(DebugFlags) - Static method in class thredds.client.catalog.tools.DataFactory
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.FileWriter2
Deprecated.
Set debugging flags
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.ft.point.standard.PointDatasetStandardFactory
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.internal.iosp.hdf4.H4header
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.internal.ncml.NcmlReader
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.iosp.hdf4.H4header
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.iosp.hdf5.H5header
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.iosp.hdf5.H5iosp
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.stream.CdmRemote
 
setDebugFlags(DebugFlags) - Static method in class ucar.nc2.write.NetcdfCopier
 
setDebugLeaks(boolean) - Static method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use.
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.
setDefaultMapArea(ProjectionRect) - Method in class ucar.unidata.geoloc.projection.LatLonProjection
Set a reasonable bounding box for this projection.
setDefaultMapArea(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use builder
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[].
setDepend(CdmrFeatureProto.DependenceType) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DependenceType depend = 7;
setDependsOn(int, String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
depends on these axes, only for non-independent axes
setDependsOn(String) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
setDependValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.DependenceType depend = 7;
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
 
setDesc(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string desc = 2;
setDesc(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string desc = 5;
setDescBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string desc = 2;
setDescBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string desc = 5;
setDescription(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setDescription(String) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
setDescription(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string description = 6;
setDescription(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string description = 7;
setDescription(String) - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
setDescriptionBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string description = 6;
setDescriptionBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string description = 7;
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
 
setDimension(int, Dimension) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setDimensions(String) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setDimensions(List<Dimension>) - Method in class ucar.nc2.Variable.Builder
 
setDimensions(List<Dimension>) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setDimensionsAnonymous(int[]) - Method in class ucar.nc2.Variable.Builder
Set the dimensions using all anonymous (unshared) dimensions
setDimensionsAnonymous(int[]) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setDimensionsByName(String) - Method in class ucar.nc2.Variable.Builder
Set dimensions by name.
setDims(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
setDims(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Dimension dims = 2;
setDODSName(String) - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
setDone(boolean) - Method in interface ucar.nc2.util.CancelTask
Called routine sets operation was completed.
setDone(boolean) - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
setDouble(int, double) - Method in class ucar.ma2.Array
 
setDouble(int, double) - Method in class ucar.ma2.ArrayBoolean
 
setDouble(int, double) - Method in class ucar.ma2.ArrayByte
 
setDouble(int, double) - Method in class ucar.ma2.ArrayChar
 
setDouble(int, double) - Method in class ucar.ma2.ArrayDouble
 
setDouble(int, double) - Method in class ucar.ma2.ArrayFloat
 
setDouble(int, double) - Method in class ucar.ma2.ArrayInt
 
setDouble(int, double) - Method in class ucar.ma2.ArrayLong
 
setDouble(int, double) - Method in class ucar.ma2.ArrayObject
 
setDouble(int, double) - Method in class ucar.ma2.ArrayRagged
 
setDouble(int, double) - Method in class ucar.ma2.ArrayScalar
 
setDouble(int, double) - Method in class ucar.ma2.ArrayShort
 
setDouble(int, double) - Method in class ucar.ma2.ArrayString
 
setDouble(int, double) - Method in class ucar.ma2.ArrayStructure
 
setDouble(int, double) - Method in class ucar.ma2.MAVector
 
setDouble(int, int, double) - Method in class ucar.ma2.MAMatrix
 
setDouble(Array, double) - Static method in class ucar.ma2.MAMath
Set all the elements of this array to the given double value.
setDouble(Index, double) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setDouble(Index, double) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setDouble(Index, double) - Method in class ucar.ma2.ArrayByte
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayChar
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayDouble
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayFloat
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayInt
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayLong
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setDouble(Index, double) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setDouble(Index, double) - Method in class ucar.ma2.ArrayScalar
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayShort
 
setDouble(Index, double) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setDouble(Index, double) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setDoubleCurrent(double) - Method in interface ucar.ma2.IndexIterator
Set current value with a double
setDoubleCurrent(double) - Method in class ucar.ma2.IteratorFast
 
setDoubleNext(double) - Method in interface ucar.ma2.IndexIterator
Set next value with a double
setDoubleNext(double) - Method in class ucar.ma2.IteratorFast
 
setDuration(TimeDuration) - Method in class ucar.nc2.units.DateRange
Set the duration of the interval.
setEarthLocation() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
setEarthLocation() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
setElementSize(int) - Method in class ucar.nc2.Variable.Builder
 
setElementSize(int) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setEnabled(boolean) - Method in class ucar.nc2.util.ListenerManager
Deprecated.
 
setEnd(long) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 end = 2;
setEnd(DateType) - Method in class ucar.nc2.units.DateRange
Set the ending Date.
setEndDate() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
setEndDate() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
setEndValue(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double endValue = 13;
setEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
setEnhanceMode(Set<NetcdfDataset.Enhance>) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
setEnsCoord(double) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setEnsTypes(int[]) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
setEnumType(String) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
EnumTypedef name, only for enum types
setEnumType(EnumTypedef) - Method in class ucar.nc2.Attribute.Builder
 
setEnumType(EnumTypedef) - Method in class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
setEnumTypeBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
EnumTypedef name, only for enum types
setEnumTypedef(EnumTypedef) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setEnumTypeName(String) - Method in class ucar.nc2.Variable.Builder
 
setEnumTypes(int, NcStreamProto.EnumTypedef) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
setEnumTypes(int, NcStreamProto.EnumTypedef.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .EnumTypedef enumTypes = 7;
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.
setError(String) - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
setErrorBuffer(Formatter) - Method in class ucar.nc2.dataset.transform.AbstractTransformBuilder
 
setErrorBuffer(Formatter) - Method in interface ucar.nc2.dataset.transform.HorizTransformBuilderIF
Pass in a Formatter where error messages can be appended.
setErrorBuffer(Formatter) - Method in interface ucar.nc2.dataset.transform.VertTransformBuilderIF
Pass in a Formatter where error messages can be appended.
setExcludeZero(boolean) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
setExecutor(Executor) - Static method in class ucar.nc2.internal.ncml.Aggregation
 
setExecutor(Executor) - Static method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
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.
setExtraHeaderBytes(int) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Set extra bytes to reserve in the header.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.Mercator
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated.
setFalseEasting(double) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.Mercator
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.Sinusoidal
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated.
setFalseNorthing(double) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Deprecated.
setFeatureAuxInfo(int, int) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
setFeatureAuxInfo2(int, int) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
setFeatureType(FeatureType) - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
setFields() - Method in class thredds.client.catalog.builder.CatalogBuilder
 
setFileCache(FileCacheIF) - Method in class ucar.nc2.dt.grid.GridDataset
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in class ucar.nc2.ft.FeatureDatasetImpl
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in class ucar.nc2.ft2.coverage.FeatureDatasetCoverage
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
setFileCache(FileCacheIF) - Method in interface ucar.nc2.util.cache.FileCacheable
If the FileCache is not null, FileCacheable.close() must call FileCache.release()
setFileCache(FileCacheIF) - Method in class ucar.unidata.io.RandomAccessFile
Deprecated.
do not use
setFiles(Iterable<MFile>) - Method in class thredds.inventory.MFileCollectionManager
 
setFilesAndRunDate(Map<String, String>) - Method in class thredds.inventory.MFileCollectionManager
 
setFilesSort(Element) - Method in class thredds.featurecollection.FeatureCollectionConfig
 
setFill(boolean) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
setFill(boolean) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Set the fill flag.
setFill(boolean) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
setFill(boolean) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Set the fill flag: call before calling create() or doing any data writing.
setFill(boolean) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Set the fill flag.
setFillValueIsMissing(boolean) - Method in interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Do not use.
setFillValueIsMissing(boolean) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
setFillValueIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
setFillValueIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setFillValueIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
setFillValueIsMissing(boolean) - Method in class ucar.nc2.filter.ConvertMissing
Deprecated.
setFilter(String, String) - Method in class thredds.featurecollection.FeatureCollectionConfig
 
setFixdata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
fixed data
setFloat(int, float) - Method in class ucar.ma2.Array
 
setFloat(int, float) - Method in class ucar.ma2.ArrayBoolean
 
setFloat(int, float) - Method in class ucar.ma2.ArrayByte
 
setFloat(int, float) - Method in class ucar.ma2.ArrayChar
 
setFloat(int, float) - Method in class ucar.ma2.ArrayDouble
 
setFloat(int, float) - Method in class ucar.ma2.ArrayFloat
 
setFloat(int, float) - Method in class ucar.ma2.ArrayInt
 
setFloat(int, float) - Method in class ucar.ma2.ArrayLong
 
setFloat(int, float) - Method in class ucar.ma2.ArrayObject
 
setFloat(int, float) - Method in class ucar.ma2.ArrayRagged
 
setFloat(int, float) - Method in class ucar.ma2.ArrayScalar
 
setFloat(int, float) - Method in class ucar.ma2.ArrayShort
 
setFloat(int, float) - Method in class ucar.ma2.ArrayString
 
setFloat(int, float) - Method in class ucar.ma2.ArrayStructure
 
setFloat(Index, float) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setFloat(Index, float) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setFloat(Index, float) - Method in class ucar.ma2.ArrayByte
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayChar
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayDouble
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayFloat
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayInt
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayLong
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setFloat(Index, float) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setFloat(Index, float) - Method in class ucar.ma2.ArrayScalar
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayShort
 
setFloat(Index, float) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setFloat(Index, float) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setFloatCurrent(float) - Method in interface ucar.ma2.IndexIterator
Set current value with a float
setFloatCurrent(float) - Method in class ucar.ma2.IteratorFast
 
setFloatNext(float) - Method in interface ucar.ma2.IndexIterator
Set next value with a float
setFloatNext(float) - Method in class ucar.ma2.IteratorFast
 
setFormat(NetcdfFileFormat) - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig.Builder
 
setFormat(NetcdfFileFormat) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Set the format version.
setFullName(String) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string fullName = 1;
setFullNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string fullName = 1;
setGeoArray(int, CdmrFeatureProto.GeoReferencedArray) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
setGeoArray(int, CdmrFeatureProto.GeoReferencedArray.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
repeated .GeoReferencedArray geoArray = 4;
setGlobalFileCache(FileCacheIF) - Static method in class ucar.unidata.io.RandomAccessFile
 
setGrids(int, CdmrFeatureProto.Coverage) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
setGrids(int, CdmrFeatureProto.Coverage.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
repeated .Coverage grids = 9;
setGroup(Group) - Method in class ucar.nc2.Dimension.Builder
Deprecated.
Will not use in 6.0
setGroup(Group) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setGroups(int, NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
setGroups(int, NcStreamProto.Group.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Group groups = 6;
setHeapCount(int, int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
heap String count
setHeight(double) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Deprecated.
setHeight(double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
setHorizCoordSys(HorizCoordSys) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
setHorizStaggerType(String) - Method in class ucar.nc2.dt.grid.GridCoordSys
 
setHorizStaggerType(String) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
setHorizStride(int) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setHref(String) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
 
setId(int) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
setId(int) - Method in class ucar.nc2.ft.fmrc.TimeCoord
Set the unique id for this TimeCoord
setId(int) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
setId(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string id = 1;
setId(String) - Method in class ucar.nc2.NetcdfFile.Builder
 
setId(String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
setId(String) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
setIdBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string id = 1;
setIdBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
setImmutable() - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
setImmutable() - Method in class ucar.nc2.AttributeContainerMutable
Deprecated.
do not use.
setImmutable() - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
setImmutable() - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setImmutable() - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
setImmutable() - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
setImmutable() - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
setImmutable() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setImplicit(boolean) - Method in class ucar.nc2.dataset.CoordinateSystem.Builder
 
setImplicit(boolean) - Method in class ucar.nc2.dataset.CoordinateSystem
Deprecated.
Use CoordinateSystem.builder()
setIncx(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incx = 3;
setIncy(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double incy = 4;
setIndentLevel(int) - Method in class ucar.nc2.util.Indent
 
setInt(int, int) - Method in class ucar.ma2.Array
 
setInt(int, int) - Method in class ucar.ma2.ArrayBoolean
 
setInt(int, int) - Method in class ucar.ma2.ArrayByte
 
setInt(int, int) - Method in class ucar.ma2.ArrayChar
 
setInt(int, int) - Method in class ucar.ma2.ArrayDouble
 
setInt(int, int) - Method in class ucar.ma2.ArrayFloat
 
setInt(int, int) - Method in class ucar.ma2.ArrayInt
 
setInt(int, int) - Method in class ucar.ma2.ArrayLong
 
setInt(int, int) - Method in class ucar.ma2.ArrayObject
 
setInt(int, int) - Method in class ucar.ma2.ArrayRagged
 
setInt(int, int) - Method in class ucar.ma2.ArrayScalar
 
setInt(int, int) - Method in class ucar.ma2.ArrayShort
 
setInt(int, int) - Method in class ucar.ma2.ArrayString
 
setInt(int, int) - Method in class ucar.ma2.ArrayStructure
 
setInt(Index, int) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setInt(Index, int) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setInt(Index, int) - Method in class ucar.ma2.ArrayByte
 
setInt(Index, int) - Method in class ucar.ma2.ArrayChar
 
setInt(Index, int) - Method in class ucar.ma2.ArrayDouble
 
setInt(Index, int) - Method in class ucar.ma2.ArrayFloat
 
setInt(Index, int) - Method in class ucar.ma2.ArrayInt
 
setInt(Index, int) - Method in class ucar.ma2.ArrayLong
 
setInt(Index, int) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setInt(Index, int) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setInt(Index, int) - Method in class ucar.ma2.ArrayScalar
 
setInt(Index, int) - Method in class ucar.ma2.ArrayShort
 
setInt(Index, int) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setInt(Index, int) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setIntCurrent(int) - Method in interface ucar.ma2.IndexIterator
Set current value with a int
setIntCurrent(int) - Method in class ucar.ma2.IteratorFast
 
setInteriorRing(boolean) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Sets whether or not this polygon is an interior ring.
setInteriorRing(boolean) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Simply sets whether or not this polygon is an interior ring
setIntervalLength(int, String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
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 interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Do not use.
setInvalidDataIsMissing(boolean) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
setInvalidDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
setInvalidDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setInvalidDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
setInvalidDataIsMissing(boolean) - Method in class ucar.nc2.filter.ConvertMissing
Deprecated.
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
 
setIsHoriz(boolean) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
bool isHoriz = 1;
setIsPrivate(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isPrivate = 5;
setIsScalar() - Method in class ucar.nc2.Variable.Builder
 
setIsScalar() - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setIsShared(boolean) - Method in class ucar.nc2.Dimension.Builder
Set whether this is shared.
setIsSubset(boolean) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
setIsUnlimited(boolean) - Method in class ucar.nc2.Dimension.Builder
Set is unlimited.
setIsUnlimited(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
is this needed ??
setIsVariableLength(boolean) - Method in class ucar.nc2.Dimension.Builder
Set variable length is true.
setIsVlen(boolean) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
bool isVlen = 7;
setIsVlen(boolean) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
bool isVlen = 7;
setIsVlen(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
bool isVlen = 4;
setIsVlen(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
bool isVlen = 4;
setIsVolume(NetcdfDataset) - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
setLargeFile(boolean) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Set if this should be a "large file" (64-bit offset) format.
setLat(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lat = 2;
setLat(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lat = 2;
setLatitude(double) - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
setLatitude(double) - Method in class ucar.unidata.geoloc.LatLonPointImmutable
Deprecated.
 
setLatitude(double) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
Set the latitude, in degrees.
setLatLonBoundingBox(LatLonRect) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setLatLonPoint(LatLonPoint) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setLatlonRect(CdmrFeatureProto.Rectangle) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
setLatlonRect(CdmrFeatureProto.Rectangle.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle latlonRect = 3;
setLen(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
uint32 len = 3;
setLength(int) - Method in class ucar.nc2.Dimension.Builder
Set the Dimension length.
setLength(int) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setLength(long) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Preallocate the file size, for efficiency.
setLength(long) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
optional when vlen, may be zero (unlimited no data yet)
setLoc(PointStreamProto.Location) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
setLoc(PointStreamProto.Location.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
.Location loc = 1;
setLocation(double, double) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
setLocation(String) - Method in class ucar.nc2.NetcdfFile.Builder
Set the location, a URL or local filename.
setLocation(String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
setLocation(String) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
string location = 1;
setLocation(String) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
The file locatipn
setLocation(ProjectionPoint) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
set x,y location from pt
setLocationBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
string location = 1;
setLocationName(String) - Method in class ucar.nc2.write.Ncdump.Builder
 
setLocationURI(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setLocationURI(String) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
setLon(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double lon = 3;
setLon(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
double lon = 3;
setLong(int, long) - Method in class ucar.ma2.Array
 
setLong(int, long) - Method in class ucar.ma2.ArrayBoolean
 
setLong(int, long) - Method in class ucar.ma2.ArrayByte
 
setLong(int, long) - Method in class ucar.ma2.ArrayChar
 
setLong(int, long) - Method in class ucar.ma2.ArrayDouble
 
setLong(int, long) - Method in class ucar.ma2.ArrayFloat
 
setLong(int, long) - Method in class ucar.ma2.ArrayInt
 
setLong(int, long) - Method in class ucar.ma2.ArrayLong
 
setLong(int, long) - Method in class ucar.ma2.ArrayObject
 
setLong(int, long) - Method in class ucar.ma2.ArrayRagged
 
setLong(int, long) - Method in class ucar.ma2.ArrayScalar
 
setLong(int, long) - Method in class ucar.ma2.ArrayShort
 
setLong(int, long) - Method in class ucar.ma2.ArrayString
 
setLong(int, long) - Method in class ucar.ma2.ArrayStructure
 
setLong(Index, long) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setLong(Index, long) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setLong(Index, long) - Method in class ucar.ma2.ArrayByte
 
setLong(Index, long) - Method in class ucar.ma2.ArrayChar
 
setLong(Index, long) - Method in class ucar.ma2.ArrayDouble
 
setLong(Index, long) - Method in class ucar.ma2.ArrayFloat
 
setLong(Index, long) - Method in class ucar.ma2.ArrayInt
 
setLong(Index, long) - Method in class ucar.ma2.ArrayLong
 
setLong(Index, long) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setLong(Index, long) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setLong(Index, long) - Method in class ucar.ma2.ArrayScalar
 
setLong(Index, long) - Method in class ucar.ma2.ArrayShort
 
setLong(Index, long) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setLong(Index, long) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setLongCurrent(long) - Method in interface ucar.ma2.IndexIterator
Set current value with a long
setLongCurrent(long) - Method in class ucar.ma2.IteratorFast
 
setLongitude(double) - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
setLongitude(double) - Method in class ucar.unidata.geoloc.LatLonPointImmutable
Deprecated.
 
setLongitude(double) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
Set the longitude, in degrees.
setLongNext(long) - Method in interface ucar.ma2.IndexIterator
Set next value with a long
setLongNext(long) - Method in class ucar.ma2.IteratorFast
 
setMap(int, NcStreamProto.EnumTypedef.EnumType) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
setMap(int, NcStreamProto.EnumTypedef.EnumType.Builder) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
repeated .EnumTypedef.EnumType map = 2;
setMember(int, int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
list of members present, if none then all, these are the index in Structure
setMemberArray(String, Array) - Method in class ucar.ma2.ArrayStructureMA
Set the data array for this member.
setMemberArray(StructureMembers.Member, Array) - Method in class ucar.ma2.ArrayStructure
Set data for one member, over all structures.
setMemberData(int, NcStreamProto.DataCol) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
setMemberData(int, NcStreamProto.DataCol.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
repeated .DataCol memberData = 1;
setMemberData(String, Array) - Method in class ucar.ma2.StructureDataW
 
setMemberData(StructureMembers.Member, Array) - Method in class ucar.ma2.StructureDataW
 
setMembers(int, PointStreamProto.PointFeatureMember) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
setMembers(int, PointStreamProto.PointFeatureMember.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
repeated .PointFeatureMember members = 3;
setMembers(int, NcStreamProto.Member) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
setMembers(int, NcStreamProto.Member.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
repeated .Member members = 1;
setMemberVariables(List<Variable>) - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
setMessage(String) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
string message = 1;
setMessageBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
string message = 1;
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 interface ucar.nc2.dataset.EnhanceScaleMissingUnsigned
Deprecated.
Do not use.
setMissingDataIsMissing(boolean) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
setMissingDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
setMissingDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setMissingDataIsMissing(boolean) - Method in class ucar.nc2.dataset.VariableEnhancer
Deprecated.
 
setMissingDataIsMissing(boolean) - Method in class ucar.nc2.filter.ConvertMissing
Deprecated.
setMissingTolerance(double) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
setMissingToNaN(float[]) - Method in class ucar.nc2.dt.grid.GeoGrid
Convert (in place) all values in the given array that are considered as "missing" to Float.NaN, according to isMissingData(val).
setMissingToNaN(float[]) - Method in interface ucar.nc2.dt.GridDatatype
Convert (in place) all values in the given array that are considered as "missing" to Float.NaN, according to isMissing(val).
setMissingToNaN(float[]) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
Convert (in place) all values in the given array that are considered as "missing" to Float.NaN, according to isMissingData(val).
setModifications(Element) - Method in class ucar.nc2.internal.ncml.Aggregation
 
setModifications(Element) - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
setN3StructureStrategy(FileWriter2.N3StructureStrategy) - Method in class ucar.nc2.FileWriter2
Deprecated.
 
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.Range
Deprecated.
use copyWithName()
setName(String) - Method in class ucar.ma2.RangeComposite
Deprecated.
use copyWithName()
setName(String) - Method in interface ucar.ma2.RangeIterator
Deprecated.
use copyWithName().
setName(String) - Method in class ucar.ma2.RangeScatter
Deprecated.
use copyWithName()
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.Attribute
Deprecated.
Use 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.dataset.StructureDS
Deprecated.
setName(String) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setName(String) - Method in class ucar.nc2.Dimension.Builder
 
setName(String) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setName(String) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
setName(String) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
setName(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string name = 1;
setName(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string name = 1;
setName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
short name, unique within dataset
setName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
must be unique in dataset's CoordSys
setName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
short name, unique within dataset
setName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
short name, unique within dataset
setName(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
string name = 1;
setName(String) - Method in class ucar.nc2.Group.Builder
 
setName(String) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
string name = 1;
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
fullname for top, shortname for member
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
short name - optional when private
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
string name = 1;
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
short name
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
short name
setName(String) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
short name
setName(String) - Method in class ucar.nc2.Variable.Builder
 
setName(String) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setName(String) - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
use builder
setName(String) - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
setNameBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string name = 1;
setNameBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string name = 1;
setNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
short name, unique within dataset
setNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
must be unique in dataset's CoordSys
setNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
short name, unique within dataset
setNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
short name, unique within dataset
setNameBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
string name = 1;
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
string name = 1;
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
fullname for top, shortname for member
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
short name - optional when private
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
string name = 1;
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
short name
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
short name
setNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
short name
setNamespace(Namespace) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Sets the XML namespace.
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.
setNcml(Element, Element) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
setNelems(int) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
setNelems(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 nelems = 9;
setNelems(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 nelems = 9;
setNEnsembles(int) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
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
 
setNext(CFLine) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Sets the next line which makes up the multiline which this line is a part of.
setNext(CFPolygon) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Sets the next polygon which make up the multipolygon which this polygon is a part of.
setNext(Line) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Sets the previous line which makes up the multiline which this line is a part of.
setNext(Line) - Method in interface ucar.nc2.ft2.simpgeometry.Line
Sets the next line which make up the multiline which this line is a part of.
setNext(Point) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Sets the next point in a multipoint
setNext(Point) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Sets the next point in a multipoint
setNext(Polygon) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Sets the next polygon which make up the multipolygon which this polygon is a part of.
setNext(Polygon) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Sets the next polygon which make up the multipolygon which this polygon is a part of.
setNobs(int) - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
setNomTime(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double nomTime = 5;
setNoTimeCoverage(boolean) - Method in class ucar.nc2.ft.point.writer2.CFPointWriterConfig.Builder
 
setNrows(long) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
number of rows in this message
setNrows(long) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
[default = 1] number of rows in this message
setNumericValue(Number, boolean) - Method in class ucar.nc2.Attribute.Builder
 
setNumrecs(int) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
setNvalues(long) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
int64 nvalues = 10;
setObject(int, Object) - Method in class ucar.ma2.Array
 
setObject(int, Object) - Method in class ucar.ma2.ArrayBoolean
 
setObject(int, Object) - Method in class ucar.ma2.ArrayByte
 
setObject(int, Object) - Method in class ucar.ma2.ArrayChar
 
setObject(int, Object) - Method in class ucar.ma2.ArrayDouble
 
setObject(int, Object) - Method in class ucar.ma2.ArrayFloat
 
setObject(int, Object) - Method in class ucar.ma2.ArrayInt
 
setObject(int, Object) - Method in class ucar.ma2.ArrayLong
 
setObject(int, Object) - Method in class ucar.ma2.ArrayObject
 
setObject(int, Object) - Method in class ucar.ma2.ArrayRagged
 
setObject(int, Object) - Method in class ucar.ma2.ArrayScalar
 
setObject(int, Object) - Method in class ucar.ma2.ArrayShort
 
setObject(int, Object) - Method in class ucar.ma2.ArrayString
 
setObject(int, Object) - Method in class ucar.ma2.ArrayStructure
Set the index-th StructureData of this ArrayStructure.
setObject(Index, Object) - Method in class ucar.ma2.Array
Set the array element at index to the specified value.
setObject(Index, Object) - Method in class ucar.ma2.ArrayBoolean
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayByte
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayChar
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayDouble
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayFloat
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayInt
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayLong
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayObject
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayRagged
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayScalar
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayShort
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayString
 
setObject(Index, Object) - Method in class ucar.ma2.ArrayStructure
Set one of the StructureData of this ArrayStructure.
setObjectCurrent(Object) - Method in interface ucar.ma2.IndexIterator
Set current value with a Object
setObjectCurrent(Object) - Method in class ucar.ma2.IteratorFast
 
setObjectNext(Object) - Method in interface ucar.ma2.IndexIterator
Set next value with a Object
setObjectNext(Object) - Method in class ucar.ma2.IteratorFast
 
setOffsets(StructureMembers) - Static method in class ucar.ma2.ArrayStructureBB
Set the offsets, based on m.getSizeBytes().
setOffsetTimes(double[]) - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
setOpaquedata(int, ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
opaque dataType
setOpaquedata(int, ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
opaque dataTypes
setOption(String, String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
setOrgFile(NetcdfFile) - Method in class ucar.nc2.dataset.NetcdfDataset.Builder
 
setOrigin(EarthLocation) - Method in class ucar.nc2.dt.radial.RadialCoordSys
 
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.StructureDS
Deprecated.
Use StructureDS.builder()
setOriginalVariable(Variable) - Method in class ucar.nc2.dataset.VariableDS.Builder
 
setOriginalVariable(Variable) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setOriginalVariable(Variable) - Method in interface ucar.nc2.dataset.VariableEnhanced
Deprecated.
do not use
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Deprecated.
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.Orthographic
Deprecated.
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Deprecated.
setOriginLat(double) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Deprecated.
setOriginLatitude(double) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.Mercator
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.Orthographic
Deprecated.
setOriginLon(double) - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Deprecated.
setOriginLongitude(double) - Method in class ucar.unidata.geoloc.projection.proj4.PolyconicProjection
Deprecated.
setOwner(Object) - Method in class ucar.nc2.iosp.hdf5.DataBTree
 
setParallel(double) - Method in class ucar.unidata.geoloc.projection.Mercator
Deprecated.
setParallelOne(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setParallelOne(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setParallelTwo(double) - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
Deprecated.
setParallelTwo(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setParams(int, NcStreamProto.Attribute) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
setParams(int, NcStreamProto.Attribute.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
repeated .Attribute params = 3;
setParellelOne(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setParellelTwo(double) - Method in class ucar.unidata.geoloc.projection.LambertConformal
Deprecated.
setParentGroup(Group) - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
setParentGroup(Group) - Method in class ucar.nc2.Group
Deprecated.
Use Group.builder()
setParentGroup(Group) - Method in class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
setParentGroup(Group) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setParentGroup(Group.Builder) - Method in class ucar.nc2.Group.Builder
 
setParentGroupBuilder(Group.Builder) - Method in class ucar.nc2.Variable.Builder
 
setParentStructure(Structure) - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
setPDN(int) - Method in class ucar.nc2.ft.fmrc.EnsCoord
 
setPersistenceCache(DiskCache2) - Static method in class ucar.nc2.internal.ncml.Aggregation
 
setPersistenceCache(DiskCache2) - Static method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
setPointFeatureCollection(List<DsgFeatureCollection>) - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
setPointFeatureCollection(DsgFeatureCollection) - Method in class ucar.nc2.ft.point.PointDatasetImpl
 
setPolicy(String) - Method in class ucar.nc2.util.DiskCache2
 
setPolicy(DiskCache2.CachePathPolicy) - Method in class ucar.nc2.util.DiskCache2
Set the cache path policy
setPositive(String) - Method in class ucar.nc2.dataset.CoordinateAxis.Builder
 
setPositive(String) - Method in class ucar.nc2.dataset.CoordinateAxis
Deprecated.
Use 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
 
setPreferAccess(ServiceType...) - Static method in class thredds.client.catalog.tools.DataFactory
 
setPreferCdm(boolean) - Static method in class thredds.client.catalog.tools.DataFactory
 
setPrev(CFLine) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Sets the previous line which makes up the multiline which this line is a part of.
setPrev(CFPolygon) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Sets the previous polygon which makes up the multipolygon which this polygon is a part of.
setPrev(Line) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Sets the previous line which makes up the multiline which this line is a part of.
setPrev(Line) - Method in interface ucar.nc2.ft2.simpgeometry.Line
Sets the previous line which makes up the multiline which this line is a part of.
setPrev(Point) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Set the previous point in a multipoint
setPrev(Point) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Set the previous point in a multipoint
setPrev(Polygon) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Sets the previous polygon which makes up the multipolygon which this polygon is a part of.
setPrev(Polygon) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Sets the previous polygon which makes up the multipolygon which this polygon is a part of.
setPrimdata(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
rectangular, primitive array
setPrimdata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
oneof
setPrimdata(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
rectangular, primitive array
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.
setProgress(String, int) - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
setProjection(ProjectionImpl) - Method in class ucar.nc2.dataset.ProjectionCT.Builder
 
setProjectionBoundingBox() - Method in class ucar.nc2.dt.grid.GridCoordSys
 
setProjectionBoundingBox() - Method in interface ucar.nc2.dt.GridCoordSystem
Use the bounding box to set the defaule map are of the projection.
setProjectionRect(ProjectionRect) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setProjRect(CdmrFeatureProto.Rectangle) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
setProjRect(CdmrFeatureProto.Rectangle.Builder) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
.Rectangle projRect = 4;
setProperty(String, String) - Static method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Set a static property.
setProperty(String, String) - Static method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
setProxyReader(ProxyReader) - Method in class ucar.nc2.Variable.Builder
 
setProxyReader(ProxyReader) - Method in class ucar.nc2.Variable
Deprecated.
Use 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
setRange(int, Range) - Method in class ucar.ma2.Section
Deprecated.
use builder().setRange
setRange(int, NcStreamProto.Range) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
setRange(int, NcStreamProto.Range.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
repeated .Range range = 1;
setRead(boolean) - Method in class thredds.client.catalog.CatalogRef
Deprecated.
setRect(double, double, double, double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
setRect(ProjectionRect) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
setRedefineMode(boolean) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Set the redefine mode.
setReferenceDate(CalendarDate) - Method in class ucar.nc2.ft2.coverage.TimeHelper
 
setReferencedFile(NetcdfFile) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
setRegularizeDefault(boolean) - Static method in class thredds.featurecollection.FeatureCollectionConfig
 
setResolution() - Method in class ucar.nc2.time.CalendarDateRange
 
setResolution(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
resolution = (end-start) / (nvalues-1)
setResolution(TimeDuration) - Method in class ucar.nc2.units.DateRange
Set the time resolution.
setRoot(String) - Method in class thredds.inventory.CollectionAbstract
 
setRoot(NcStreamProto.Group) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
setRoot(NcStreamProto.Group.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
.Group root = 4;
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) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
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.
setRowLength(int) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
length in bytes of each row
setRowLength(int) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
length in bytes of each row
setRunTime(CalendarDate) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setScale(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated. 
setScale(double) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Deprecated.
setScale(float) - Method in class ucar.nc2.util.TableParser.Field
Deprecated.
 
setSdata(int, String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
Strings
setSdata(int, String) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
used for string data
setSdata(int, String) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
Strings
setSection(NcStreamProto.Section) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
setSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
setSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
setSection(NcStreamProto.Section) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
setSection(NcStreamProto.Section.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
.Section section = 5;
setSection(NcStreamProto.Section.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
not required for SEQUENCE
setSection(NcStreamProto.Section.Builder) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
.Section section = 3;
setSection(NcStreamProto.Section.Builder) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
.Section section = 3;
setSequenceLength(int, int) - Method in class ucar.ma2.ArraySequenceNested
Set the length of one of the sequences.
setServiceProvider(String) - Static method in class ucar.nc2.iosp.netcdf3.SPFactory
Deprecated.
 
setShape(int[]) - Method in class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
setShape(int[]) - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
setShape(int, int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
the shape of the axis (>1D only)
setShape(int, int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
the shape of the returned array
setShape(int, int) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
or section?
setShape(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
setShape(int, NcStreamProto.Dimension) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
setShape(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
actual dimension instead of reference
setShape(int, NcStreamProto.Dimension.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
actual dimension instead of reference
setShared(boolean) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setShort(int, short) - Method in class ucar.ma2.Array
 
setShort(int, short) - Method in class ucar.ma2.ArrayBoolean
 
setShort(int, short) - Method in class ucar.ma2.ArrayByte
 
setShort(int, short) - Method in class ucar.ma2.ArrayChar
 
setShort(int, short) - Method in class ucar.ma2.ArrayDouble
 
setShort(int, short) - Method in class ucar.ma2.ArrayFloat
 
setShort(int, short) - Method in class ucar.ma2.ArrayInt
 
setShort(int, short) - Method in class ucar.ma2.ArrayLong
 
setShort(int, short) - Method in class ucar.ma2.ArrayObject
 
setShort(int, short) - Method in class ucar.ma2.ArrayRagged
 
setShort(int, short) - Method in class ucar.ma2.ArrayScalar
 
setShort(int, short) - Method in class ucar.ma2.ArrayShort
 
setShort(int, short) - Method in class ucar.ma2.ArrayString
 
setShort(int, short) - Method in class ucar.ma2.ArrayStructure
 
setShort(Index, short) - Method in class ucar.ma2.Array
Set the array element at the current element of ima.
setShort(Index, short) - Method in class ucar.ma2.ArrayBoolean
not legal, throw ForbiddenConversionException
setShort(Index, short) - Method in class ucar.ma2.ArrayByte
 
setShort(Index, short) - Method in class ucar.ma2.ArrayChar
 
setShort(Index, short) - Method in class ucar.ma2.ArrayDouble
 
setShort(Index, short) - Method in class ucar.ma2.ArrayFloat
 
setShort(Index, short) - Method in class ucar.ma2.ArrayInt
 
setShort(Index, short) - Method in class ucar.ma2.ArrayLong
 
setShort(Index, short) - Method in class ucar.ma2.ArrayObject
not legal, throw ForbiddenConversionException
setShort(Index, short) - Method in class ucar.ma2.ArrayRagged
DO NOT USE, throw ForbiddenConversionException
setShort(Index, short) - Method in class ucar.ma2.ArrayScalar
 
setShort(Index, short) - Method in class ucar.ma2.ArrayShort
 
setShort(Index, short) - Method in class ucar.ma2.ArrayString
not legal, throw ForbiddenConversionException
setShort(Index, short) - Method in class ucar.ma2.ArrayStructure
DO NOT USE, throw ForbiddenConversionException
setShortCurrent(short) - Method in interface ucar.ma2.IndexIterator
Set current value with a short
setShortCurrent(short) - Method in class ucar.ma2.IteratorFast
 
setShortName(String) - Method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
setShortName(String) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
string shortName = 1;
setShortNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
string shortName = 1;
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
 
setSize(long) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 size = 2;
setSizeToCache(int) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setSort(CDMSort) - Method in class ucar.nc2.CDMNode
Deprecated.
do not use
setSpacing(CdmrFeatureProto.AxisSpacing) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisSpacing spacing = 11;
setSpacingFromValues(boolean) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
setSpacingValue(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
.AxisSpacing spacing = 11;
setSPobject(Object) - Method in class ucar.nc2.Variable.Builder
 
setSPobject(Object) - Method in class ucar.nc2.Variable
Deprecated.
Do not use.
setSrcElem(long) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
setSrcPos(long) - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
setStart(long) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
int64 start = 1;
setStart(long) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 start = 1;
setStart(DateType) - Method in class ucar.nc2.units.DateRange
Set the starting Date.
setStartDate() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
setStartDate() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
setStartValue(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
double startValue = 12;
setStartx(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double startx = 1;
setStarty(double) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
double starty = 2;
setStatic(boolean) - Method in class thredds.inventory.CollectionManagerAbstract
 
setStations(int, PointStreamProto.Station) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
setStations(int, PointStreamProto.Station.Builder) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
repeated .Station stations = 1;
setStations(List<String>) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setStations(List<StationFeature>) - Method in class ucar.nc2.ft.point.StationHelper
 
setStations(List<StationFeature>) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
setStream(InputStream) - Method in class ucar.unidata.io.bzip2.CBZip2InputStream
Added 5-30-2006 to allow for resetting of the input used by this object.
setStreamFilter(DirectoryStream.Filter<Path>) - Method in class thredds.inventory.CollectionAbstract
 
setStrict(boolean) - Method in class ucar.nc2.write.Ncdump.Builder
strict CDL representation, default false
setStride(int) - Method in class ucar.ma2.Range
Deprecated.
use copyWithStride()
setStride(long) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
uint64 stride = 3;
setString(int, String) - Method in class ucar.ma2.ArrayChar
Set the ArrayChar values from the characters in the String.
setString(String) - Method in class ucar.ma2.ArrayChar
Set the ArrayChar values from the characters in the String.
setString(Index, String) - Method in class ucar.ma2.ArrayChar
Set the ArrayChar values from the characters in the String.
setStringdata(int, String) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
string dataType
setStringdata(int, String) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
string dataType
setStringdata(int, String) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
string dataType
setStringValue(String) - Method in class ucar.nc2.Attribute.Builder
Set the value as a String, trimming trailing zeros
setStructdata(int, NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
setStructdata(int, NcStreamProto.ArrayStructureRow.Builder) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
structure/seq dataType
setStructdata(NcStreamProto.ArrayStructureCol) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
setStructdata(NcStreamProto.ArrayStructureCol.Builder) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
structures
setStructdata(NcStreamProto.ArrayStructureRow) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
setStructdata(NcStreamProto.ArrayStructureRow.Builder) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
structure/seq dataType
setStructs(int, NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
setStructs(int, NcStreamProto.Structure) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
setStructs(int, NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Structure structs = 4;
setStructs(int, NcStreamProto.Structure.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
struct members
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.Member
Deprecated.
use MemberBuilder
setStructureMembers(StructureMembers) - Method in class ucar.ma2.StructureMembers.MemberBuilder
 
setStructureSize(int) - Method in class ucar.ma2.StructureMembers.Builder
 
setStructureSize(int) - Method in class ucar.ma2.StructureMembers
Deprecated.
use Builder
setSuccess() - Method in interface ucar.nc2.util.CancelTask
Called routine sets whether operation successfully completed.
setSuccess() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
setTangentLat(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated. 
setTangentLon(double) - Method in class ucar.unidata.geoloc.projection.Stereographic
Deprecated. 
setTangentLon(double) - Method in class ucar.unidata.geoloc.projection.TransverseMercator
Deprecated.
setTime(double) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
double time = 1;
setTime(CalendarDate) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setTimeOffset(double) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setTimeOffsetIntv(double[]) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setTimePresent() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setTimeRange(CalendarDateRange) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setTimeUnit(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string timeUnit = 2;
setTimeUnitBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
string timeUnit = 2;
setTimeUnits() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.CFRadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.Dorade2RadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.Nexrad2RadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.NidsRadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.NsslRadialAdapter
 
setTimeUnits() - Method in class ucar.nc2.dt.radial.UF2RadialAdapter
 
setTitle(String) - Method in class thredds.client.catalog.builder.CatalogRefBuilder
 
setTitle(String) - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
setTitle(String) - Method in class ucar.nc2.ft.FeatureDatasetImpl
 
setTitle(String) - Method in class ucar.nc2.NetcdfFile.Builder
Set the dataset "human readable" title.
setTitle(String) - Method in class ucar.nc2.NetcdfFile
Deprecated.
Use NetcdfFile.builder()
setTitle(String) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
setTitleBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
??
setTransformNames(int, String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
repeated string transformNames = 3;
setTransformType(TransformType) - Method in class ucar.nc2.dataset.CoordinateTransform.Builder
 
setType(String) - Method in class ucar.nc2.units.DateType
Set the type of Date.
setType(VerticalCT.Type) - Method in class ucar.nc2.dataset.VerticalCT.Builder
 
setType(NcStreamProto.Attribute.Type) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
< 5.0
setTypeValue(int) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
< 5.0
setTypicalDatasetMode(String) - Static method in class ucar.nc2.internal.ncml.Aggregation
 
setTypicalDatasetMode(String) - Static method in class ucar.nc2.ncml.Aggregation
Deprecated.
 
setUncompressedSize(int) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
uint32 uncompressedSize = 8;
setUncompressedSize(long) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
uint64 uncompressedSize = 6;
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
 
setUnits(String) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
setUnits(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string units = 3;
setUnits(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string units = 5;
setUnits(String) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string units = 6;
setUnitsBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
string units = 3;
setUnitsBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
string units = 5;
setUnitsBytes(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
string units = 6;
setUnitsString(String) - Method in class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
setUnitsString(String) - Method in class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
setUnitsString(String) - Method in interface ucar.nc2.dataset.VariableEnhanced
Deprecated.
do not use
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Dimension.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Error.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Member.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Range.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Section.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.StructureData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
 
setUnlimited(boolean) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setUnsigned(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Attribute.Builder
not used
setUnsigned(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Variable.Builder
not used >= 5
setupLine(NetcdfDataset, Variable, int) - Method in class ucar.nc2.ft2.simpgeometry.CFLine
Given a dataset, variable, and index, automatically populates this Line and returns it.
setupLine(NetcdfDataset, Variable, int) - Method in interface ucar.nc2.ft2.simpgeometry.Line
Given a dataset, construct a line from the variable which holds lines and the index as given.
setupPoint(NetcdfDataset, Variable, int) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Given a dataset, variable, and index, automatically populates this Point and returns it.
setupPoint(NetcdfDataset, Variable, int) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Given a dataset, construct a point from the variable which holds points and the index as given.
setupPolygon(NetcdfDataset, Variable, int) - Method in class ucar.nc2.ft2.simpgeometry.CFPolygon
Given a dataset, variable and index, automatically sets up a previously constructed polygon.
setupPolygon(NetcdfDataset, Variable, int) - Method in interface ucar.nc2.ft2.simpgeometry.Polygon
Given a dataset, construct a polygon from the variable which holds polygons and the index as given.
setupStream(OutputStream, int) - Method in class ucar.nc2.stream.NcStreamCompression
 
setUseJna(boolean) - Method in class ucar.nc2.write.NetcdfFormatWriter.Builder
Set if you want to use JNA / netcdf c library to do the writing.
setUseMaximalCoordSys(boolean) - Static method in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
If true, assign implicit CoordinateSystem objects to variables that dont have one yet.
setUseMaximalCoordSys(boolean) - Static method in class ucar.nc2.internal.dataset.CoordSystemFactory
If true, assign implicit CoordinateSystem objects to variables that dont have one yet.
setUserTimeUnit(String) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
setUseTableVersion(boolean) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
setUTMZone(int) - Method in class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
setValue(double) - Method in class ucar.nc2.units.TimeUnit
Set the value in the original units.
setValue(String) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
string value = 2;
setValueBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType.Builder
string value = 2;
setValueCharset(Charset) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
setValueCharset(Charset) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
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(int, double, double) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setValues(ByteString) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis.Builder
big endian doubles; not used for regular, may be deferred
setValues(List) - Method in class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
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(List<String>) - Method in class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
setValues(Array) - Method in class ucar.nc2.Attribute.Builder
Set the values from an Array, and the DataType from values.getElementType().
setValues(Array) - Method in class ucar.nc2.Attribute
Deprecated.
Use Attribute.builder()
setValues(Variable, int, double, double) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use Variable.setValues()
setValues(Variable, List<String>) - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use Variable.setValues()
setValues1(double[]) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
setValues2(double[]) - Method in class ucar.nc2.ft.fmrc.VertCoord
 
setVariableInfo(String, String, String, DataType) - Method in class ucar.ma2.StructureMembers.Member
Deprecated.
use MemberBuilder
setVariableLength(boolean) - Method in class ucar.nc2.Dimension
Deprecated.
Use Dimension.builder()
setVariables(List<String>) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setVarName(String) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
full escaped name.
setVarNameBytes(ByteString) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
full escaped name.
setVarNames(String) - Method in class ucar.nc2.write.Ncdump.Builder
 
setVars(int, NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
setVars(int, NcStreamProto.Variable) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
setVars(int, NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Group.Builder
repeated .Variable vars = 3;
setVars(int, NcStreamProto.Variable.Builder) - Method in class ucar.nc2.stream.NcStreamProto.Structure.Builder
members
setVdata(boolean) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
bool vdata = 7;
setVersion(int) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray.Builder
set to >= 3 for proto3
setVersion(int) - Method in class ucar.nc2.stream.NcStreamProto.Data.Builder
version=2 for proto2, >=3 for proto3 (v5.0+)
setVersion(int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
uint32 version = 5;
setVersion(int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
uint32 version = 5;
setVersion(int) - Method in class ucar.nc2.stream.NcStreamProto.Header.Builder
uint32 version = 5;
setVersion(String) - Method in class thredds.client.catalog.builder.CatalogBuilder
 
setVertCoord(double) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setVertCoordIntv(double[]) - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
setVlens(int, int) - Method in class ucar.nc2.stream.NcStreamProto.DataCol.Builder
isVlen true
setVlens(int, int) - Method in class ucar.nc2.stream.NcStreamProto.DataRow.Builder
vlen lengths
setWantValues(Ncdump.WantValues) - Method in class ucar.nc2.write.Ncdump.Builder
set what Variables' values you want output.
setWarnings(boolean) - Static method in class ucar.nc2.internal.iosp.hdf5.H5headerNew
 
setWarnings(boolean) - Static method in class ucar.nc2.iosp.hdf5.H5header
 
setWidth(double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
setWmoId(String) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string wmoId = 6;
setWmoId(String) - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
setWmoIdBytes(ByteString) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station.Builder
string wmoId = 6;
setWriteVariablesPredicate(Predicate<Variable>) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Sets the predicate that will be applied to variables to determine whether their values should be written in addition to their metadata.
setX(double) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Sets the x coordinate of the point.
setX(double) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Sets the x coordinate of the point.
setX(double) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
setX(double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
setXmlFormat(Format) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
 
setY(double) - Method in class ucar.nc2.ft2.simpgeometry.CFPoint
Set the y coordinate of the point.
setY(double) - Method in interface ucar.nc2.ft2.simpgeometry.Point
Set the y coordinate of the point.
setY(double) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
setY(double) - Method in class ucar.unidata.geoloc.ProjectionRect
Deprecated.
use builder
sfilter - Variable in class thredds.inventory.CollectionAbstract
 
shadowCache - Variable in class ucar.nc2.util.cache.FileCacheARC
 
shape - Variable in class ucar.ma2.Index
 
shape - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
shape - Variable in class ucar.nc2.Variable
 
SHAPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
SHAPE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
SHAPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Member
 
SHAPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
SHAPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
shapeToString() - Method in class ucar.ma2.Array
Create a string representation of the shape of this Array.
SharedObject - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
SharedObject - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
shiftOrigin(int) - Method in class ucar.ma2.Range
Create a new Range shifting this range by a constant factor.
shiftOrigin(int[]) - Method in class ucar.ma2.Section
 
shiftOrigin(Section) - Method in class ucar.ma2.Section
Create a new Section by shifting each range by newOrigin.first() The result is then a relative offset from the newOrigin.
SHORT - ucar.ma2.DataType
 
SHORT - ucar.nc2.stream.NcStreamProto.Attribute.Type
SHORT = 2;
SHORT - ucar.nc2.stream.NcStreamProto.DataType
SHORT = 2;
SHORT - Static variable in class ucar.nc2.constants.CF
 
SHORT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
SHORT = 2;
SHORT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
SHORT = 2;
shortName - Variable in class ucar.nc2.CDMNode
Deprecated.
 
shortName - Variable in class ucar.nc2.Group.Builder
 
shortName - Variable in class ucar.nc2.Variable.Builder
 
SHORTNAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Member
 
shortToBytes(short) - Static method in class ucar.unidata.io.Swap
Deprecated.
Convert a short to an array of 2 bytes.
show() - Method in class ucar.ma2.Section
 
show(Formatter) - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
show(Formatter) - Method in class thredds.featurecollection.FeatureCollectionConfig
 
show(Formatter) - Method in class thredds.inventory.partition.DirectoryBuilder
 
show(Formatter) - Method in class ucar.nc2.ft.point.standard.NestedTable
 
show(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.DataObject
 
show(Formatter) - Method in class ucar.nc2.iosp.hdf5.FractalHeap.DHeapId
 
show(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5header.DataObject
 
show(Formatter) - Method in class ucar.nc2.ncml.Aggregation.Dataset
Deprecated.
 
show(Formatter) - Method in class ucar.nc2.util.cache.SmartArrayInt
 
show(Formatter) - Method in class ucar.nc2.util.Counters.Counter
 
show(Formatter) - Method in class ucar.nc2.util.Counters
 
show(Formatter, boolean) - Method in class ucar.nc2.dt.grid.GridCoordSys
 
show(Formatter, boolean) - Method in interface ucar.nc2.dt.GridCoordSystem
 
show(Formatter, boolean) - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
show(Formatter, int) - Method in class ucar.nc2.ft.point.standard.Table
 
show(AttributeContainer, Indent, Formatter) - Static method in class ucar.nc2.AttributeContainerHelper
Deprecated.
showBits(byte[]) - Static method in class ucar.nc2.util.Misc
 
showBytes(byte[]) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Arrays.toString(arr)
showBytes(byte[], Formatter) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Arrays.toString(arr)
showCache() - Method in class ucar.nc2.util.cache.FileCache
 
showCache() - Method in class ucar.nc2.util.cache.FileCacheARC
 
showCache() - Method in class ucar.nc2.util.cache.FileCacheGuava
 
showCache() - Method in interface ucar.nc2.util.cache.FileCacheIF
 
showCache(PrintStream) - Static method in class ucar.nc2.util.DiskCache
 
showCache(PrintStream) - Method in class ucar.nc2.util.DiskCache2
Show cache contents, for debugging.
showCache(Formatter) - Method in class ucar.nc2.util.cache.FileCache
Show individual cache entries, add to formatter.
showCache(Formatter) - Method in class ucar.nc2.util.cache.FileCacheARC
Show individual cache entries, add to formatter.
showCache(Formatter) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
showCache(Formatter) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
showCached(Formatter) - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
showCompress(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
showCompress(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5diag
 
showCompress(Variable, H5headerNew.Vinfo, H5diagNew.Size, Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5diagNew
 
showCompress(Variable, H5header.Vinfo, H5diag.Size, Formatter) - Method in class ucar.nc2.iosp.hdf5.H5diag
 
showCompression(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
showCompression(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
showDeflate() - Method in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
showDetails(Formatter) - Method in class ucar.nc2.ft.fmrc.Fmrc
 
showDetails(Formatter) - Method in class ucar.nc2.iosp.hdf5.FractalHeap
 
showDimension() - Method in class ucar.nc2.ft.point.standard.Table
 
showDimension() - Method in class ucar.nc2.ft.point.standard.Table.TableArrayStructure
 
showDimension() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner
 
showDimension() - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
 
showDimension() - Method in class ucar.nc2.ft.point.standard.Table.TableStructure
 
showDoc(PrintWriter) - Method in class ucar.nc2.iosp.hdf4.ODLparser
 
showFractalHeap(Formatter) - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
showFractalHeap(Formatter) - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
showGridInfo(String, Formatter) - Method in class ucar.nc2.ft.fmrc.FmrcInvLite
 
showHeaderBytes - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
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
 
showInts(int[]) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Arrays.toString(arr)
showInts(int[], Formatter) - Static method in class ucar.nc2.util.Misc
Deprecated.
use Arrays.toString(arr)
showInts(List<Integer>) - Static method in class ucar.nc2.util.Misc
Deprecated.
use List.toString()
showMethods(Class, PrintStream) - Static method in class ucar.nc2.util.reflect.ProxyGenerator
 
showMethods(Class, PrintStream) - Static method in class ucar.nc2.util.reflect.PublicInterfaceGenerator
 
showNestedTables(Formatter) - Method in class ucar.nc2.ft.point.standard.TableAnalyzer
 
showOffsets(StructureMembers, Indent, Formatter) - Static method in class ucar.ma2.ArrayStructureBB
 
showOpen - Static variable in class ucar.unidata.io.RandomAccessFile
 
showProxies(Formatter) - Method in class ucar.nc2.NetcdfFile
 
showRange() - Method in class ucar.nc2.util.Counters.Counter
 
showRead - Static variable in class ucar.unidata.io.RandomAccessFile
 
showScaleMissingProxy(Formatter) - Method in class ucar.nc2.dataset.VariableDS
public for debugging
showStats(Formatter) - Method in class ucar.nc2.util.cache.FileCache
Add stat report (hits, misses, etc) to formatter.
showStats(Formatter) - Method in class ucar.nc2.util.cache.FileCacheARC
Add stat report (hits, misses, etc) to formatter.
showStats(Formatter) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
showStats(Formatter) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
showSummary() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
showSummary() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableArrayStructure
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableConstruct
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableContiguous
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableMultidimInner3D
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableNestedStructure
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableParentId
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableParentIndex
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableSingleton
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableStructure
 
showTableExtraInfo(String, Formatter) - Method in class ucar.nc2.ft.point.standard.Table.TableTop
 
showTracking(Formatter) - Method in class ucar.nc2.util.cache.FileCache
 
showTracking(Formatter) - Method in class ucar.nc2.util.cache.FileCacheARC
 
showTracking(Formatter) - Method in class ucar.nc2.util.cache.FileCacheGuava
 
showTracking(Formatter) - Method in interface ucar.nc2.util.cache.FileCacheIF
 
Shuffle - Class in ucar.nc2.filter
Filter implementation of Shuffle.
Shuffle(Map<String, Object>) - Constructor for class ucar.nc2.filter.Shuffle
 
Shuffle.Provider - Class in ucar.nc2.filter
 
shutdown() - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.shutdown
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.nc2.util.cache.FileCache
You must call shutdown() to shut down the background threads in order to get a clean process shutdown.
shutdown() - Static method in class ucar.unidata.io.RandomAccessFile
 
Sigma - ucar.nc2.dataset.VerticalCT.Type
 
SIGMA - Static variable in class ucar.unidata.geoloc.vertical.AtmosSigma
The "depth" variable name identifier
SIGMA - Static variable in class ucar.unidata.geoloc.vertical.OceanSigma
The "s" variable name identifier
SIGNED - ucar.ma2.DataType.Signedness
The data type can represent both positive and negative numbers.
SIMPLE_GEOMETRY - ucar.nc2.constants.FeatureType
 
SimpleDataspace - Static variable in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
 
SimpleDataspace - Static variable in class ucar.nc2.iosp.hdf5.H5header.MessageType
 
SimpleGeometry - Interface in ucar.nc2.ft2.simpgeometry
An interface to interact with Simple Geometry Feature Types.
SimpleGeometryCS - Class in ucar.nc2.ft2.simpgeometry.adapter
Simple Geometry Coordinate System / Enhanced Dataset Implementation Forked from ucar.nc2.ft2.coverage.adapter.GridCS
SimpleGeometryCS(SimpleGeometryCSBuilder) - Constructor for class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCS
 
SimpleGeometryCSBuilder - Class in ucar.nc2.ft2.simpgeometry.adapter
Simple Geometry Coordinate System / Dataset Builder.
SimpleGeometryCSBuilder(NetcdfDataset, CoordinateSystem, Formatter) - Constructor for class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
SimpleGeometryFeature - Class in ucar.nc2.ft2.simpgeometry
SimpleGeometry - forked from Coverage.java Immutable after setCoordSys() is called.
SimpleGeometryFeature(String, DataType, AttributeContainer, String, String, String, Object, GeometryType) - Constructor for class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
SimpleGeometryFeatureDataset - Class in ucar.nc2.ft2.simpgeometry
 
SimpleGeometryFeatureDataset(NetcdfDataset) - Constructor for class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeatureDataset
Create a SimpleGeometryFeatureDataset from a NetcdfDataset.
SimpleGeometryFeatureDataset.SimpleGeometryCovSet - Class in ucar.nc2.ft2.simpgeometry
This is a set of GeoGrids with the same GeoCoordSys.
SimpleGeometryID - ucar.nc2.constants.AxisType
 
SimpleGeometryIndexFinder - Class in ucar.nc2.ft2.simpgeometry
A Simple Geometry Index Finder can go find the beginning and end indicies of a simple geometry X and Y within a variable.
SimpleGeometryIndexFinder(Variable) - Constructor for class ucar.nc2.ft2.simpgeometry.SimpleGeometryIndexFinder
Create a new indexer, the indexer must be given a variable to look through.
SimpleGeometryReader - Class in ucar.nc2.ft2.simpgeometry
A class which given a dataset, will read from the dataset one of the simple geometry types.
SimpleGeometryReader(NetcdfDataset) - Constructor for class ucar.nc2.ft2.simpgeometry.SimpleGeometryReader
Constructs a new Simple Geometry Reader over the specified dataset.
SimpleGeometryStandardFactory - Class in ucar.nc2.ft
Standard factory for Simple Geometry datatypes.
SimpleGeometryStandardFactory() - Constructor for class ucar.nc2.ft.SimpleGeometryStandardFactory
 
SimpleGeometryX - ucar.nc2.constants.AxisType
 
SimpleGeometryY - ucar.nc2.constants.AxisType
 
SimpleGeometryZ - ucar.nc2.constants.AxisType
 
SimpleTrajectory - Class in ucar.nc2.ft.point.standard.plug
SimpleTrajectory netcdf files One trajectory, one dimension (time), per file.
SimpleTrajectory() - Constructor for class ucar.nc2.ft.point.standard.plug.SimpleTrajectory
 
SimpleUnit - Class in ucar.nc2.units
Convenience routines on top of ucar.units package.
SimpleUnit() - Constructor for class ucar.nc2.units.SimpleUnit
for subclasses.
simulateUnwritableDir - Static variable in class ucar.nc2.util.DiskCache
debug only
sind(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
Degree versions of trigonometric functions
single - ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
 
Singleton - ucar.nc2.ft.point.standard.Table.Type
 
Sinusoidal - Class in ucar.nc2.dataset.transform
Create a Sinusoidal Projection from the information in the Coordinate Transform Variable.
Sinusoidal - Class in ucar.unidata.geoloc.projection
Sinusoidal projection, spherical earth.
Sinusoidal() - Constructor for class ucar.nc2.dataset.transform.Sinusoidal
 
Sinusoidal() - Constructor for class ucar.unidata.geoloc.projection.Sinusoidal
Constructor with default parameters
Sinusoidal(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Sinusoidal
Construct a Sinusoidal Projection.
SINUSOIDAL - Static variable in class ucar.nc2.constants.CF
 
size - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
size - Variable in class ucar.ma2.Index
 
size - Variable in class ucar.nc2.iosp.hdf5.DataBTree.DataChunk
 
size() - Method in interface ucar.nc2.ft.DsgFeatureCollection
The number of Features in the collection.
size() - Method in class ucar.nc2.ft.point.DsgCollectionImpl
 
size() - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
size() - Method in interface ucar.nc2.ft.ProfileFeature
The number of points along the z axis.
size() - Method in interface ucar.nc2.ft.StationProfileFeature
The number of profiles in the time series.
size() - Method in interface ucar.nc2.ft.StationTimeSeriesFeature
The number of points in the time series.
size() - Method in interface ucar.nc2.ft.TrajectoryFeature
The number of points along the trajectory.
size() - Method in interface ucar.nc2.ft.TrajectoryProfileFeature
The number of profiles along the trajectory.
size() - Static method in class ucar.nc2.util.AliasTranslator
 
SIZE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Range
 
sizeToBeWritten() - Method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter.Result
Estimated number of bytes the file will take.
sizeToCache - Variable in class ucar.nc2.Variable
 
skip(long) - Method in class ucar.unidata.io.UncompressInputStream
Deprecated.
 
skipAll(Dataset) - Method in interface thredds.client.catalog.tools.CatalogCrawler.Filter
 
skipBytes(int) - Method in class ucar.unidata.io.RandomAccessFile
Skips exactly n bytes of input.
skipBytes(long) - Method in class ucar.unidata.io.RandomAccessFile
 
skipCatref(CatalogRef, int) - Method in interface thredds.client.catalog.tools.CatalogCrawler.Filter
 
Sleve - ucar.nc2.dataset.VerticalCT.Type
 
slice(int, int) - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by fixing the specified dimension at the specified index value.
slice(int, int) - Method in class ucar.nc2.Sequence
 
slice(int, int) - Method in class ucar.nc2.Variable
Create a new Variable that is a logical slice of this Variable, by fixing the specified dimension at the specified index value.
SmartArrayInt - Class in ucar.nc2.util.cache
integer array in which we want to quickly find the index for a given value.
SmartArrayInt(int[]) - Constructor for class ucar.nc2.util.cache.SmartArrayInt
 
softLimit - Variable in class ucar.nc2.util.cache.FileCache
 
softLimit - Variable in class ucar.nc2.util.cache.FileCacheARC
 
sort - Variable in class ucar.nc2.CDMNode
Deprecated.
 
sort() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
Use NetcdfDataset.builder()
SortingStationPointFeatureCache - Class in ucar.nc2.ft.point
 
SortingStationPointFeatureCache() - Constructor for class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
SortingStationPointFeatureCache(Comparator<StationPointFeature>) - Constructor for class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
SortingStationPointFeatureCache(Comparator<StationPointFeature>, StationPointFeature, DateUnit) - Constructor for class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
Source(ThreddsMetadata.Vocab, String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Source
 
SOURCE - Static variable in class ucar.nc2.constants.CF
 
SOUTH_POLE - Static variable in class ucar.unidata.geoloc.projection.proj4.EquidistantAzimuthalProjection
 
SpaceAndTimeFilter(LatLonRect, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.PointIteratorFiltered.SpaceAndTimeFilter
 
spacing - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
spacing - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
SPACING_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
spec - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
spec - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
SPECIAL_BUFFERED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_CHUNKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_COMP - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_COMPRAS - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_EXT - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_LINKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SPECIAL_VLINKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
SpecialMathFunction - Class in ucar.unidata.util
Special Math functions.
SpecialMathFunction() - Constructor for class ucar.unidata.util.SpecialMathFunction
 
SPECIALS - Static variable in class ucar.nc2.Attribute
Deprecated.
move to jni.Nc4Iosp
SPECIALS - Static variable in class ucar.nc2.constants.CDM
 
Spectral - ucar.nc2.constants.AxisType
 
Spectral - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Spectral = 13;
Spectral_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Spectral = 13;
SPFactory - Class in ucar.nc2.iosp.netcdf3
Deprecated.
do not use
SPFactory() - Constructor for class ucar.nc2.iosp.netcdf3.SPFactory
Deprecated.
 
sphericalAzimuth(double, double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
spin(double[], double[], double) - Method in class ucar.nc2.dataset.conv.Cosmic1Convention
---------------------------------------------------------------------- file spin.f
spin(double[], double[], double) - Method in class ucar.nc2.internal.dataset.conv.Cosmic1Convention
---------------------------------------------------------------------- file spin.f
spiObject - Variable in class ucar.nc2.internal.ncml.Aggregation
 
spiObject - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
spiObject - Variable in class ucar.nc2.Variable.Builder
 
spiObject - Variable in class ucar.nc2.Variable
 
split(String) - Static method in class ucar.unidata.util.StringUtil2
 
splitOnLastDelimiter(String, String) - Static method in class thredds.inventory.CollectionSpecParserAbstract
 
splitString(String) - Static method in class ucar.unidata.util.StringUtil2
Deprecated.
use StringUtil2.split()
sqrt(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
stackTraceToString(StackTraceElement[]) - Static method in class ucar.nc2.util.Misc
Deprecated.
do not use
Stagger - Static variable in class ucar.nc2.constants._Coordinate
 
StaggerType - Static variable in class ucar.nc2.constants.CDM
 
standard - ucar.nc2.write.Nc4Chunking.Strategy
 
standard_deviation - ucar.nc2.constants.CF.CellMethods
 
STANDARD_NAME - Static variable in class ucar.nc2.constants.CF
 
standard_name_vocabulary - Static variable in class ucar.nc2.constants.ACDD
 
STANDARD_PARALLEL - Static variable in class ucar.nc2.constants.CF
 
STANDARDIZE - Static variable in class ucar.nc2.constants.CDM
 
Standardizer - Class in ucar.nc2.filter
 
StandardPointCollectionImpl - Class in ucar.nc2.ft.point.standard
Implementation of PointFeatureCollection using a NestedTable
StandardPointFeatureIterator - Class in ucar.nc2.ft.point.standard
A PointFeatureIterator which uses a NestedTable to implement makeFeature().
StandardProfileCollectionImpl - Class in ucar.nc2.ft.point.standard
Nested Table implementation of ProfileCollection
StandardProfileCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
StandardSectionCollectionImpl - Class in ucar.nc2.ft.point.standard
Nested Table implementation of SectionCollection.
StandardStationCollectionImpl - Class in ucar.nc2.ft.point.standard
Object Heirarchy for StationFeatureCollection: StationFeatureCollection (StandardStationCollectionImpl PointFeatureCollectionIterator (anon) StationFeature (StandardStationFeatureImpl) PointFeatureIterator (StandardStationPointIterator) PointFeatureImpl
StandardStationProfileCollectionImpl - Class in ucar.nc2.ft.point.standard
Netsed Table implementat ion of StationProfileCollection Object Heirarchy: StationProfileFeatureCollection (StandardStationProfileCollectionImpl) StationProfileFeature (StandardStationProfileFeature) ProfileFeature (StandardProfileFeature) PointFeatureIterator (StandardPointFeatureIterator) PointFeature
StandardTrajectoryCollectionImpl - Class in ucar.nc2.ft.point.standard
TrajectoryFeatureCollection using nested tables.
StandardTrajectoryCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
StandardTrajectoryCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
start - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
start - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
Start - ucar.nc2.ft.point.remote.PointStream.MessageType
 
START_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
START_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Range
 
startCollection - Variable in class thredds.inventory.CollectionAbstract
 
startDate - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
startupType - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
startValue - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
startValue - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
STARTVALUE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
STARTX_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
STARTY_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
station - Variable in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
Station - thredds.featurecollection.FeatureCollectionType
 
Station - Interface in ucar.unidata.geoloc
A named location on the earth.
STATION - ucar.nc2.constants.FeatureType
 
STATION_ALTITUDE - Static variable in class ucar.nc2.constants.CF
 
STATION_DESC - Static variable in class ucar.nc2.constants.CF
 
STATION_ID - Static variable in class ucar.nc2.constants.CF
 
Station_Profile - thredds.featurecollection.FeatureCollectionType
 
STATION_PROFILE - ucar.nc2.constants.FeatureType
 
STATION_RADIAL - ucar.nc2.constants.FeatureType
 
STATION_WMOID - Static variable in class ucar.nc2.constants.CF
 
stationAltName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
StationCollection - Interface in ucar.nc2.ft
A collection of data at named locations called Stations.
StationCollectionStream - Class in ucar.nc2.ft.point.remote
Connect to remote Station Collection using cdmremote
StationCollectionStream(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.remote.StationCollectionStream
Constructor.
stationDimName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
StationFeature - Interface in ucar.nc2.ft.point
A Station that has additional data obtained through getFeatureData().
StationFeatureCollection - Interface in ucar.nc2.ft
 
StationFeatureCopyFactory - Class in ucar.nc2.ft.point
A factory for making deep copies of StationPointFeature, so all data is self contained.
StationFeatureCopyFactory(StationPointFeature) - Constructor for class ucar.nc2.ft.point.StationFeatureCopyFactory
 
StationFeatureHas - Interface in ucar.nc2.ft.point
Describe
StationFeatureImpl - Class in ucar.nc2.ft.point
Implement StationFeature
StationFeatureImpl(String, String, String, double, double, double, int, StructureData) - Constructor for class ucar.nc2.ft.point.StationFeatureImpl
 
StationFeatureImpl(StationFeature) - Constructor for class ucar.nc2.ft.point.StationFeatureImpl
 
StationFeatureSubset(StationTimeSeriesFeatureImpl, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl.StationFeatureSubset
 
StationHelper - Class in ucar.nc2.ft.point
Helper class for Station Collections.
StationHelper() - Constructor for class ucar.nc2.ft.point.StationHelper
 
stationIdName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
StationImpl - Class in ucar.unidata.geoloc
Deprecated.
only use Station in 6.
StationImpl() - Constructor for class ucar.unidata.geoloc.StationImpl
Deprecated.
 
StationImpl(String, String, String, double, double, double) - Constructor for class ucar.unidata.geoloc.StationImpl
Deprecated.
 
StationImpl(String, String, String, double, double, double, int) - Constructor for class ucar.unidata.geoloc.StationImpl
Deprecated.
 
StationImpl(Station, int) - Constructor for class ucar.unidata.geoloc.StationImpl
Deprecated.
 
stationIndexName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
StationList - ucar.nc2.ft.point.remote.PointStream.MessageType
 
stationNameComparator - Static variable in class ucar.nc2.ft.point.SortingStationPointFeatureCache
 
StationPointFeature - Interface in ucar.nc2.ft.point
A PointFeature from which one can obtain a Station
StationProfileCollectionImpl - Class in ucar.nc2.ft.point
Abstract superclass for StationProfileFeatureCollection Subclasses must implement getNestedPointFeatureCollection
StationProfileCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.StationProfileCollectionImpl
 
StationProfileCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.StationProfileCollectionImpl
 
StationProfileCollectionImpl.NestedCollectionIOIteratorAdapter<T> - Class in ucar.nc2.ft.point
 
StationProfileFeature - Interface in ucar.nc2.ft
Time series of ProfileFeature at named locations.
StationProfileFeatureCollection - Interface in ucar.nc2.ft
A collection of StationProfileFeatures
StationProfileFeatureImpl - Class in ucar.nc2.ft.point
Abstract superclass for implementations of StationProfileFeature.
StationProfileFeatureImpl(String, String, String, double, double, double, CalendarDateUnit, String, int) - Constructor for class ucar.nc2.ft.point.StationProfileFeatureImpl
 
StationProfileFeatureImpl(Station, List<CoordinateAxis>, int) - Constructor for class ucar.nc2.ft.point.StationProfileFeatureImpl
 
StationProfileFeatureImpl(Station, CalendarDateUnit, String, int) - Constructor for class ucar.nc2.ft.point.StationProfileFeatureImpl
 
StationProfileFeatureImpl.StationProfileFeatureSubset - Class in ucar.nc2.ft.point
 
StationProfileFeatureSubset(StationProfileFeatureImpl, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.StationProfileFeatureImpl.StationProfileFeatureSubset
 
StationRadialDataset - Interface in ucar.nc2.ft.radial
A Station collection of radial data.
stations - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
STATIONS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
stationStruct - Variable in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
stationStructName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
StationTimeSeriesCollectionFlattened - Class in ucar.nc2.ft.point
A flattened StationTimeSeriesCollection.
StationTimeSeriesCollectionFlattened(StationTimeSeriesCollectionImpl, CalendarDateRange) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesCollectionFlattened
 
StationTimeSeriesCollectionImpl - Class in ucar.nc2.ft.point
Abstract superclass for implementations of StationFeatureCollection.
StationTimeSeriesCollectionImpl(String, List<CoordinateAxis>) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
StationTimeSeriesCollectionImpl(String, CalendarDateUnit, String) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
StationTimeSeriesFeature - Interface in ucar.nc2.ft
Time series of PointFeature at a named location aka 'station'.
StationTimeSeriesFeatureCollection - Interface in ucar.nc2.ft
A collection of StationTimeSeriesFeature.
StationTimeSeriesFeatureImpl - Class in ucar.nc2.ft.point
Superclass for implementations of StationFeature: time series of data at a point Concrete subclass must implement getFeatureData() and getPointFeatureIterator();
StationTimeSeriesFeatureImpl(String, String, String, double, double, double, List<CoordinateAxis>, int, StructureData) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
StationTimeSeriesFeatureImpl(String, String, String, double, double, double, CalendarDateUnit, String, int, StructureData) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
StationTimeSeriesFeatureImpl(StationFeature, List<CoordinateAxis>, int) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
StationTimeSeriesFeatureImpl(StationFeature, CalendarDateUnit, String, int) - Constructor for class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
StationTimeSeriesFeatureImpl.StationFeatureSubset - Class in ucar.nc2.ft.point
 
status - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
statusCode - Variable in class ucar.nc2.util.IO.HttpResult
 
Stereographic - Class in ucar.nc2.dataset.transform
Create a Stereographic Projection from the information in the Coordinate Transform Variable.
Stereographic - Class in ucar.unidata.geoloc.projection
Stereographic projection, spherical earth.
Stereographic - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
Stereographic() - Constructor for class ucar.nc2.dataset.transform.Stereographic
 
Stereographic() - Constructor for class ucar.unidata.geoloc.projection.Stereographic
Constructor with default parameters = North Polar
Stereographic(double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Stereographic
Construct a Stereographic Projection.
Stereographic(double, double, double, boolean) - Constructor for class ucar.unidata.geoloc.projection.Stereographic
Construct a polar Stereographic Projection, from the "natural origin" and the tangent point, calculating the scale factor.
Stereographic(double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Stereographic
Construct a Stereographic Projection.
Stereographic(double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.Stereographic
Construct a Stereographic Projection.
STEREOGRAPHIC - Static variable in class ucar.nc2.constants.CF
 
StereographicAzimuthalProjection - Class in ucar.unidata.geoloc.projection.proj4
taken from the USGS PROJ package.
StereographicAzimuthalProjection() - Constructor for class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
 
StereographicAzimuthalProjection(double, double, double, double, double, double, Earth) - Constructor for class ucar.unidata.geoloc.projection.proj4.StereographicAzimuthalProjection
Construct a Stereographic Projection.
stnAlt - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
StnAlt - ucar.nc2.ft.point.standard.Table.CoordName
 
stnDesc - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
StnDesc - ucar.nc2.ft.point.standard.Table.CoordName
 
stnId - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
StnId - ucar.nc2.ft.point.standard.Table.CoordName
 
stnNpts - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
stnWmoId - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
storage - Variable in class ucar.ma2.ArrayBoolean
 
storage - Variable in class ucar.ma2.ArrayByte
 
storage - Variable in class ucar.ma2.ArrayChar
 
storage - Variable in class ucar.ma2.ArrayFloat
 
storage - Variable in class ucar.ma2.ArrayInt
 
storage - Variable in class ucar.ma2.ArrayLong
 
storage - Variable in class ucar.ma2.ArrayObject
 
storage - Variable in class ucar.ma2.ArrayShort
 
storage - Variable in class ucar.ma2.ArrayString
 
storageD - Variable in class ucar.ma2.ArrayDouble
 
STRAIGHT_VERTICAL_LONGITUDE_FROM_POLE - Static variable in class ucar.nc2.constants.CF
 
streamAll(OutputStream) - Method in class ucar.nc2.stream.NcStreamWriter
 
streamAll(WritableByteChannel) - Method in class ucar.nc2.stream.NcStreamWriterChannel
Deprecated.
 
StreamFilter - Class in thredds.inventory.filter
A java.nio.file.DirectoryStream.Filter using a regexp on the last entry of the Path
StreamFilter(Pattern, boolean) - Constructor for class thredds.inventory.filter.StreamFilter
 
streamToByteChannel(Variable, Section, WritableByteChannel) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
streamToByteChannel(Variable, Section, WritableByteChannel) - Method in interface ucar.nc2.iosp.IOServiceProvider
Deprecated.
do not use
stride - Variable in class ucar.ma2.Index
 
stride() - Method in class ucar.ma2.Range
 
STRIDE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Range
 
STRING - ucar.ma2.DataType
 
STRING - ucar.nc2.stream.NcStreamProto.Attribute.Type
STRING = 0;
STRING - ucar.nc2.stream.NcStreamProto.DataType
STRING = 7;
STRING_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
STRING = 0;
STRING_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
STRING = 7;
STRINGDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
STRINGDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
STRINGDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
StringLocker - Class in ucar.nc2
Deprecated.
will move to ucar.nc2.util in ver 6.
StringLocker() - Constructor for class ucar.nc2.StringLocker
Deprecated.
 
stringToIntArray(String) - Static method in class ucar.nc2.filter.Classifier
 
StringUtil2 - Class in ucar.unidata.util
Static String and StringBuilder utilities
StringUtil2() - Constructor for class ucar.unidata.util.StringUtil2
 
STRUCTDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
STRUCTDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
STRUCTDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
structName - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
STRUCTS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
STRUCTS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
Structure - Class in ucar.nc2
A Structure is a type of Variable that contains other Variables, like a struct in C.
Structure - ucar.nc2.ft.point.standard.Table.Type
 
Structure - ucar.nc2.ft.point.standard.TableConfig.StructureType
 
Structure(NetcdfFile, Group, Structure, String) - Constructor for class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
Structure(NetcdfFile, Group, Structure, String, List<Dimension>) - Constructor for class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
Structure(Structure) - Constructor for class ucar.nc2.Structure
Deprecated.
Use Structure.builder()
Structure(Structure.Builder<?>, Group) - Constructor for class ucar.nc2.Structure
 
STRUCTURE - ucar.ma2.DataType
 
STRUCTURE - ucar.nc2.CDMSort
Deprecated.
 
STRUCTURE - ucar.nc2.stream.NcStreamProto.DataType
STRUCTURE = 8;
STRUCTURE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
STRUCTURE = 8;
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.
StructureData(StructureMembers) - Constructor for class ucar.ma2.StructureData
 
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.
StructureDataComposite() - Constructor for class ucar.ma2.StructureDataComposite
Deprecated.
use StructureDataComposite.make(StructureData... sdatas)
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.
StructureDataIteratorIndexed - Class in ucar.nc2.ft.point
A StructureDataIterator which takes a list of record numbers (in a structure).
StructureDataIteratorIndexed(Structure, List<Integer>) - Constructor for class ucar.nc2.ft.point.StructureDataIteratorIndexed
 
StructureDataIteratorLimited - Class in ucar.ma2
Read a maximum number of StructureData objects from a StructureDataIterator.
StructureDataIteratorLimited(StructureDataIterator, int) - Constructor for class ucar.ma2.StructureDataIteratorLimited
 
StructureDataIteratorLinked - Class in ucar.nc2.ft.point
Use contiguous or linked lists to iterate over members of a Structure
StructureDataIteratorLinked(Structure, int, int, String) - Constructor for class ucar.nc2.ft.point.StructureDataIteratorLinked
 
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(StructureData) - Constructor for class ucar.ma2.StructureDataProxy
 
StructureDataProxy(StructureMembers, StructureData) - Constructor for class ucar.ma2.StructureDataProxy
 
StructureDataScalar - Class in ucar.ma2
Deprecated.
use StructureDataFromMember
StructureDataScalar(String) - Constructor for class ucar.ma2.StructureDataScalar
Deprecated.
 
StructureDataW - Class in ucar.ma2
A StructureData implementation that has its data self-contained.
StructureDataW(StructureMembers) - Constructor for class ucar.ma2.StructureDataW
Constructor.
StructureDataW(StructureMembers, int) - Constructor for class ucar.ma2.StructureDataW
Deprecated.
use StructureDataW(StructureMembers members)
StructureDS - Class in ucar.nc2.dataset
An "enhanced" Structure.
StructureDS(NetcdfDataset, Group, Structure, String, String, String, String) - Constructor for class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
StructureDS(NetcdfDataset, Group, Structure, String, Structure) - Constructor for class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
StructureDS(StructureDS.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.StructureDS
 
StructureDS(Group, Structure) - Constructor for class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
StructureDS(NetcdfFile, Group, String) - Constructor for class ucar.nc2.dataset.StructureDS
Deprecated.
Use StructureDS.builder()
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(String) - Constructor for class ucar.ma2.StructureMembers
Deprecated.
use Builder
StructureMembers(StructureMembers) - Constructor for class ucar.ma2.StructureMembers
Deprecated.
use toBuilder().build(false) to make a copy with no data
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(NetcdfDataset, Group, String, List<String>, Dimension, Dimension) - Constructor for class ucar.nc2.dataset.StructurePseudo2Dim
Deprecated.
Use StructureDS.builder()
StructurePseudo2Dim(StructurePseudo2Dim.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.StructurePseudo2Dim
 
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(NetcdfDataset, Group, String) - Constructor for class ucar.nc2.dataset.StructurePseudoDS
Deprecated.
Use StructurePseudoDS.builder()
StructurePseudoDS(NetcdfDataset, Group, String, List<String>, Dimension) - Constructor for class ucar.nc2.dataset.StructurePseudoDS
Deprecated.
Use StructurePseudoDS.builder()
StructurePseudoDS(StructurePseudoDS.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.StructurePseudoDS
 
StructurePseudoDS.Builder<T extends StructurePseudoDS.Builder<T>> - Class in ucar.nc2.dataset
 
structureType - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
subdir(MFile) - Method in class thredds.inventory.CollectionConfig
 
subdirs - Variable in class thredds.inventory.CollectionSpecParserAbstract
 
subSection(int, int) - Method in class ucar.ma2.Section
 
subSection(int, int) - Method in class ucar.ma2.SectionIterable
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
subset(double, double, int) - Method in class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
subset(List<StationFeature>) - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
subset(List<StationFeature>) - Method in class ucar.nc2.ft.point.remote.StationCollectionStream
 
subset(List<StationFeature>) - Method in class ucar.nc2.ft.point.StationHelper
 
subset(List<StationFeature>) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
subset(List<StationFeature>) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
subset(List<StationFeature>) - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
 
subset(List<StationFeature>) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
subset(List<StationFeature>, CalendarDateRange) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
subset(List<StationFeature>, CalendarDateRange) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
subset(List<StationFeature>, CalendarDateRange) - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
 
subset(List<StationFeature>, CalendarDateRange) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
subset(RangeIterator, RangeIterator) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
subset(Range, Range, Range, Range) - Method in class ucar.nc2.dt.grid.GeoGrid
Create a new GeoGrid that is a logical subset of this GeoGrid.
subset(Range, Range, Range, Range) - Method in interface ucar.unidata.geoloc.vertical.VerticalTransform
Deprecated.
Create a VerticalTransform as a section of an existing VerticalTransform.
subset(Range, Range, Range, Range) - Method in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Create a subset of this VerticalTransform.
subset(Range, Range, LatLonRect, int, int, int) - Method in class ucar.nc2.dt.grid.GeoGrid
Create a new GeoGrid that is a logical subset of this GeoGrid.
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.HorizCoordSys2D
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
subset(SubsetParams) - Method in class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
subset(SubsetParams, boolean, boolean) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
subset(SubsetParams, AtomicBoolean, boolean) - Method in class ucar.nc2.ft2.coverage.Time2DCoordSys
 
subset(SubsetParams, AtomicBoolean, boolean) - Method in class ucar.nc2.ft2.coverage.Time2DOffsetCoordSys
 
subset(CalendarDateRange) - Method in class thredds.inventory.TimedCollection
 
subset(CalendarDateRange) - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
subset(CalendarDateRange) - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
subset(CalendarDateRange) - Method in interface ucar.nc2.ft.StationProfileFeature
Subset this collection by dateRange
subset(CalendarDateRange) - Method in interface ucar.nc2.ft.StationTimeSeriesFeature
Subset this collection by calendar dateRange
subset(LatLonRect) - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.remote.StationCollectionStream
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.standard.StandardTrajectoryCollectionImpl
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.StationHelper
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
subset(LatLonRect) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
subset(LatLonRect) - Method in interface ucar.nc2.ft.ProfileFeatureCollection
Subset this collection by boundingBox
subset(LatLonRect) - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
 
subset(LatLonRect) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
subset(LatLonRect) - Method in interface ucar.nc2.ft.TrajectoryFeatureCollection
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.PointCollectionImpl
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.remote.PointCollectionStreamRemote
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.standard.StandardProfileCollectionImpl
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.StationProfileCollectionImpl
 
subset(LatLonRect, CalendarDateRange) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
subset(LatLonRect, CalendarDateRange) - Method in interface ucar.nc2.ft.PointFeatureCollection
Subset this collection by boundingBox and/or dateRange
subset(LatLonRect, CalendarDateRange) - Method in interface ucar.nc2.ft.ProfileFeatureCollection
 
subset(LatLonRect, CalendarDateRange) - Method in interface ucar.nc2.ft.StationProfileFeatureCollection
 
subset(LatLonRect, CalendarDateRange) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
subsetBuilder(SubsetParams) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subsetByIndex(Range) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subsetByIntervals(List<MAMath.MinMax>, int) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subsetCatalogOnDataset(Dataset) - Method in class thredds.client.catalog.Catalog
 
subsetDependent(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
subsetDependent(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
subsetDependent(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
subsetDependent(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
subsetDependent(CoverageCoordAxis1D) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
subsetFeatures(List<StationFeature>) - Method in class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
 
subsetFeatures(List<StationFeature>) - Method in interface ucar.nc2.ft.StationTimeSeriesFeatureCollection
 
subsetFromTime(SubsetParams, CalendarDate) - Method in class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
SubsetParams - Class in ucar.nc2.ft2.coverage
Describes a subset of a Coverage.
SubsetParams() - Constructor for class ucar.nc2.ft2.coverage.SubsetParams
 
substitute(StringBuilder, String, String) - Static method in class ucar.unidata.util.StringUtil2
Find all occurences of the "match" in original, and substitute the "subst" string, directly into the original.
substitute(String, String[], String[]) - Static method in class ucar.unidata.util.StringUtil2
Find all occurences of match strings in original, and substitute the corresponding subst string.
substitute(String, String, String) - Static method in class ucar.unidata.util.StringUtil2
Deprecated.
use original.replace(match, subst)
subtract(CalendarDate, CalendarDate) - Method in class ucar.nc2.time.CalendarPeriod
Subtract two dates, return difference in units of this period.
subtract(CalendarPeriod) - Method in class ucar.nc2.time.CalendarDate
 
subtract(TimeDuration) - Method in class ucar.nc2.units.DateType
 
subtract(TimeUnit) - Method in class ucar.nc2.units.DateType
 
subtract(ProjectionPoint, ProjectionPoint) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
success - Variable in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
sum - ucar.nc2.constants.CF.CellMethods
 
sumDouble(Array) - Static method in class ucar.ma2.MAMath
sum all of the elements of array a as doubles.
sumDoubleSkipMissingData(Array, double) - Static method in class ucar.ma2.MAMath
sum all of the elements of array a as doubles.
summary - Static variable in class ucar.nc2.constants.ACDD
 
Suomi - Class in ucar.nc2.dataset.conv
Suomi coord sys builder.
Suomi - Class in ucar.nc2.ft.point.standard.plug
Describe
Suomi - Class in ucar.nc2.internal.dataset.conv
Suomi coord sys builder.
Suomi() - Constructor for class ucar.nc2.dataset.conv.Suomi
 
Suomi() - Constructor for class ucar.nc2.ft.point.standard.plug.Suomi
 
Suomi.Factory - Class in ucar.nc2.internal.dataset.conv
 
SUPERBLOCKVERSION - Static variable in class ucar.nc2.constants.CDM
 
SURFACE_ALTITUDE - Static variable in class ucar.nc2.constants.CF
 
Swap - Class in ucar.unidata.io
Deprecated.
do not use
Swap() - Constructor for class ucar.unidata.io.Swap
Deprecated.
 
swapChar(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the char resulting from swapping 2 bytes at a specified offset in a byte array.
swapDouble(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the double resulting from reversing 8 bytes at a specified offset in a byte array.
swapDouble(double) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the double resulting from reversing 8 bytes of a specified double.
swapFloat(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the float resulting from reversing 4 bytes at a specified offset in a byte array.
swapFloat(float) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the float resulting from reversing 4 bytes of a specified float.
swapInt(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the int resulting from reversing 4 bytes at a specified offset in a byte array.
swapInt(int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the int resulting from reversing 4 bytes of a specified int.
swapLong(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the long resulting from reversing 8 bytes at a specified offset in a byte array.
swapLong(long) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the long resulting from reversing 8 bytes of a specified long.
swapShort(byte[], int) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the short resulting from swapping 2 bytes at a specified offset in a byte array.
swapShort(short) - Static method in class ucar.unidata.io.Swap
Deprecated.
Returns the short resulting from swapping 2 bytes of a specified short.
Swath - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Swath = 3;
SWATH - ucar.nc2.constants.FeatureType
 
Swath_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Swath = 3;
SwathCS - Class in ucar.nc2.ft2.coverage.adapter
Swath Coordinate System.
SWEEP_ANGLE_AXIS - Static variable in class ucar.nc2.constants.CF
 
sweepAngleAxisToScanGeom(String) - Static method in class ucar.unidata.geoloc.projection.sat.GEOSTransform
Find scan geometry associated with sweep_angle_axis
syncExtend() - Method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
do not use
syncExtend() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
syncExtend() - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
syncExtend() - Method in class ucar.nc2.internal.ncml.Aggregation
Check to see if its time to rescan directory, and if so, rescan and extend dataset if needed.
syncExtend() - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
syncExtend() - Method in interface ucar.nc2.iosp.IOServiceProvider
Deprecated.
Do not use.
syncExtend() - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
syncExtend() - Method in class ucar.nc2.ncml.Aggregation
Deprecated.
Check to see if its time to rescan directory, and if so, rescan and extend dataset if needed.
syncExtend() - Method in interface ucar.nc2.ncml.AggregationIF
Deprecated.
 
syncExtend() - Method in class ucar.nc2.NetcdfFile
Deprecated.
do not use
SystemFor - Static variable in class ucar.nc2.constants._Coordinate
 
Systems - Static variable in class ucar.nc2.constants._Coordinate
 

T

T105 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
T14 - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
tab(StringBuffer, int, boolean) - Static method in class ucar.unidata.util.Format
Blank fill sbuff with blanks, until position tabStop.
tab(StringBuilder, int, boolean) - Static method in class ucar.unidata.util.Format
Blank fill sbuff with blanks, until position tabStop.
Table - Class in ucar.nc2.ft.point.standard
A generalization of a Structure.
Table(NetcdfDataset, TableConfig) - Constructor for class ucar.nc2.ft.point.standard.Table
 
Table.CoordName - Enum in ucar.nc2.ft.point.standard
 
Table.TableArrayStructure - Class in ucar.nc2.ft.point.standard
ArrayStructure is passed in config.as Used by UnidataPointFeature: type StationProfile (removed now)
Table.TableConstruct - Class in ucar.nc2.ft.point.standard
When theres no separate station table, but info is duplicated in the obs structure.
Table.TableContiguous - Class in ucar.nc2.ft.point.standard
Contiguous children, using start and numRecords variables in the parent.
Table.TableLinkedList - Class in ucar.nc2.ft.point.standard
Linked list of children, using start variable in the parent, and next in the child.
Table.TableMultidimInner - Class in ucar.nc2.ft.point.standard
 
Table.TableMultidimInner3D - Class in ucar.nc2.ft.point.standard
 
Table.TableMultidimInnerPsuedo - Class in ucar.nc2.ft.point.standard
Used for PsuedoStructure(station, time).
Table.TableMultidimInnerPsuedo3D - Class in ucar.nc2.ft.point.standard
 
Table.TableMultidimStructure - Class in ucar.nc2.ft.point.standard
Used for Structure(station, time).
Table.TableNestedStructure - Class in ucar.nc2.ft.point.standard
A Structure inside of a parent Structure.
Table.TableParentId - Class in ucar.nc2.ft.point.standard
The children have a field containing the id of the parent.
Table.TableParentIndex - Class in ucar.nc2.ft.point.standard
The children have a field containing the index of the parent.
Table.TableSingleton - Class in ucar.nc2.ft.point.standard
Table is a single StructureData, passed in as config.sdata.
Table.TableStructure - Class in ucar.nc2.ft.point.standard
A Structure, PsuedoStructure, or Sequence.
Table.TableTop - Class in ucar.nc2.ft.point.standard
Table is a single StructureData, which is empty.
Table.Type - Enum in ucar.nc2.ft.point.standard
 
TableAnalyzer - Class in ucar.nc2.ft.point.standard
Analyzes the coordinate systems of a dataset to try to identify the Feature Type and the structure of the data.
TableConfig - Class in ucar.nc2.ft.point.standard
This encapsulates the info needed by NestedTable to handle point feature "nested table" datasets.
TableConfig(Table.Type, String) - Constructor for class ucar.nc2.ft.point.standard.TableConfig
Constructor
TableConfig.StructureType - Enum in ucar.nc2.ft.point.standard
 
TableConfigurer - Interface in ucar.nc2.ft.point.standard
To analyze specific datasets, implement a TableConfigurer, whose job is to create a TableConfig, used by TableAnalyzer.
TableConfigurerImpl - Class in ucar.nc2.ft.point.standard
Abstract superclass for TableConfigurer implementations
TableConfigurerImpl() - Constructor for class ucar.nc2.ft.point.standard.TableConfigurerImpl
 
tableName - Variable in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
TableParser - Class in ucar.nc2.util
Deprecated.
move in ver6
TableParser(String) - Constructor for class ucar.nc2.util.TableParser
Deprecated.
 
TableParser.DerivedField - Class in ucar.nc2.util
Deprecated.
will move in ver6.
TableParser.Field - Class in ucar.nc2.util
Deprecated.
will move in ver6.
TableParser.Record - Class in ucar.nc2.util
Deprecated.
will move in ver6.
TableParser.Transform - Interface in ucar.nc2.util
Deprecated.
will move in ver6.
tag() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
tag() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
TagEnum - Class in ucar.nc2.iosp.hdf4
 
takeSign(double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
takeSign(int, int) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
tand(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
tAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
TD - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
tdmConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
TDSdatasetReader(String, String, CancelTask, boolean) - Constructor for class thredds.client.catalog.tools.CrawlingUtils.TDSdatasetReader
 
test - thredds.inventory.CollectionUpdateType
 
test(byte[], byte[]) - Static method in class ucar.nc2.stream.NcStream
 
test(Variable) - Method in class ucar.nc2.write.NcmlWriter.WriteVariablesWithNamesPredicate
 
testIndexOnly - thredds.inventory.CollectionUpdateType
 
testOGC() - Static method in class ucar.nc2.util.EscapeStrings
 
text - Variable in class thredds.client.catalog.ThreddsMetadata.Vocab
 
THREDDS - thredds.client.catalog.ServiceType
 
thredds.client.catalog - package thredds.client.catalog
 
thredds.client.catalog.builder - package thredds.client.catalog.builder
 
thredds.client.catalog.tools - package thredds.client.catalog.tools
 
thredds.featurecollection - package thredds.featurecollection
 
thredds.filesystem - package thredds.filesystem
 
thredds.inventory - package thredds.inventory
 
thredds.inventory.filter - package thredds.inventory.filter
 
thredds.inventory.partition - package thredds.inventory.partition
 
ThreddsMetadata - Class in thredds.client.catalog
Thredds Metadata.
ThreddsMetadata() - Constructor for class thredds.client.catalog.ThreddsMetadata
 
ThreddsMetadata(ThreddsMetadata) - Constructor for class thredds.client.catalog.ThreddsMetadata
 
ThreddsMetadata.Contributor - Class in thredds.client.catalog
 
ThreddsMetadata.GeospatialCoverage - Class in thredds.client.catalog
Implements GeospatialCoverage type.
ThreddsMetadata.GeospatialRange - Class in thredds.client.catalog
Implements spatialRange type.
ThreddsMetadata.MetadataOther - Class in thredds.client.catalog
 
ThreddsMetadata.Source - Class in thredds.client.catalog
Implements Source type, used by publisher and creator elements.
ThreddsMetadata.UriResolved - Class in thredds.client.catalog
 
ThreddsMetadata.Variable - Class in thredds.client.catalog
Implements Variable type.
ThreddsMetadata.VariableGroup - Class in thredds.client.catalog
 
ThreddsMetadata.Vocab - Class in thredds.client.catalog
Implements Vocab type, just text with an optional "vocabulary" attribute.
ThreddsMetadataAcdd - Class in thredds.client.catalog.tools
This uses global attributes (presumably from an netcdf File) and extracts ACDD metadata to add to a dataset's metadata.
ThreddsMetadataAcdd(Map<String, Attribute>, DatasetBuilder) - Constructor for class thredds.client.catalog.tools.ThreddsMetadataAcdd
 
ThreddsMetadataContainer - Interface in thredds.client.catalog
Container of ThreddsMetadata: Dataset or ThreddsMetadata
ThreddsMetadataInheritable - Static variable in class thredds.client.catalog.Dataset
 
ThreeSixtyDayChronology - Class in uk.ac.rdg.resc.edal.time
A Chronology in which each year has exactly 360 days of 12 equal months (i.e. each month has exactly 30 days).
TID - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
TIFF - ucar.nc2.constants.DataFormatType
 
tile(int[]) - Method in class ucar.nc2.iosp.hdf5.Tiling
Compute the tile
tiled - ucar.nc2.internal.ncml.Aggregation.Type
 
tiled - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
Tiling - Class in ucar.nc2.iosp.hdf5
A Tiling divides a multidimensional index into tiles.
Tiling(int[], int[]) - Constructor for class ucar.nc2.iosp.hdf5.Tiling
Create a Tiling
time - Variable in class ucar.nc2.ft.point.ProfileFeatureImpl
 
time - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
time - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
Time - ucar.nc2.constants.AxisType
 
Time - ucar.nc2.ft.point.standard.Table.CoordName
 
Time - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Time = 2;
TIME - Static variable in class ucar.nc2.constants.CF
 
TIME_DURATION - Static variable in class ucar.nc2.constants.ACDD
 
TIME_END - Static variable in class ucar.nc2.constants.ACDD
 
TIME_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
TIME_OFFSET - Static variable in class ucar.nc2.constants.CDM
 
TIME_OFFSET - Static variable in class ucar.nc2.constants.CF
 
TIME_OFFSET_HOUR - Static variable in class ucar.nc2.constants.CDM
 
TIME_REFERENCE - Static variable in class ucar.nc2.constants.CF
 
TIME_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
 
TIME_START - Static variable in class ucar.nc2.constants.ACDD
 
Time_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Time = 2;
Time2DCoordSys - Class in ucar.nc2.ft2.coverage
Time2DCoordSys with run and 2D time coordinate axes.
Time2DCoordSys(CoverageCoordAxis1D, TimeAxis2DFmrc) - Constructor for class ucar.nc2.ft2.coverage.Time2DCoordSys
 
Time2DOffsetCoordSys - Class in ucar.nc2.ft2.coverage
Time2DCoordSys with run and timeOffset coordinate axes.
Time2DOffsetCoordSys(CoverageCoordAxis1D, TimeOffsetAxis) - Constructor for class ucar.nc2.ft2.coverage.Time2DOffsetCoordSys
 
timeAll - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeAxis2D - Variable in class ucar.nc2.ft2.coverage.Time2DCoordSys
 
TimeAxis2DFmrc - Class in ucar.nc2.ft2.coverage
Fmrc TimeAxis: time(runtime, time) values will contain nruns * ntimes values
TimeAxis2DFmrc(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
TimeAxis2DFmrcReg - Class in ucar.nc2.ft2.coverage
Describe
TimeAxis2DFmrcReg(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.TimeAxis2DFmrcReg
 
TimeAxis2DSwath - Class in ucar.nc2.ft2.coverage
Swath TimeAxis: time(scan, xscan) values will contain scan * xscan values
TimeAxis2DSwath(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
TimeCoord - Class in ucar.nc2.ft.fmrc
Represents a list of offset times shared among variables Tracks a list of variables that all have the same list of offset times.
TimeCoord.Tinv - Class in ucar.nc2.ft.fmrc
 
TimeCoverage - Static variable in class thredds.client.catalog.Dataset
 
TimedCollection - Class in thredds.inventory
Manage collections of files that we can assign date ranges to.
TimedCollection(MFileCollectionManager, Formatter) - Constructor for class thredds.inventory.TimedCollection
Manage collections of files that we can assign date ranges to
TimedCollection.Dataset - Class in thredds.inventory
The Dataset.getLocation() can be passed to FeatureDatasetFactoryManager.open().
TimeDuration - Class in ucar.nc2.units
Implements the thredds "duration" XML element type: specifies a length of time.
TimeDuration(String) - Constructor for class ucar.nc2.units.TimeDuration
Construct from 1) udunit time unit string, 2) xsd:duration syntax, 3) blank string.
TimeDuration(TimeDuration) - Constructor for class ucar.nc2.units.TimeDuration
Copy constructor.
TimeDuration(TimeUnit) - Constructor for class ucar.nc2.units.TimeDuration
Construct from a TimeUnit.
timeHelper - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
TimeHelper - Class in ucar.nc2.ft2.coverage
Helper class for Time coordinate axes
TimeInventory - Interface in ucar.nc2.ft.fmrc
Extract time coordinates from a FmrcInvLite.Gridset.
TimeInventory.Instance - Interface in ucar.nc2.ft.fmrc
 
timeName - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
timeName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
timeNominal - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
TimeNominal - ucar.nc2.ft.point.standard.Table.CoordName
 
timeOffset - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeOffset - Variable in class ucar.nc2.ft2.coverage.Time2DOffsetCoordSys
 
TimeOffset - ucar.nc2.constants.AxisType
 
TimeOffset - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
TimeOffset = 14;
TimeOffset_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
TimeOffset = 14;
timeOffsetAll - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
TimeOffsetAxis - Class in ucar.nc2.ft2.coverage
A new way to handle 2D time, a runtime axis with orthogonal offset values, so time = (runtime x offset).
TimeOffsetAxis(CoverageCoordAxisBuilder) - Constructor for class ucar.nc2.ft2.coverage.TimeOffsetAxis
 
timeOffsetDate - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeOffsetFirst - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeOffsetIntv - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeOffsetUnit - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
TimePartition - Class in thredds.inventory.partition
Partition the files by a user-defined time period.
TimePartition(FeatureCollectionConfig, CollectionSpecParserAbstract, Logger) - Constructor for class thredds.inventory.partition.TimePartition
 
timePeriod - thredds.featurecollection.FeatureCollectionConfig.PartitionType
 
timePeriod - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
timePresent - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeRange - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeSeries - ucar.nc2.constants.CF.FeatureType
 
TIMESERIES_ID - Static variable in class ucar.nc2.constants.CF
 
timeSeriesNpts - Variable in class ucar.nc2.ft.point.StationProfileFeatureImpl
 
timeSeriesProfile - ucar.nc2.constants.CF.FeatureType
 
timeStride - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
timeUnit - Variable in class ucar.nc2.ft.point.DsgCollectionImpl
 
timeUnit - Variable in class ucar.nc2.ft.point.PointFeatureImpl
 
timeUnit - Variable in class ucar.nc2.ft.point.standard.StandardPointFeatureIterator
 
timeUnit - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
TimeUnit - Class in ucar.nc2.units
Handles Units that are time durations, eg in seconds, hours, days, years.
TimeUnit(double, String) - Constructor for class ucar.nc2.units.TimeUnit
Constructor from a value and a unit name.
TimeUnit(String) - Constructor for class ucar.nc2.units.TimeUnit
Constructor from a String.
TimeUnit(TimeUnit) - Constructor for class ucar.nc2.units.TimeUnit
Copy Constructor.
TIMEUNIT_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
TimeUnitConverter - Interface in thredds.featurecollection
Interface for user configured change to time unit.
TimeUnitConverterHash() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.TimeUnitConverterHash
 
timeUnitsChange - Variable in class ucar.nc2.ncml.AggregationOuterDimension
Deprecated.
 
timeWindow - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
Tinv(double) - Constructor for class ucar.nc2.ft.fmrc.TimeCoord.Tinv
 
Tinv(double, double) - Constructor for class ucar.nc2.ft.fmrc.TimeCoord.Tinv
 
title - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
title - Static variable in class ucar.nc2.constants.ACDD
 
title - Variable in class ucar.nc2.dt.radial.AbstractRadialAdapter
 
title - Variable in class ucar.nc2.ft.FeatureDatasetImpl
 
title - Variable in class ucar.nc2.NetcdfFile
 
TITLE - Static variable in class ucar.nc2.constants.CDM
 
TITLE - Static variable in class ucar.nc2.constants.CF
 
TITLE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Header
 
toBuilder() - Method in class ucar.ma2.Section
 
toBuilder() - Method in class ucar.nc2.Attribute
Turn into a mutable Builder.
toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis
 
toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis1D
 
toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis1DTime
 
toBuilder() - Method in class ucar.nc2.dataset.CoordinateAxis2D
 
toBuilder() - Method in class ucar.nc2.dataset.CoordinateSystem
 
toBuilder() - Method in class ucar.nc2.dataset.CoordinateTransform
 
toBuilder() - Method in class ucar.nc2.dataset.NetcdfDataset
 
toBuilder() - Method in class ucar.nc2.dataset.ProjectionCT
 
toBuilder() - Method in class ucar.nc2.dataset.SequenceDS
Deprecated.
 
toBuilder() - Method in class ucar.nc2.dataset.StructureDS
 
toBuilder() - Method in class ucar.nc2.dataset.StructurePseudo2Dim
 
toBuilder() - Method in class ucar.nc2.dataset.StructurePseudoDS
 
toBuilder() - Method in class ucar.nc2.dataset.VariableDS
 
toBuilder() - Method in class ucar.nc2.dataset.VerticalCT
 
toBuilder() - Method in class ucar.nc2.Dimension
Turn into a mutable Builder, use toBuilder().build() to make a copy.
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
toBuilder() - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
toBuilder() - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
toBuilder() - Method in class ucar.nc2.Group
Turn into a mutable Builder.
toBuilder() - Method in class ucar.nc2.NetcdfFile
Turn into a mutable Builder.
toBuilder() - Method in class ucar.nc2.Sequence
Turn into a mutable Builder.
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Data
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Error
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Group
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Header
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Member
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Range
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Section
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
toBuilder() - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
toBuilder() - Method in class ucar.nc2.Structure
Turn into a mutable Builder.
toBuilder() - Method in class ucar.nc2.Variable
Turn into a mutable Builder.
toBuilder(boolean) - Method in class ucar.ma2.StructureMembers.Member
Turn into a mutable Builder.
toBuilder(boolean) - Method in class ucar.ma2.StructureMembers
Turn into a mutable Builder.
toDate() - Method in class ucar.nc2.time.CalendarDate
Get the equivilent java.util.Date
toDateOnlyString(Date) - Method in class ucar.nc2.units.DateFormatter
toDateRange() - Method in class ucar.nc2.time.CalendarDateRange
Deprecated. 
toDateString() - Method in class ucar.nc2.units.DateType
Same as DateFormatter.toDateOnlyString()
toDateString(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateString(Date) - Method in class ucar.nc2.units.DateFormatter
toDateString(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateStringPresent() - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeString() - Method in class ucar.nc2.units.DateType
Same as CalendarDateFormatter.toDateTimeStringISO
toDateTimeString(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeString(Date) - Method in class ucar.nc2.units.DateFormatter
toDateTimeString(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeStringISO() - Method in class ucar.nc2.units.DateType
Get ISO formatted string
toDateTimeStringISO(long) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeStringISO(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeStringISO(Date) - Method in class ucar.nc2.units.DateFormatter
toDateTimeStringISO(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toDateTimeStringPresent() - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toGregorianCalendar() - Method in class ucar.nc2.time.CalendarDate
 
toImmutable() - Method in class ucar.nc2.AttributeContainerHelper
Deprecated.
 
toImmutable() - Method in class ucar.nc2.AttributeContainerMutable
Turn into an immutable AttributeContainer
tokenizeEscapedName(String) - Static method in class ucar.nc2.util.EscapeStrings
Tokenize an escaped name using "." as delimiter, skipping "\."
TOLERANCE - Static variable in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
not public.
toNcml(String) - Method in class ucar.nc2.NetcdfFile
NcML representation of Netcdf header info, non strict
TOO_LARGE_MESSAGE - Static variable in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter
 
Top - ucar.nc2.ft.point.standard.Table.Type
 
toString() - Method in class thredds.client.catalog.Access
 
toString() - Method in class thredds.client.catalog.Documentation
 
toString() - Method in class thredds.client.catalog.Property
 
toString() - Method in class thredds.client.catalog.Service
 
toString() - Method in class thredds.client.catalog.tools.CatalogCrawler
 
toString() - Method in class thredds.client.catalog.tools.DataFactory.Result
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig.FmrcConfig
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig.PointConfig
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig.ProtoConfig
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig
 
toString() - Method in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
toString() - Method in class thredds.filesystem.ControllerOS7.PrintFiles
 
toString() - Method in class thredds.filesystem.MFileOS
 
toString() - Method in class thredds.filesystem.MFileOS7
 
toString() - Method in class thredds.inventory.CollectionConfig
 
toString() - Method in class thredds.inventory.CollectionListRange
 
toString() - Method in class thredds.inventory.CollectionManager.TriggerEvent
 
toString() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
toString() - Method in class thredds.inventory.CollectionUpdateEvent
 
toString() - Method in class thredds.inventory.DateExtractorFromName
 
toString() - Method in class thredds.inventory.filter.RegExpMatchOnName
 
toString() - Method in class thredds.inventory.filter.WildcardMatchOnPath
 
toString() - Method in class thredds.inventory.MFileCollectionManager
 
toString() - Method in class thredds.inventory.TimedCollection.Dataset
 
toString() - Method in class thredds.inventory.TimedCollection
 
toString() - Method in class ucar.ma2.Array
 
toString() - Method in class ucar.ma2.ArrayChar
 
toString() - Method in class ucar.ma2.ArraySequence
 
toString() - Method in enum ucar.ma2.DataType
The DataType name, eg "byte", "float", "String".
toString() - Method in class ucar.ma2.Index
 
toString() - Method in class ucar.ma2.Index1D
 
toString() - Method in class ucar.ma2.Index2D
 
toString() - Method in class ucar.ma2.Index3D
 
toString() - Method in class ucar.ma2.Index4D
 
toString() - Method in class ucar.ma2.Index5D
 
toString() - Method in class ucar.ma2.Index6D
 
toString() - Method in class ucar.ma2.Index7D
 
toString() - Method in class ucar.ma2.IteratorFast
 
toString() - Method in class ucar.ma2.MAMath.MinMax
 
toString() - Method in class ucar.ma2.Range
 
toString() - Method in class ucar.ma2.RangeScatter
 
toString() - Method in class ucar.ma2.Section
Convert List of Ranges to String Spec.
toString() - Method in class ucar.ma2.StructureData
 
toString() - Method in class ucar.ma2.StructureMembers.Member
 
toString() - Method in class ucar.ma2.StructureMembers
 
toString() - Method in class ucar.nc2.Attribute
 
toString() - Method in class ucar.nc2.dataset.CoordinateSystem
 
toString() - Method in class ucar.nc2.dataset.CoordinateTransform
 
toString() - Method in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
toString() - Method in class ucar.nc2.dataset.transform.CFHybridHeight
Get a String representation of this object
toString() - Method in class ucar.nc2.dataset.transform.CFHybridSigmaPressure
 
toString() - Method in class ucar.nc2.dataset.transform.CFLnPressure
 
toString() - Method in class ucar.nc2.dataset.transform.CFOceanS
 
toString() - Method in class ucar.nc2.dataset.transform.CFOceanSigma
 
toString() - Method in class ucar.nc2.dataset.transform.CFSigma
 
toString() - Method in class ucar.nc2.dataset.transform.VOceanSG1
 
toString() - Method in class ucar.nc2.dataset.transform.VOceanSG2
 
toString() - Method in class ucar.nc2.dataset.VerticalCT
 
toString() - Method in enum ucar.nc2.dataset.VerticalCT.Type
 
toString() - Method in class ucar.nc2.Dimension
 
toString() - Method in class ucar.nc2.dt.grid.GeoGrid
string representation
toString() - Method in class ucar.nc2.dt.grid.GridCoordSys
String representation.
toString() - Method in class ucar.nc2.dt.radial.AbstractRadialAdapter.MyRadialVariableAdapter
 
toString() - Method in class ucar.nc2.dt.RadialDatasetSweep.Type
 
toString() - Method in class ucar.nc2.EnumTypedef
 
toString() - Method in class ucar.nc2.filter.Filter
 
toString() - Method in class ucar.nc2.ft.fmrc.FmrcInv.UberGrid
 
toString() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv.Grid
 
toString() - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
 
toString() - Method in class ucar.nc2.ft.fmrc.TimeCoord
 
toString() - Method in class ucar.nc2.ft.fmrc.VertCoord
 
toString() - Method in class ucar.nc2.ft.point.CollectionInfo
 
toString() - Method in class ucar.nc2.ft.point.PointFeatureImpl
 
toString() - Method in class ucar.nc2.ft.point.standard.CoordVarExtractor
 
toString() - Method in class ucar.nc2.ft.point.standard.JoinArray
 
toString() - Method in class ucar.nc2.ft.point.standard.JoinMuiltdimStructure
 
toString() - Method in class ucar.nc2.ft.point.standard.JoinParentIndex
 
toString() - Method in class ucar.nc2.ft.point.standard.NestedTable
 
toString() - Method in class ucar.nc2.ft.point.standard.Table
 
toString() - Method in class ucar.nc2.ft.point.StationTimeSeriesFeatureImpl
 
toString() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverage
string representation
toString() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCS
 
toString() - Method in class ucar.nc2.ft2.coverage.adapter.DtCoverageCSBuilder
 
toString() - Method in class ucar.nc2.ft2.coverage.CoordInterval
 
toString() - Method in class ucar.nc2.ft2.coverage.Coverage
 
toString() - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
toString() - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
toString() - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
toString() - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
toString() - Method in class ucar.nc2.ft2.coverage.GeoReferencedArray
 
toString() - Method in class ucar.nc2.ft2.coverage.SubsetParams
 
toString() - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
toString() - Method in class ucar.nc2.ft2.simpgeometry.adapter.SimpleGeometryCSBuilder
 
toString() - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
toString() - Method in class ucar.nc2.Group
 
toString() - Method in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
toString() - Method in class ucar.nc2.internal.iosp.hdf4.H4header.Tag
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.TypeInfo
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.HeaderMessage
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageAttribute
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDataspace
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageDatatype
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5objects.MessageType
Message name.
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayout
 
toString() - Method in class ucar.nc2.internal.iosp.hdf5.H5tiledLayoutBB
 
toString() - Method in class ucar.nc2.iosp.hdf4.H4header.Tag
 
toString() - Method in class ucar.nc2.iosp.hdf4.TagEnum
 
toString() - Method in class ucar.nc2.iosp.hdf5.DataBTree.DataChunk
 
toString() - Method in class ucar.nc2.iosp.hdf5.FractalHeap.DHeapId
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.HeaderMessage
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageAttribute
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageDataspace
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageDatatype
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.MessageType
Message name.
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.TypeInfo
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayout
 
toString() - Method in class ucar.nc2.iosp.hdf5.H5tiledLayoutBB
 
toString() - Method in class ucar.nc2.iosp.IndexChunker.Chunk
 
toString() - Method in class ucar.nc2.iosp.IndexChunker
 
toString() - Method in class ucar.nc2.iosp.IndexChunkerTiled
 
toString() - Method in class ucar.nc2.iosp.LayoutBBTiled
 
toString() - Method in class ucar.nc2.iosp.LayoutTiled
 
toString() - Method in class ucar.nc2.iosp.netcdf3.N3streamWriter.Vinfo
Deprecated.
 
toString() - Method in class ucar.nc2.NetcdfFile
CDL representation of Netcdf header info, non strict
toString() - Method in class ucar.nc2.ParsedSectionSpec
 
toString() - Method in class ucar.nc2.StringLocker
Deprecated.
 
toString() - Method in class ucar.nc2.time.CalendarDate
ISO formatted string
toString() - Method in class ucar.nc2.time.CalendarDateRange
 
toString() - Method in class ucar.nc2.time.CalendarDateUnit
 
toString() - Method in class ucar.nc2.time.CalendarDuration
String representation
toString() - Method in class ucar.nc2.time.CalendarPeriod
 
toString() - Method in class ucar.nc2.units.DateRange
 
toString() - Method in class ucar.nc2.units.DateType
String representation
toString() - Method in class ucar.nc2.units.DateUnit
 
toString() - Method in class ucar.nc2.units.SimpleUnit
Unit string representation.
toString() - Method in class ucar.nc2.units.TimeDuration
String representation
toString() - Method in class ucar.nc2.units.TimeUnit
String representation.
toString() - Method in class ucar.nc2.util.CancelTaskImpl
Deprecated.
 
toString() - Method in class ucar.nc2.util.Counters
 
toString() - Method in class ucar.nc2.util.DiskCache2
 
toString() - Method in class ucar.nc2.util.Indent
 
toString() - Method in class ucar.nc2.util.NamedAnything
Deprecated.
 
toString() - Method in class ucar.nc2.util.rc.RC
Deprecated.
 
toString() - Method in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
toString() - Method in class ucar.nc2.Variable.Builder
 
toString() - Method in class ucar.nc2.Variable
 
toString() - Method in class ucar.nc2.VariableSimpleAdapter
Deprecated.
 
toString() - Method in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
toString() - Method in class ucar.unidata.geoloc.Bearing
 
toString() - Method in class ucar.unidata.geoloc.Earth
 
toString() - Method in class ucar.unidata.geoloc.EarthEllipsoid
Same as EPSG name
toString() - Method in class ucar.unidata.geoloc.EarthLocationImpl
Deprecated.
 
toString() - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
Default string representation
toString() - Method in class ucar.unidata.geoloc.LatLonPointNoNormalize
Deprecated.
 
toString() - Method in class ucar.unidata.geoloc.LatLonRect
Return a String representation of this object.
toString() - Method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
toString() - Method in class ucar.unidata.geoloc.projection.AlbersEqualArea
 
toString() - Method in class ucar.unidata.geoloc.projection.FlatEarth
 
toString() - Method in class ucar.unidata.geoloc.projection.LambertAzimuthalEqualArea
 
toString() - Method in class ucar.unidata.geoloc.projection.LambertConformal
 
toString() - Method in class ucar.unidata.geoloc.projection.Mercator
 
toString() - Method in class ucar.unidata.geoloc.projection.Orthographic
 
toString() - Method in class ucar.unidata.geoloc.projection.sat.MSGnavigation
 
toString() - Method in class ucar.unidata.geoloc.projection.Sinusoidal
 
toString() - Method in class ucar.unidata.geoloc.projection.Stereographic
 
toString() - Method in class ucar.unidata.geoloc.projection.TransverseMercator
 
toString() - Method in class ucar.unidata.geoloc.projection.VerticalPerspectiveView
 
toString() - Method in class ucar.unidata.geoloc.ProjectionImpl
Deprecated.
Get a String representation of this projection.
toString() - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
nicely format this point
toString() - Method in class ucar.unidata.geoloc.ProjectionRect
Get a String representation of this object.
toString() - Method in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
toString() - Method in class ucar.unidata.io.RandomAccessFile
Create a string representation of this object.
toString() - Method in class ucar.unidata.util.Parameter
 
toString() - Method in class uk.ac.rdg.resc.edal.time.AllLeapChronology
 
toString() - Method in class uk.ac.rdg.resc.edal.time.FixedYearVariableMonthChronology
 
toString() - Method in class uk.ac.rdg.resc.edal.time.NoLeapChronology
 
toString() - Method in class uk.ac.rdg.resc.edal.time.ThreeSixtyDayChronology
 
toString(boolean) - Method in class ucar.nc2.Attribute
Deprecated.
use CDLWriter
toString(int) - Method in class ucar.unidata.geoloc.LatLonPointImpl
Deprecated.
use LatLonPoints.toString
toString(Formatter) - Method in class ucar.nc2.ft2.coverage.CoverageCollection
 
toString(Formatter) - Method in class ucar.nc2.util.TableParser.Record
Deprecated.
 
toString(Formatter) - Method in class ucar.unidata.geoloc.ProjectionPointImpl
Deprecated.
 
toString(Formatter, boolean) - Method in class ucar.nc2.ft2.scan.FeatureScan.Bean
Deprecated.
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.Coverage
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.CoverageCoordAxis1D
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.CoverageCoordSys
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.CoverageTransform
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.LatLonAxis2D
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DFmrc
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.coverage.TimeAxis2DSwath
 
toString(Formatter, Indent) - Method in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
toString(Array) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print array to returned String.
toString(Array, String, CancelTask) - Static method in class ucar.nc2.NCdumpW
Deprecated.
use Ncdump.printArray(Array array, String name, CancelTask ct)
toString(StructureData) - Static method in class ucar.nc2.NCdumpW
Deprecated.
Print StructureData to returned String.
toString(CalendarDate) - Method in class ucar.nc2.time.CalendarDateFormatter
 
toString(Indent) - Method in class thredds.client.catalog.Service
 
toString(LatLonPoint, int) - Static method in class ucar.unidata.geoloc.LatLonPoints
String representation in the form, eg 40.23N 105.1W
toString2() - Method in class ucar.unidata.geoloc.LatLonRect
Return a String representation of this object.
toString2(int) - Method in class ucar.unidata.geoloc.ProjectionRect
 
toStringDebug() - Method in class ucar.ma2.Index
String representation
toStringDebug() - Method in class ucar.nc2.dataset.VariableDS
 
toStringDebug() - Method in class ucar.nc2.Variable
String representation of Variable and its attributes.
toStringDebug() - Method in interface ucar.nc2.VariableIF
Deprecated.
 
toStringDebug(Object) - Method in class ucar.nc2.dataset.NetcdfDataset
 
toStringDebug(Object) - Method in class ucar.nc2.internal.iosp.hdf4.H4iosp
 
toStringDebug(Object) - Method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
toStringDebug(Object) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospNew
 
toStringDebug(Object) - Method in class ucar.nc2.iosp.AbstractIOServiceProvider
 
toStringDebug(Object) - Method in class ucar.nc2.iosp.hdf4.H4iosp
 
toStringDebug(Object) - Method in class ucar.nc2.iosp.hdf5.H5iosp
 
toStringDebug(Object) - Method in interface ucar.nc2.iosp.IOServiceProvider
Debug info for this object.
toStringDebug(Object) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Debug info for this object.
toStringDebug(Object) - Method in class ucar.nc2.NetcdfFile
Access to iosp debugging info.
toTimeUnits(Date) - Static method in class ucar.nc2.time.CalendarDateFormatter
 
toTimeUnits(CalendarDate) - Static method in class ucar.nc2.time.CalendarDateFormatter
udunits formatting
touch(InputStream, int) - Static method in class ucar.nc2.util.IO
 
touch(FileChannel, int) - Static method in class ucar.nc2.util.IO
 
toWKS() - Method in class ucar.unidata.geoloc.projection.LambertConformal
Create a WKS string
track - Variable in class ucar.nc2.util.cache.FileCache
 
track - Variable in class ucar.nc2.util.cache.FileCacheARC
 
trackAll - Variable in class ucar.nc2.util.cache.FileCache
 
trackBB(LatLonPoint, CalendarDate) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
trajDimName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
trajectory - ucar.nc2.constants.CF.FeatureType
 
TRAJECTORY - ucar.nc2.constants.FeatureType
 
TRAJECTORY_ID - Static variable in class ucar.nc2.constants.CF
 
TRAJECTORY_PROFILE - ucar.nc2.constants.FeatureType
 
TrajectoryFeature - Interface in ucar.nc2.ft
A set of observations along a 1 dimensional path, connected in space and time.
TrajectoryFeatureCollection - Interface in ucar.nc2.ft
A collection of TrajectoryFeatures
TrajectoryFeatureImpl - Class in ucar.nc2.ft.point
Implementation of TrajectoryFeature
TrajectoryFeatureImpl(String, List<CoordinateAxis>, int) - Constructor for class ucar.nc2.ft.point.TrajectoryFeatureImpl
 
TrajectoryFeatureImpl(String, CalendarDateUnit, String, int) - Constructor for class ucar.nc2.ft.point.TrajectoryFeatureImpl
 
trajectoryIndexName - Static variable in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
trajectoryProfile - ucar.nc2.constants.CF.FeatureType
 
TrajectoryProfileFeature - Interface in ucar.nc2.ft
A collection of profiles which originate along a trajectory.
TrajectoryProfileFeatureCollection - Interface in ucar.nc2.ft
A collection of SectionFeatures.
trajIdName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
trajStructName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
transferData(Array, WritableByteChannel) - Static method in class ucar.nc2.iosp.IospHelper
 
transferDataset(NetcdfFile, NetcdfDataset, ReplaceVariableCheck) - Static method in class ucar.nc2.dataset.DatasetConstructor
Deprecated.
Copy contents of "src" to "target".
transferGroupAttributes(Group, Group) - Static method in class ucar.nc2.dataset.DatasetConstructor
Deprecated.
Copy attributes from src to target, skip ones that already exist (by name)
transferInheritedMetadata(DatasetNode) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
transferMetadata(DatasetNode, boolean) - Method in class thredds.client.catalog.builder.DatasetBuilder
 
transferVariableAttributes(Variable, Variable) - Static method in class ucar.nc2.dataset.DatasetConstructor
Deprecated.
Copy attributes from src to target, skip ones that already exist (by name)
TRANSFORMNAMES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
Transforms - Static variable in class ucar.nc2.constants._Coordinate
 
transformType - Variable in class ucar.nc2.dataset.CoordinateTransform
 
TransformType - Enum in ucar.nc2.dataset
Type-safe enumeration of netCDF Dataset TransformType.
TransformType - Static variable in class ucar.nc2.constants._Coordinate
 
translateAlias(String) - Static method in class ucar.nc2.util.AliasTranslator
 
translatePathToReletiveLocation(String, String) - Method in class thredds.client.catalog.CatalogRef
 
transpose() - Method in class ucar.ma2.MAMatrix
Create a MAMatrix that is the transpose of this one, with the same backing store.
transpose(int, int) - Method in class ucar.ma2.Array
Create a new Array using same backing store as this Array, by transposing two of the indices.
Transverse_Mercator - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
TRANSVERSE_MERCATOR - Static variable in class ucar.nc2.constants.CF
 
TransverseMercator - Class in ucar.nc2.dataset.transform
Create a Transverse Mercator Projection from the information in the Coordinate Transform Variable.
TransverseMercator - Class in ucar.unidata.geoloc.projection
Transverse Mercator projection, spherical earth.
TransverseMercator() - Constructor for class ucar.nc2.dataset.transform.TransverseMercator
 
TransverseMercator() - Constructor for class ucar.unidata.geoloc.projection.TransverseMercator
Constructor with default parameteres
TransverseMercator(double, double, double) - Constructor for class ucar.unidata.geoloc.projection.TransverseMercator
Construct a TransverseMercator Projection.
TransverseMercator(double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.TransverseMercator
Construct a TransverseMercator Projection.
TransverseMercator(double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.TransverseMercator
Construct a TransverseMercator Projection.
TransverseMercatorProjection - Class in ucar.unidata.geoloc.projection.proj4
Transverse Mercator Projection algorithm is taken from the USGS PROJ package.
TransverseMercatorProjection() - Constructor for class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
 
TransverseMercatorProjection(Earth, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.proj4.TransverseMercatorProjection
Set up a projection suitable for State Plane Coordinates.
triggerOk - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
trim(String, int) - Static method in class ucar.unidata.util.StringUtil2
Remove bad char from beginning or end of string
Triple(String, String, String) - Constructor for class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
Triple(String, String, URL) - Constructor for class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
trueurl - Variable in class ucar.nc2.dataset.DatasetUrl
Deprecated.
trunc(double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
truncate(CalendarPeriod.Field) - Method in class ucar.nc2.time.CalendarDate
truncate the CalendarDate, by zeroing all the fields that are less than the field.
tsfn(double, double, double) - Static method in class ucar.unidata.geoloc.projection.proj4.MapMath
 
TSV - ucar.nc2.constants.DataFormatType
 
tuc - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
twoD - ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
 
twoD - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
lat(x,y)
TwoD - thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
 
TwoD - thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
 
twoD_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
lat(x,y)
TWOPI - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
type - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
type - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
type - Variable in class ucar.nc2.dataset.VerticalCT.Builder
 
type - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
type - Variable in class ucar.nc2.internal.ncml.Aggregation
 
type - Variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 
type - Variable in class ucar.nc2.wmo.CommonCodeTable
Deprecated.
 
TYPE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
typicalDatasetMode - Static variable in class ucar.nc2.internal.ncml.Aggregation
 
typicalDatasetMode - Static variable in class ucar.nc2.ncml.Aggregation
Deprecated.
 

U

UBYTE - ucar.ma2.DataType
 
UBYTE - ucar.nc2.stream.NcStreamProto.DataType
UBYTE = 14;
UBYTE_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
UBYTE = 14;
ucar.ma2 - package ucar.ma2
 
ucar.nc2 - package ucar.nc2
 
ucar.nc2.constants - package ucar.nc2.constants
 
ucar.nc2.dataset - package ucar.nc2.dataset
 
ucar.nc2.dataset.conv - package ucar.nc2.dataset.conv
 
ucar.nc2.dataset.spi - package ucar.nc2.dataset.spi
 
ucar.nc2.dataset.transform - package ucar.nc2.dataset.transform
 
ucar.nc2.dt - package ucar.nc2.dt
 
ucar.nc2.dt.grid - package ucar.nc2.dt.grid
 
ucar.nc2.dt.grid.gis - package ucar.nc2.dt.grid.gis
 
ucar.nc2.dt.grid.internal.spi - package ucar.nc2.dt.grid.internal.spi
 
ucar.nc2.dt.radial - package ucar.nc2.dt.radial
 
ucar.nc2.filter - package ucar.nc2.filter
 
ucar.nc2.ft - package ucar.nc2.ft
 
ucar.nc2.ft.fmrc - package ucar.nc2.ft.fmrc
 
ucar.nc2.ft.point - package ucar.nc2.ft.point
 
ucar.nc2.ft.point.collection - package ucar.nc2.ft.point.collection
 
ucar.nc2.ft.point.remote - package ucar.nc2.ft.point.remote
 
ucar.nc2.ft.point.standard - package ucar.nc2.ft.point.standard
 
ucar.nc2.ft.point.standard.plug - package ucar.nc2.ft.point.standard.plug
 
ucar.nc2.ft.point.writer - package ucar.nc2.ft.point.writer
 
ucar.nc2.ft.point.writer2 - package ucar.nc2.ft.point.writer2
 
ucar.nc2.ft.radial - package ucar.nc2.ft.radial
 
ucar.nc2.ft.remote - package ucar.nc2.ft.remote
 
ucar.nc2.ft2.coverage - package ucar.nc2.ft2.coverage
 
ucar.nc2.ft2.coverage.adapter - package ucar.nc2.ft2.coverage.adapter
 
ucar.nc2.ft2.coverage.remote - package ucar.nc2.ft2.coverage.remote
 
ucar.nc2.ft2.coverage.writer - package ucar.nc2.ft2.coverage.writer
 
ucar.nc2.ft2.scan - package ucar.nc2.ft2.scan
 
ucar.nc2.ft2.simpgeometry - package ucar.nc2.ft2.simpgeometry
 
ucar.nc2.ft2.simpgeometry.adapter - package ucar.nc2.ft2.simpgeometry.adapter
 
ucar.nc2.ft2.simpgeometry.exception - package ucar.nc2.ft2.simpgeometry.exception
 
ucar.nc2.internal.dataset - package ucar.nc2.internal.dataset
 
ucar.nc2.internal.dataset.conv - package ucar.nc2.internal.dataset.conv
 
ucar.nc2.internal.dataset.ft.fmrc - package ucar.nc2.internal.dataset.ft.fmrc
 
ucar.nc2.internal.dataset.spi - package ucar.nc2.internal.dataset.spi
 
ucar.nc2.internal.dataset.transform.vertical - package ucar.nc2.internal.dataset.transform.vertical
 
ucar.nc2.internal.iosp.hdf4 - package ucar.nc2.internal.iosp.hdf4
 
ucar.nc2.internal.iosp.hdf5 - package ucar.nc2.internal.iosp.hdf5
 
ucar.nc2.internal.iosp.netcdf3 - package ucar.nc2.internal.iosp.netcdf3
 
ucar.nc2.internal.ncml - package ucar.nc2.internal.ncml
 
ucar.nc2.iosp - package ucar.nc2.iosp
 
ucar.nc2.iosp.hdf4 - package ucar.nc2.iosp.hdf4
 
ucar.nc2.iosp.hdf5 - package ucar.nc2.iosp.hdf5
 
ucar.nc2.iosp.netcdf3 - package ucar.nc2.iosp.netcdf3
 
ucar.nc2.iosp.netcdf4 - package ucar.nc2.iosp.netcdf4
 
ucar.nc2.ncml - package ucar.nc2.ncml
 
ucar.nc2.stream - package ucar.nc2.stream
 
ucar.nc2.time - package ucar.nc2.time
 
ucar.nc2.units - package ucar.nc2.units
 
ucar.nc2.util - package ucar.nc2.util
 
ucar.nc2.util.cache - package ucar.nc2.util.cache
 
ucar.nc2.util.log - package ucar.nc2.util.log
 
ucar.nc2.util.net - package ucar.nc2.util.net
 
ucar.nc2.util.rc - package ucar.nc2.util.rc
 
ucar.nc2.util.reflect - package ucar.nc2.util.reflect
 
ucar.nc2.util.xml - package ucar.nc2.util.xml
 
ucar.nc2.wmo - package ucar.nc2.wmo
 
ucar.nc2.write - package ucar.nc2.write
 
ucar.unidata.geoloc - package ucar.unidata.geoloc
 
ucar.unidata.geoloc.ogc - package ucar.unidata.geoloc.ogc
 
ucar.unidata.geoloc.projection - package ucar.unidata.geoloc.projection
 
ucar.unidata.geoloc.projection.proj4 - package ucar.unidata.geoloc.projection.proj4
 
ucar.unidata.geoloc.projection.sat - package ucar.unidata.geoloc.projection.sat
 
ucar.unidata.geoloc.vertical - package ucar.unidata.geoloc.vertical
 
ucar.unidata.io - package ucar.unidata.io
 
ucar.unidata.io.bzip2 - package ucar.unidata.io.bzip2
 
ucar.unidata.io.http - package ucar.unidata.io.http
 
ucar.unidata.io.spi - package ucar.unidata.io.spi
 
ucar.unidata.util - package ucar.unidata.util
 
UDDC - thredds.client.catalog.ServiceType
 
udunitPatternString - Static variable in class ucar.nc2.time.CalendarDateUnit
 
UDUNITS - Static variable in class ucar.nc2.constants.CDM
 
UF2RadialAdapter - Class in ucar.nc2.dt.radial
 
UF2RadialAdapter() - Constructor for class ucar.nc2.dt.radial.UF2RadialAdapter
 
UF2RadialAdapter(NetcdfDataset) - Constructor for class ucar.nc2.dt.radial.UF2RadialAdapter
Constructor.
UGRID - ucar.nc2.constants.FeatureType
 
UINT - ucar.ma2.DataType
 
UINT - ucar.nc2.stream.NcStreamProto.DataType
UINT = 16;
UINT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
UINT = 16;
uk.ac.rdg.resc.edal.time - package uk.ac.rdg.resc.edal.time
 
ULONG - ucar.ma2.DataType
 
ULONG - ucar.nc2.stream.NcStreamProto.DataType
ULONG = 17;
ULONG_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
ULONG = 17;
uncompress(String, FileOutputStream) - Static method in class ucar.unidata.io.UncompressInputStream
Deprecated.
 
UNCOMPRESSEDSIZE_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
UNCOMPRESSEDSIZE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
UncompressInputStream - Class in ucar.unidata.io
Deprecated.
not part of public API.
UncompressInputStream(InputStream) - Constructor for class ucar.unidata.io.UncompressInputStream
Deprecated.
 
unescape(String) - Static method in class ucar.unidata.util.StringUtil2
This finds any '%xx' and converts to the equivalent char.
unescapeDAPIdentifier(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the DEFINITIVE opendap identifier unescape function.
unescapeURL(String) - Static method in class ucar.nc2.util.EscapeStrings
Decode all of the parts of the url including query and fragment
unescapeURLQuery(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the DEFINITIVE URL constraint expression unescape function.
UnidataObsConvention - Class in ucar.nc2.dataset.conv
Unidata Observation Dataset v1.0 Use CF for new files.
UnidataObsConvention - Class in ucar.nc2.internal.dataset.conv
Unidata Observation Dataset v1.0 Obsolete, do not use for new data.
UnidataObsConvention() - Constructor for class ucar.nc2.dataset.conv.UnidataObsConvention
 
UnidataObsConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
UnidataPointDatasetHelper - Class in ucar.nc2.ft.point.standard.plug
Helper routines for point feature datasets using Unidata Conventions.
UnidataPointDatasetHelper() - Constructor for class ucar.nc2.ft.point.standard.plug.UnidataPointDatasetHelper
 
UnidataPointObs - Class in ucar.nc2.ft.point.standard.plug
"Unidata Observation Dataset v1.0" point or station or trajectory.
UnidataPointObs() - Constructor for class ucar.nc2.ft.point.standard.plug.UnidataPointObs
 
uniform30day - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
uniform30day = 4;
uniform30day - ucar.nc2.time.Calendar
 
uniform30day_VALUE - Static variable in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
uniform30day = 4;
union - ucar.nc2.internal.ncml.Aggregation.Type
 
union - ucar.nc2.ncml.Aggregation.Type
Deprecated.
 
union(Range) - Method in class ucar.ma2.Range
Create a new Range by making the union with a Range using same interval as this Range.
union(Section) - Method in class ucar.ma2.Section
Create a new Section by union with another Section
unionRuntimeCoord - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
units - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialRange
 
units - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
 
units - Variable in class ucar.nc2.dataset.StructureDS.Builder
 
units - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
units - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
units - Variable in class ucar.unidata.geoloc.vertical.VerticalTransformImpl
 
UNITS - Static variable in class ucar.nc2.constants.CDM
 
UNITS - Static variable in class ucar.nc2.constants.CF
 
UNITS_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
UNITS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
UNITS_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
unixDateUnit - Static variable in class ucar.nc2.time.CalendarDateUnit
 
Unknown - thredds.client.catalog.ServiceType.AccessType
 
Unknown - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
UNKNOWN - Static variable in class ucar.nc2.time.CalendarDate
 
UnknownFilterException - Exception in ucar.nc2.filter
 
UnknownFilterException(int) - Constructor for exception ucar.nc2.filter.UnknownFilterException
 
UnknownFilterException(String) - Constructor for exception ucar.nc2.filter.UnknownFilterException
 
unread() - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
unread() - Method in class ucar.unidata.io.RandomAccessFile
Unread the last byte read.
UNRECOGNIZED - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
 
UNRECOGNIZED - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
 
UNRECOGNIZED - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
 
UNRECOGNIZED - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
 
UNRECOGNIZED - ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
 
UNRECOGNIZED - ucar.nc2.stream.NcStreamProto.Attribute.Type
 
UNRECOGNIZED - ucar.nc2.stream.NcStreamProto.Compress
 
UNRECOGNIZED - ucar.nc2.stream.NcStreamProto.DataType
 
unreplace(StringBuilder, String, char) - Static method in class ucar.unidata.util.StringUtil2
Replace any String "out" in sb with char "in".
unreplace(String, String[], char[]) - Static method in class ucar.unidata.util.StringUtil2
Replace all occurrences of orgReplace with orgChar; inverse of replace().
UNSIGNED - ucar.ma2.DataType.Signedness
The data type can represent only non-negative numbers.
UNSIGNED - Static variable in class ucar.nc2.constants.CDM
 
UNSIGNED_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Attribute
 
UNSIGNED_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Variable
 
unsignedByteToShort(byte) - Static method in enum ucar.ma2.DataType
Converts the argument to a short by an unsigned conversion.
UnsignedConversion - Class in ucar.nc2.filter
 
UnsignedConversion(DataType, DataType.Signedness) - Constructor for class ucar.nc2.filter.UnsignedConversion
 
unsignedIntToLong(int) - Static method in enum ucar.ma2.DataType
Converts the argument to a long by an unsigned conversion.
unsignedLongToBigInt(long) - Static method in enum ucar.ma2.DataType
Converts the argument to a BigInteger by an unsigned conversion.
unsignedShortToInt(short) - Static method in enum ucar.ma2.DataType
Converts the argument to an int by an unsigned conversion.
UnsynchronizedBufferedWriter - Class in ucar.nc2.util
Deprecated.
do not use TODO move to inner class of IO if needed.
UnsynchronizedBufferedWriter(Writer) - Constructor for class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
unwrap(CDMNode) - Static method in class ucar.nc2.CDMNode
Deprecated.
Do not use.
update() - Method in class thredds.inventory.TimedCollection
 
update() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
update() - Method in class ucar.nc2.ft.point.collection.CompositePointCollection
 
update() - Method in class ucar.nc2.ft.point.collection.CompositeStationCollection
 
update() - Method in interface ucar.nc2.ft.point.collection.UpdateableCollection
 
UpdateableCollection - Interface in ucar.nc2.ft.point.collection
Mixin for update() method.
updateAttribute(Variable, Attribute) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
Update the value of an existing attribute on disk, not in memory.
updateAttribute(Variable, Attribute) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Update the value of an existing attribute.
updateAttribute(Variable, Attribute) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Update the value of an existing attribute.
updateAttribute(Variable, Attribute) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Update the value of an existing attribute.
updateAttribute(Variable, Attribute) - Method in class ucar.nc2.write.NetcdfFormatWriter
Update the value of an existing attribute.
updateConfig - Variable in class thredds.featurecollection.FeatureCollectionConfig
 
UpdateConfig() - Constructor for class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
UpdateConfig(String, String, String, String, String, String) - Constructor for class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
updateProto() - Method in class ucar.nc2.ft.fmrc.Fmrc
 
updateType - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
updown - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 
UriResolved(String, URI) - Constructor for class thredds.client.catalog.ThreddsMetadata.UriResolved
 
url - Variable in class thredds.client.catalog.ThreddsMetadata.Source
 
url - Variable in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
url - Variable in class ucar.unidata.io.RemoteRandomAccessFile
 
urlDecode(String) - Static method in class ucar.nc2.util.EscapeStrings
Define the DEFINITIVE URL unescape function.
Urlencoded - Annotation Type in ucar.unidata.util
Define a custom annotation to mark procedures whose URL argument is expected to be encoded.
URLnaming - Class in ucar.nc2.util
Networking utilities.
URLnaming() - Constructor for class ucar.nc2.util.URLnaming
 
UrlPath - Static variable in class thredds.client.catalog.Dataset
 
URLStreamHandlerFactory - Class in ucar.nc2.util.net
Deprecated.
do not use
URLStreamHandlerFactory() - Constructor for class ucar.nc2.util.net.URLStreamHandlerFactory
Deprecated.
 
useAlt - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
useBytesForDataSize(boolean) - Static method in class thredds.client.catalog.tools.CatalogXmlWriter
 
useCenter - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
useCenterDef - Static variable in class thredds.featurecollection.FeatureCollectionConfig
 
useDuration() - Method in class ucar.nc2.units.DateRange
Get if the duration is fixed.
useEnd() - Method in class ucar.nc2.units.DateRange
Get if the end is fixed.
useFillValue() - Method in class ucar.nc2.internal.iosp.hdf5.H5headerNew.Vinfo
 
useFillValue() - Method in class ucar.nc2.iosp.hdf5.H5header.Vinfo
 
useGenType - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
useGenTypeDef - Static variable in class thredds.featurecollection.FeatureCollectionConfig
 
useGroups - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
USEGROUPSKEY - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
useHdfEos(boolean) - Static method in class ucar.nc2.internal.iosp.hdf4.H4header
 
useHdfEos(boolean) - Static method in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
useHdfEos(boolean) - Static method in class ucar.nc2.iosp.hdf4.H4header
 
useHdfEos(boolean) - Static method in class ucar.nc2.iosp.hdf5.H5iosp
 
useJniIosp() - Method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
 
usePadding - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
user - Variable in class ucar.nc2.ft2.coverage.Coverage
 
user - Variable in class ucar.nc2.ft2.simpgeometry.SimpleGeometryFeature
 
userAdvice - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
userAdvice - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
userDefined - Variable in class thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
 
useRecordStructure - Variable in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
useRemoteCatalogService() - Method in class thredds.client.catalog.CatalogRef
 
UseRemoteCatalogService - Static variable in class thredds.client.catalog.Dataset
 
useResolution() - Method in class ucar.nc2.units.DateRange
Get if the resolution is set.
userObject - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
userTimeUnit - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
useStart() - Method in class ucar.nc2.units.DateRange
Get if the start is fixed.
useTableVersion - Variable in class thredds.featurecollection.FeatureCollectionConfig.GribConfig
 
useTableVersionDef - Static variable in class thredds.featurecollection.FeatureCollectionConfig
 
USHORT - ucar.ma2.DataType
 
USHORT - ucar.nc2.stream.NcStreamProto.DataType
USHORT = 15;
USHORT_VALUE - Static variable in enum ucar.nc2.stream.NcStreamProto.DataType
USHORT = 15;
UTC - Static variable in class ucar.nc2.time.CalendarTimeZone
 
UTF8 - Static variable in class ucar.nc2.constants.CDM
 
Util - Class in ucar.nc2.wmo
Deprecated.
will be moved in ver6
Util() - Constructor for class ucar.nc2.wmo.Util
Deprecated.
 
UTM - Class in ucar.nc2.dataset.transform
Create a UTM Projection from the information in the Coordinate Transform Variable.
UTM() - Constructor for class ucar.nc2.dataset.transform.UTM
 
UTM_ZONE1 - Static variable in class ucar.unidata.geoloc.projection.UtmProjection
 
UTM_ZONE2 - Static variable in class ucar.unidata.geoloc.projection.UtmProjection
 
UtmProjection - Class in ucar.unidata.geoloc.projection
Universal Transverse Mercator.
UtmProjection() - Constructor for class ucar.unidata.geoloc.projection.UtmProjection
Constructor with default parameters
UtmProjection(double, double, int, boolean) - Constructor for class ucar.unidata.geoloc.projection.UtmProjection
Construct a Universal Transverse Mercator Projection.
UtmProjection(int, boolean) - Constructor for class ucar.unidata.geoloc.projection.UtmProjection
Constructor with default WGS 84 ellipsoid.
uu - Variable in class ucar.nc2.units.SimpleUnit
 

V

v - Variable in class ucar.nc2.dataset.CoordSysBuilder.VarProcess
Deprecated.
 
v - Variable in class ucar.nc2.ParsedSectionSpec
 
VALID_MAX - Static variable in class ucar.nc2.constants.CDM
 
VALID_MAX - Static variable in class ucar.nc2.constants.CF
 
VALID_MIN - Static variable in class ucar.nc2.constants.CDM
 
VALID_MIN - Static variable in class ucar.nc2.constants.CF
 
VALID_RANGE - Static variable in class ucar.nc2.constants.CDM
 
VALID_RANGE - Static variable in class ucar.nc2.constants.CF
 
value - Variable in class ucar.nc2.util.rc.RC.Triple
Deprecated.
 
value - Variable in class ucar.nc2.wmo.CommonCodeTable.TableEntry
Deprecated.
 
VALUE_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
ValueB(List<FmrcInvLite.TimeInv>) - Constructor for class ucar.nc2.ft.fmrc.FmrcInvLite.ValueB
 
valueOf(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
Deprecated.
valueOf(int) - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.client.catalog.ServiceType.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.client.catalog.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.client.catalog.tools.CatalogCrawler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionConfig.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionConfig.PointDatasetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.featurecollection.FeatureCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thredds.inventory.CollectionUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.ma2.DataType.Signedness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.ma2.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.CDMSort
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.constants.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.constants.CF.CellMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.constants.CF.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.constants.DataFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.constants.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.dataset.NetcdfDataset.Enhance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.dataset.TransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.dataset.VerticalCT.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.FileWriter2.N3StructureStrategy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.filter.Checksum32.CType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.remote.PointStream.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.standard.JoinArray.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.standard.Table.CoordName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.standard.Table.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.point.standard.TableConfig.StructureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft.radial.RadialSweepFeature.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ft2.simpgeometry.GeometryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.internal.ncml.Aggregation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.internal.ncml.Aggregation.TypicalDataset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.iosp.IOServiceProvider.SortGroup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.NCdumpW.WantValues
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ncml.Aggregation.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.time.Calendar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.time.CalendarPeriod.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.util.DiskCache2.CachePathPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.write.Nc4Chunking.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.write.Ncdump.WantValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.nc2.write.NetcdfFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(GridDataset) - Static method in class ucar.nc2.dt.grid.gis.GridBoundariesExtractor
 
values - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxis
 
values - Variable in class ucar.nc2.ft2.coverage.CoverageCoordAxisBuilder
 
values() - Static method in enum thredds.client.catalog.ServiceType.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.client.catalog.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.client.catalog.tools.CatalogCrawler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionConfig.FmrcDatasetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionConfig.GribDatasetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionConfig.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionConfig.PointDatasetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionConfig.ProtoChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.featurecollection.FeatureCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thredds.inventory.CollectionUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.ma2.DataType.Signedness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.ma2.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.CDMSort
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.constants.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.constants.CF.CellMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.constants.CF.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.constants.DataFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.constants.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.dataset.NetcdfDataset.Enhance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.dataset.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.dataset.VerticalCT.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.FileWriter2.N3StructureStrategy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.filter.Checksum32.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.remote.PointStream.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.standard.JoinArray.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.standard.plug.CFpointObs.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.standard.Table.CoordName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.standard.Table.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.point.standard.TableConfig.StructureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft.radial.RadialSweepFeature.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.CoverageCoordAxis.DependenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.CoverageCoordAxis.Spacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisSpacing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Calendar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.DependenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ft2.simpgeometry.GeometryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.internal.ncml.Aggregation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.internal.ncml.Aggregation.TypicalDataset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.iosp.IOServiceProvider.SortGroup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.NCdumpW.WantValues
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ncml.Aggregation.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.ncml.Aggregation.TypicalDataset
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.NetcdfFileWriter.Version
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.stream.NcStreamProto.Attribute.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.stream.NcStreamProto.Compress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.stream.NcStreamProto.Data.BigendPresentCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.stream.NcStreamProto.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.time.Calendar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.time.CalendarPeriod.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.util.DiskCache2.CachePathPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.wmo.CommonCodeTable.Table
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.write.Nc4Chunking.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.write.Ncdump.WantValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.nc2.write.NetcdfFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
var - Variable in class ucar.nc2.ft.point.standard.Evaluator.VarAtt
 
VarAtt(Variable, Attribute) - Constructor for class ucar.nc2.ft.point.standard.Evaluator.VarAtt
 
varDataTypeCheckOk(Variable) - Method in class ucar.nc2.util.CompareNetcdf2.Netcdf4ObjectFilter
 
varDataTypeCheckOk(Variable) - Method in interface ucar.nc2.util.CompareNetcdf2.ObjFilter
 
Variable - Class in ucar.nc2
A Variable is a logical container for data.
Variable() - Constructor for class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
Variable(String, String, String, String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Variable
 
Variable(NetcdfFile, Group, Structure, String) - Constructor for class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
Variable(NetcdfFile, Group, Structure, String, DataType, String) - Constructor for class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
Variable(NetcdfFile, Group, Structure, String, DataType, List<Dimension>) - Constructor for class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
Variable(Variable) - Constructor for class ucar.nc2.Variable
Deprecated.
Use Variable.builder()
Variable(Variable.Builder<?>, Group) - Constructor for class ucar.nc2.Variable
 
VARIABLE - ucar.nc2.CDMSort
Deprecated.
 
Variable.Builder<T extends Variable.Builder<T>> - Class in ucar.nc2
A builder for Variables.
Variable.Cache - Class in ucar.nc2
 
VariableDS - Class in ucar.nc2.dataset
A wrapper around a Variable, creating an "enhanced" Variable.
VariableDS(NetcdfDataset, Group, Structure, String, DataType, String, String, String) - Constructor for class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
VariableDS(VariableDS.Builder<?>, Group) - Constructor for class ucar.nc2.dataset.VariableDS
 
VariableDS(VariableDS, boolean) - Constructor for class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
VariableDS(Group, Structure, String, Variable) - Constructor for class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
VariableDS(Group, Variable, boolean) - Constructor for class ucar.nc2.dataset.VariableDS
Deprecated.
Use NetcdfDataset.builder()
VariableDS.Builder<T extends VariableDS.Builder<T>> - Class in ucar.nc2.dataset
 
VariableEnhanced - Interface in ucar.nc2.dataset
Interface to an "enhanced Variable", implemented by the ucar.nc2.dataset package.
VariableEnhancer - Class in ucar.nc2.dataset
Deprecated.
VariableGroup(String, ThreddsMetadata.UriResolved, ThreddsMetadata.UriResolved, List<ThreddsMetadata.Variable>) - Constructor for class thredds.client.catalog.ThreddsMetadata.VariableGroup
 
VariableGroups - Static variable in class thredds.client.catalog.Dataset
 
VariableIF - Interface in ucar.nc2
Deprecated.
do not use.
variableMap - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
 
VariableMapLinkURI - Static variable in class thredds.client.catalog.Dataset
 
variables - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
 
variables - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
variables - Variable in class ucar.nc2.Group
 
variables - Variable in class ucar.nc2.NetcdfFile
Deprecated.
VariableSimpleAdapter - Class in ucar.nc2
Deprecated.
use VariableSimpleBuilder
VariableSimpleAdapter(StructureMembers.Member) - Constructor for class ucar.nc2.VariableSimpleAdapter
Deprecated.
Constructor
VariableSimpleBuilder - Class in ucar.nc2
Builder for VariableSimpleIF, makes true immutable objects.
VariableSimpleBuilder(String, String, String, DataType, List<Dimension>) - Constructor for class ucar.nc2.VariableSimpleBuilder
 
VariableSimpleIF - Interface in ucar.nc2
A lightweight abstraction of a Variable.
VariableSimpleImpl - Class in ucar.nc2
Deprecated.
use VariableSimpleBuilder
VariableSimpleImpl(String, String, String, DataType, List<Dimension>) - Constructor for class ucar.nc2.VariableSimpleImpl
Deprecated.
 
variance - ucar.nc2.constants.CF.CellMethods
 
varList - Variable in class ucar.nc2.dataset.CoordSysBuilder
Deprecated.
 
varList - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder
 
varName - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
VARNAME_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
varNameFullEsc - Variable in class ucar.nc2.stream.NcStreamReader.DataResult
 
vars - Variable in class ucar.nc2.ft.point.standard.TableConfig
 
VARS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Group
 
VARS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Structure
 
vb - Variable in class ucar.nc2.internal.dataset.CoordSystemBuilder.VarProcess
 
vbuilders - Variable in class ucar.nc2.Group.Builder
 
vbuilders - Variable in class ucar.nc2.Structure.Builder
 
VDATA_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
verifyServer - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
VERIFYSERVERKEY - Static variable in class ucar.nc2.util.rc.RC
Deprecated.
 
version - Variable in class thredds.client.catalog.builder.CatalogBuilder
 
version - Variable in class ucar.nc2.ft.point.writer.CFPointWriterConfig
 
version() - Method in enum ucar.nc2.write.NetcdfFileFormat
 
Version - Static variable in class thredds.client.catalog.Catalog
 
VERSION - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
VERSION_FIELD_NUMBER - Static variable in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
VERSION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Data
 
VERSION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
VERSION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
VERSION_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.Header
 
VERT_IS_POSITIVE - Static variable in class ucar.nc2.constants.ACDD
 
VERT_MAX - Static variable in class ucar.nc2.constants.ACDD
 
VERT_MIN - Static variable in class ucar.nc2.constants.ACDD
 
VERT_RESOLUTION - Static variable in class ucar.nc2.constants.ACDD
 
VERT_UNITS - Static variable in class ucar.nc2.constants.ACDD
 
vertCoord - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
VertCoord - Class in ucar.nc2.ft.fmrc
Represents a vertical coordinate shared among variables.
Vertical - ucar.nc2.dataset.TransformType
 
Vertical_Perspective - ucar.unidata.geoloc.ogc.EPSG_OGC_CF_Helper.ProjectionStandardsInfo
Deprecated.
 
VERTICAL_PERSPECTIVE - Static variable in class ucar.nc2.constants.CF
 
VerticalCT - Class in ucar.nc2.dataset
A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure.
VerticalCT(String, String, VerticalCT.Type, List<Parameter>) - Constructor for class ucar.nc2.dataset.VerticalCT
 
VerticalCT(String, String, VerticalCT.Type, VertTransformBuilderIF) - Constructor for class ucar.nc2.dataset.VerticalCT
Deprecated.
use builder
VerticalCT(VerticalCT) - Constructor for class ucar.nc2.dataset.VerticalCT
Deprecated.
use builder
VerticalCT(VerticalCT.Builder<?>, NetcdfDataset) - Constructor for class ucar.nc2.dataset.VerticalCT
 
VerticalCT.Builder<T extends VerticalCT.Builder<T>> - Class in ucar.nc2.dataset
 
VerticalCT.Type - Enum in ucar.nc2.dataset
Enumeration of known Vertical transformations.
VerticalCTBuilder - Interface in ucar.nc2.internal.dataset.transform.vertical
 
VerticalPerspective - Class in ucar.nc2.dataset.transform
VerticalPerspectiveView projection.
VerticalPerspective() - Constructor for class ucar.nc2.dataset.transform.VerticalPerspective
 
VerticalPerspectiveView - Class in ucar.unidata.geoloc.projection
Vertical Perspective Projection, spherical earth.
VerticalPerspectiveView() - Constructor for class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Constructor with default parameters
VerticalPerspectiveView(double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Construct a VerticalPerspectiveView Projection
VerticalPerspectiveView(double, double, double, double, double, double) - Constructor for class ucar.unidata.geoloc.projection.VerticalPerspectiveView
Construct a VerticalPerspectiveView Projection
VerticalTransform - Interface in ucar.unidata.geoloc.vertical
Deprecated.
will move to ucar.unidata.geoloc in ver6
VerticalTransformBuilder - Interface in ucar.nc2.internal.dataset.transform.vertical
 
VerticalTransformImpl - Class in ucar.unidata.geoloc.vertical
A transformation to a vertical reference coordinate system, such as height or pressure.
VerticalTransformImpl(Dimension) - Constructor for class ucar.unidata.geoloc.vertical.VerticalTransformImpl
Construct a VerticalCoordinate
VerticalTransformSubset - Class in ucar.unidata.geoloc.vertical
A subset of a vertical transform.
VerticalTransformSubset(VerticalTransform, Range, Range, Range, Range) - Constructor for class ucar.unidata.geoloc.vertical.VerticalTransformSubset
Create a subset of an existing VerticalTransform
vertIntv - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
vertRange - Static variable in class ucar.nc2.ft2.coverage.SubsetParams
 
VertTransformBuilderIF - Interface in ucar.nc2.dataset.transform
Implement this interface to add a Coordinate Transform to a NetcdfDataset.
VExplicitField - Class in ucar.nc2.dataset.transform
Create a Vertical Transform from an "explicit_field", where the vertical coordinate is explcitly specified as a variable.
VExplicitField() - Constructor for class ucar.nc2.dataset.transform.VExplicitField
 
VG - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
VH - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
vinfoList - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
vinfoMap - Variable in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
 
visitFile(Path, BasicFileAttributes) - Method in class thredds.filesystem.ControllerOS7.PrintFiles
 
visitFileFailed(Path, IOException) - Method in class thredds.filesystem.ControllerOS7.PrintFiles
 
VLEN - Static variable in class ucar.ma2.Range
 
VLEN - Static variable in class ucar.nc2.Dimension
A variable-length dimension: the length is not known until the data is read.
VLEN_T_SIZE - Static variable in class ucar.nc2.internal.iosp.hdf5.H5iospNew
 
VLEN_T_SIZE - Static variable in class ucar.nc2.iosp.hdf5.H5iosp
 
VLENS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataCol
 
VLENS_FIELD_NUMBER - Static variable in class ucar.nc2.stream.NcStreamProto.DataRow
 
VLINKED - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
VLINKED_DATA - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
VNames() - Constructor for class ucar.nc2.ft.point.standard.plug.Madis.VNames
 
Vocab(String, String) - Constructor for class thredds.client.catalog.ThreddsMetadata.Vocab
 
vocabulary - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
 
vocabulary - Variable in class thredds.client.catalog.ThreddsMetadata.Vocab
 
vocabulary_name - Variable in class thredds.client.catalog.ThreddsMetadata.Variable
 
vocabUri - Variable in class thredds.client.catalog.ThreddsMetadata.VariableGroup
 
VOceanSG1 - Class in ucar.nc2.dataset.transform
Create a ocean_s_coordinate_g1 Vertical Transform from the information in the Coordinate Transform Variable.
VOceanSG1() - Constructor for class ucar.nc2.dataset.transform.VOceanSG1
 
VOceanSG2 - Class in ucar.nc2.dataset.transform
Create a ocean_s_coordinate_g2 Vertical Transform from the information in the Coordinate Transform Variable.
VOceanSG2() - Constructor for class ucar.nc2.dataset.transform.VOceanSG2
 
VS - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 
VTfromExistingData - Class in ucar.unidata.geoloc.vertical
This implements a VerticalTransform using an existing 3D variable.
VTfromExistingData(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.VTfromExistingData
Constructor.

W

wantSubdirs() - Method in class thredds.inventory.CollectionConfig
 
wantSubdirs() - Method in class thredds.inventory.CollectionSpecParserAbstract
 
wasRead - Variable in class ucar.nc2.dataset.CoordinateAxis1D
 
wasWritten() - Method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter.Result
Whether the file was created or not.
WCS - thredds.client.catalog.ServiceType
 
WebForm - thredds.client.catalog.ServiceType
 
WFS - thredds.client.catalog.ServiceType
 
wgs84 - Variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
WGS84 - Static variable in class ucar.unidata.geoloc.EarthEllipsoid
Ellipsoid for WGS84 (edavis - correct 1/f as per EPSG database ver 6.14)
WGS84 - Static variable in class ucar.unidata.geoloc.projection.sat.GEOSTransform
 
WGS84_EARTH_RADIUS_KM - Static variable in class ucar.unidata.geoloc.Earth
Get canonical radius of the spherical earth in km from "WGS 84"
WGS84_EARTH_RADIUS_METERS - Static variable in class ucar.unidata.geoloc.Earth
Get canonical radius of the spherical earth in meters from "WGS 84"
what - Variable in class ucar.nc2.stream.NcStreamIosp.NcsMess
 
widenNumber(Number) - Static method in enum ucar.ma2.DataType
Convert the argument to the next largest integral data type by an unsigned conversion.
widenNumberIfNegative(Number) - Static method in enum ucar.ma2.DataType
This method is similar to DataType.widenNumber(java.lang.Number), but only integral types that are negative are widened.
WildcardMatchOnName - Class in thredds.inventory.filter
A wildcard expression that matches on the MFile name.
WildcardMatchOnName(Pattern) - Constructor for class thredds.inventory.filter.WildcardMatchOnName
 
WildcardMatchOnName(String) - Constructor for class thredds.inventory.filter.WildcardMatchOnName
 
WildcardMatchOnPath - Class in thredds.inventory.filter
A wildcard expression that matches on the MFile path.
WildcardMatchOnPath(String) - Constructor for class thredds.inventory.filter.WildcardMatchOnPath
 
withCalendar(Calendar, String) - Static method in class ucar.nc2.time.CalendarDateUnit
Create a CalendarDateUnit from a calendar and a udunit string = "unit since calendarDate"
withDoy(Calendar, int, int, int, int, int) - Static method in class ucar.nc2.time.CalendarDate
 
withSignedness(DataType.Signedness) - Method in enum ucar.ma2.DataType
Returns a DataType that is related to this, but with the specified signedness.
WKTParser - Class in ucar.unidata.geoloc.ogc
Deprecated.
will move in ver6
WKTParser(String) - Constructor for class ucar.unidata.geoloc.ogc.WKTParser
Deprecated.
Creates a new instance of WKTParser.
wmoId - Variable in class ucar.unidata.geoloc.StationImpl
Deprecated.
 
WmoId - ucar.nc2.ft.point.standard.Table.CoordName
 
WMOID_FIELD_NUMBER - Static variable in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
wmoName - Static variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
WMS - thredds.client.catalog.ServiceType
 
WORLD_BOUNDS - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
WORLD_BOUNDS_RAD - Static variable in class ucar.unidata.geoloc.projection.proj4.MapMath
 
wrap(FeatureType, NetcdfDataset, CancelTask, Formatter) - Static method in class ucar.nc2.ft.FeatureDatasetFactoryManager
Wrap a NetcdfDataset as a FeatureDataset.
wrap(NetcdfFile, Set<NetcdfDataset.Enhance>) - Static method in class ucar.nc2.dataset.NetcdfDataset
Deprecated.
use NetcdfDatasets.wrap
wrapNcml(NetcdfDataset.Builder, String, CancelTask) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Use NCML to modify the dataset, getting NcML from a URL.
wrapNcML(NetcdfDataset, String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Use NCML to modify the dataset, getting NcML from a URL
wrapNcmlResource(NetcdfDataset.Builder, String, CancelTask) - Static method in class ucar.nc2.internal.ncml.NcmlReader
Use NCML to modify a dataset, getting the NcML document as a resource stream.
wrapNcMLresource(NetcdfDataset, String, CancelTask) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Use NCML to modify a dataset, getting the NcML document as a resource stream.
WRFConvention - Class in ucar.nc2.dataset.conv
WRF netcdf output files.
WRFConvention - Class in ucar.nc2.internal.dataset.conv
WRF netcdf output files.
WRFConvention() - Constructor for class ucar.nc2.dataset.conv.WRFConvention
 
WRFConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
WRFEta - Class in ucar.unidata.geoloc.vertical
Models the vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate
WRFEta - ucar.nc2.dataset.VerticalCT.Type
 
WRFEta(NetcdfFile, Dimension, List<Parameter>) - Constructor for class ucar.unidata.geoloc.vertical.WRFEta
Construct a vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate
WRFEtaTransformBuilder - Class in ucar.nc2.dataset.transform
Create WRF Eta vertical transform.
WRFEtaTransformBuilder - Class in ucar.nc2.internal.dataset.transform.vertical
Because the transform depends on NetcdfDataset and CoordinateSystem, must handle differently
WRFEtaTransformBuilder(CoordinateSystem) - Constructor for class ucar.nc2.dataset.transform.WRFEtaTransformBuilder
 
WRFEtaTransformBuilder(CoordinatesHelper.Builder, CoordinateSystem.Builder) - Constructor for class ucar.nc2.internal.dataset.transform.vertical.WRFEtaTransformBuilder
 
write() - Method in class ucar.nc2.FileWriter2
Deprecated.
 
write(byte[]) - Method in class ucar.unidata.io.RandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(char[], int, int) - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
write(int) - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
write(int) - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
write(int) - Method in class ucar.unidata.io.RandomAccessFile
Write a byte to the file.
write(OutputStream, PointFeatureIterator, String, String, String) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
write(Reader) - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
write(String) - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
write(String, int[], Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
write(String, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write data to the named variable.
write(String, int, int) - Method in class ucar.nc2.util.UnsynchronizedBufferedWriter
Deprecated.
 
write(String, Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
 
write(String, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write data to the named variable, origin assumed to be 0.
write(PointFeatureCollection, File) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
write(CoverageCollection, List<String>, SubsetParams, boolean, NetcdfFileWriter) - Static method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter2
Deprecated.
Write a netcdf/CF file from a CoverageDataset
write(CoverageCollection, List<String>, SubsetParams, boolean, NetcdfFormatWriter.Builder, long) - Static method in class ucar.nc2.ft2.coverage.writer.CFGridCoverageWriter
Write a netcdf/CF file from a CoverageDataset
write(CancelTask) - Method in class ucar.nc2.FileWriter2
Deprecated.
Write the input file to the output file.
write(CancelTask) - Method in class ucar.nc2.write.NetcdfCopier
Write the input file to the output file.
write(Variable, int[], Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Write data to the named variable.
write(Variable, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write data to the given variable.
write(Variable, Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Write data to the named variable, origin assumed to be 0.
write(Variable, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write data to the given variable, origin assumed to be 0.
writeAllVariablesPredicate - Static variable in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Predicate that always returns true.
writeAllVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
Predicate that always returns true.
writeBoolean(boolean) - Method in class ucar.unidata.io.RandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeBoolean(boolean[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of booleans
writeByte(int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a byte to the file as a 1-byte value.
writeBytes(byte[], int, int) - Method in class ucar.unidata.io.MMapRandomAccessFile
Deprecated.
 
writeBytes(byte[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write len bytes from an array to the file.
writeBytes(char[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes the character array to the file as a sequence of bytes.
writeBytes(OutputStream, byte[]) - Static method in class ucar.nc2.stream.NcStream
 
writeBytes(String) - Method in class ucar.unidata.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeCatalog(Catalog) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeCDL(boolean) - Method in class ucar.nc2.Dimension
Deprecated.
use CDLWriter
writeCDL(boolean) - Method in class ucar.nc2.EnumTypedef
Deprecated.
use CDLWriter
writeCDL(boolean) - Method in class ucar.nc2.Group
Deprecated.
use CDLWriter
writeCDL(boolean, boolean) - Method in class ucar.nc2.Variable
Deprecated.
use CDLWriter
writeCDL(OutputStream, boolean) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use CDLWriter
writeCDL(PrintWriter, boolean) - Method in class ucar.nc2.NetcdfFile
Deprecated.
use CDLWriter
writeCDL(Formatter, boolean, String) - Method in class ucar.nc2.Attribute
Deprecated.
use CDLWriter
writeCDL(Formatter, Indent, boolean) - Method in class ucar.nc2.EnumTypedef
Deprecated.
use CDLWriter
writeCDL(Formatter, Indent, boolean) - Method in class ucar.nc2.NetcdfFile
 
writeCDL(Formatter, Indent, boolean, boolean) - Method in class ucar.nc2.Structure
 
writeCDL(Formatter, Indent, boolean, boolean) - Method in class ucar.nc2.Variable
Deprecated.
use CDLWriter
writeCDL(NetcdfFile, PrintStream, boolean) - Static method in class ucar.nc2.write.CDLWriter
Deprecated.
do not use
writeCDL(NetcdfFile, Writer, boolean) - Static method in class ucar.nc2.write.CDLWriter
Deprecated.
do not use
writeCDL(NetcdfFile, Formatter, boolean, String) - Static method in class ucar.nc2.write.CDLWriter
Write CDL to a Formatter
writeChar(char[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of chars
writeChar(char[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of chars with the provided endianness.
writeChar(char[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of chars with the provided byte order.
writeChar(int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChar(int, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a char to the file as a 2-byte value with the provided endianness.
writeChar(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Writes a char to the file as a 2-byte value with the provided byte order.
writeChars(String) - Method in class ucar.unidata.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChars(String, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeChars(String, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeCompactXML(Date) - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Write the XML representation to a compact String.
writeConfigXML(FeatureDatasetPoint, Formatter) - Static method in class ucar.nc2.ft.point.standard.PointConfigXML
 
writeConfigXML(TableConfig, String, Formatter) - Method in class ucar.nc2.ft.point.standard.PointConfigXML
 
writeContents(String, OutputStream) - Static method in class ucar.nc2.util.IO
Wite the contents from the String to a Stream,
writeContributor(ThreddsMetadata.Contributor) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeCoordinateVariablesPredicate - Static variable in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Predicate that returns true for variables that are coordinate variables.
writeCoordinateVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
Predicate that returns true for variables that are coordinate variables.
writeCoordRefSysAsGML(PrintWriter, CoordinateSystem) - Static method in class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
writeData(Array, Layout, DataType) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
Write data subset to file for a variable, create primitive array.
writeData(Array, Layout, DataType) - Method in class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
write data to a file for a variable.
writeData(Variable, Section, Array) - Method in class ucar.nc2.internal.iosp.netcdf3.N3iospWriter
 
writeData(Variable, Section, Array) - Method in interface ucar.nc2.iosp.IOServiceProviderWriter
Deprecated.
Write data into a variable.
writeData(Variable, Section, Array) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
writeDataAll(DataOutputStream) - Method in class ucar.nc2.iosp.netcdf3.N3outputStreamWriter
Deprecated.
 
writeDataAll(WritableByteChannel) - Method in class ucar.nc2.iosp.netcdf3.N3channelWriter
Deprecated.
 
writeDate(String, DateType) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeDouble(double) - Method in class ucar.unidata.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeDouble(double[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of doubles
writeDouble(double[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of doubles with the provided endianness.
writeDouble(double[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of doubles with the provided byte order.
writeDouble(double, int) - Method in class ucar.unidata.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, with the provided endianness.
writeDouble(double, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, with the provided byte order.
writeExtraVariables() - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeFeatureCollection(FeatureDatasetPoint, String, CFPointWriterConfig) - Static method in class ucar.nc2.ft.point.writer.CFPointWriter
Write a FeatureDatasetPoint to a netcd3/4 file.
writeFeatureCollection(FeatureDatasetPoint, String, CFPointWriterConfig) - Static method in class ucar.nc2.ft.point.writer2.CFPointWriter
Write a FeatureDatasetPoint to a netcd3/4 file.
writeFeatureCollection(FeatureDatasetPoint, String, NetcdfFileWriter.Version) - Static method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeFeatureCollection(FeatureDatasetPoint, String, NetcdfFileFormat) - Static method in class ucar.nc2.ft.point.writer2.CFPointWriter
 
writeFile(GridDataset, List<String>, LatLonRect, ProjectionRect, int, Range, CalendarDateRange, int, boolean, NetcdfFileWriter) - Static method in class ucar.nc2.dt.grid.CFGridWriter2
Deprecated.
Write a netcdf/CF file from a GridDataset
writeFloat(float) - Method in class ucar.unidata.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeFloat(float[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of floats
writeFloat(float[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of floats with the provided endianness.
writeFloat(float[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of floats with the provided byte order.
writeFloat(float, int) - Method in class ucar.unidata.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, with the provided endianness.
writeFloat(float, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, with the provided byte order.
writeFromFile(NetcdfFile, String) - Static method in class ucar.nc2.iosp.netcdf3.N3channelWriter
Deprecated.
 
writeFromFile(NetcdfFile, String) - Static method in class ucar.nc2.iosp.netcdf3.N3outputStreamWriter
Deprecated.
 
writeGeospatialCoverage(ThreddsMetadata.GeospatialCoverage) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeHeader(DataOutputStream, int) - Method in class ucar.nc2.iosp.netcdf3.N3streamWriter
Deprecated.
Write the header to a stream.
writeHeader(List<StationFeature>) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
writeHeader(List<StationFeature>, StationPointFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
writeHeader(List<ProfileFeature>) - Method in class ucar.nc2.ft.point.writer.WriterCFProfileCollection
 
writeHeader(List<TrajectoryFeature>) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
writeHeader(List<TrajectoryProfileFeature>) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
writeHeader(List<VariableSimpleIF>, List<? extends PointFeatureCollection>, List<StructureData>, List<StructureData>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeHeader(List<VariableSimpleIF>, List<StructureData>, StructureData, String) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeHeader(PointFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
writeHeader(PointFeatureCollection) - Method in class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
writeHeader(StationTimeSeriesFeatureCollection) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
writeHtmlDescription(Formatter, Dataset, boolean, boolean, boolean, boolean, boolean) - Method in class thredds.client.catalog.tools.DatasetHtmlWriter
Write an Html representation of the given dataset.
writeInheritedMetadata(Element, Dataset) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeInt(int) - Method in class ucar.unidata.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeInt(int[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of ints
writeInt(int[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of ints with the provided endianness.
writeInt(int[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of ints with the provided byte order.
writeInt(int, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes an int to the file as four bytes with the provided endianness.
writeInt(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Writes an int to the file as four bytes with the provided byte order.
writeLong(long) - Method in class ucar.unidata.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeLong(long[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of longs
writeLong(long[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of longs with the provided endianness.
writeLong(long[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of longs with the provided byte order.
writeLong(long, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a long to the file as eight bytes with the provided endianness.
writeLong(long, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Writes a long to the file as eight bytes with the provided byte order.
writeMagic(OutputStream, PointStream.MessageType) - Static method in class ucar.nc2.ft.point.remote.PointStream
 
writeMetadataVariablesPredicate - Static variable in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Predicate that returns true for variables that are metadata variables.
writeMetadataVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
Predicate that returns true for variables that are metadata variables.
writeNcml(OutputStream, String) - Method in class ucar.nc2.NetcdfFile
Write the NcML representation: dont show coordinate values
writeNcml(Writer, String) - Method in class ucar.nc2.NetcdfFile
Write the NcML representation: dont show coordinate values
writeNcML(NetcdfFile, Writer, NCdumpW.WantValues, String) - Static method in class ucar.nc2.NCdumpW
Deprecated.
will move in ver 6
writeNcMLToFile(InputStream, String) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read an NcML and write an equivalent NetcdfFile to a physical file, using Netcdf-3 file format.
writeNcMLToFile(InputStream, String, NetcdfFileWriter.Version, Nc4Chunking) - Static method in class ucar.nc2.ncml.NcMLReader
Deprecated.
Read an NcML and write an equivilent NetcdfFile to a physical file, using Netcdf-3 file format.
writeNonRecordData(Variable, DataOutputStream, Array) - Method in class ucar.nc2.iosp.netcdf3.N3outputStreamWriter
Deprecated.
 
writeNoVariablesPredicate - Static variable in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Predicate that always returns false.
writeNoVariablesPredicate - Static variable in class ucar.nc2.write.NcmlWriter
Predicate that always returns false.
writeObsData(PointFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
writeObsData(PointFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
writeProfile(ProfileFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFProfileCollection
 
writeProfile(StationProfileFeature, ProfileFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
writeProfile(TrajectoryProfileFeature, ProfileFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
writeProfileData(int, ProfileFeature, int) - Method in class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
writeProfileData(int, ProfileFeature, int) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
writer - Variable in class ucar.nc2.ft.point.writer.CFPointWriter
 
WriterCFPointCollection - Class in ucar.nc2.ft.point.writer
Write a CF 1.6 "Discrete Sample" point file.
WriterCFPointCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
WriterCFPointCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
WriterCFProfileCollection - Class in ucar.nc2.ft.point.writer
Write a CF "Discrete Sample" profile collection file.
WriterCFProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFProfileCollection
 
WriterCFProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFProfileCollection
 
WriterCFStationCollection - Class in ucar.nc2.ft.point.writer
Write a CF "Discrete Sample" station file.
WriterCFStationCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
WriterCFStationCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
WriterCFStationProfileCollection - Class in ucar.nc2.ft.point.writer
Write a CF "Discrete Sample" station profile collection file.
WriterCFStationProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
WriterCFStationProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFStationProfileCollection
 
WriterCFTrajectoryCollection - Class in ucar.nc2.ft.point.writer
Write a CF "Discrete Sample" trajectory collection file.
WriterCFTrajectoryCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
WriterCFTrajectoryCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
WriterCFTrajectoryProfileCollection - Class in ucar.nc2.ft.point.writer
Write a CF "Discrete Sample" trajectory profile (section) collection file.
WriterCFTrajectoryProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, List<CoordinateAxis>, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
WriterCFTrajectoryProfileCollection(String, List<Attribute>, List<VariableSimpleIF>, CalendarDateUnit, String, CFPointWriterConfig) - Constructor for class ucar.nc2.ft.point.writer.WriterCFTrajectoryProfileCollection
 
writeRecord(double, CalendarDate, EarthLocation, StructureData) - Method in class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
writeRecord(String, double, CalendarDate, StructureData) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
writeRecord(String, String, double, CalendarDate, String, double, StructureData) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
writeRecord(PointFeature, StructureData) - Method in class ucar.nc2.ft.point.writer.WriterCFPointCollection
 
writeRecord(Station, PointFeature, StructureData) - Method in class ucar.nc2.ft.point.writer.WriterCFStationCollection
 
writeRecordData(DataOutputStream, List<Variable>) - Method in class ucar.nc2.iosp.netcdf3.N3outputStreamWriter
Deprecated.
 
writeShort(int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeShort(int, int) - Method in class ucar.unidata.io.RandomAccessFile
Writes a short to the file as two bytes with the provided endianness.
writeShort(int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Writes a short to the file as two bytes with the provided byte order.
writeShort(short[], int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of shorts
writeShort(short[], int, int, int) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of shorts with the provided endianness.
writeShort(short[], int, int, ByteOrder) - Method in class ucar.unidata.io.RandomAccessFile
Write an array of shorts with the provided byte order.
writeSource(String, ThreddsMetadata.Source) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeStringData(Variable, int[], Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Write String data to a CHAR variable.
writeStringData(Variable, Array) - Method in class ucar.nc2.NetcdfFileWriter
Deprecated.
Write String data to a CHAR variable, origin assumed to be 0.
writeStringDataToChar(Variable, int[], Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write String data to a CHAR variable.
writeStringDataToChar(Variable, Array) - Method in class ucar.nc2.write.NetcdfFormatWriter
Write String data to a CHAR variable, origin assumed to be 0.
writeStructureData(int, Structure, StructureData, Map<String, Variable>) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeStructureDataClassic(Map<String, Variable>, int[], StructureData) - Method in class ucar.nc2.ft.point.writer.CFPointWriter
 
writeThreddsMetadata(Element, ThreddsMetadataContainer) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeTimeCoverage(DateRange) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Location
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeature
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureCollection
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.PointFeatureMember
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.Station
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft.point.remote.PointStreamProto.StationList
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CalendarDateRange
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordSys
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordTransform
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Coverage
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataResponse
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoverageDataset
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.GeoReferencedArray
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.Rectangle
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureCol
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.ArrayStructureRow
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Attribute
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Data
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.DataCol
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.DataRow
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Dimension
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef.EnumType
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.EnumTypedef
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Error
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Group
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Header
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Member
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Range
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Section
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Structure
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.StructureData
 
writeTo(CodedOutputStream) - Method in class ucar.nc2.stream.NcStreamProto.Variable
 
writeToChannel(NetcdfFile, WritableByteChannel) - Static method in class ucar.nc2.iosp.netcdf3.N3channelWriter
Deprecated.
Write ncfile to a WritableByteChannel.
writeToFile(byte[], File) - Static method in class ucar.nc2.util.IO
Write byte[] contents to a file.
writeToFile(InputStream, String) - Static method in class ucar.nc2.util.IO
copy input stream to file.
writeToFile(String) - Method in class ucar.nc2.stream.CdmRemote
 
writeToFile(String, File) - Static method in class ucar.nc2.util.IO
Write String contents to a file, using UTF-8 encoding.
writeToFile(String, String) - Static method in class ucar.nc2.util.IO
Write contents to a file, using UTF-8 encoding.
writeToFile(Element, File) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Writes an NcML element to an output file.
writeToFile(Element, File) - Method in class ucar.nc2.write.NcmlWriter
Writes an NcML element to an output file.
writeToStream(OutputStream) - Method in class thredds.filesystem.MFileOS
 
writeToStream(OutputStream) - Method in class thredds.filesystem.MFileOS7
 
writeToStream(OutputStream) - Method in interface thredds.inventory.MFile
Write the MFile to an OutputStream
writeToStream(OutputStream, long, long) - Method in class thredds.filesystem.MFileOS
 
writeToStream(OutputStream, long, long) - Method in class thredds.filesystem.MFileOS7
 
writeToStream(OutputStream, long, long) - Method in interface thredds.inventory.MFile
Write the MFile to an OutputStream
writeToStream(Element, OutputStream) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Writes an NcML element to an output stream.
writeToStream(Element, OutputStream) - Method in class ucar.nc2.write.NcmlWriter
Writes an NcML element to an output stream.
writeToString(Element) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Writes an NcML element to a string.
writeToString(Element) - Method in class ucar.nc2.write.NcmlWriter
Writes an NcML element to a string.
writeToWriter(Element, Writer) - Method in class ucar.nc2.ncml.NcMLWriter
Deprecated.
Writes an NcML element to a Writer.
writeToWriter(Element, Writer) - Method in class ucar.nc2.write.NcmlWriter
Writes an NcML element to a Writer.
writeTrajectory(TrajectoryFeature) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
writeTrajectoryData(TrajectoryFeature, int) - Method in class ucar.nc2.ft.point.writer.WriterCFTrajectoryCollection
 
writeUTF(String) - Method in class ucar.unidata.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeVariable(ThreddsMetadata.Variable) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeVariables(ThreddsMetadata.VariableGroup) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
WriteVariablesWithNamesPredicate(Iterable<String>) - Constructor for class ucar.nc2.ncml.NcMLWriter.WriteVariablesWithNamesPredicate
Deprecated.
 
WriteVariablesWithNamesPredicate(Iterable<String>) - Constructor for class ucar.nc2.write.NcmlWriter.WriteVariablesWithNamesPredicate
 
writeVInt(OutputStream, int) - Static method in class ucar.nc2.stream.NcStream
 
writeVInt(WritableByteChannel, int) - Static method in class ucar.nc2.stream.NcStream
 
writeVInt(RandomAccessFile, int) - Static method in class ucar.nc2.stream.NcStream
 
writeVLong(OutputStream, long) - Static method in class ucar.nc2.stream.NcStream
 
writeXML() - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
Write the information as an XML document
writeXML(OutputStream) - Method in class ucar.nc2.dataset.NetcdfDatasetInfo
Deprecated.
 
writeXML(Date) - Method in class ucar.nc2.ft.fmrc.GridDatasetInv
Write the XML representation to a String.
writeXML(Document) - Method in class ucar.nc2.dt.grid.GridDatasetInfo
Write the information as an XML document
writeXML(Document) - Method in class ucar.nc2.ft2.coverage.writer.CoverageDatasetCapabilities
Write the information as an XML document
writeXML(Document, OutputStream) - Method in class ucar.nc2.dt.grid.GridDatasetInfo
Write the information as an XML document
writeXML(Document, OutputStream) - Method in class ucar.nc2.ft2.coverage.writer.CoverageDatasetCapabilities
Write the information as an XML document
writeXML(Catalog) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
 
writeXML(Catalog, OutputStream) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
Write the catalog as an XML document to the specified stream.
writeXML(Catalog, OutputStream, boolean) - Method in class thredds.client.catalog.tools.CatalogXmlWriter
Write the catalog as an XML document to the specified stream.
writeXML(NetcdfDataset, OutputStream, boolean, String) - Method in class ucar.nc2.ncml.NcMLGWriter
Deprecated.
Write a NetcdfDataset as an NcML-G document to the specified stream.
WSDL - thredds.client.catalog.ServiceType
 

X

x - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys.CoordReturn
 
xAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
xcoord - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys.CoordReturn
 
XLINK_NAMESPACE - Static variable in class thredds.client.catalog.Catalog
 
xlinkHref - Variable in class thredds.client.catalog.ThreddsMetadata.MetadataOther
 
xlinkNS - Static variable in class thredds.client.catalog.Catalog
 
xlinkNS - Static variable in class ucar.unidata.geoloc.ogc.CoordRefSysToGML
Deprecated.
 
XML - ucar.nc2.constants.DataFormatType
 
xsiNS - Static variable in class thredds.client.catalog.Catalog
 
XYP - Static variable in class ucar.nc2.iosp.hdf4.TagEnum
 

Y

y - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys.CoordReturn
 
yAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
ycoord - Variable in class ucar.nc2.ft2.coverage.HorizCoordSys.CoordReturn
 
Year - ucar.nc2.time.CalendarPeriod.Field
 

Z

zAxis - Variable in class ucar.nc2.dataset.CoordinateSystem
 
ZebraConvention - Class in ucar.nc2.dataset.conv
Zebra ATD files.
ZebraConvention - Class in ucar.nc2.internal.dataset.conv
Zebra ATD files.
ZebraConvention() - Constructor for class ucar.nc2.dataset.conv.ZebraConvention
 
ZebraConvention.Factory - Class in ucar.nc2.internal.dataset.conv
 
ZisLayer - Static variable in class ucar.nc2.constants._Coordinate
 
ZisPositive - Static variable in class ucar.nc2.constants._Coordinate
 
zpositive - Variable in class thredds.client.catalog.ThreddsMetadata.GeospatialCoverage
 

_

_allowableInDAP - Static variable in class ucar.nc2.util.EscapeStrings
 
_allowableInOGC - Static variable in class ucar.nc2.util.EscapeStrings
 
_allowableInUrl - Static variable in class ucar.nc2.util.EscapeStrings
 
_allowableInUrlQuery - Static variable in class ucar.nc2.util.EscapeStrings
 
_Coordinate - Class in ucar.nc2.constants
Constants for _Coordinate Conventions.
_CoordSysBuilder - Static variable in class ucar.nc2.constants._Coordinate
 
_create(RandomAccessFile) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
_create(RandomAccessFile) - Method in class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
 
_FILLVALUE - Static variable in class ucar.nc2.constants.CF
 
_JavaEscape - Static variable in class ucar.nc2.util.EscapeStrings
 
_open(RandomAccessFile) - Method in class ucar.nc2.iosp.netcdf3.N3iosp
Deprecated.
 
_open(RandomAccessFile) - Method in class ucar.nc2.iosp.netcdf3.N3raf
Deprecated.
 
_read() - Method in class ucar.nc2.dataset.VariableDS
 
_read() - Method in class ucar.nc2.Variable
 
_read(Section) - Method in class ucar.nc2.dataset.StructurePseudo2Dim
 
_read(Section) - Method in class ucar.nc2.dataset.VariableDS
 
_read(Section) - Method in class ucar.nc2.Variable
 
_readScalarData() - Method in class ucar.nc2.Variable
 
_URIEscape - Static variable in class ucar.nc2.util.EscapeStrings
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages