Inheritance diagram for javawrapper::DetailedGridSettings:

Public Member Functions | |
| DetailedGridSettings (String sName) | |
| Constructor. | |
| String | GetName () |
| Get the name of this grid. | |
| void | SetXCellLength (float fValue) |
| Sets the X cell length. | |
| void | SetYCellLength (float fValue) |
| Sets the Y cell length. | |
| float | GetXCellLength () |
| Gets the X cell length. | |
| float | GetYCellLength () |
| Gets the Y cell length. | |
| void | AddPackageFloat (String sLabel) |
| Add a new package float data label. | |
| void | AddPackageInt (String sLabel) |
| Add a new package int data label. | |
| void | AddPackageChar (String sLabel) |
| Add a new package char data label. | |
| void | AddPackageBool (String sLabel) |
| Add a new package bool data label. | |
| int | GetNumberOfPackageFloats () |
| Get the number of package float data members. | |
| int | GetNumberOfPackageInts () |
| Get the number of package int data members. | |
| int | GetNumberOfPackageChars () |
| Get the number of package char data members. | |
| int | GetNumberOfPackageBools () |
| Get the number of package bool data members. | |
| DataMember | GetPackageFloat (int iIndex) |
| Gets a package float data member. | |
| DataMember | GetPackageInt (int iIndex) |
| Get the label of an package int data member. | |
| DataMember | GetPackageChar (int iIndex) |
| Get the label of a package char data member. | |
| DataMember | GetPackageBool (int iIndex) |
| Gets a package bool data member. | |
| Object | clone () |
| Creates a deep clone of this object. | |
Protected Attributes | |
| Vector | mp_oPackageFloats |
| Vector of GridDataMembers representing package floats. | |
| Vector | mp_oPackageInts |
| Vector of GridDataMembers representing package ints. | |
| Vector | mp_oPackageChars |
| Vector of GridDataMembers representing package chars. | |
| Vector | mp_oPackageBools |
| Vector of GridDataMembers representing package bools. | |
Private Attributes | |
| String | m_sName |
| Grid name. | |
| float | m_fXCellLength |
| Length of grid cells in X direction, in m. | |
| float | m_fYCellLength |
| Length of grid cells in Y direction, in m. | |
This is used in two ways: when a user is setting up detailed output options, and when the data visualizer is working with grids.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Add a new package bool data label.
|
|
|
Add a new package char data label.
|
|
|
Add a new package float data label.
|
|
|
Add a new package int data label.
|
|
|
Creates a deep clone of this object.
|
|
|
Get the name of this grid.
|
|
|
Get the number of package bool data members.
|
|
|
Get the number of package char data members.
|
|
|
Get the number of package float data members.
|
|
|
Get the number of package int data members.
|
|
|
Gets a package bool data member.
|
|
|
Get the label of a package char data member.
|
|
|
Gets a package float data member.
|
|
|
Get the label of an package int data member.
|
|
|
Gets the X cell length.
|
|
|
Gets the Y cell length.
|
|
|
Sets the X cell length.
|
|
|
Sets the Y cell length.
|
1.4.6-NO