DK11 for Java | tatukgis.jdk.TGIS_Topology.MakeBuffer | Overloads | Constructors | Methods | Properties | Events
Compute a buffer around a shape to a given distance. Uses 9 vertices to create a curve.
// Java public TGIS_Shape MakeBuffer( TGIS_Shape _shp, double _dist );
// Oxygene public function MakeBuffer( _shp : TGIS_Shape; _dist : Double ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to which a buffer must be constructed |
_dist | double Double | distance |
Type | Description |
---|---|
TGIS_Shape | returns new shape with buffer around given shape within given distance |
See TGIS_LayerVector.RevertAll for example.