User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paramssectionvector

TGIS_ParamsSectionVector class

DK11 for Java | tatukgis.jdk.TGIS_ParamsSectionVector | Classes | Constructors | Fields | Methods | Properties

Section parameters for vectors.

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

Syntax

// Java
public class TGIS_ParamsSectionVector extends TGIS_ParamsSection {
};
// Oxygene
type
  TGIS_ParamsSectionVector = public class( TGIS_ParamsSection )
  end;

Inheritance

→ TPersistent → TGIS_ParamsAbstractTGIS_ParamsSection

Constructors

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

Fields

Inherited Protected
Name Visibility Description
InternalIndex public Only for internal use of TatukGIS.
(Inherited from TGIS_ParamsSection)

Methods

Inherited Overrides Protected
Name Visibility Description
Assign public Assign values from _source object.
(Overrides TGIS_ParamsSection.Assign)
CreateCopy public Make a copy of the object.
(Inherited from TGIS_ParamsAbstract)
Dispose public Destroy an instance.
(Inherited from TGIS_ParamsAbstract)
LoadFromConfig public Load parameters from the configuration file.
(Overrides TGIS_ParamsSection.LoadFromConfig)
ResetSerial public Reset serial numer conter.
(Inherited from TGIS_ParamsAbstract)
SaveToConfig public Save parameters into the configuration file.
(Overrides TGIS_ParamsSection.SaveToConfig)
Touch public Touch the object by incrementing Serial number.
(Inherited from TGIS_ParamsAbstract)

Properties

Inherited Protected
Name Visibility Description
Area public Area parameters object.
Basement public Basement enforcement (for 3D mode).
Chart public Chart parameters object.
FalseM public M coordinate offset (for 3D mode); Default is 0.
FalseMAsText public FalseM. Grouping as a text property all properties that affect FalseM presentation.Uses AsText parameter syntax.
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)
Ground public Ground relation mode (for 3D mode).
Labels public Labels parameters object.
Legend public Text for caption in legend component.
(Inherited from TGIS_ParamsSection)
Line public Line parameters object.
Marker public Marker parameters object.
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)
NormalizedM public If no Off then M coordinated scaling should be normalized according to viewer size.
NormalizedZ public If not Off then Z coordinated scaling should be normalized according to viewer size.
(Inherited from TGIS_ParamsSection)
Query public Expression which describes when the section is active.
QueryObj public Precompiled Query.
Render public Render parameters object.
ScaleM public M coordinate scaling (for 3D mode); Default is 1.
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)

2023/03/01 01:39

Page Tools