User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_topology.makebuffer_itgis_shape_double

ITGIS_Topology.MakeBuffer method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Topology.MakeBuffer | Methods | Properties

Compute a buffer around a shape to a given distance. Uses 9 vertices to create a curve.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public ITGIS_Shape MakeBuffer(
  ITGIS_Shape _shp,
  double _dist
);
' VisualBasic
Public Function MakeBuffer(
  ByVal _shp As ITGIS_Shape,
  ByVal _dist As Double
) As ITGIS_Shape
// Oxygene
public
  function MakeBuffer(
    _shp : ITGIS_Shape;
    _dist : Double
  ) : ITGIS_Shape;

Parameters

Name Type Description
_shp ITGIS_Shape shape to which a buffer must be constructed
_dist double
Double
distance

Result

Type Description
ITGIS_Shape returns new shape with buffer around given shape within given distance

Remarks

See TGIS_LayerVector.RevertAll for example.

References

2022/11/30 19:10

Page Tools