CompositeRegionOperation

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class CompositeRegionOperation(val id: CompositeRegionId, val operationType: MapOperationType)

Represents an operation on the CompositeRegion.

Constructors

Link copied to clipboard
constructor(id: CompositeRegionId, operationType: MapOperationType)

Properties

Link copied to clipboard

The CompositeRegionId of the operation.

Link copied to clipboard

The type of the operation.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String