public class TableOperations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
TableOperations.NewFieldActionListener |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_FIELD_LENGTH |
| Constructor and Description |
|---|
TableOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFeatures() |
void |
deleteAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) |
void |
deleteFeatures() |
static TableOperations |
getInstance() |
boolean |
hasSelection() |
void |
insertAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) |
void |
insertNewFeature() |
void |
pasteFeatures() |
void |
renameAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) |
static void |
renameColumn(org.gvsig.fmap.dal.feature.FeatureStore fs,
java.lang.String oldname,
java.lang.String newname)
Renames field in feature store
|
void |
setTablePanel(FeatureTableDocumentPanel tp) |
public static final int MAX_FIELD_LENGTH
public void copyFeatures()
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic void deleteAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table)
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic void deleteFeatures()
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic static TableOperations getInstance()
public boolean hasSelection()
public void insertAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table)
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic void insertNewFeature()
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic void pasteFeatures()
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic void renameAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table)
throws org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.DataExceptionpublic static void renameColumn(org.gvsig.fmap.dal.feature.FeatureStore fs,
java.lang.String oldname,
java.lang.String newname)
throws org.gvsig.fmap.dal.exception.DataException
fs - oldname - newname - org.gvsig.fmap.dal.exception.DataExceptionpublic void setTablePanel(FeatureTableDocumentPanel tp)
Copyright © 2024 gvSIG Association. All rights reserved.