Class DumbFeatureTypeDefinitionsManager

java.lang.Object
org.gvsig.fmap.dal.feature.AbstractFeatureTypeDefinitionsManager
org.gvsig.fmap.dal.feature.impl.dynobjectutils.DumbFeatureTypeDefinitionsManager
All Implemented Interfaces:
org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager

public class DumbFeatureTypeDefinitionsManager extends org.gvsig.fmap.dal.feature.AbstractFeatureTypeDefinitionsManager implements org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType, org.gvsig.tools.dynobject.DynClass dynClass)
     
    void
    addModel(File model)
     
    boolean
    contains(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
     
    org.gvsig.tools.dynobject.DynClass
    get(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
     
    void
    remove(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DumbFeatureTypeDefinitionsManager

      public DumbFeatureTypeDefinitionsManager()
  • Method Details

    • get

      public org.gvsig.tools.dynobject.DynClass get(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      get in interface org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager
    • contains

      public boolean contains(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      contains in interface org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager
    • add

      public void add(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType, org.gvsig.tools.dynobject.DynClass dynClass)
      Specified by:
      add in interface org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager
    • remove

      public void remove(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType)
      Specified by:
      remove in interface org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager
    • addModel

      public void addModel(File model)
      Specified by:
      addModel in interface org.gvsig.fmap.dal.feature.FeatureTypeDefinitionsManager