Serialized Form


Package net.agmodel.physical

Class net.agmodel.physical.AbstractQuantity implements Serializable

Serialized Fields

derivation

int derivation

Class net.agmodel.physical.AbstractUnit implements Serializable

Serialized Fields

unitName

String unitName

Factor

double Factor

ord

int ord

Class net.agmodel.physical.Acceleration implements Serializable

Serialized Fields

valueSI

double valueSI
The Acceleration value using SI units.

 

Class net.agmodel.physical.Angle implements Serializable

Serialized Fields

inRadian

double inRadian
The Angle value in radians.

 

Class net.agmodel.physical.AngleUnit implements Serializable

Serialized Fields

prev

AngleUnit prev

next

AngleUnit next

Class net.agmodel.physical.Area implements Serializable

Serialized Fields

inSquareMeter

double inSquareMeter
The Area value in square meters.

 

Class net.agmodel.physical.Composite implements Serializable

Serialized Fields

valueSI

double valueSI
The Composite value in SI unit.

 

dimensionSI

int dimensionSI
The Composite SI dimension.

 

Class net.agmodel.physical.DataSetImpl implements Serializable

Serialized Fields

sequences

Map sequences

interval

Interval interval

resolution

Duration resolution

Class net.agmodel.physical.Duration implements Serializable

Serialized Fields

inSecond

double inSecond
The Duration value in seconds

 

Class net.agmodel.physical.DurationUnit implements Serializable

Serialized Fields

calendarEquivalent

int calendarEquivalent
The equivalent int constant in java.util.Calendar


prev

DurationUnit prev

next

DurationUnit next

Class net.agmodel.physical.Frequency implements Serializable

Serialized Fields

valueSI

double valueSI
The Frequency value using SI units.

 

Class net.agmodel.physical.GeneralSequenceImpl implements Serializable

Serialized Fields

summaryHistory

SummaryHistory summaryHistory

dateRange

Interval dateRange

maximumTemporalInterpolation

Duration maximumTemporalInterpolation

Class net.agmodel.physical.GeographicalBox implements Serializable

Serialized Fields

northWestBound

Location2D northWestBound

southEastBound

Location2D southEastBound

north

double north

south

double south

east

double east

west

double west

Class net.agmodel.physical.GeographicalPolygon implements Serializable

Serialized Fields

points

Location2D[] points

northMost

double northMost

westMost

double westMost

southMost

double southMost

eastMost

double eastMost

Class net.agmodel.physical.Interval implements Serializable

Class net.agmodel.physical.Length implements Serializable

Serialized Fields

inMeter

double inMeter
The Length value in meters.

 

Class net.agmodel.physical.LengthUnit implements Serializable

Serialized Fields

prev

LengthUnit prev

next

LengthUnit next

Class net.agmodel.physical.Location implements Serializable

Serialized Fields

altitude

double altitude

Class net.agmodel.physical.Location2D implements Serializable

Serialized Fields

latitude

double latitude

longitude

double longitude

Class net.agmodel.physical.Mass implements Serializable

Serialized Fields

inKilogram

double inKilogram
The Mass value in kilogram.

 

Class net.agmodel.physical.MutableInterval implements Serializable

Class net.agmodel.physical.Period implements Serializable

Serialized Fields

end

Date end

start

Date start

Class net.agmodel.physical.Place implements Serializable

Serialized Fields

placeName

String placeName

Class net.agmodel.physical.Proportion implements Serializable

Serialized Fields

inProportion

double inProportion
The proportion as a number from 0-1.

 

Class net.agmodel.physical.ProportionUnit implements Serializable

Serialized Fields

prev

ProportionUnit prev

next

ProportionUnit next

Class net.agmodel.physical.Radiation implements Serializable

Serialized Fields

valueSI

double valueSI
The Radiation value using SI units.

 

Class net.agmodel.physical.RadiationUnit implements Serializable

Serialized Fields

prev

RadiationUnit prev

next

RadiationUnit next

Class net.agmodel.physical.Speed implements Serializable

Serialized Fields

valueSI

double valueSI
The Speed value in SI units.

 

Class net.agmodel.physical.SpeedUnit implements Serializable

Serialized Fields

prev

SpeedUnit prev

next

SpeedUnit next

