SDTS_AL
Public Member Functions | Public Attributes | List of all members
SDTSFeature Class Referenceabstract

#include <sdts_al.h>

Inheritance diagram for SDTSFeature:
SDTSAttrRecord SDTSRawLine SDTSRawPoint SDTSRawPolygon

Public Member Functions

virtual void Dump (FILE *)=0
 

Public Attributes

SDTSModId oModId
 
int nAttributes
 
SDTSModIdpaoATID
 

Detailed Description

Base class for various SDTS features classes, providing a generic module identifier, and list of attribute references.

Member Function Documentation

◆ Dump()

virtual void SDTSFeature::Dump ( FILE *  )
pure virtual

Dump readable description of feature to indicated stream.

Implemented in SDTSRawPolygon, SDTSRawPoint, SDTSAttrRecord, and SDTSRawLine.

Member Data Documentation

◆ nAttributes

int SDTSFeature::nAttributes

Number of attribute links (aoATID[]) on this feature.

◆ oModId

SDTSModId SDTSFeature::oModId

Unique identifier for this record/feature within transfer.

◆ paoATID

SDTSModId* SDTSFeature::paoATID

List of nAttributes attribute record identifiers related to this feature.


The documentation for this class was generated from the following files: