User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_hierarchymanager

Table of Contents

IGIS_HierarchyManager interface

DK for Java | tatukgis.jdk.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 | ActiveX | Python.

Syntax

// Java
public abstract interface IGIS_HierarchyManager extends IInterface {
};
// Oxygene
type
  IGIS_HierarchyManager = public interface( IInterface )
  end;

Implements

IInterface

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.
ClearGroups public Delete all groups.
CreateGroup public Create a group.
DeleteGroup public Delete group with sub groups.
DeleteLayer public Delete layer from groups.
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(java.lang.String) public Parse hierarchy list and build groups with layers.
ParseHierarchy(TStrings, TGIS_ConfigFormat) 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:18

Page Tools