Package | Description |
---|---|
ilog.views.maps.defense.terrain3d.util |
A set of mathematical and geographical classes in use with the 3D view.
|
Modifier and Type | Method and Description |
---|---|
Ilv3DVertex |
Ilv3DLinearCoordinateConverter.convertTo3DVertex(IlvGeographicPoint geoPoint)
Converts an
IlvGeographicPoint (longitude, latitude, altitude) to anIlv3DVertex
(that is a point in 3D space coordinates). |
Ilv3DVertex |
Ilv3DCoordinateConverter.convertTo3DVertex(IlvGeographicPoint geoPoint)
Converts an
IlvGeographicPoint (longitude, latitude, altitude) to anIlv3DVertex
(that is a point in 3D space coordinates). |
Modifier and Type | Method and Description |
---|---|
IlvGeographicPoint |
Ilv3DLinearCoordinateConverter.convertToGeographicPoint(Ilv3DVertex vertex)
Converts a 3D space
Ilv3DVertex (X,Y,Z) to an IlvGeographicPoint
(longitude, latitude, altitude). |
IlvGeographicPoint |
Ilv3DCoordinateConverter.convertToGeographicPoint(Ilv3DVertex vertex)
Converts a 3D space
Ilv3DVertex (X,Y,Z) to an IlvGeographicPoint
(longitude, latitude, altitude). |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.