프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsFetching | bool | ||
NeedsUpdate | bool | ||
NewExtent | BoundingBox | ||
NewResolution | double | ||
Sets | List |
||
StartFetchTimer |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DataArrived ( IEnumerable |
||
StartFetchTimerElapsed ( object state ) : void | ||
StartNewFetch ( BoundingBox extent, double resolution ) : void |
메소드 | 설명 | |
---|---|---|
GetFeaturesInView ( BoundingBox box, IEnumerable |
protected DataArrived ( IEnumerable |
||
features | IEnumerable |
|
state | object | |
리턴 | void |
public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
리턴 | IEnumerable |
protected StartFetchTimerElapsed ( object state ) : void | ||
state | object | |
리턴 | void |
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 |