OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Attributes | List of all members
SHPObject Struct Reference

#include <shapefil.h>

Public Attributes

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.

Member Data Documentation

◆ bMeasureIsUsed

int SHPObject::bMeasureIsUsed

Definition at line 303 of file shapefil.h.

◆ dfMMax

double SHPObject::dfMMax

Definition at line 301 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfMMin

double SHPObject::dfMMin

Definition at line 296 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfXMax

double SHPObject::dfXMax

Definition at line 298 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfXMin

double SHPObject::dfXMin

Definition at line 293 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfYMax

double SHPObject::dfYMax

Definition at line 299 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfYMin

double SHPObject::dfYMin

Definition at line 294 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfZMax

double SHPObject::dfZMax

Definition at line 300 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ dfZMin

double SHPObject::dfZMin

Definition at line 295 of file shapefil.h.

Referenced by ossimShapeObject::getBounds().

◆ nParts

int SHPObject::nParts

Definition at line 283 of file shapefil.h.

Referenced by ossimShapeObject::getNumberOfParts().

◆ nShapeId

int SHPObject::nShapeId

Definition at line 281 of file shapefil.h.

Referenced by ossimShapeObject::getId().

◆ nSHPType

int SHPObject::nSHPType

Definition at line 279 of file shapefil.h.

Referenced by ossimShapeObject::getType(), and ossimShapeObject::getTypeByName().

◆ nVertices

int SHPObject::nVertices

◆ padfM

double* SHPObject::padfM

Definition at line 291 of file shapefil.h.

◆ padfX

double* SHPObject::padfX

◆ padfY

double* SHPObject::padfY

◆ padfZ

double* SHPObject::padfZ

Definition at line 290 of file shapefil.h.

◆ panPartStart

int* SHPObject::panPartStart

◆ panPartType

int* SHPObject::panPartType

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