• Returns an expression that resolves to a boolean based on whether the position is inside a given shape expression. For example:

      var _ = ExpressionFactory;
    var shape = _.orientedBox(layer.orientedBox);
    _.isInside(shape);

    results in a contains expression for the bounding oriented box of the layer.

    This type of expression is only supported for styling expressions used by TileSet3DLayer. Only orientedBox expressions are supported as shapes.

    Parameters

    Returns Expression<boolean>

    An expression that represents a contains check on the given shape.

    Since

    2020.0