Class SweepLineInterval
Inheritance
SweepLineInterval
Assembly: NetTopologySuite.dll
Syntax
public class SweepLineInterval
Constructors
|
Edit this page
View Source
SweepLineInterval(double, double)
Declaration
public SweepLineInterval(double min, double max)
Parameters
|
Edit this page
View Source
SweepLineInterval(double, double, object)
Declaration
public SweepLineInterval(double min, double max, object item)
Parameters
Properties
|
Edit this page
View Source
Item
Declaration
public object Item { get; }
Property Value
|
Edit this page
View Source
Max
Declaration
public double Max { get; }
Property Value
|
Edit this page
View Source
Min
Declaration
public double Min { get; }
Property Value