Class net.agmodel.physical.StoreImpl implements Serializable

Serialized Fields

name

String name

dateRange

Interval dateRange

history

SummaryHistory history

Class net.agmodel.physical.SummaryHistory implements Serializable

Class net.agmodel.physical.SummaryHistoryElement implements Serializable

Serialized Fields

resolution

Duration resolution

resultOf

SummaryKind resultOf

Class net.agmodel.physical.SummaryKind implements Serializable

Serialized Fields

ord

int ord
Used to provide an equivalent of the ord(A) function.


summaryKindName

String summaryKindName

prev

SummaryKind prev

next

SummaryKind next

Class net.agmodel.physical.SynchronousStoreImpl implements Serializable

Serialized Fields

measurements

float[] measurements

derivation

byte[] derivation

c

Calendar c

resMinutes

long resMinutes

startMillis

long startMillis

endMillis

long endMillis

Class net.agmodel.physical.Temperature implements Serializable

Serialized Fields

inKelvin

double inKelvin
The Temperature value in degree Kelvins.

 

Class net.agmodel.physical.TemperatureUnit implements Serializable

Serialized Fields

prev

TemperatureUnit prev

next

TemperatureUnit next

Class net.agmodel.physical.UnitDimensionException implements Serializable

Class net.agmodel.physical.Volume implements Serializable

Serialized Fields

inCubicMeter

double inCubicMeter
The Volume value in cubic meters.

 

Class net.agmodel.physical.VolumetricDensity implements Serializable

Serialized Fields

valueSI

double valueSI
The VolumetricDensity value in SI units.

 


Package net.agmodel.utility

Class net.agmodel.utility.ConnectionException implements Serializable

Class net.agmodel.utility.GeneralException implements Serializable

Class net.agmodel.utility.InternalException implements Serializable

Class net.agmodel.utility.InvalidRequestException implements Serializable

Class net.agmodel.utility.MultilingualString implements Serializable

Serialized Fields

id

String id


Package net.agmodel.weatherData

Class net.agmodel.weatherData.AirTempMaxMinImpl implements Serializable

Class net.agmodel.weatherData.AirTempMaxMinMeanImpl implements Serializable

Class net.agmodel.weatherData.AirTempMultiImpl implements Serializable

Serialized Fields

measurementHeights

double[] measurementHeights

Class net.agmodel.weatherData.AirTempSingleImpl implements Serializable

Class net.agmodel.weatherData.GeneralMetSequenceImpl implements Serializable

Serialized Fields

sequenceElementOrd

int sequenceElementOrd

sequenceHeading

String sequenceHeading

unitsHeading

String unitsHeading

Class net.agmodel.weatherData.LeafWetnessMultiImpl implements Serializable

Class net.agmodel.weatherData.LeafWetnessSingleImpl implements Serializable

Class net.agmodel.weatherData.MetDuration implements Serializable

Serialized Fields

ord

int ord

prev

MetDuration prev

next

MetDuration next

name

String name

Class net.agmodel.weatherData.MetElement implements Serializable

Serialized Fields

ord

int ord
Used to provide an equivalent of the ord(A) function.


metElementName

String metElementName

defaultUnits

AbstractUnit defaultUnits

prev

MetElement prev

next

MetElement next

Class net.agmodel.weatherData.MetRequest implements Serializable

Serialized Fields

dateExtremes

Interval dateExtremes

resolution

MetDuration resolution

summarise

boolean summarise

interpolate

boolean interpolate

requested

boolean[] requested

processingCommenced

long processingCommenced

Class net.agmodel.weatherData.MetSourceDetail implements Serializable

Serialized Fields

suggestedTimeZone

String suggestedTimeZone

suggestedDailyOffset

float suggestedDailyOffset

operatingPeriod

Period operatingPeriod

shortestResolution

Duration shortestResolution

longestResolution

Duration longestResolution

Class net.agmodel.weatherData.MultiImpl implements Serializable

Serialized Fields

stores

Store[] stores

Class net.agmodel.weatherData.RadiationKind implements Serializable

Serialized Fields

ord

int ord
Used to provide an equivalent of the ord(A) function.


radiationKindName

String radiationKindName

prev

RadiationKind prev

next

RadiationKind next

