public class Ilv3DHemisphere extends Ilv3DSphere
Constructor and Description |
---|
Ilv3DHemisphere(double centerLongitude,
double centerLatitude,
double elevation,
double radiusInMeters)
Constructs an
Ilv3DHemisphere from the specified parameters. |
Modifier and Type | Method and Description |
---|---|
void |
display(GL2 gl,
Ilv3DCoordinateConverter converter)
Draws this component inside the specified OpenGL GL context object.
|
getCenterElevation, getCenterLatitude, getCenterLongitude, getColor, getElevationSteps, getLonLatSteps, getRadius, setColor, setElevationSteps, setLonLatSteps, setRadius
public Ilv3DHemisphere(double centerLongitude, double centerLatitude, double elevation, double radiusInMeters)
Ilv3DHemisphere
from the specified parameters.centerLongitude
- The longitude of the center of this component in radians.centerLatitude
- The latitude of the center of this component in radians.elevation
- The elevation of the center of this component in meters.radiusInMeters
- The radius of this Ilv3DSphere
in meterspublic void display(GL2 gl, Ilv3DCoordinateConverter converter)
Ilv3DCoordinateConverter
provided.display
in interface Ilv3DComponent
display
in class Ilv3DSphere
gl
- The OpenGL context.converter
- The Ilv3DCoordinateConverter
that converts from geographic coordinates to 3D coordinates.Ilv3DSphere.display(com.jogamp.opengl.GL2, ilog.views.maps.defense.terrain3d.util.Ilv3DCoordinateConverter)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.