Class Key
A Key is a unique identifier for a node in a tree.
It contains a lower-left point and a level number. The level number
is the power of two for the size of the node envelope.
Assembly: NetTopologySuite.dll
Syntax
Constructors
|
Edit this page
View Source
Key(Interval)
Declaration
public Key(Interval interval)
Parameters
Properties
|
Edit this page
View Source
Interval
Declaration
public Interval Interval { get; }
Property Value
|
Edit this page
View Source
Level
Declaration
public int Level { get; }
Property Value
|
Edit this page
View Source
Point
Declaration
public double Point { get; }
Property Value
Methods
|
Edit this page
View Source
ComputeKey(Interval)
Return a square envelope containing the argument envelope,
whose extent is a power of two and which is based at a power of 2.
Declaration
public void ComputeKey(Interval itemInterval)
Parameters
| Type |
Name |
Description |
| Interval |
itemInterval |
|
|
Edit this page
View Source
ComputeLevel(Interval)
Declaration
public static int ComputeLevel(Interval interval)
Parameters
Returns