Class EmptyFoiStore

java.lang.Object
org.sensorhub.impl.datastore.ReadOnlyDataStore<K,V,VF,Q>
org.sensorhub.impl.datastore.EmptyDataStore<K,V,VF,F>
All Implemented Interfaces:
Map<FeatureKey,IFeature>, IFeatureStoreBase<IFeature,IFoiStore.FoiField,FoiFilter>, IFoiStore, IDataStore<FeatureKey,IFeature,IFoiStore.FoiField,FoiFilter>, IResourceStore<FeatureKey,IFeature,IFoiStore.FoiField,FoiFilter>

public class EmptyFoiStore extends EmptyFeatureBaseStore<IFeature,IFoiStore.FoiField,FoiFilter> implements IFoiStore

Helper class to implement databases that don't support all datastores

  • Constructor Details

    • EmptyFoiStore

      public EmptyFoiStore()
  • Method Details

    • linkTo

      public void linkTo(ISystemDescStore procStore)
      Description copied from interface: IFoiStore
      Link this store to a system store to enable JOIN queries
      Specified by:
      linkTo in interface IFoiStore
    • linkTo

      public void linkTo(IObsStore obsStore)
      Description copied from interface: IFoiStore
      Link this store to an observation store to enable JOIN queries
      Specified by:
      linkTo in interface IFoiStore
    • linkTo

      public void linkTo(IFeatureStore featureStore)
      Description copied from interface: IFoiStore
      Link this store to a sampled feature store to enable JOIN queries
      Specified by:
      linkTo in interface IFoiStore