geometryChangedAction method

void geometryChangedAction()

Notifies this Geometry that its Coordinates have been changed by an external party. When #geometryChanged is called, this method will be called for this Geometry and its component Geometries.

@see #apply(GeometryComponentFilter)

Implementation

void geometryChangedAction() {
  envelope = null;
}