Geotools.Net

Geometry.GeometryChanged Method 

Notifies this Geometry that it's Coordinates have been changed by an external party (using a CoordinateFilter, for example).

[Visual Basic]
Public Sub GeometryChanged()
[C#]
public void GeometryChanged();

Remarks

The Geometry will flush and/or update any information it has chached (such as it's envelope).

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace