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 () |
float | GetY () |
float | GetHeight () |
Private Attributes | |
float | m_fX |
X coordinate. | |
float | m_fY |
Y coordinate. | |
float | m_fHeight |
Height in m. |
|
Constructor.
|
|
Writes the XML for this point.
|