Property | Type | Description | |
---|---|---|---|
IsFetching | bool | ||
NeedsUpdate | bool | ||
NewExtent | BoundingBox | ||
NewResolution | double | ||
Sets | List |
||
StartFetchTimer |
Method | Description | |
---|---|---|
AbortFetch ( ) : void | ||
ClearCache ( ) : void | ||
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
ImageLayer ( string layername ) : System | ||
IsCrsSupported ( string crs ) : bool? | ||
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void |
Method | Description | |
---|---|---|
DataArrived ( IEnumerable |
||
StartFetchTimerElapsed ( object state ) : void | ||
StartNewFetch ( BoundingBox extent, double resolution ) : void |
Method | Description | |
---|---|---|
GetFeaturesInView ( BoundingBox box, IEnumerable |
protected DataArrived ( IEnumerable |
||
features | IEnumerable |
|
state | object | |
return | void |
public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
return | IEnumerable |
public ImageLayer ( string layername ) : System | ||
layername | string | |
return | System |
protected StartFetchTimerElapsed ( object state ) : void | ||
state | object | |
return | void |
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 |