User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_paramssectionpixel

TGIS_ParamsSectionPixel class

DK11 for Python | tatukgis.pdk.TGIS_ParamsSectionPixel | Classes | Constructors | Methods | Properties

Section parameters for pixels.

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

Syntax

# Python
class TGIS_ParamsSectionPixel( TGIS_ParamsSection ):

Inheritance

→ Persistent → TGIS_ParamsAbstractTGIS_ParamsSection

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__ public Create an instance with default values.
(Overrides TGIS_ParamsSection.__init__)

Methods

Inherited Overrides Protected
Name Visibility Description
CreateCopy public Make a copy of the object.
(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.
(Inherited from TGIS_ParamsAbstract)
ResetSerial public Reset serial numer conter.
(Inherited from TGIS_ParamsAbstract)
SaveToConfig public Save parameters into the configuration file.
(Inherited from TGIS_ParamsAbstract)
Touch public Touch the object by incrementing Serial number.
(Inherited from TGIS_ParamsAbstract)

Properties

Inherited Protected
Name Visibility Description
FalseZ public Z coordinate offset (for 3D mode); Default is 0.
(Inherited from TGIS_ParamsSection)
FalseZAsText public FalseZ. Grouping as a text property all properties that affect FalseZ presentation.Uses AsText parameter syntax.
(Inherited from TGIS_ParamsSection)
InternalIndex public Only for internal use of TatukGIS.
(Inherited from TGIS_ParamsSection)
Legend public Text for caption in legend component.
(Inherited from TGIS_ParamsSection)
MaxLevel public Ending visibility level.
(Inherited from TGIS_ParamsSection)
MaxScale public Ending visibility zoom.
(Inherited from TGIS_ParamsSection)
MaxZoom public Ending visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch).
(Inherited from TGIS_ParamsSection)
MinLevel public Starting visibility level.
(Inherited from TGIS_ParamsSection)
MinScale public Starting visibility zoom.
(Inherited from TGIS_ParamsSection)
MinZoom public Starting visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch).
(Inherited from TGIS_ParamsSection)
NormalizedZ public If not Off then Z coordinated scaling should be normalized according to viewer size.
(Inherited from TGIS_ParamsSection)
Pixel public Pixel parameters set which belongs to the section.
ScaleZ public Z coordinate scaling (for 3D mode); Default is 1.
(Inherited from TGIS_ParamsSection)
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.
(Inherited from TGIS_ParamsSection)
Style public Style name.
(Inherited from TGIS_ParamsSection)
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.
(Inherited from TGIS_ParamsSection)

2024/10/18 01:18

Page Tools