Method | Description | |
---|---|---|
AbortFetch ( ) : void | ||
ClearCache ( ) : void | ||
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
GetLayerStyles ( ILayer layer ) : IEnumerable |
||
IsCrsSupported ( string crs ) : bool? | ||
ToString ( ) : string | ||
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void |
Method | Description | |
---|---|---|
BaseLayer ( ) : System.Collections.Generic | ||
BaseLayer ( string name ) : System.Collections.Generic | ||
OnDataChanged ( |
||
OnPropertyChanged ( string name ) : void |
Method | Description | |
---|---|---|
Attribution ( ) : System.Collections.Generic |
protected BaseLayer ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected BaseLayer ( string name ) : System.Collections.Generic | ||
name | string | |
return | System.Collections.Generic |
public abstract GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
return | IEnumerable |
public static GetLayerStyles ( ILayer layer ) : IEnumerable |
||
layer | ILayer | |
return | IEnumerable |
protected OnDataChanged ( |
||
args | ||
return | void |
protected OnPropertyChanged ( string name ) : void | ||
name | string | |
return | void |
public abstract ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void | ||
majorChange | bool | |
extent | BoundingBox | |
resolution | double | |
return | void |