コード例 #1
0
ファイル: Registry.cs プロジェクト: andyhebear/mogregis3d
 /**
  * Sets the interface for creating feature store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New feature store factory implementation.
  */
 public void setFeatureStoreFactory(FeatureStoreFactory factory)
 {
     feature_store_factory = factory;
 }
コード例 #2
0
ファイル: Registry.cs プロジェクト: agustinsantos/mogregis3d
 /**
  * Sets the interface for creating feature store connections. You
  * can call this to replace the default implementation with a
  * custom one.
  *
  * @param factory
  *      New feature store factory implementation.
  */
 public void setFeatureStoreFactory(FeatureStoreFactory factory)
 {
     feature_store_factory = factory;
 }