User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_rtreeitem

TGIS_RTreeItem record

DK11 for .NET | TatukGIS.NDK.TGIS_RTreeItem | Records | Constructors | Fields | Methods

For internal use only. Item (entry) in rtree index.

Available also on: Delphi | Java.

Syntax

// C#
public struct TGIS_RTreeItem
{
}
' VisualBasic
Public Structure TGIS_RTreeItem
End Structure
// Oxygene
type
  [StructLayout(LayoutKind.Sequential)]
  TGIS_RTreeItem = public record
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_RTreeItem() public Constructor for TGIS_RTreeItem
TGIS_RTreeItem(TGIS_Extent, Int32) public Constructor for TGIS_RTreeItem

Fields

Inherited Protected
Name Visibility Description
Extent public Extent of entry.
Uid public Identifier of entry.

Methods

Inherited Overrides Protected
Name Visibility Description
BytesToStructure public convert bytes to structure
SizeOf public Function that gives us size of RTreeItem
StructureToBytes public Converts structure to bytes

Remarks

For internal use of TGIS_RTree.

2020/05/07 01:19

Page Tools