SDTSRawLine Class Reference

#include <sdts_al.h>

Inheritance diagram for SDTSRawLine:
SDTSFeature

List of all members.

Public Member Functions

void Dump (FILE *)

Public Attributes

int nVertices
double * padfX
double * padfY
double * padfZ
SDTSModId oLeftPoly
SDTSModId oRightPoly
SDTSModId oStartNode
SDTSModId oEndNode

Detailed Description

SDTS line feature, as read from LE* modules by SDTSLineReader.


Member Function Documentation

void SDTSRawLine::Dump ( FILE *   )  [virtual]

Dump reable description of feature to indicated stream.

Implements SDTSFeature.


Member Data Documentation

Number of vertices in the padfX, padfY and padfZ arrays.

Identifier for the end node of this line. This is the SDTS ENID subfield.

Identifier of polygon to left of this line. This is the SDTS PIDL subfield.

Identifier of polygon to right of this line. This is the SDTS PIDR subfield.

Identifier for the start node of this line. This is the SDTS SNID subfield.

List of nVertices X coordinates.

List of nVertices Y coordinates.

List of nVertices Z coordinates - currently always zero.


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

Generated on 2 Aug 2014 for SDTS_AL by  doxygen 1.6.1