|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.Layer_Impl
org.deegree_impl.graphics.RasterLayer_Impl
A RasterLayer represent a layer which data are contained within one single Image. The image/raster is geo-referenced by a GM_Envelope that is linked to it.
------------------------------------------------------------------------
Field Summary | |
protected GM_Envelope |
boundingbox
|
protected CoordinateSystem |
crs
|
protected CS_CoordinateSystem |
cs
|
protected java.util.List |
eventController
|
protected GC_GridCoverage |
raster
|
Constructor Summary | |
(package private) |
RasterLayer_Impl(java.lang.String name,
GC_GridCoverage raster)
Creates a new Layer_Impl object. |
Method Summary | |
void |
addEventController(LayerEventController obj)
adds an eventcontroller to the MapView that's reponsible for handling events that targets the map. |
GM_Envelope |
getBoundingBox()
returns the BoundingBox (Envelope) of Layer. |
CS_CoordinateSystem |
getCoordinatesSystem()
returns the coordinate reference system of the MapView |
java.lang.String |
getName()
returns the name of the layer |
GC_GridCoverage |
getRaster()
returns the image/raster that represents the layers data |
void |
removeEventController(LayerEventController obj)
|
void |
setCoordinatesSystem(CS_CoordinateSystem crs)
sets the coordinate reference system of the MapView. |
void |
setRaster(GC_GridCoverage raster)
sets the image/raster that represents the layers data |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected GC_GridCoverage raster
protected CS_CoordinateSystem cs
protected CoordinateSystem crs
protected GM_Envelope boundingbox
protected java.util.List eventController
Constructor Detail |
RasterLayer_Impl(java.lang.String name, GC_GridCoverage raster) throws java.lang.Exception
name
- raster
-
java.lang.Exception
Method Detail |
public void setCoordinatesSystem(CS_CoordinateSystem crs) throws java.lang.Exception
setCoordinatesSystem
in interface Layer
java.lang.Exception
public GC_GridCoverage getRaster()
getRaster
in interface RasterLayer
public void setRaster(GC_GridCoverage raster) throws java.lang.Exception
setRaster
in interface RasterLayer
java.lang.Exception
public java.lang.String getName()
getName
in interface Layer
public GM_Envelope getBoundingBox()
getBoundingBox
in interface Layer
public CS_CoordinateSystem getCoordinatesSystem()
getCoordinatesSystem
in interface Layer
public void addEventController(LayerEventController obj)
addEventController
in interface Layer
public void removeEventController(LayerEventController obj)
removeEventController
in interface Layer
Layer_Impl.addEventController(LayerEventController)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |