org.deegree.graphics.displayelements
Interface RasterDisplayElement

All Superinterfaces:
DisplayElement
All Known Implementing Classes:
RasterDisplayElement_Impl

public interface RasterDisplayElement
extends DisplayElement

Version:
$Revision: 1.2 $
Author:
$author$

Method Summary
 GC_GridCoverage getRaster()
          returns the content of the RasterDisplayElement
 void setRaster(GC_GridCoverage gc)
          sets the grid coverage that represents the content of the RasterDisplayElement
 
Methods inherited from interface org.deegree.graphics.displayelements.DisplayElement
doesScaleConstraintApply, getAssociateFeatureId, getFeature, isHighlighted, isSelected, paint, setHighlighted, setSelected
 

Method Detail

setRaster

public void setRaster(GC_GridCoverage gc)
sets the grid coverage that represents the content of the RasterDisplayElement

Parameters:
gc -

getRaster

public GC_GridCoverage getRaster()
returns the content of the RasterDisplayElement

Returns: