
Public Member Functions | |
| KmlLocation | getLocation () |
| void | setLocation (KmlLocation location) |
| KmlOrientation | getOrientation () |
| void | setOrientation (KmlOrientation orientation) |
| KmlScale | getScale () |
| void | setScale (KmlScale scale) |
| KmlLink | getLink () |
| void | setLink (KmlLink link) |
| KmlLocation KmlModel.getLocation | ( | ) |
Specifies the exact coordinates of the Model's origin in latitude, longitude, and altitude. Latitude and longitude measurements are standard lat-lon projection with WGS84 datum. Altitude is distance above the earth's surface, in meters, and is interpreted according to altitudeMode.
| void KmlModel.setLocation | ( | KmlLocation | location | ) |
Specifies the exact coordinates of the Model's origin in latitude, longitude, and altitude. Latitude and longitude measurements are standard lat-lon projection with WGS84 datum. Altitude is distance above the earth's surface, in meters, and is interpreted according to altitudeMode.
| KmlOrientation KmlModel.getOrientation | ( | ) |
Describes rotation of a 3D model's coordinate system to position the object in Google Earth.
| void KmlModel.setOrientation | ( | KmlOrientation | orientation | ) |
Describes rotation of a 3D model's coordinate system to position the object in Google Earth.
| KmlScale KmlModel.getScale | ( | ) |
Scales a model along the x, y, and z axes in the model's coordinate space
| void KmlModel.setScale | ( | KmlScale | scale | ) |
Scales a model along the x, y, and z axes in the model's coordinate space
| KmlLink KmlModel.getLink | ( | ) |
Sets the link of the collada model.
| void KmlModel.setLink | ( | KmlLink | link | ) |
Sets the link of the collada model.