C# Class GeoCache.Cache.SdeCache

Sde cache
Inheritance: ICache
Show file Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
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

Method Details

BuildAllCache() public method

Build a cache for a especific featureClass and extent
public BuildAllCache ( ) : void
return void

BuildCursor() public method

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

BuildEnvelope() public method

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

RetriveData() public method

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
return bool

SdeCache() public method

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