public class TopoHostTile extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
borderSize_RAD |
ByteBuffer |
dataBytes |
TopoDataType |
dataType |
double |
eastLon_RAD
East edge of data, INCLUDING border columns.
|
long |
frameNumOfLastUse |
double |
northLat_RAD
North edge of data, INCLUDING border rows.
|
int |
numDataCols
Number of columns in dataBytes, INCLUDING border columns.
|
int |
numDataRows
Number of rows in dataBytes, INCLUDING border rows.
|
double |
southLat_RAD
South edge of data, INCLUDING border rows.
|
double |
westLon_RAD
West edge of data, INCLUDING border columns.
|
| Constructor and 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) |
public final double northLat_RAD
public final double southLat_RAD
public final double westLon_RAD
public final double eastLon_RAD
public final int numDataRows
public final int numDataCols
public final ByteBuffer dataBytes
public final TopoDataType dataType
public final double borderSize_RAD
public long frameNumOfLastUse
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)
Copyright © 2020 Metron, Inc.. All rights reserved.