Interface ExtentHolder

    • Method Detail

      • getExtent

        Extent getExtent​(Globe globe,
                         double verticalExaggeration)
        Returns the objects enclosing volume as an Extent in model coordinates, given a specified Globe and vertical exaggeration (see SceneController.getVerticalExaggeration().
        Parameters:
        globe - the Globe the object is related to.
        verticalExaggeration - the vertical exaggeration of the scene containing this object.
        Returns:
        the object's Extent in model coordinates.
        Throws:
        java.lang.IllegalArgumentException - if the Globe is null.