Property | Type | Description | |
---|---|---|---|
Cache | IEnumerable |
||
IsFetching | bool | ||
NeedsUpdate | bool | ||
NewExtent | BoundingBox | ||
NewResolution | double | ||
StartFetchTimer | Timer |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
DataArrived ( IEnumerable |
||
StartNewFetch ( BoundingBox extent, double resolution ) : void |
Method | Description | |
---|---|---|
StartFetchTimerElapsed ( object state ) : void | ||
Transform ( BoundingBox extent ) : BoundingBox | ||
Transform ( IEnumerable |
protected DataArrived ( IEnumerable |
||
features | IEnumerable |
|
state | object | |
return | void |
public GetFeaturesInView ( BoundingBox extent, double resolution ) : IEnumerable |
||
extent | BoundingBox | |
resolution | double | |
return | IEnumerable |
protected StartNewFetch ( BoundingBox extent, double resolution ) : void | ||
extent | BoundingBox | |
resolution | double | |
return | void |
public ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void | ||
majorChange | bool | |
extent | BoundingBox | |
resolution | double | |
return | void |