public interface Ilv3DComponent
Ilv3DView
. It can be added
to the Ilv3DModel
Modifier and Type | Method and Description |
---|---|
void |
display(GL2 gl,
Ilv3DCoordinateConverter converter)
Draws this component inside the specified OpenGL GL context object
The context is centered on the centre of this component.
|
double |
getCenterElevation()
Returns the elevation of the center of this component.
|
double |
getCenterLatitude()
Returns the latitude of the center of this component.
|
double |
getCenterLongitude()
Returns the longitude of the center of this component.
|
double getCenterLongitude()
double getCenterLatitude()
double getCenterElevation()
void display(GL2 gl, Ilv3DCoordinateConverter converter)
Ilv3DCoordinateConverter
gl
- The OpenGL context.converter
- The Ilv3DCoordinateConverter
from geographic coordinates to 3D coordinates.Ilv3DCoordinateConverter
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.