Uses of Class
com.bbn.openmap.omGraphics.OMScalingRaster

Packages that use OMScalingRaster
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.image   
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
 

Uses of OMScalingRaster in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp that return OMScalingRaster
 OMScalingRaster ASRPDirectory.getBlock(int x, int y)
          Fetch the subframe tile block from the IMG file.
 

Uses of OMScalingRaster in com.bbn.openmap.dataAccess.image
 

Subclasses of OMScalingRaster in com.bbn.openmap.dataAccess.image
 class ErrImageTile
          An ErrImageTile is an ImageTile that can't be displayed due to projection incompatibilities or some other problem.
 class ImageTile
          This is an extension to OMRaster that automatically scales itelf to match the current projection.
 

Uses of OMScalingRaster in com.bbn.openmap.dataAccess.shape
 

Subclasses of OMScalingRaster in com.bbn.openmap.dataAccess.shape
 class EsriIconPoint
          An extension to OMPoint that typecasts a specific Esri graphic type.
 

Uses of OMScalingRaster in com.bbn.openmap.layer.rpf
 

Fields in com.bbn.openmap.layer.rpf declared as OMScalingRaster
 OMScalingRaster RpfSubframe.image
          The subframe image.
 

Uses of OMScalingRaster in com.bbn.openmap.omGraphics
 

Subclasses of OMScalingRaster in com.bbn.openmap.omGraphics
 class OMScalingIcon
          This is an extension to OMScalingRaster that scales an icon.
 

Fields in com.bbn.openmap.omGraphics declared as OMScalingRaster
protected  OMScalingRaster EditableOMScalingRaster.raster
           
 

Constructors in com.bbn.openmap.omGraphics with parameters of type OMScalingRaster
EditableOMScalingRaster(OMScalingRaster omsr)
          Create the EditableOMScalingRaster with an OMScalingRaster already defined, ready for editing.
 



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