public class LayerLoaderManager extends Object
Constructor and Description |
---|
LayerLoaderManager(AddLayerUI ui) |
Modifier and Type | Method and Description |
---|---|
FLyrRaster |
createLayer(String layerName,
String conn,
TableListItem item,
long nColumns)
Builds a new raster layer
|
DBServerExplorerParameters |
getDBServerExplorerParameters()
Gets the
DBServerExplorerParameters |
long |
getNumberOfColumns(String schema,
String table)
Gets the number of column of the selected table
|
void |
loadLayers()
Return FLayers if user performs multi selection.
|
void |
setDBServerExplorerParameters(DBServerExplorerParameters params)
Assigns a
DBServerExplorerParameters |
void |
showConnectionErrorMessage(String _msg)
Shows an error
|
void |
showConnectionInfoMessage(String _msg)
Shows a information window
|
public LayerLoaderManager(AddLayerUI ui)
public void setDBServerExplorerParameters(DBServerExplorerParameters params)
DBServerExplorerParameters
params
- public DBServerExplorerParameters getDBServerExplorerParameters()
DBServerExplorerParameters
DBServerExplorerParameters
public void loadLayers()
public FLyrRaster createLayer(String layerName, String conn, TableListItem item, long nColumns) throws LoadLayerException
layerName
- conn
- item
- nColumns
- LoadLayerException
public long getNumberOfColumns(String schema, String table)
schema
- table
- public void showConnectionErrorMessage(String _msg)
_msg
- public void showConnectionInfoMessage(String _msg)
_msg
-