OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#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 |
Definition at line 277 of file shapefil.h.
int SHPObject::bMeasureIsUsed |
Definition at line 303 of file shapefil.h.
double SHPObject::dfMMax |
Definition at line 301 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfMMin |
Definition at line 296 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfXMax |
Definition at line 298 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfXMin |
Definition at line 293 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfYMax |
Definition at line 299 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfYMin |
Definition at line 294 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfZMax |
Definition at line 300 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
double SHPObject::dfZMin |
Definition at line 295 of file shapefil.h.
Referenced by ossimShapeObject::getBounds().
int SHPObject::nParts |
Definition at line 283 of file shapefil.h.
Referenced by ossimShapeObject::getNumberOfParts().
int SHPObject::nShapeId |
Definition at line 281 of file shapefil.h.
Referenced by ossimShapeObject::getId().
int SHPObject::nSHPType |
Definition at line 279 of file shapefil.h.
Referenced by ossimShapeObject::getType(), and ossimShapeObject::getTypeByName().
int SHPObject::nVertices |
Definition at line 287 of file shapefil.h.
Referenced by ossimShapeObject::getNumberOfVertices(), ossimEsriShapeFileFilter::loadArc(), and ossimEsriShapeFileFilter::loadPolygon().
double* SHPObject::padfM |
Definition at line 291 of file shapefil.h.
double* SHPObject::padfX |
Definition at line 288 of file shapefil.h.
Referenced by ossimEsriShapeFileFilter::loadArc(), ossimEsriShapeFileFilter::loadPoint(), and ossimEsriShapeFileFilter::loadPolygon().
double* SHPObject::padfY |
Definition at line 289 of file shapefil.h.
Referenced by ossimEsriShapeFileFilter::loadArc(), ossimEsriShapeFileFilter::loadPoint(), and ossimEsriShapeFileFilter::loadPolygon().
double* SHPObject::padfZ |
Definition at line 290 of file shapefil.h.
int* SHPObject::panPartStart |
Definition at line 284 of file shapefil.h.
Referenced by ossimEsriShapeFileFilter::loadArc(), ossimEsriShapeFileFilter::loadPolygon(), and operator<<().
int* SHPObject::panPartType |
Definition at line 285 of file shapefil.h.
Referenced by ossimShapeObject::getPartByName(), ossimShapeObject::getPartType(), and operator<<().