Interface VCSGisRepositoryLocaldb

All Superinterfaces:
org.gvsig.tools.dispose.Disposable, org.gvsig.tools.util.PropertiesSupport, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportJson, org.gvsig.json.SupportToJson, VCSGisRepository

public interface VCSGisRepositoryLocaldb extends VCSGisRepository
Author:
fdiaz
  • Method Details

    • getServerExplorer

      org.gvsig.fmap.dal.store.jdbc2.JDBCServerExplorer getServerExplorer()
    • getCRS

      org.gvsig.crs.projection.lib.Projection getCRS()
    • getIndexGeometries

      boolean getIndexGeometries()
    • updateFeatureTypeOfEntity

      void updateFeatureTypeOfEntity(String entity, org.gvsig.fmap.dal.feature.FeatureType featureType)
    • getConfigValues

      Map<String,String> getConfigValues(String... names)
    • getConfigValue

      String getConfigValue(String name)
    • setConfigValue

      void setConfigValue(String name, String value)
    • deleteEntity

      boolean deleteEntity(String entity)
    • isAuthenticationRequired

      boolean isAuthenticationRequired()
    • isAuthorizationRequired

      boolean isAuthorizationRequired()
    • getFeatureStore

      org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore(String tableName, boolean ignoreDalResource)
    • getUserByCode

      VCSGisUser getUserByCode(String userCode)
    • getUserByName

      VCSGisUser getUserByName(String userName)