C# Класс GeoCache.Cache.InMemoryCache

InMemeory implementation of ICache
Наследование: ICache
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BuildAllCache ( ) : void

Build the cache for a featureclass

BuildCursor ( IEnumerable geometries ) : void

Build cache based on cursor

BuildEnvelope ( IEnvelope envelope ) : void

Build a cache for a especific featureClass and extent

InMemoryCache ( IRepository repository, IEnvelope fullExtent, string featureClass ) : System

Constructor

RetriveData ( IEnvelope envelop, IList &outerData, IEnvelope &affectedEnvelop ) : bool

Retrive data from cache

Приватные методы

Метод Описание
AddGeometries ( IEnumerable geometries ) : void

Add geometries to cache

BuildGrid ( IEnvelope envelop ) : void

Build the grid based on Quadtree algorithm

BuildQuarter ( BoundingBox envelope, int level, List &order ) : void

Build a quarter for index

CreateSpatialIndex ( IEnvelope envelop ) : QuadTree

Generates a spatial index for a specified shape file.

GetAllFeatureBoundingBoxes ( IEnvelope envelop ) : IEnumerable

Reads all boundingboxes of features in the shapefile. This is used for spatial indexing.

Описание методов

BuildAllCache() публичный Метод

Build the cache for a featureclass
public BuildAllCache ( ) : void
Результат void

BuildCursor() публичный Метод

Build cache based on cursor
public BuildCursor ( IEnumerable geometries ) : void
geometries IEnumerable Geometries to add
Результат void

BuildEnvelope() публичный Метод

Build a cache for a especific featureClass and extent
public BuildEnvelope ( IEnvelope envelope ) : void
envelope IEnvelope Envelope
Результат void

InMemoryCache() публичный Метод

Constructor
public InMemoryCache ( IRepository repository, IEnvelope fullExtent, string featureClass ) : System
repository IRepository The repository
fullExtent IEnvelope Full Extent
featureClass string FeatureClass name
Результат System

RetriveData() публичный Метод

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
Результат bool