Class GeoTiffProvider
Inheritance
System.Object
GeoTiffProvider
Assembly: Mapsui.Desktop.dll
Syntax
public class GeoTiffProvider : object, IProvider
Constructors
|
Improve this Doc
View Source
GeoTiffProvider(String, List<Drawing.Color>)
Declaration
public GeoTiffProvider(string tiffPath, List<Drawing.Color> noDataColors = null)
Parameters
Type |
Name |
Description |
System.String |
tiffPath |
|
List<System.Drawing.Color> |
noDataColors |
|
Properties
|
Improve this Doc
View Source
CRS
Declaration
public string CRS { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
GetExtents()
Declaration
public BoundingBox GetExtents()
Returns
|
Improve this Doc
View Source
GetFeaturesInView(BoundingBox, Double)
Declaration
public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
Parameters
Type |
Name |
Description |
BoundingBox |
box |
|
System.Double |
resolution |
|
Returns
|
Improve this Doc
View Source
Declaration
public bool? IsCrsSupported(string crs)
Parameters
Type |
Name |
Description |
System.String |
crs |
|
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
Implements