FeatureDefinition#

class caris.FeatureDefinition#

The feature definition.

code#

The unique code of the feature

Type:

str

primitiveTypes#

The feature’s supported types

Type:

list of PrimitiveType

attributes#

The definitions of the attributes defined for this Feature

Type:

AttributeDefinitionDictionary

class caris.PrimitiveType#

The type of primitive.

  • NONE

  • AREA_2D

  • LINE_2D

  • POINT_2D

  • AREA_3D

  • LINE_3D

  • POINT_3D

  • IMAGE

  • TEXT

  • COVERAGE

  • UNKNOWN_2D

  • UNKNOWN_3D