|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.graphics.MapFactory
public class MapFactory
Factory class for creating MapViews, Layers and Themes.
------------------------------------------------------------------------
Constructor Summary | |
---|---|
MapFactory()
|
Method Summary | |
---|---|
static Layer |
createFeatureLayer(String name)
creates an empty feature layer with EPSG:4326 as default coordinate reference system. |
static Layer |
createFeatureLayer(String name,
CoordinateSystem crs)
creates an empty feature layer. |
static Layer |
createFeatureLayer(String name,
CoordinateSystem crs,
FeatureCollection fc)
creates a complete feature layer. |
static MapView |
createMapView(String name,
Envelope boundingbox,
CoordinateSystem crs,
Theme[] themes,
double pixelsize)
creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Themes. |
static Layer |
createRasterLayer(String name,
GridCoverage raster)
creates a raster layer. |
static Theme |
createTheme(String name,
Layer layer)
creates a theme with a name, a Layer containing the themes data and an array of styles to be known by the Theme |
static Theme |
createTheme(String name,
Layer layer,
UserStyle[] styles)
creates a theme with a name, a Layer containing the themes data and an array of styles to be known by the Theme |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapFactory()
Method Detail |
---|
public static Layer createFeatureLayer(String name) throws Exception
Exception
public static Layer createFeatureLayer(String name, CoordinateSystem crs) throws Exception
Exception
public static Layer createFeatureLayer(String name, CoordinateSystem crs, FeatureCollection fc) throws Exception
Exception
public static Layer createRasterLayer(String name, GridCoverage raster) throws Exception
Exception
public static Theme createTheme(String name, Layer layer, UserStyle[] styles)
public static Theme createTheme(String name, Layer layer)
public static MapView createMapView(String name, Envelope boundingbox, CoordinateSystem crs, Theme[] themes, double pixelsize) throws Exception
Exception
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net