C# 클래스 GeoCache.Cache.NoSqlCache

NoSql cache implementation
상속: ICache
파일 보기 프로젝트 열기: OliveiraThales/GeoCache 1 사용 예제들

공개 메소드들

메소드 설명
BuildAllCache ( ) : void

Build the cache for a featureclass

BuildCursor ( IEnumerable geometries ) : void

Build cache based on cursor

BuildEnvelope ( IEnvelope envelope ) : void

Build a cache for a especific featureClass and extent

NoSqlCache ( IRepository repository, INoSqlRepository noqlRepository, string featureClass ) : System.Collections.Generic

Constructor

RetriveData ( IEnvelope envelop, IList &outerData, IEnvelope &affectedEnvelop ) : bool

Retrive data from cache

비공개 메소드들

메소드 설명
AddGeometries ( IEnumerable geometries ) : void

메소드 상세

BuildAllCache() 공개 메소드

Build the cache for a featureclass
public BuildAllCache ( ) : void
리턴 void

BuildCursor() 공개 메소드

Build cache based on cursor
public BuildCursor ( IEnumerable geometries ) : void
geometries IEnumerable Geometries to add
리턴 void

BuildEnvelope() 공개 메소드

Build a cache for a especific featureClass and extent
public BuildEnvelope ( IEnvelope envelope ) : void
envelope IEnvelope Envelope
리턴 void

NoSqlCache() 공개 메소드

Constructor
public NoSqlCache ( IRepository repository, INoSqlRepository noqlRepository, string featureClass ) : System.Collections.Generic
repository IRepository Repository
noqlRepository INoSqlRepository NoSql Repository
featureClass string FeatureClass name
리턴 System.Collections.Generic

RetriveData() 공개 메소드

Retrive data from cache
public RetriveData ( IEnvelope envelop, IList &outerData, IEnvelope &affectedEnvelop ) : bool
envelop IEnvelope Envelope for search
outerData IList Output data
affectedEnvelop IEnvelope Affected envelop in the grid
리턴 bool