Class TableOperations
java.lang.Object
org.gvsig.app.project.documents.table.TableOperations
Feature Table Operations.
- Author:
- Vicente Caballero Navarro
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) voidstatic TableOperationsbooleanvoidinsertAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) voidvoidvoidrenameAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) static voidrenameColumn(org.gvsig.fmap.dal.feature.FeatureStore fs, String oldname, String newname) Renames field in feature storevoid
-
Field Details
-
MAX_FIELD_LENGTH
public static final int MAX_FIELD_LENGTH- See Also:
-
-
Constructor Details
-
TableOperations
public TableOperations()
-
-
Method Details
-
getInstance
-
setTablePanel
-
copyFeatures
public void copyFeatures() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
hasSelection
public boolean hasSelection() -
pasteFeatures
public void pasteFeatures() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
deleteFeatures
public void deleteFeatures() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
insertNewFeature
public void insertNewFeature() throws org.gvsig.fmap.dal.exception.DataException- Throws:
org.gvsig.fmap.dal.exception.DataException
-
deleteAttributes
public void deleteAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
insertAttributes
public void insertAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
renameAttributes
public void renameAttributes(org.gvsig.fmap.mapcontrol.dal.feature.swing.FeatureTable table) throws org.gvsig.fmap.dal.exception.DataException - Throws:
org.gvsig.fmap.dal.exception.DataException
-
renameColumn
public static void renameColumn(org.gvsig.fmap.dal.feature.FeatureStore fs, String oldname, String newname) throws org.gvsig.fmap.dal.exception.DataException Renames field in feature store- Parameters:
fs-oldname-newname-- Throws:
org.gvsig.fmap.dal.exception.DataException
-