C# Класс GeoCache.Cache.SdeCache

Sde cache
Наследование: ICache
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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