@Deprecated public class CoordinateAxis2D extends CoordinateAxis
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateAxis2D.Builder<T extends CoordinateAxis2D.Builder<T>>
Deprecated.
|
CoordinateAxis.AxisComparatorVariable.CacheaxisType, boundaryRef, isContiguous, ncd, positiveorgDataType, orgName, orgVarattributes, cache, dataType, dimensions, elementSize, hashCode, isVariableLength, ncfile, permitCaching, proxyReader, shape, spiObject| Modifier | Constructor and Description |
|---|---|
protected |
CoordinateAxis2D(CoordinateAxis2D.Builder<?> builder,
Group parentGroup)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoordinateAxis2D.Builder<?> |
addLocalFieldsToBuilder(CoordinateAxis2D.Builder<? extends CoordinateAxis2D.Builder<?>> b)
Deprecated.
|
static CoordinateAxis2D.Builder<?> |
builder()
Deprecated.
Get Builder for this class that allows subclassing.
|
int |
findTimeIndexFromCalendarDate(int run_idx,
CalendarDate want)
Deprecated.
|
ArrayDouble.D3 |
getCoordBoundsArray()
Deprecated.
Only call if isInterval()
|
CoordinateAxisTimeHelper |
getCoordinateAxisTimeHelper()
Deprecated.
|
double |
getCoordValue(int j,
int i)
Deprecated.
Get the coordinate value at the i, j index.
|
double[] |
getCoordValues()
Deprecated.
Get the coordinate values as a 1D double array, in canonical order.
|
ArrayDouble.D2 |
getCoordValuesArray()
Deprecated.
|
ArrayDouble.D2 |
getEdges()
Deprecated.
|
ArrayDouble.D2 |
getXEdges()
Deprecated.
use getEdges()
|
ArrayDouble.D2 |
getYEdges()
Deprecated.
use getEdges()
|
boolean |
isInterval()
Deprecated.
An interval coordinate consists of two numbers, bound1 and bound2.
|
static ArrayDouble.D2 |
makeEdges(ArrayDouble.D2 midpoints)
Deprecated.
Normal case: do something reasonable in deciding on the edges when we have the midpoints of a 2D coordinate.
|
static ArrayDouble.D2 |
makeXEdgesRotated(ArrayDouble.D2 midx)
Deprecated.
Experimental: for WRF rotated (NMM "E") Grids
|
static ArrayDouble.D2 |
makeYEdgesRotated(ArrayDouble.D2 midy)
Deprecated.
Experimental: for WRF rotated (NMM "E") Grids
|
CoordinateAxis2D |
section(Range r1,
Range r2)
Deprecated.
Create a new CoordinateAxis2D as a section of this CoordinateAxis2D.
|
CoordinateAxis2D.Builder<?> |
toBuilder()
Deprecated.
Turn into a mutable Builder.
|
addLocalFieldsToBuilder, equals, fromVariableDS, getAxisType, getBoundaryRef, getCalendarFromAttribute, getCalendarFromAttribute, getInfo, getMaxValue, getMinValue, getPositive, getUnitsString, hashCode, isContiguous, isIndependentCoordinate, isNumeric_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 CoordinateAxis2D(CoordinateAxis2D.Builder<?> builder, Group parentGroup)
public double getCoordValue(int j,
int i)
i - index 0 (fastest varying, right-most)j - index 1public boolean isInterval()
CoordinateAxisisInterval in class CoordinateAxispublic double[] getCoordValues()
UnsupportedOperationException - if !isNumeric()public CoordinateAxis2D section(Range r1, Range r2) throws InvalidRangeException
r1 - the section on the first indexr2 - the section on the second indexInvalidRangeException - if specified Ranges are invalidpublic ArrayDouble.D2 getCoordValuesArray()
public ArrayDouble.D3 getCoordBoundsArray()
public ArrayDouble.D2 getEdges()
public ArrayDouble.D2 getXEdges()
public ArrayDouble.D2 getYEdges()
public static ArrayDouble.D2 makeEdges(ArrayDouble.D2 midpoints)
midpoints - values of midpoints with shape (ny, nx)public static ArrayDouble.D2 makeXEdgesRotated(ArrayDouble.D2 midx)
midx - x coordinates of midpointspublic static ArrayDouble.D2 makeYEdgesRotated(ArrayDouble.D2 midy)
midy - y coordinates of midpointspublic CoordinateAxisTimeHelper getCoordinateAxisTimeHelper()
public int findTimeIndexFromCalendarDate(int run_idx,
CalendarDate want)
public CoordinateAxis2D.Builder<?> toBuilder()
VariabletoBuilder in class CoordinateAxisprotected CoordinateAxis2D.Builder<?> addLocalFieldsToBuilder(CoordinateAxis2D.Builder<? extends CoordinateAxis2D.Builder<?>> b)
public static CoordinateAxis2D.Builder<?> builder()