Class net.agmodel.weatherData.RainImpl implements Serializable

Serialized Fields

store

Store store

Class net.agmodel.weatherData.Region implements Serializable

Serialized Fields

regionID

String regionID

regionName

String regionName

regionArea

GeographicalArea regionArea

Class net.agmodel.weatherData.RHImpl implements Serializable

Serialized Fields

store

Store store

temperature

AirTemperature temperature

Class net.agmodel.weatherData.ScalarImpl implements Serializable

Serialized Fields

measurementHeight

float measurementHeight

store

Store store

Class net.agmodel.weatherData.ScalarMaxMinImpl implements Serializable

Serialized Fields

maxValues

Store maxValues

minValues

Store minValues

measurementHeight

float measurementHeight

Class net.agmodel.weatherData.ScalarMaxMinMeanImpl implements Serializable

Serialized Fields

meanValues

Store meanValues

Class net.agmodel.weatherData.SoilTemperatureImpl implements Serializable

Serialized Fields

depths

Length[] depths

Class net.agmodel.weatherData.SolarRadiationImpl implements Serializable

Serialized Fields

store

Store[] store

Class net.agmodel.weatherData.SpatialMetRequest implements Serializable

Serialized Fields

area

GeographicalArea area

allOrNothing

boolean allOrNothing

Class net.agmodel.weatherData.SpatialMetSetImpl implements Serializable

Serialized Fields

stations

List stations

databasesCompleted

int databasesCompleted

databasesToQuery

int databasesToQuery

serverExceptions

List serverExceptions

Class net.agmodel.weatherData.StationDataSetImpl implements Serializable

Serialized Fields

metSourceID

String metSourceID

station

WeatherStation station

serverProcessingTime

Duration serverProcessingTime

Class net.agmodel.weatherData.StationMetRequest implements Serializable

Serialized Fields

sourceID

String sourceID

stationID

String stationID

Class net.agmodel.weatherData.SunshineImpl implements Serializable

Serialized Fields

store

Store store

Class net.agmodel.weatherData.WaterTempSingleImpl implements Serializable

Class net.agmodel.weatherData.WeatherStation implements Serializable

Serialized Fields

operational

Period operational
Indicates the period of operation of the station, from establishment to shut down.


stationID

String stationID

shortestResolution

Duration shortestResolution

metSourceID

String metSourceID

metSourceName

String metSourceName

regionID

String regionID

regionName

String regionName

catalog

boolean[][] catalog

place

Place place

Class net.agmodel.weatherData.WetDryImpl implements Serializable

Serialized Fields

dryBulbTemp

Store dryBulbTemp

wetBulbTemp

Store wetBulbTemp

Class net.agmodel.weatherData.WindImpl implements Serializable

Serialized Fields

speed

Store speed

direction

Store direction

height

double height

heightUnits

String heightUnits

Class net.agmodel.weatherData.WindProfileImpl implements Serializable

Serialized Fields

directions

Store[] directions

heights

double[] heights

heightUnits

String heightUnits


Package net.agmodel.genericBroker

Class net.agmodel.genericBroker.DataSourceDetail implements Serializable

Serialized Fields

loginRequirements

int loginRequirements

ID

String ID

sourceName

String sourceName

bounds

GeographicalArea bounds

defaultDisplayRegion

GeographicalArea defaultDisplayRegion

Class net.agmodel.genericBroker.GenericBrokerImpl implements Serializable

Serialized Fields

sessionTable

Map sessionTable

allSources

Map allSources

delimiter

String delimiter

logFile

PrintWriter logFile

counter

long counter


Package net.agmodel.metBean

Class net.agmodel.metBean.AllOrNothingBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

allOrNothingCheckBox

JCheckBox allOrNothingCheckBox

Class net.agmodel.metBean.AllOrNothingEvent implements Serializable

Serialized Fields

allOrNothing

boolean allOrNothing

Class net.agmodel.metBean.EAndRColumnModel implements Serializable

Class net.agmodel.metBean.EAndRTable implements Serializable

Serialized Fields

tableHeader

JTableHeader tableHeader

currentColumn

int currentColumn

Class net.agmodel.metBean.EAndRTableLabelModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class net.agmodel.metBean.EAndRTableLabels implements Serializable

