org.deegree.commons.jdbc
Class LayerDatabaseHelper

java.lang.Object
  extended by org.deegree.commons.jdbc.LayerDatabaseHelper

public class LayerDatabaseHelper
extends Object

LayerDatabaseHelper

Version:
$Revision: 23881 $, $Date: 2010-04-27 10:21:55 +0200 (Tue, 27 Apr 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Constructor Summary
LayerDatabaseHelper()
           
 
Method Summary
static boolean addLayer(String layersConnId, String name, String title, String connId, String table, String crs)
           
static boolean removeLayer(String layersConnId, int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerDatabaseHelper

public LayerDatabaseHelper()
Method Detail

addLayer

public static boolean addLayer(String layersConnId,
                               String name,
                               String title,
                               String connId,
                               String table,
                               String crs)
Parameters:
layersConnId -
name -
title -
connId -
table -
crs -
Returns:
true, if actually added

removeLayer

public static boolean removeLayer(String layersConnId,
                                  int id)
Parameters:
layersConnId -
id -
Returns:
true, if a layer was deleted


Copyright © 2011. All Rights Reserved.