Method | Description | |
---|---|---|
RestoreAttributeNames ( ) : IList |
Restores a list of attribute names from the cache
|
|
RestoreFeatures ( FeatureType featureType ) : ICollection |
Restores a feature collection from the cache.
|
|
RestoreFeaturesIndex ( FeatureType featureType ) : ISpatialIndex |
Restores a spatial index containing features from cache.
|
|
SaveAttributeNames ( IList |
Saves a list of attribute names to the cache.
|
|
SaveFeatures ( ICollection |
Saves a feature collection to the cache.
|
|
SaveFeaturesIndex ( ISpatialIndex index, FeatureType featureType ) : void |
Saves a spatial index containing features to the cache.
|
Method | Description | |
---|---|---|
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.
|
protected abstract AddOrReplaceAttributeNames ( IList |
||
attributeNames | IList |
Attribute list |
return | void |
protected abstract AddOrReplaceCollection ( ICollection |
||
features | ICollection |
Feature collection |
featureType | FeatureType | Feature type |
return | void |
protected abstract AddOrReplaceIndex ( ISpatialIndex index, FeatureType featureType ) : void | ||
index | ISpatialIndex | Spatial index |
featureType | FeatureType | Feature type |
return | void |
protected abstract CheckKeyString ( string key ) : bool | ||
key | string | Value need to be checked |
return | bool |
protected abstract ExtractAttributeNames ( ) : IList |
||
return | IList |
protected abstract ExtractCollection ( FeatureType featureType ) : Collection |
||
featureType | FeatureType | Type of features in the collection |
return | Collection |
protected abstract ExtractIndex ( FeatureType featureType ) : ISpatialIndex | ||
featureType | FeatureType | Feature type |
return | ISpatialIndex |
public RestoreFeatures ( FeatureType featureType ) : ICollection |
||
featureType | FeatureType | Type of features |
return | ICollection |
public RestoreFeaturesIndex ( FeatureType featureType ) : ISpatialIndex | ||
featureType | FeatureType | Feature type |
return | ISpatialIndex |
public SaveAttributeNames ( IList |
||
attributeNames | IList |
List of attribute names |
return | void |
public SaveFeatures ( ICollection |
||
features | ICollection |
Feature collection |
featureType | FeatureType | Type of features |
return | void |
public SaveFeaturesIndex ( ISpatialIndex index, FeatureType featureType ) : void | ||
index | ISpatialIndex | Spatial index |
featureType | FeatureType | Type of features in index |
return | void |