@Deprecated public class CoordinateAxis1DTime extends CoordinateAxis1D
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateAxis1DTime.Builder<T extends CoordinateAxis1DTime.Builder<T>>
Deprecated.
|
CoordinateAxis.AxisComparatorVariable.Cachecoords, wasReadaxisType, boundaryRef, isContiguous, ncd, positiveorgDataType, orgName, orgVarattributes, cache, dataType, dimensions, elementSize, hashCode, isVariableLength, ncfile, permitCaching, proxyReader, shape, spiObject| Modifier | Constructor and Description |
|---|---|
protected |
CoordinateAxis1DTime(CoordinateAxis1DTime.Builder<?> builder,
Group parentGroup)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoordinateAxis1DTime.Builder<?> |
addLocalFieldsToBuilder(CoordinateAxis1DTime.Builder<? extends CoordinateAxis1DTime.Builder<?>> b)
Deprecated.
|
static CoordinateAxis1DTime.Builder<?> |
builder()
Deprecated.
Get Builder for this class that allows subclassing.
|
static CoordinateAxis1DTime |
factory(NetcdfDataset ncd,
VariableDS org,
Formatter errMessages)
Deprecated.
|
int |
findTimeIndexFromCalendarDate(CalendarDate d)
Deprecated.
Given a Date, find the corresponding time index on the time coordinate axis.
|
CalendarDate |
getCalendarDate(int idx)
Deprecated.
Get the the ith CalendarDate.
|
CalendarDateRange |
getCalendarDateRange()
Deprecated.
Get calendar date range
|
List<CalendarDate> |
getCalendarDates()
Deprecated.
Get the list of datetimes in this coordinate as CalendarDate objects.
|
CalendarDate[] |
getCoordBoundsDate(int i)
Deprecated.
|
CalendarDate |
getCoordBoundsMidpointDate(int i)
Deprecated.
|
Date[] |
getTimeDates()
Deprecated.
use getCalendarDates().
|
TimeUnit |
getTimeResolution()
Deprecated.
only if isRegular() LOOK REDO
|
boolean |
hasCalendarDate(CalendarDate date)
Deprecated.
See if the given CalendarDate appears as a coordinate
|
boolean |
isNumeric()
Deprecated.
Does the axis have numeric values?
|
protected void |
readValues()
Deprecated.
|
CoordinateAxis1DTime |
section(Range r)
Deprecated.
Create a new CoordinateAxis1D as a section of this CoordinateAxis1D.
|
CoordinateAxis1DTime.Builder<?> |
toBuilder()
Deprecated.
Turn into a mutable Builder.
|
addLocalFieldsToBuilder, correctLongitudeWrap, findCoordElement, findCoordElementBounded, getBound1, getBound2, getCoordBounds, getCoordBoundsMidpoint, getCoordEdge, getCoordEdges, getCoordName, getCoordValue, getCoordValues, getIncrement, getMaxEdgeValue, getMaxValue, getMinEdgeValue, getMinValue, getStart, isContiguous, isInterval, isRegularaddLocalFieldsToBuilder, equals, fromVariableDS, getAxisType, getBoundaryRef, getCalendarFromAttribute, getCalendarFromAttribute, getInfo, getPositive, getUnitsString, hashCode, isIndependentCoordinate_read, _read, addLocalFieldsToBuilder, applyScaleOffset, applyScaleOffset, convert, convertArray, convertMissing, convertMissing, convertNeeded, convertUnsigned, convertUnsigned, fromVar, getCoordinateSystems, getDatasetLocation, getDescription, getEnhanceMode, getFillValue, getMissingDataArray, getMissingValues, getNetcdfFile, getOffset, getOriginalArrayType, getOriginalDataType, getOriginalName, getOriginalVariable, getScaledOffsetType, getScaleFactor, getSignedness, getUnsignedConversionType, getValidMax, getValidMin, hasFillValue, hasMissing, hasMissingValue, hasScaleOffset, hasValidData, isFillValue, isInvalidData, isMissing, isMissingValue, lookupEnumString, proxyReadArray, proxyReadArray, readArray, readArray, readToStream, reallyRead, reallyRead, setCaching, showScaleMissingProxy, toString, toStringDebug_readScalarData, addLocalFieldsToBuilder, attributes, compareTo, extraInfo, findAttribute, findAttributeString, findDimensionIndex, getArrayType, getDataType, getDimension, getDimensions, getDimensionSet, getDimensionsString, getElementSize, getEnumTypedef, getFileTypeId, getFullName, getNameAndDimensions, getNameAndDimensions, getParentGroup, getParentStructure, getRanges, getRank, getSection, getShape, getShape, getShapeAsSection, getShortName, getSize, getSizeToCache, getSPobject, hasCachedData, invalidateCache, isCaching, isCoordinateVariable, isMemberOfStructure, isMetadata, isScalar, isUnlimited, isVariableLength, read, read, read, read, read, readScalarByte, readScalarDouble, readScalarFloat, readScalarInt, readScalarLong, readScalarShort, readScalarString, reduce, resetShape, section, section, setCachedData, slice, writeCDLclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFullName, getParentGroup, getShortNameprotected CoordinateAxis1DTime(CoordinateAxis1DTime.Builder<?> builder, Group parentGroup)
public static CoordinateAxis1DTime factory(@Nullable NetcdfDataset ncd, VariableDS org, Formatter errMessages) throws IOException
IOExceptionpublic CoordinateAxis1DTime section(Range r) throws InvalidRangeException
CoordinateAxis1Dsection in class CoordinateAxis1Dr - the section rangeInvalidRangeException - if IllegalRangepublic CalendarDate getCalendarDate(int idx)
idx - indexpublic CalendarDateRange getCalendarDateRange()
@Nullable public TimeUnit getTimeResolution() throws Exception
Exceptionpublic int findTimeIndexFromCalendarDate(CalendarDate d)
d - date to look forUnsupportedOperationException - is no time axis or isDate() falsepublic boolean hasCalendarDate(CalendarDate date)
date - test thispublic List<CalendarDate> getCalendarDates()
public CalendarDate[] getCoordBoundsDate(int i)
public CalendarDate getCoordBoundsMidpointDate(int i)
protected void readValues()
readValues in class CoordinateAxis1Dpublic boolean isNumeric()
CoordinateAxisisNumeric in class CoordinateAxis@Deprecated public Date[] getTimeDates()
public CoordinateAxis1DTime.Builder<?> toBuilder()
VariabletoBuilder in class CoordinateAxis1Dprotected CoordinateAxis1DTime.Builder<?> addLocalFieldsToBuilder(CoordinateAxis1DTime.Builder<? extends CoordinateAxis1DTime.Builder<?>> b)
public static CoordinateAxis1DTime.Builder<?> builder()