Public Member Functions | |
| Points (float fX, float fY, float fHeight, Plot oPlot) throws ModelException | |
| Constructor. | |
| void | WriteXML (BufferedWriter jOut) throws java.io.IOException |
| Writes the XML for this point. | |
| float | GetX () |
| Gets the X value for this point. | |
| float | GetY () |
| Gets the Y value for this point. | |
| float | GetHeight () |
| Gets the height for this point. | |
Private Attributes | |
| float | m_fX |
| X coordinate. | |
| float | m_fY |
| Y coordinate. | |
| float | m_fHeight |
| Height in m. | |
| javawrapper::Points::Points | ( | float | fX, | |
| float | fY, | |||
| float | fHeight, | |||
| Plot | oPlot | |||
| ) | throws ModelException [inline] |
Constructor.
| fX | float X coordinate | |
| fY | float Y coordinate | |
| fHeight | float Height in meters | |
| oPlot | Plot Plot object |
| ModelException | if an X or Y coordinate is outside the plot, or if the height is negative. |
| float javawrapper::Points::GetHeight | ( | ) | [inline] |
Gets the height for this point.
| float javawrapper::Points::GetX | ( | ) | [inline] |
Gets the X value for this point.
| float javawrapper::Points::GetY | ( | ) | [inline] |
Gets the Y value for this point.
| void javawrapper::Points::WriteXML | ( | BufferedWriter | jOut | ) | throws java.io.IOException [inline] |
Writes the XML for this point.
| jOut | BufferedWriter File to write to. |
| IOException | if there is a problem writing to the file. |
1.4.7