|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.MapFactory
Factory class for creating MapViews, Layers and Themes.
------------------------------------------------------------------------
Constructor Summary | |
MapFactory()
|
Method Summary | |
static Layer |
createFeatureLayer(java.lang.String name)
creates an empty feature layer with EPSG:4326 as default coordinate reference system. |
static Layer |
createFeatureLayer(java.lang.String name,
CS_CoordinateSystem crs)
creates an empty feature layer. |
static Layer |
createFeatureLayer(java.lang.String name,
CS_CoordinateSystem crs,
FeatureCollection fc)
creates a complete feature layer. |
static MapView |
createMapView(java.lang.String name,
GM_Envelope boundingbox)
creates a MapView with a name and a boundingbox describing the area coverd by the MapView. |
static MapView |
createMapView(java.lang.String name,
GM_Envelope boundingbox,
CS_CoordinateSystem crs)
creates a MapView with a name, a boundingbox describing the area coverd by the MapView and a CRS. |
static MapView |
createMapView(java.lang.String name,
GM_Envelope boundingbox,
CS_CoordinateSystem crs,
Layer[] layers)
creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Layers. |
static MapView |
createMapView(java.lang.String name,
GM_Envelope boundingbox,
CS_CoordinateSystem crs,
Theme[] themes)
creates a MapView with a name, a boundingbox describing the area coverd by the MapView, a CRS and n Themes. |
static Layer |
createRasterLayer(java.lang.String name,
GC_GridCoverage raster)
creates a raster layer. |
static Theme |
createTheme(java.lang.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(java.lang.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(java.lang.String name) throws java.lang.Exception
java.lang.Exception
public static Layer createFeatureLayer(java.lang.String name, CS_CoordinateSystem crs) throws java.lang.Exception
java.lang.Exception
public static Layer createFeatureLayer(java.lang.String name, CS_CoordinateSystem crs, FeatureCollection fc) throws java.lang.Exception
java.lang.Exception
public static Layer createRasterLayer(java.lang.String name, GC_GridCoverage raster) throws java.lang.Exception
java.lang.Exception
public static Theme createTheme(java.lang.String name, Layer layer, UserStyle[] styles)
public static Theme createTheme(java.lang.String name, Layer layer)
public static MapView createMapView(java.lang.String name, GM_Envelope boundingbox)
public static MapView createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs)
public static MapView createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs, Theme[] themes) throws java.lang.Exception
java.lang.Exception
public static MapView createMapView(java.lang.String name, GM_Envelope boundingbox, CS_CoordinateSystem crs, Layer[] layers) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |