Options
All
  • Public
  • Public/Protected
  • All
Menu

EntAttrib class for entities (points and objects). An class that represents a semantic attribute that is attached to a point or object. An instance of this class stores a list of attributes values.

Hierarchy

Implements

Index

Constructors

constructor

  • Creates an instance of the Attrib class. The attribute data must already exists in the model. Do not use this constructor if you want to add a new attribute to the model. Instead, you should use the "addAttrib()" methdod in the model class.

    Parameters

    Returns EntAttrib

    The Attrib object.

Properties

Protected _geom_type

_geom_type: EGeomType

Protected _kernel

_kernel: Kernel

Protected _name

_name: string

Methods

count

  • count(): number

exists

  • exists(): boolean

getDataType

getEnts

getGeom

getGeomType

getIDs

  • getIDs(): number[]

getLabels

  • getLabels(): string[]

getModel

getName

  • getName(): string

getValues

  • getValues(): any[]

setName

  • setName(name: string): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc