#include <sdts_al.h>
Public Member Functions | |
void | Dump (FILE *) |
Public Attributes | |
int | nVertices |
double * | padfX |
double * | padfY |
double * | padfZ |
SDTSModId | oLeftPoly |
SDTSModId | oRightPoly |
SDTSModId | oStartNode |
SDTSModId | oEndNode |
void SDTSRawLine::Dump | ( | FILE * | ) | [virtual] |
Dump reable description of feature to indicated stream.
Implements SDTSFeature.
Number of vertices in the padfX, padfY and padfZ arrays.
double* SDTSRawLine::padfX |
List of nVertices X coordinates.
double* SDTSRawLine::padfY |
List of nVertices Y coordinates.
double* SDTSRawLine::padfZ |
List of nVertices Z coordinates - currently always zero.
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.
Identifier for the end node of this line. This is the SDTS ENID subfield.