Uses of Class
com.bbn.openmap.layer.rpf.MakeToc.Group

Packages that use MakeToc.Group
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
 

Uses of MakeToc.Group in com.bbn.openmap.layer.rpf
 

Methods in com.bbn.openmap.layer.rpf with parameters of type MakeToc.Group
protected  boolean MakeToc.addFrameToGroup(MakeToc.Group grp, MakeToc.Frame frm, int index)
          Does the actual checking to see if the frame gets added to the group, by checking the frame's location with the group's current boundaries, and resizing the group boundary if the frame is touching it.
 

Method parameters in com.bbn.openmap.layer.rpf with type arguments of type MakeToc.Group
protected  void MakeToc.groupFrames(java.util.Vector<MakeToc.Frame> frames, java.util.Vector<MakeToc.Group> groups, boolean isDchum)
          Take the Vector of frames, and group them into boundary rectangles, represented by groups.
protected  void MakeToc.writeTOCFile(java.lang.String filename, RpfHeader head, java.util.Vector<MakeToc.Frame> frames, java.util.Vector<MakeToc.Group> groups)
          Create and write out an A.TOC file.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details