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

Distance() 공개 메소드

Returns the shortest distance between any two points in the two geometries as calculated in the spatial reference system of this Geometry.
public Distance ( Geometry geom ) : double
geom Geometry
리턴 double
        public override double Distance(Geometry geom)
        {
            throw new NotImplementedException();
        }