Open Pioneer Trails Packages
    Preparing search index...

    Interface SublayersCollection<SublayerType>

    Contains the sublayers that belong to a Layer or Sublayer.

    interface SublayersCollection<SublayerType extends SublayerBaseType> {
        destroy(): void;
        getItems(options?: LayerRetrievalOptions): SublayerType[];
        getRecursiveLayers(options?: RecursiveRetrievalOptions): WMSSublayer[];
        getSublayers(options?: LayerRetrievalOptions): SublayerType[];
    }

    Type Parameters

    Implements

    Index

    Methods