Click or drag to resize

CCSYMB3D Class

This class is used for generating and modifying 3D colored symbol objects. Symbols are assigned colors based on their Z values and a zone, Aggregate or ITR file which defines what colors are associated with different ranges of Z values. The position of a symbol is defined by its X,Y,Z coordinates.
Inheritance Hierarchy

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CCSYMB3D : CHANDLE

public class CCSYMB3D : CHANDLE

The CCSYMB3D type exposes the following members.

Methods
  NameDescription
Public methodAddColorData
Add data for colors to a CSYMB3D object.
Public methodAddLocations
Add x,y,z locations to a CSYMB3D object.
Public methodAddSizeData
Add data for sizes to a CSYMB3D object.
Public methodStatic memberCreate
Create a CSYMB3D.
Protected methodDispose
Releases the unmanaged resources used by the CCSYMB3D and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetColorData
Get data for colors from a CSYMB3D object.
Public methodGetITR
Get the ITR of the CSYMB3D
Public methodGetLocations
Get x,y,z locations from a color symbol object.
Public methodGetSizeData
Get data for sizes from a CSYMB3D object.
Public methodGetST
Get a copy of the CSYMB3D statistics object
Public methodiFixedColor
Return whether colours are fixed (1) or use a transform (0)
Public methodiGetFixedColor
Get the fixed colour. There is always one even if we are using an ITR
Public methodSetFixedColor
Set symbols to a fixed colour
Public methodSetFixedSize
Fix the symbol size.
Public methodSetITR
Set the ITR of the CSYMB3D
Public methodSetSizeMinMax
Scale the symbol size based on value. By default symbols are fixed size
Public methodSetSizeScale
Set the symbol size based on a scale.
Public methodSetSymbol
Set the symbol type.
Public methodStatistics
Add the CSYMB values to a statistics object
Top
See Also