DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsRender | Interfaces | Methods | Properties
Parameters that are common for rendering.
// C# public interface ITGIS_ParamsRender: ITGIS_ParamsVector { }
' VisualBasic Public Interface ITGIS_ParamsRender Implements ITGIS_ParamsVector End Class
// Oxygene type ITGIS_ParamsRender = public interface( ITGIS_ParamsVector ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CreateCopy | public | Make a copy of the object. (Inherited from ITGIS_ParamsAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
GetRoot | public | Get root element from params list. (Inherited from ITGIS_ParamsSpecific) |
|
LoadFromConfig | public | Load parameters from the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
LoadFromStrings | public | Load parameters from a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
SaveToConfig | public | Save parameters into the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
SaveToStrings | public | Save parameters into a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
Touch | public | Touch the object by incrementing Serial number. (Inherited from ITGIS_ParamsAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Chart | public | Renderer Chart. | |
ColorDefault | public | Default color for shapes which can't be colorized by renderer. | |
ColorDefaultAsText | public | Color. Grouping as a text property all properties that affect Color presentation.Uses AsText parameter syntax. | |
ColorInterpolationMode | public | A color space for a interpolation beetwen StartColor and EndColor | |
ColorRamp | public | A color ramp for coloring the shape by the renderer. | |
EndColor | public | An ending color for coloring the shape by the renderer. | |
EndColorAsText | public | An ending color for coloring the shape by the renderer. | |
EndColorEx | public | An ending color for coloring the shape by the renderer. | |
EndColorExAsText | public | An ending color for coloring the shape by the renderer. | |
EndSize | public | Ending size for sizing by renderer. | |
EndSizeAsText | public | EndSize. Grouping as a text property all properties that affect EndSize presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
EndSizeEx | public | Ending size for sizing by renderer. | |
EndSizeExAsText | public | EndSizeEx. Grouping as a text property all properties that affect EndSizeEx presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
Expression | public | Render Expression. | |
InterpolationBase | public | Controls the way at which the interpolated values change. | |
MaxVal | public | Maximum expected value of RenderExpression. | |
MaxValEx | public | Maximum expected value of RenderExpression. | |
MinVal | public | Minimum expected value of RenderExpression. | |
MinValEx | public | Minimum expected value of RenderExpression. | |
Round | public | Number of digits to round a RenderExpression result. | |
Serial | public | Serial number updated after any property change. (Inherited from ITGIS_ParamsAbstract) |
|
Shape | public | Shape associated with parameter (if any) belongs. (Inherited from ITGIS_ParamsSpecific) |
|
SizeDefault | public | Default size for shapes which can't be sized by renderer. | |
SizeDefaultAsText | public | SymbolDefault. | |
StartColor | public | A starting color for coloring the shape by the renderer. | |
StartColorAsText | public | A starting color for coloring the shape by the renderer. | |
StartColorEx | public | A starting color for coloring the shape by the renderer. | |
StartColorExAsText | public | A starting color for coloring the shape by the renderer. | |
StartSize | public | Starting size for sizing by renderer. | |
StartSizeAsText | public | StartSize. Grouping as a text property all properties that affect StartSize presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
StartSizeEx | public | Starting size for sizing by renderer. | |
StartSizeExAsText | public | StartSizeEx. | |
UserObject | public | UserObject can be used to associate with Params a user-defined object. (Inherited from ITGIS_ParamsAbstract) |
|
Zones | public | Number of zones to be used while computing actual color or size. | |
ZonesEx | public | Number of zones to be used while computing actual color or size. | |