Class TableOperations

java.lang.Object
org.gvsig.app.project.documents.table.TableOperations

public class TableOperations extends Object
Feature Table Operations.
Author:
Vicente Caballero Navarro
  • Field Details

  • Constructor Details

    • TableOperations

      public TableOperations()
  • Method Details

    • getInstance

      public static TableOperations getInstance()
    • setTablePanel

      public void setTablePanel(FeatureTableDocumentPanel tp)
    • 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