Home
last modified time | relevance | path

Searched refs:handleGDL (Results 1 – 1 of 1) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DShapefiles.cpp147 BaseGDL* handleGDL = self->GetTag(self->Desc()->TagIndex("SHAPEHANDLE")); in GDLffShape___GetProperty() local
148 shph = (SHPHandle) ((*static_cast<DLong64GDL*> (handleGDL))[0]); in GDLffShape___GetProperty()
238 BaseGDL* handleGDL = self->GetTag(self->Desc()->TagIndex("SHAPEHANDLE")); in GDLffShape___GetEntity() local
239 shph = (SHPHandle) ((*static_cast<DLong64GDL*> (handleGDL))[0]); in GDLffShape___GetEntity()
444 BaseGDL* handleGDL = self->GetTag(self->Desc()->TagIndex("SHAPEHANDLE")); in GDLffShape___GetAttributes() local
445 shph = (SHPHandle) ((*static_cast<DLong64GDL*> (handleGDL))[0]); in GDLffShape___GetAttributes()
560 BaseGDL* handleGDL = self->GetTag(self->Desc()->TagIndex("SHAPEHANDLE")); in GDLffShape___Close() local
561 shph = (SHPHandle) ((*static_cast<DLong64GDL*> (handleGDL))[0]); in GDLffShape___Close()
563 (*static_cast<DLong64GDL*> (handleGDL))[0] = 0; in GDLffShape___Close()