User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchymanager

Table of Contents

IGIS_HierarchyManager interface

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager | Interfaces | Methods | Properties

Hierarchy manager class.

The hierarchy data contain a hierarchy list and additional hierarchy groups that are saved in a project file under [TatukGIS Hierarchy] and [TatukGIS GroupN] sections.

The hierarchy list section has a format like:

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public interface IGIS_HierarchyManager: ITBaseObject
{
}
' VisualBasic
Public Interface IGIS_HierarchyManager
  Implements ITBaseObject
End Class
// Oxygene
type
  IGIS_HierarchyManager = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AddGroup public Add existing group to another group.
AddLayer public Add a layer to groups.
AddOtherLayers public Add layers from the viewer (not used in the hierarchy list) to the hierarchy.
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
ClearGroups public Delete all groups.
CreateGroup public Create a group.
DeleteGroup public Delete group with sub groups.
DeleteLayer public Delete layer from groups.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
GetGroups public Get aliases list.
GetHierarchy public Get hierarchy list.
InsertGroup public Add existing group to another group at indexed position.
InsertLayer public Add a layer to groups.
LoadHierarchy public Load hierarchy from config.
MoveGroup public Move group to another group.
MoveGroupEx public Move group to another group.
MoveLayer public Move a layer from a group to another.
ParseHierarchy public Parse hierarchy list and build groups with layers.
ParseHierarchy_2 public Parse hierarchy list and build groups with layers.

Properties

Inherited Protected
Name Visibility Description
Groups public Get group by name.
GroupsCount public Groups count.
IsModified public Is hierarchy modified.

2025/01/31 01:03

Page Tools