Class Remap

java.lang.Object
edu.wisc.ssec.mcidasv.adt.Remap

class Remap extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    Dest blocksize
    (package private) int
    Block size (bytes) input file
    (package private) int
    Number of corners in elem
    (package private) int
    Number of corners in line
    (package private) int
    Number of splines/elem
    (package private) int
    Number of splines/line
    (package private) int
    Block size (bytes) output file
    (package private) int
    Source blocksize
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • in_bfw

      int in_bfw
      Block size (bytes) input file
    • out_bfw

      int out_bfw
      Block size (bytes) output file
    • nspl

      int nspl
      Number of splines/line
    • nspe

      int nspe
      Number of splines/elem
    • slb

      int slb
      Source blocksize
    • dlb

      int dlb
      Dest blocksize
    • ncl

      int ncl
      Number of corners in line
    • nce

      int nce
      Number of corners in elem
  • Constructor Details