 | CVOXDCreateThematic Method |
Create a new VOXD for a thematic VOX object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CVOXD CreateThematic(
CGXNETCore gxNetShared,
CVOX vox
)
public static CVOXD CreateThematic(
CGXNETCore gxNetShared,
CVOX vox
)
Public Shared Function CreateThematic (
gxNetShared As CGXNETCore,
vox As CVOX
) As CVOXD
Public Shared Function CreateThematic (
gxNetShared As CGXNETCore,
vox As CVOX
) As CVOXD
public:
static CVOXD^ CreateThematic(
CGXNETCore^ gxNetShared,
CVOX^ vox
)
public:
static CVOXD^ CreateThematic(
CGXNETCore^ gxNetShared,
CVOX^ vox
)
static member CreateThematic :
gxNetShared : CGXNETCore *
vox : CVOX -> CVOXD
static member CreateThematic :
gxNetShared : CGXNETCore *
vox : CVOX -> CVOXD
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vox
- Type: GeoEngine.Core.GXNetXCVOX
VOX Object
Return Value
Type:
CVOXDVOXD handle, terminates if creation fails
Remarks
A thematic voxel is one where the stored integer values
represent indices into an internally stored TPAT object.
Thematic voxels contain their own color definitions, and
normal numerical operations, such as applying ITRs for display,
are not valid.
To determine if a VOX object is thematic, use the
iIsThematic_VOXD function.
Fails if the VOX object is NOT thematic.
See Also