DK for Delphi | GisLayerVector.TGIS_Shape.GetFirstPoint | Constructors | Fields | Methods | Properties
Retrieve the first point from the first segment of geometry.
// Delphi public function GetFirstPoint : TGIS_Point; virtual;
// C++ Builder public: virtual TGIS_Point* GetFirstPoint(void);
Type | Description |
---|---|
TGIS_Point | First point in a geometry. |