Package com.metsci.glimpse.topo
Class TopoHostTile
- java.lang.Object
-
- com.metsci.glimpse.topo.TopoHostTile
-
public class TopoHostTile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description doubleborderSize_RADByteBufferdataBytesTopoDataTypedataTypedoubleeastLon_RADEast edge of data, INCLUDING border columns.longframeNumOfLastUsedoublenorthLat_RADNorth edge of data, INCLUDING border rows.intnumDataColsNumber of columns in dataBytes, INCLUDING border columns.intnumDataRowsNumber of rows in dataBytes, INCLUDING border rows.doublesouthLat_RADSouth edge of data, INCLUDING border rows.doublewestLon_RADWest edge of data, INCLUDING border columns.
-
Constructor Summary
Constructors Constructor Description TopoHostTile(double northLat_RAD, double southLat_RAD, double eastLon_RAD, double westLon_RAD, int numDataRows, int numDataCols, ByteBuffer dataBytes, TopoDataType dataType, double borderSize_RAD, long frameNum)
-
-
-
Field Detail
-
northLat_RAD
public final double northLat_RAD
North edge of data, INCLUDING border rows.
-
southLat_RAD
public final double southLat_RAD
South edge of data, INCLUDING border rows.
-
westLon_RAD
public final double westLon_RAD
West edge of data, INCLUDING border columns.
-
eastLon_RAD
public final double eastLon_RAD
East edge of data, INCLUDING border columns.
-
numDataRows
public final int numDataRows
Number of rows in dataBytes, INCLUDING border rows.
-
numDataCols
public final int numDataCols
Number of columns in dataBytes, INCLUDING border columns.
-
dataBytes
public final ByteBuffer dataBytes
-
dataType
public final TopoDataType dataType
-
borderSize_RAD
public final double borderSize_RAD
-
frameNumOfLastUse
public long frameNumOfLastUse
-
-
Constructor Detail
-
TopoHostTile
public TopoHostTile(double northLat_RAD, double southLat_RAD, double eastLon_RAD, double westLon_RAD, int numDataRows, int numDataCols, ByteBuffer dataBytes, TopoDataType dataType, double borderSize_RAD, long frameNum)
-
-