Method | Description | |
---|---|---|
AbortFetch ( ) : void | ||
ClearCache ( ) : void | ||
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
IsCrsSupported ( string crs ) : bool? | ||
TileLayer ( Func |
||
TileLayer ( ITileSource source = null, int minTiles = 200, int maxTiles = 300, int maxRetries = TileFetcher.DefaultMaxAttempts, int maxThreads = TileFetcher.DefaultMaxThreads, IFetchStrategy fetchStrategy = null, IRenderGetStrategy renderFetchStrategy = null, int minExtraTiles = -1, int maxExtraTiles = -1 ) : System | ||
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void |
Method | Description | |
---|---|---|
SetTileSource ( ITileSource source ) : void |
Method | Description | |
---|---|---|
TileFetcherDataChanged ( object sender, |
||
TileFetcherOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void | ||
ToSimpleEpsgCode ( ) : string | ||
UpdateMemoryCacheMinAndMax ( ) : void |
public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable |
||
box | BoundingBox | |
resolution | double | |
return | IEnumerable |
protected SetTileSource ( ITileSource source ) : void | ||
source | ITileSource | |
return | void |
public TileLayer ( Func |
||
tileSourceInitializer | Func |
|
return | System |
public TileLayer ( ITileSource source = null, int minTiles = 200, int maxTiles = 300, int maxRetries = TileFetcher.DefaultMaxAttempts, int maxThreads = TileFetcher.DefaultMaxThreads, IFetchStrategy fetchStrategy = null, IRenderGetStrategy renderFetchStrategy = null, int minExtraTiles = -1, int maxExtraTiles = -1 ) : System | ||
source | ITileSource | |
minTiles | int | |
maxTiles | int | |
maxRetries | int | |
maxThreads | int | |
fetchStrategy | IFetchStrategy | |
renderFetchStrategy | IRenderGetStrategy | |
minExtraTiles | int | |
maxExtraTiles | int | |
return | System |
public ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void | ||
majorChange | bool | |
extent | BoundingBox | |
resolution | double | |
return | void |