Class FetchInfo
Assembly: Mapsui.dll
Syntax
Constructors
|
Edit this page
View Source
FetchInfo(FetchInfo)
Declaration
public FetchInfo(FetchInfo fetchInfo)
Parameters
|
Edit this page
View Source
FetchInfo(MSection, string?, ChangeType)
Declaration
public FetchInfo(MSection section, string? crs = null, ChangeType changeType = ChangeType.Discrete)
Parameters
Properties
|
Edit this page
View Source
CRS
Declaration
public string? CRS { get; }
Property Value
|
Edit this page
View Source
ChangeType
Declaration
public ChangeType ChangeType { get; }
Property Value
|
Edit this page
View Source
Extent
Declaration
public MRect Extent { get; }
Property Value
|
Edit this page
View Source
Resolution
Declaration
public double Resolution { get; }
Property Value
|
Edit this page
View Source
Section
Declaration
public MSection Section { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
The object to compare with the current object.
|
Returns
| Type |
Description |
| bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
|
Edit this page
View Source
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| int |
A hash code for the current object.
|
Overrides
|
Edit this page
View Source
Grow(double)
Declaration
public FetchInfo Grow(double amountInScreenUnits)
Parameters
| Type |
Name |
Description |
| double |
amountInScreenUnits |
|
Returns
Extension Methods