SharpMap.Geometries.Polygon.Buffer C# (CSharp) 메소드

Buffer() 공개 메소드

Returns a geometry that represents all points whose distance from this Geometry is less than or equal to distance. Calculations are in the Spatial Reference System of this Geometry.
public Buffer ( double d ) : Geometry
d double
리턴 Geometry
        public override Geometry Buffer(double d)
        {
            throw new NotImplementedException();
        }