Class Raster
Inheritance
System.Object
Raster
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Mapsui.Geometries.dll
Syntax
public class Raster : Geometry, IEquatable<Geometry>, IRaster, IGeometry
Constructors
|
Improve this Doc
View Source
Raster(MemoryStream, BoundingBox)
Declaration
public Raster(MemoryStream data, BoundingBox box)
Parameters
Type |
Name |
Description |
System.IO.MemoryStream |
data |
|
BoundingBox |
box |
|
Properties
|
Improve this Doc
View Source
BoundingBox
Declaration
public override BoundingBox BoundingBox { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Data
Declaration
public MemoryStream Data { get; }
Property Value
Type |
Description |
System.IO.MemoryStream |
|
|
Improve this Doc
View Source
TickFetched
Declaration
public long TickFetched { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
AsBinary()
Declaration
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
AsText()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
Contains(Point)
Declaration
public override bool Contains(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Distance(Point)
Declaration
public override double Distance(Point point)
Parameters
Type |
Name |
Description |
Point |
point |
|
Returns
Type |
Description |
System.Double |
|
Overrides
|
Improve this Doc
View Source
Equals(Geometry)
Declaration
public override bool Equals(Geometry geom)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
IsEmpty()
Declaration
public override bool IsEmpty()
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods