add method

void add(
  1. int overlayId
)

Add an overlay dataset to the collection.

If the overlay provides categories, they are added as well.

Parameters

  • overlayId: The unique identifier of the overlay to add.

See also:

Implementation

void add(final int overlayId) {
  objectMethod(pointerId, 'OverlayMutableCollection', 'add', args: overlayId);
}