Serialized Fields

tableHeader

JTableHeader tableHeader

Class net.agmodel.metBean.EAndRTableModel implements Serializable

Serialized Fields

data

Object[][] data

Class net.agmodel.metBean.ElementAndResolutionBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

table

EAndRTable table

tableLabels

EAndRTableLabels tableLabels

tablePane

JScrollPane tablePane

tableLabelPane

JScrollPane tableLabelPane

Class net.agmodel.metBean.ElementsEvent implements Serializable

Serialized Fields

elements

MetElement[] elements

Class net.agmodel.metBean.EventMonitorBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class net.agmodel.metBean.MetBrokerBean implements Serializable

Class net.agmodel.metBean.MetBrokerEvent implements Serializable

Class net.agmodel.metBean.MetLoginBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

usernameLabel

JLabel usernameLabel

usernameField

JTextField usernameField

passwordLabel

JLabel passwordLabel

passwordField

JPasswordField passwordField

Class net.agmodel.metBean.MetRegionBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

regionLabel

JLabel regionLabel

regionList

JComboBox regionList

Class net.agmodel.metBean.MetSourceBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

Class net.agmodel.metBean.MetSourceEvent implements Serializable

Serialized Fields

requestedStationID

String requestedStationID

Class net.agmodel.metBean.MetStationBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

stationList

JComboBox stationList

weatherStationLabel

JLabel weatherStationLabel

Class net.agmodel.metBean.RegionEvent implements Serializable

Serialized Fields

region

Region region

Class net.agmodel.metBean.ResolutionEvent implements Serializable

Serialized Fields

resolution

MetDuration resolution

Class net.agmodel.metBean.SpatialDataEvent implements Serializable

Serialized Fields

theData

SpatialMetSet theData

Class net.agmodel.metBean.StationDataEvent implements Serializable

Serialized Fields

theData

StationDataSet theData

Class net.agmodel.metBean.StationDatesBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

stationDateRangeLabel

JLabel stationDateRangeLabel

stationStartLabel

JLabel stationStartLabel

stationEndLabel

JLabel stationEndLabel

Class net.agmodel.metBean.StationEvent implements Serializable

Serialized Fields

weatherStation

WeatherStation weatherStation

Class net.agmodel.metBean.UserPasswordEvent implements Serializable

Serialized Fields

username

String username

password

String password


Package net.agmodel.demdata

Class net.agmodel.demdata.DEMPointRequest implements Serializable

Serialized Fields

location

Location2D location

Class net.agmodel.demdata.DEMRequest implements Serializable

Serialized Fields

demSource

String demSource

Class net.agmodel.demdata.DEMSourceDetail implements Serializable

Serialized Fields

latitudeResolution

double latitudeResolution

longitudeResolution

double longitudeResolution

Class net.agmodel.demdata.DEMSpatialRequest implements Serializable

Serialized Fields

region

GeographicalArea region

latRes

double latRes

longRes

double longRes

Class net.agmodel.demdata.GridFloatImpl implements Serializable

Serialized Fields

data

float[][] data

Class net.agmodel.demdata.GridLayerImpl implements Serializable

Serialized Fields

region

GeographicalBox region

sourceDetail

DEMSourceDetail sourceDetail

latitudeRes

double latitudeRes

longitudeRes

double longitudeRes

NW

Location2D NW

SE

Location2D SE

north

double north

west

double west

south

double south

east

double east

latitudeSpread

double latitudeSpread

longitudeSpread

double longitudeSpread

nX

int nX

nY

int nY

Class net.agmodel.demdata.GridShortImpl implements Serializable

Serialized Fields

data

short[][] data


Package net.agmodel.demBean

Class net.agmodel.demBean.DEMBrokerBean implements Serializable

Class net.agmodel.demBean.DEMBrokerEvent implements Serializable

Class net.agmodel.demBean.DEMPanel implements Serializable

Serialized Fields

grid

GridLayer grid

Class net.agmodel.demBean.DEMSourceBean implements Serializable

Class net.agmodel.demBean.DEMSourceEvent implements Serializable

Class net.agmodel.demBean.DEMSpatialDataEvent implements Serializable

Serialized Fields

theData

GridLayer theData


Package net.agmodel.chizudata

