RTreeDump Method | |
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
)
Public Sub Dump (
level As Integer,
wr As StreamWriter
)
Parameters
- level
- Type: SystemInt32
Number of levels of the tree to dump. - wr
- Type: System.IOStreamWriter
StreamWriter to
dump the RTree to.
See Also