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

Intersection() 공개 메소드

Returns a geometry that represents the point set intersection of this Geometry with anotherGeometry.
public Intersection ( Geometry geom ) : Geometry
geom Geometry
리턴 Geometry
        public override Geometry Intersection(Geometry geom)
        {
            throw new NotImplementedException();
        }