User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_hierarchygroup

Table of Contents

IGIS_HierarchyGroup interface

DK11 for Java | tatukgis.jdk.IGIS_HierarchyGroup | Interfaces | Methods | Properties

Hierarchy group class.

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

Syntax

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

Implements

IInterface

Methods

Inherited Overrides Protected
Name Visibility Description
AddGroup public Add a sub group to the group list.
AddLayer public Add a layer to the group.
ClearGroups public Delete all sub groups.
CreateGroup public Create a new sub group for this group .
DeleteGroup public Delete a group from the group list.
DeleteLayer public Delete a layer from a group.
InsertGroup public Insert a sub group to the group list at insert index.
InsertLayer public Insert a layer to the group as index position.
RemoveGroup public Remove a group from the group list.

Properties

Inherited Protected
Name Visibility Description
Active public Is group active.
Caption public Group caption.
Collapsed public Is group collapsed.
Groups public Get group by name.
GroupsCount public Groups count.
IsModified public Is group modified.
Layers public Get layer by index.
LayersCount public Layers count.
Manager public Handle to hierarchy manager.
Name public Group name.
ParentGroup public Parent group.

2022/11/16 01:52

Page Tools