Class OracleGetSRS

java.lang.Object
org.gvsig.oracle.dal.operations.OracleGetSRS

public class OracleGetSRS extends Object
Updates the layer extent on table USER_SDO_GEOM_METADATA and rebuild the SpatialIndex. The metadata record is inserted if not existing. The SpatialIndex is also created if not existing.
Author:
Cesar Martinez Izquierdo
  • Field Details

    • helper

      protected final org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper
    • database

      protected final String database
    • schema

      protected final String schema
    • table

      protected final String table
  • Constructor Details

    • OracleGetSRS

      public OracleGetSRS(org.gvsig.fmap.dal.store.jdbc2.JDBCHelper helper, String database, String schema, String table)
  • Method Details

    • begin

      public void begin() throws org.gvsig.fmap.dal.resource.exception.AccessResourceException
      Throws:
      org.gvsig.fmap.dal.resource.exception.AccessResourceException
    • clean

      protected void clean()
    • execute

      public String execute() throws org.gvsig.fmap.dal.exception.DataException
      Executes the operation
      Returns:
      Throws:
      org.gvsig.fmap.dal.exception.DataException