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.policy Contains policy objects that affect the behavior of OMGraphicHandlerLayers. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.omGraphics.time   
 

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 itself 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.policy
 

Methods in com.bbn.openmap.layer.policy that return OMScalingRaster
protected  OMScalingRaster BufferedImageRenderPolicy.ImageBuffer.getImageRaster()
           
protected  OMScalingRaster BufferedImageRenderPolicy.ImageBuffer.updateRaster(java.awt.image.BufferedImage imageBuffer, Projection proj)
           
 

Methods in com.bbn.openmap.layer.policy with parameters of type OMScalingRaster
protected  void BufferedImageRenderPolicy.ImageBuffer.setImageRaster(OMScalingRaster imageRaster)
           
 

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.
OMWarpingImage(OMScalingRaster omsr, GeoCoordTransformation transform)
          Create an OMWarpingImage from an OMScalingRaster - useful for when the projection being used on the map doesn't match the projection of the raster, and it needs to be transformed.
 

Uses of OMScalingRaster in com.bbn.openmap.omGraphics.time
 

Subclasses of OMScalingRaster in com.bbn.openmap.omGraphics.time
 class TemporalOMScalingIcon
           
 



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