C# Class DTS.Common.GIS.InMemoryGISLayer

Inheritance: IGISLayer, IGISEditableLayer
Afficher le fichier Open project: dtsagile/arcstache

Méthodes publiques

Méthode Description
Add ( IGISFeature feature ) : void
CreateFeature ( ) : InMemoryGISFeature
Delete ( IGISFeature feature ) : void
FromJSON ( Jayrock jreader ) : void
FromXML ( System reader ) : void
InMemoryGISLayer ( IEnumerable features, string layerName, string keyFieldName ) : System
InMemoryGISLayer ( string layerName, string keyFieldName ) : System
MoveNext ( ) : bool
Search ( string queryString ) : void
ToJSON ( Jayrock jwriter ) : void
ToXML ( System writer ) : void
Update ( IGISFeature feature ) : void

Private Methods

Méthode Description
FindByKeyValue ( List features, object id ) : InMemoryGISFeature

Method Details

Add() public méthode

public Add ( IGISFeature feature ) : void
feature IGISFeature
Résultat void

CreateFeature() public abstract méthode

public abstract CreateFeature ( ) : InMemoryGISFeature
Résultat InMemoryGISFeature

Delete() public méthode

public Delete ( IGISFeature feature ) : void
feature IGISFeature
Résultat void

FromJSON() public méthode

public FromJSON ( Jayrock jreader ) : void
jreader Jayrock
Résultat void

FromXML() public méthode

public FromXML ( System reader ) : void
reader System
Résultat void

InMemoryGISLayer() public méthode

public InMemoryGISLayer ( IEnumerable features, string layerName, string keyFieldName ) : System
features IEnumerable
layerName string
keyFieldName string
Résultat System

InMemoryGISLayer() public méthode

public InMemoryGISLayer ( string layerName, string keyFieldName ) : System
layerName string
keyFieldName string
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Search() public méthode

public Search ( string queryString ) : void
queryString string
Résultat void

ToJSON() public méthode

public ToJSON ( Jayrock jwriter ) : void
jwriter Jayrock
Résultat void

ToXML() public méthode

public ToXML ( System writer ) : void
writer System
Résultat void

Update() public méthode

public Update ( IGISFeature feature ) : void
feature IGISFeature
Résultat void