C# Class GeoCache.Cache.SdeCache

Sde cache
Inheritance: ICache
Afficher le fichier Open project: OliveiraThales/GeoCache Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Build a cache for a especific featureClass and extent
public BuildAllCache ( ) : void
Résultat void

BuildCursor() public méthode

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

BuildEnvelope() public méthode

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

RetriveData() public méthode

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
Résultat bool

SdeCache() public méthode

Constructor
public SdeCache ( IRepository repository, string featureName ) : System.Collections.Generic
repository IRepository
featureName string
Résultat System.Collections.Generic