|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Layer is a collection of Features or rasters building a thematic 'unit' waterways or country borders for example. Features or raster can be added or removed from the layer. A Feature or raster can e changed by a modul of the application using the layer because only references to Features or rasters are stored within a layer.
------------------------------------------------------------------------
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 |
void |
removeEventController(LayerEventController obj)
|
void |
setCoordinatesSystem(CS_CoordinateSystem crs)
sets the coordinate reference system of the MapView. |
Method Detail |
public java.lang.String getName()
public GM_Envelope getBoundingBox()
public CS_CoordinateSystem getCoordinatesSystem()
public void setCoordinatesSystem(CS_CoordinateSystem crs) throws java.lang.Exception
java.lang.Exception
public void addEventController(LayerEventController obj)
public void removeEventController(LayerEventController obj)
addEventController(LayerEventController)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |