WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
WXP::ShapeData Struct Reference

This struct stores ShapeFile data. More...

#include "../include/ShapeData.h"

Public Member Functions

int init ()
 
int print ()
 
int printData ()
 
int setIndex (int val)
 
int getIndex ()
 
const char * getName ()
 
int setName (const char *rname)
 
int clearPoints ()
 
int addPoint (EarthPoint &ept)
 
int getNum ()
 
EarthPoint getPoint (int ind)
 
int setRange (EarthRange &r)
 
EarthRange getRange ()
 

Friends

class ShapeFile
 

Detailed Description

This struct stores ShapeFile data.

Author
Dan Vietor

Member Function Documentation

◆ getName()

const char * WXP::ShapeData::getName ( )
inline

Get the name associated with the object

Referenced by WXP::MapFile::readHeader().

◆ init()

int ShapeData::init ( )

Initializes the object

References WXP::EarthPoints::clear().

Referenced by WXP::ShapeFile::read().

◆ print()

int ShapeData::print ( )

Prints object parameters

References WXP::EarthPoints::getNum(), and WXP::EarthRange::print().


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