Class Key
A Key is a unique identifier for a node in a quadtree.
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(Envelope)
Declaration
public Key(Envelope itemEnv)
Parameters
Properties
|
Edit this page
View Source
Centre
Declaration
public Coordinate Centre { get; }
Property Value
|
Edit this page
View Source
Envelope
Declaration
public Envelope Envelope { get; }
Property Value
|
Edit this page
View Source
Level
Declaration
public int Level { get; }
Property Value
|
Edit this page
View Source
Point
Declaration
public Coordinate Point { get; }
Property Value
Methods
|
Edit this page
View Source
ComputeKey(Envelope)
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(Envelope itemEnv)
Parameters
|
Edit this page
View Source
ComputeQuadLevel(Envelope)
Declaration
public static int ComputeQuadLevel(Envelope env)
Parameters
Returns