Click or drag to resize

RTreeDump Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Dumps the RTree to file with each node represented in WKT format.

Namespace:  Telogis.GeoBase.Indexes
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Dump(
	int level,
	StreamWriter wr
)

Parameters

level
Type: SystemInt32
Number of levels of the tree to dump.
wr
Type: System.IOStreamWriter
StreamWriter to dump the RTree to.
See Also