C# 클래스 GeoCache.Cache.SdeCache

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

공개 메소드들

메소드 설명
BuildAllCache ( ) : void

Build a cache for a especific featureClass and extent

BuildCursor ( IEnumerable geometries ) : void

Build cache based on cursor

BuildEnvelope ( IEnvelope envelope ) : void

Build a cache for a especific featureClass and extent

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

Retrive data from cache

SdeCache ( IRepository repository, string featureName ) : System.Collections.Generic

Constructor

메소드 상세

BuildAllCache() 공개 메소드

Build a cache for a especific featureClass and extent
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

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

SdeCache() 공개 메소드

Constructor
public SdeCache ( IRepository repository, string featureName ) : System.Collections.Generic
repository IRepository
featureName string
리턴 System.Collections.Generic