Метод | Описание | |
---|---|---|
SimpleCacheAccessor ( |
Initializes a new instance of Maparaound.Caching.SimpleCacheAccessor.
|
Метод | Описание | |
---|---|---|
AddOrReplaceAttributeNames ( IList |
Saves an attribute list into cache.
|
|
AddOrReplaceCollection ( ICollection |
Adds a collection to the cache or replaces it.
|
|
AddOrReplaceIndex ( ISpatialIndex index, FeatureType featureType ) : void |
Adds a feature index to the cache or replaces it.
|
|
CheckKeyString ( string key ) : bool |
Checks a value for validity when using as the access key.
|
|
ExtractAttributeNames ( ) : IList |
Extracts an attribute list from cache.
|
|
ExtractCollection ( FeatureType featureType ) : Collection |
Extracts a collection from cache.
|
|
ExtractIndex ( FeatureType featureType ) : ISpatialIndex |
Extracts a feature index from cache.
|
Метод | Описание | |
---|---|---|
checkCache ( ) : void | ||
featureTypeSubKey ( FeatureType featureType ) : string |
protected AddOrReplaceAttributeNames ( IList |
||
attributeNames | IList |
Attribute list |
Результат | void |
protected AddOrReplaceCollection ( ICollection |
||
features | ICollection |
Feature collection |
featureType | FeatureType | Feature type |
Результат | void |
protected AddOrReplaceIndex ( ISpatialIndex index, FeatureType featureType ) : void | ||
index | ISpatialIndex | Spatial index |
featureType | FeatureType | Feature type |
Результат | void |
protected CheckKeyString ( string key ) : bool | ||
key | string | Value need to be checked |
Результат | bool |
protected ExtractAttributeNames ( ) : IList |
||
Результат | IList |
protected ExtractCollection ( FeatureType featureType ) : Collection |
||
featureType | FeatureType | Type of features in the collection |
Результат | Collection |
protected ExtractIndex ( FeatureType featureType ) : ISpatialIndex | ||
featureType | FeatureType | Feature type |
Результат | ISpatialIndex |
public SimpleCacheAccessor ( |
||
cache | Maparaound.Caching.SimpleSpatialDataCache instance | |
Результат | System |