GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SHPObject Struct Reference

#include <shapefil.h>

Data Fields

int nSHPType
 
int nShapeId
 
int nParts
 
intpanPartStart
 
intpanPartType
 
int nVertices
 
double * padfX
 
double * padfY
 
double * padfZ
 
double * padfM
 
double dfXMin
 
double dfYMin
 
double dfZMin
 
double dfMMin
 
double dfXMax
 
double dfYMax
 
double dfZMax
 
double dfMMax
 
int bMeasureIsUsed
 

Detailed Description

Definition at line 277 of file shapefil.h.

Field Documentation

int SHPObject::bMeasureIsUsed

Definition at line 303 of file shapefil.h.

Referenced by if(), and SHPWriteObject().

double SHPObject::dfMMax

Definition at line 301 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), and SHPWriteObject().

double SHPObject::dfMMin

Definition at line 296 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), and SHPWriteObject().

double SHPObject::dfXMax

Definition at line 298 of file shapefil.h.

Referenced by if(), and SHPComputeExtents().

double SHPObject::dfXMin

Definition at line 293 of file shapefil.h.

Referenced by if(), and SHPComputeExtents().

double SHPObject::dfYMax

Definition at line 299 of file shapefil.h.

Referenced by if(), and SHPComputeExtents().

double SHPObject::dfYMin

Definition at line 294 of file shapefil.h.

Referenced by if(), and SHPComputeExtents().

double SHPObject::dfZMax

Definition at line 300 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), and SHPWriteObject().

double SHPObject::dfZMin

Definition at line 295 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), and SHPWriteObject().

int SHPObject::nParts

Definition at line 283 of file shapefil.h.

Referenced by SHPRewindObject(), and SHPWriteObject().

int SHPObject::nShapeId

Definition at line 281 of file shapefil.h.

int SHPObject::nSHPType

Definition at line 279 of file shapefil.h.

Referenced by if(), SHPRewindObject(), and SHPWriteObject().

int SHPObject::nVertices

Definition at line 287 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), SHPRewindObject(), and SHPWriteObject().

double* SHPObject::padfM

Definition at line 291 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), SHPRewindObject(), and SHPWriteObject().

double* SHPObject::padfX

Definition at line 288 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), SHPRewindObject(), and SHPWriteObject().

double* SHPObject::padfY

Definition at line 289 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), SHPRewindObject(), and SHPWriteObject().

double* SHPObject::padfZ

Definition at line 290 of file shapefil.h.

Referenced by if(), SHPComputeExtents(), SHPDestroyObject(), SHPRewindObject(), and SHPWriteObject().

int* SHPObject::panPartStart

Definition at line 284 of file shapefil.h.

Referenced by SHPDestroyObject(), SHPRewindObject(), and SHPWriteObject().

int* SHPObject::panPartType

Definition at line 285 of file shapefil.h.

Referenced by SHPDestroyObject(), and SHPWriteObject().


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