Class net.agmodel.chizudata.ChizuRequest implements Serializable

Serialized Fields

area

GeographicalArea area

scale

double scale

width

int width

height

int height

language

String language

sourceID

String sourceID

Class net.agmodel.chizudata.ChizuResult implements Serializable

Serialized Fields

image

SerializableImage image

Class net.agmodel.chizudata.ChizuSourceDetail implements Serializable

Serialized Fields

language

String language


Package net.agmodel.chizuBean

Class net.agmodel.chizuBean.ChizuBrokerBean implements Serializable

Class net.agmodel.chizuBean.ChizuBrokerEvent implements Serializable

Class net.agmodel.chizuBean.ChizuEvent implements Serializable

Serialized Fields

theData

ChizuResult theData

Class net.agmodel.chizuBean.ChizuPanel implements Serializable

Class net.agmodel.chizuBean.ChizuSourceBean implements Serializable

Class net.agmodel.chizuBean.ChizuSourceEvent implements Serializable


Package net.agmodel.resData

Class net.agmodel.resData.LabelCellRenderer implements Serializable

Serialized Fields

locales

Locale[] locales

Class net.agmodel.resData.LanguageDetail implements Serializable

Serialized Fields

locale

String locale

languageName

String languageName

encoding

String encoding

languageID

String languageID

Class net.agmodel.resData.ResItem implements Serializable

Serialized Fields

itemVal

String itemVal

itemkey

String itemkey

description

String description

found

boolean found

Class net.agmodel.resData.ResourceColModel implements Serializable

Serialized Fields

colNames

String[] colNames

Class net.agmodel.resData.ResourceLocaleModel implements Serializable

Serialized Fields

language

String[] language

viewItem

String[][] viewItem

colNames

String[] colNames

table

JTable table

Class net.agmodel.resData.ResourceSupervisorModel implements Serializable

Serialized Fields

myServer

ResourceSuper myServer

Class net.agmodel.resData.ResourceTable implements Serializable

Serialized Fields

editKey

boolean editKey

tableHeader

JTableHeader tableHeader

languageDetail

Map languageDetail

editLanguage

String editLanguage

Class net.agmodel.resData.ResourceTableModel implements Serializable

Serialized Fields

sessionID

String sessionID

resItemKey

String[] resItemKey

resItemDescription

String[] resItemDescription

editLanguage

String editLanguage

colHeading

String[] colHeading

detailMap

Map detailMap

fileSetID

String fileSetID

maxRow

int maxRow

maxCol

int maxCol

viewResItem

String[][] viewResItem

editKey

boolean editKey

editValue

boolean editValue

editKeyTr

boolean editKeyTr

Class net.agmodel.resData.ResourceTransDetailModel implements Serializable

Serialized Fields

resItemKey

String[] resItemKey

editLanguage

String editLanguage

colHeading

String[] colHeading

detailMap

Map detailMap

fileSetID

String fileSetID

maxRow

int maxRow

maxCol

int maxCol

viewResItem

String[][] viewResItem

Class net.agmodel.resData.ResourceTranslatorModel implements Serializable

Serialized Fields

myServer

ResourceTranslator myServer

Class net.agmodel.resData.ResourceUserModel implements Serializable

Class net.agmodel.resData.ShowDialog implements Serializable

Serialized Fields

username

JTextField username

languageID

JTextField languageID

itemKey

JTextField itemKey

description

JTextField description

id

JTextField id

viewLanguage

JTextField viewLanguage

email

JTextField email

locale

JTextField locale

itemKeys

JTextArea itemKeys

password

JPasswordField password

rePassword

JPasswordField rePassword

gridBagLayout

GridBagLayout gridBagLayout

emptyPW

String emptyPW

type

String type

ok

boolean ok

cancel

boolean cancel

okButton

JButton okButton

cancelButton

JButton cancelButton

transfer

KeyValueInfo transfer

Class net.agmodel.resData.SupervisorDetail implements Serializable

Serialized Fields

username

String username

password

String password

phone

String phone

email

String email

Class net.agmodel.resData.SupervisorFileSet implements Serializable

Serialized Fields

sessionID

String sessionID

languageID

String languageID

resItemMap

Map resItemMap

fileSetID

String fileSetID

keyList

String[] keyList

desList