DK for Java | tatukgis.jdk.TGIS_ParamsSection | Classes | Constructors | Fields | Methods | Properties
Grouped parameters.
// 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 initial serial was modified (Params was touched). (Inherited from TGIS_ParamsAbstract) |
|
| LoadFromConfig | public | Load parameters from the configuration file. (Overrides TGIS_ParamsAbstract.LoadFromConfig) |
|
| LoadFromShapeConfig | public | Load parameters from the shape style. (Inherited from TGIS_ParamsAbstract) |
|
| ResetSerial | public | Reset serial number counter. (Inherited from TGIS_ParamsAbstract) |
|
| SaveToConfig | public | Save parameters into the configuration file. (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 | FalseZ. Grouping as a text property all properties that affect FalseZ presentation.Uses AsText parameter syntax. | |
| Legend | public | Text for caption in legend component. | |
| MaxLevel | public | Ending visibility level. | |
| MaxScale | public | Ending visibility zoom. | |
| 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 zoom. | |
| 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 then Z coordinated scaling should be normalized according to viewer size. | |
| ScaleZ | public | Z coordinate scaling (for 3D mode); Default is 1. | |
| Serial | public | Serial number updated after any property change. (Inherited from TGIS_ParamsAbstract) |
|
| Shape | public | assigned shape if parameter is on a shape level; nil if parameter is on a layer level. | |
| Style | public | Style name. | |
| UseLevels | public | Specifies whether the visibility levels (MinLevel & MaxLevel) is used instead of MinScale & MaxScale. | |
| UserObject | public | UserObject can be used to associate with Params a user-defined object. (Inherited from TGIS_ParamsAbstract) |
|
| Visible | public | Checks whether a layer section is visible. | |