DK11 for .NET | TatukGIS.NDK.TGIS_RTreeItem | Records | Constructors | Fields | Methods
For internal use only. Item (entry) in rtree index.
// C# public struct TGIS_RTreeItem { }
' VisualBasic Public Structure TGIS_RTreeItem End Structure
// Oxygene type [StructLayout(LayoutKind.Sequential)] TGIS_RTreeItem = public record end;
Name | Visibility | Description | |
---|---|---|---|
TGIS_RTreeItem() | public | Constructor for TGIS_RTreeItem | |
TGIS_RTreeItem(TGIS_Extent, Int32) | public | Constructor for TGIS_RTreeItem | |
Name | Visibility | Description | |
---|---|---|---|
Extent | public | Extent of entry. | |
Uid | public | Identifier of entry. | |
Name | Visibility | Description | |
---|---|---|---|
BytesToStructure | public | convert bytes to structure | |
SizeOf | public | Function that gives us size of RTreeItem | |
StructureToBytes | public | Converts structure to bytes | |