Class TopoHostTile


  • public class TopoHostTile
    extends Object
    • 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.
      • 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)
    • Method Detail

      • dispose

        public void dispose()