Свойство | Тип | Описание | |
---|---|---|---|
Cache | IEnumerable |
||
IsFetching | bool | ||
NeedsUpdate | bool | ||
NewExtent | BoundingBox | ||
NewResolution | double | ||
StartFetchTimer | Timer |
Метод | Описание | |
---|---|---|
AbortFetch ( ) : void | ||
ClearCache ( ) : void | ||
GetFeaturesInView ( BoundingBox extent, double resolution ) : IEnumerable |
||
IsCrsSupported ( string crs ) : bool? | ||
Layer ( ) : System | ||
Layer ( string layername ) : System | ||
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void |
Метод | Описание | |
---|---|---|
DataArrived ( IEnumerable |
||
StartNewFetch ( BoundingBox extent, double resolution ) : void |
Метод | Описание | |
---|---|---|
StartFetchTimerElapsed ( object state ) : void | ||
Transform ( BoundingBox extent ) : BoundingBox | ||
Transform ( IEnumerable |
protected DataArrived ( IEnumerable |
||
features | IEnumerable |
|
state | object | |
Результат | void |
public GetFeaturesInView ( BoundingBox extent, double resolution ) : IEnumerable |
||
extent | BoundingBox | |
resolution | double | |
Результат | IEnumerable |
public IsCrsSupported ( string crs ) : bool? | ||
crs | string | |
Результат | bool? |
public Layer ( string layername ) : System | ||
layername | string | |
Результат | System |
protected StartNewFetch ( BoundingBox extent, double resolution ) : void | ||
extent | BoundingBox | |
resolution | double | |
Результат | void |
public ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void | ||
majorChange | bool | |
extent | BoundingBox | |
resolution | double | |
Результат | void |