Interface GISContentElement<C extends GISContainer<?>>

    • Method Detail

      • setContainer

        boolean setContainer​(C container)
        Sets the container of this MapElement.
        Parameters:
        container - the new container.
        Returns:
        the success state of the operation.
      • getContainer

        @Pure
        C getContainer()
        Replies the object which contains this MapElement.
        Returns:
        the container or null
      • getTopContainer

        @Pure
        Object getTopContainer()
        Replies the top-most object which contains this element.
        Returns:
        the top container or null