LuciadRIA (2026.0.05)
    Preparing search index...

    An object implements Bounded if its geometry is spatially bounded. The bounds can then be requested as a Bounds object.

    interface Bounded {
        bounds: Bounds | null;
    }

    Implemented by

    Properties

    Properties

    bounds: Bounds | null

    The Bounds by which the geometry of this Bounded object is bounded or null if the bounds is not defined.