Méthode | Description | |
---|---|---|
BuildAllCache ( ) : void |
Build a cache for a especific featureClass and extent
|
|
BuildCursor ( IEnumerable |
Build cache based on cursor
|
|
BuildEnvelope ( IEnvelope envelope ) : void |
Build a cache for a especific featureClass and extent
|
|
RetriveData ( IEnvelope envelop, IList |
Retrive data from cache
|
|
SdeCache ( IRepository repository, string featureName ) : System.Collections.Generic |
Constructor
|
public BuildCursor ( IEnumerable |
||
geometries | IEnumerable |
Geometries to add |
Résultat | void |
public BuildEnvelope ( IEnvelope envelope ) : void | ||
envelope | IEnvelope | Envelope |
Résultat | void |
public RetriveData ( IEnvelope envelop, IList |
||
envelop | IEnvelope | Envelope for search |
outerData | IList |
Output data |
affectedEnvelop | IEnvelope | Affected envelop in the grid |
Résultat | bool |
public SdeCache ( IRepository repository, string featureName ) : System.Collections.Generic | ||
repository | IRepository | |
featureName | string | |
Résultat | System.Collections.Generic |