public interface ExtentHolder
Extent| Modifier and Type | Method and Description |
|---|---|
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(). |
Extent getExtent(Globe globe, double verticalExaggeration)
Extent in model coordinates, given a
specified Globe and vertical exaggeration (see SceneController.getVerticalExaggeration().globe - the Globe the object is related to.verticalExaggeration - the vertical exaggeration of the scene containing this object.IllegalArgumentException - if the Globe is null.