DK for Java | tatukgis.jdk.TGIS_ParamsSection | Classes | Constructors | Fields | Methods | Properties
Grouped section parameters controlling visibility, legend display, and 3D Z-coordinate rendering behavior.
// Java public class TGIS_ParamsSection extends TGIS_ParamsAbstract { };
// Oxygene type TGIS_ParamsSection = public class( TGIS_ParamsAbstract ) end;
→ TPersistent → TGIS_ParamsAbstract
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_ParamsSection() | public | Create an instance. (Overrides TGIS_ParamsAbstract.TGIS_ParamsAbstract()) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| InternalIndex | public | Only for internal use of TatukGIS. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Assign values from _source object. (Overrides TGIS_ParamsAbstract.Assign) |
|
| CreateCopy | public | Make a copy of the object. (Inherited from TGIS_ParamsAbstract) |
|
| Dispose | public | Destroy an instance. (Inherited from TGIS_ParamsAbstract) |
|
| IsModified | public | Indicates whether the current Serial value differs from the reset baseline and the params object was modified. (Inherited from TGIS_ParamsAbstract) |
|
| LoadFromConfig | public | Loads parameters from configuration storage. (Overrides TGIS_ParamsAbstract.LoadFromConfig) |
|
| LoadFromShapeConfig | public | Loads parameters from a shape style string. (Inherited from TGIS_ParamsAbstract) |
|
| ResetSerial | public | Reset serial number counter. (Inherited from TGIS_ParamsAbstract) |
|
| SaveToConfig | public | Saves parameters to configuration storage. (Overrides TGIS_ParamsAbstract.SaveToConfig) |
|
| Touch | public | Touch the object by incrementing Serial number. (Inherited from TGIS_ParamsAbstract) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| FalseZ | public | Z coordinate offset (for 3D mode); Default is 0. | |
| FalseZAsText | public | Z-coordinate offset. | |
| Legend | public | Text shown as the caption in the legend component. | |
| MaxLevel | public | Ending visibility level. | |
| MaxScale | public | Ending visibility scale. | |
| MaxZoom | public | Ending visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch). | |
| MinLevel | public | Starting visibility level. | |
| MinScale | public | Starting visibility scale. | |
| MinZoom | public | Starting visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch). | |
| NormalizedZ | public | If not Off, Z-coordinate scaling is normalized according to the viewer size. | |
| ScaleZ | public | Z coordinate scaling (for 3D mode); Default is 1. | |
| Serial | public | Serial number incremented after any property change and used for modification tracking, including smart legend updates. (Inherited from TGIS_ParamsAbstract) |
|
| Shape | public | Assigned shape if the parameters are on a shape level; nil if the parameters are on a layer level. | |
| Style | public | Style name. | |
| UseLevels | public | Specifies whether MinLevel and MaxLevel are used instead of MinScale and MaxScale. | |
| UserObject | public | User-defined object associated with these params. (Inherited from TGIS_ParamsAbstract) |
|
| Visible | public | Controls whether a layer section is visible. | |