Method | Description | |
---|---|---|
BuildAllCache ( ) : void |
Build the cache for a featureclass
|
|
BuildCursor ( IEnumerable |
Build cache based on cursor
|
|
BuildEnvelope ( IEnvelope envelope ) : void |
Build a cache for a especific featureClass and extent
|
|
NoSqlCache ( IRepository repository, INoSqlRepository noqlRepository, string featureClass ) : System.Collections.Generic |
Constructor
|
|
RetriveData ( IEnvelope envelop, IList |
Retrive data from cache
|
Method | Description | |
---|---|---|
AddGeometries ( IEnumerable |
public BuildCursor ( IEnumerable |
||
geometries | IEnumerable |
Geometries to add |
return | void |
public BuildEnvelope ( IEnvelope envelope ) : void | ||
envelope | IEnvelope | Envelope |
return | void |
public NoSqlCache ( IRepository repository, INoSqlRepository noqlRepository, string featureClass ) : System.Collections.Generic | ||
repository | IRepository | Repository |
noqlRepository | INoSqlRepository | NoSql Repository |
featureClass | string | FeatureClass name |
return | System.Collections.Generic |
public RetriveData ( IEnvelope envelop, IList |
||
envelop | IEnvelope | Envelope for search |
outerData | IList |
Output data |
affectedEnvelop | IEnvelope | Affected envelop in the grid |
return | bool |