GRASS GIS 7 Programmer's Manual  7.2.0(2016)-exported
SHPObject Struct Reference

#include <shapefil.h>

Data Fields

int nSHPType
 
int nShapeId
 
int nParts
 
int * panPartStart
 
int * panPartType
 
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

◆ bMeasureIsUsed

int SHPObject::bMeasureIsUsed

Definition at line 303 of file shapefil.h.

Referenced by if().

◆ dfMMax

double SHPObject::dfMMax

Definition at line 301 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfMMin

double SHPObject::dfMMin

Definition at line 296 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfXMax

double SHPObject::dfXMax

Definition at line 298 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfXMin

double SHPObject::dfXMin

Definition at line 293 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfYMax

double SHPObject::dfYMax

Definition at line 299 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfYMin

double SHPObject::dfYMin

Definition at line 294 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfZMax

double SHPObject::dfZMax

Definition at line 300 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ dfZMin

double SHPObject::dfZMin

Definition at line 295 of file shapefil.h.

Referenced by SHPComputeExtents().

◆ nParts

int SHPObject::nParts

Definition at line 283 of file shapefil.h.

Referenced by SHPRewindObject().

◆ nShapeId

int SHPObject::nShapeId

Definition at line 281 of file shapefil.h.

◆ nSHPType

int SHPObject::nSHPType

Definition at line 279 of file shapefil.h.

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

◆ nVertices

int SHPObject::nVertices

Definition at line 287 of file shapefil.h.

Referenced by SHPComputeExtents(), and SHPRewindObject().

◆ padfM

double* SHPObject::padfM

Definition at line 291 of file shapefil.h.

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

◆ padfX

double* SHPObject::padfX

Definition at line 288 of file shapefil.h.

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

◆ padfY

double* SHPObject::padfY

Definition at line 289 of file shapefil.h.

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

◆ padfZ

double* SHPObject::padfZ

Definition at line 290 of file shapefil.h.

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

◆ panPartStart

int* SHPObject::panPartStart

Definition at line 284 of file shapefil.h.

Referenced by SHPDestroyObject(), and SHPRewindObject().

◆ panPartType

int* SHPObject::panPartType

Definition at line 285 of file shapefil.h.

Referenced by SHPDestroyObject().


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