SharpMap.Geometries.Polygon.Distance C# (CSharp) Méthode

Distance() public méthode

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
Résultat double
        public override double Distance(Geometry geom)
        {
            throw new NotImplementedException();
        }