javawrapper::Points Class Reference

For listing points for GLI points calculations. More...

List of all members.

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.


Detailed Description

For listing points for GLI points calculations.


Constructor & Destructor Documentation

javawrapper::Points::Points ( float  fX,
float  fY,
float  fHeight,
Plot  oPlot 
) throws ModelException [inline]

Constructor.

Parameters:
fX float X coordinate
fY float Y coordinate
fHeight float Height in meters
oPlot Plot Plot object
Exceptions:
ModelException if an X or Y coordinate is outside the plot, or if the height is negative.


Member Function Documentation

float javawrapper::Points::GetHeight (  )  [inline]

Gets the height for this point.

Returns:
float height value.

float javawrapper::Points::GetX (  )  [inline]

Gets the X value for this point.

Returns:
float X value.

float javawrapper::Points::GetY (  )  [inline]

Gets the Y value for this point.

Returns:
float Y value.

void javawrapper::Points::WriteXML ( BufferedWriter  jOut  )  throws java.io.IOException [inline]

Writes the XML for this point.

Parameters:
jOut BufferedWriter File to write to.
Exceptions:
IOException if there is a problem writing to the file.


The documentation for this class was generated from the following file:
Generated on Wed Nov 29 08:45:04 2006 for SORTIE Java Interface by  doxygen 1.4.7