Serialized Form


Package net.agmodel.brokerImpl

Class net.agmodel.brokerImpl.GenericBrokerImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

cat

org.apache.log4j.Category cat

sessionTable

Map sessionTable

allSources

Map allSources

delimiter

String delimiter

counter

long counter

prop

Properties prop

timer

Timer timer
the timer for starting in a time interval


task

GenericBrokerImpl.DBCheckAndUpdate task
the task for starting in a time interval


time

GenericBrokerImpl.Time time
the object for keeping the time


Package net.agmodel.genericBroker

Class net.agmodel.genericBroker.DataSourceDetail extends Object implements Serializable

Serialized Fields

loginRequirements

int loginRequirements

ID

String ID

sourceName

String sourceName

bounds

GeographicalArea bounds

defaultDisplayRegion

GeographicalArea defaultDisplayRegion


Package net.agmodel.physical

Class net.agmodel.physical.AbstractQuantity extends Object implements Serializable

Serialized Fields

derivation

int derivation

Class net.agmodel.physical.AbstractUnit extends Object implements Serializable

Serialized Fields

unitName

String unitName

Factor

double Factor

ord

int ord

Class net.agmodel.physical.Acceleration extends AbstractQuantity implements Serializable

Serialized Fields

valueSI

double valueSI
The Acceleration value using SI units.

 

Class net.agmodel.physical.Angle extends AbstractQuantity implements Serializable

Serialized Fields

inRadian

double inRadian
The Angle value in radians.

 

Class net.agmodel.physical.AngleUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

AngleUnit prev

next

AngleUnit next

Class net.agmodel.physical.Area extends AbstractQuantity implements Serializable

Serialized Fields

inSquareMeter

double inSquareMeter
The Area value in square meters.

 

Class net.agmodel.physical.Composite extends AbstractQuantity 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 extends Object implements Serializable

Serialized Fields

sequences

Map sequences

interval

Interval interval

resolution

Duration resolution

Class net.agmodel.physical.Duration extends AbstractQuantity implements Serializable

Serialized Fields

inSecond

double inSecond
The Duration value in seconds

 

Class net.agmodel.physical.DurationUnit extends AbstractUnit 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 extends AbstractQuantity implements Serializable

Serialized Fields

valueSI

double valueSI
The Frequency value using SI units.

 

Class net.agmodel.physical.GeneralSequenceImpl extends Object implements Serializable

Serialized Fields

summaryHistory

SummaryHistory summaryHistory

dateRange

Interval dateRange

maximumTemporalInterpolation

Duration maximumTemporalInterpolation

Class net.agmodel.physical.GeographicalBox extends Object 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 extends Object implements Serializable

Serialized Fields

points

Location2D[] points

northMost

double northMost

westMost

double westMost

southMost

double southMost

eastMost

double eastMost

Class net.agmodel.physical.Interval extends Period implements Serializable

Class net.agmodel.physical.Length extends AbstractQuantity implements Serializable

Serialized Fields

inMeter

double inMeter
The Length value in meters.

 

Class net.agmodel.physical.LengthUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

LengthUnit prev

next

LengthUnit next

Class net.agmodel.physical.Location extends Location2D implements Serializable

Serialized Fields

altitude

double altitude

Class net.agmodel.physical.Location2D extends Object implements Serializable

Serialized Fields

latitude

double latitude

longitude

double longitude

Class net.agmodel.physical.Mass extends AbstractQuantity implements Serializable

Serialized Fields

inKilogram

double inKilogram
The Mass value in kilogram.

 

Class net.agmodel.physical.MutableInterval extends Interval implements Serializable

Class net.agmodel.physical.Period extends Object implements Serializable

Serialized Fields

end

Date end

start

Date start

Class net.agmodel.physical.Place extends Location implements Serializable

Serialized Fields

placeName

String placeName

Class net.agmodel.physical.Proportion extends AbstractQuantity implements Serializable

Serialized Fields

inProportion

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

 

Class net.agmodel.physical.ProportionUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

ProportionUnit prev

next

ProportionUnit next

Class net.agmodel.physical.Radiation extends AbstractQuantity implements Serializable

Serialized Fields

valueSI

double valueSI
The Radiation value using SI units.

 

Class net.agmodel.physical.RadiationUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

RadiationUnit prev

next

RadiationUnit next

Class net.agmodel.physical.Speed extends AbstractQuantity implements Serializable

Serialized Fields

valueSI

double valueSI
The Speed value in SI units.

 

Class net.agmodel.physical.SpeedUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

SpeedUnit prev

next

SpeedUnit next

Class net.agmodel.physical.StoreImpl extends Object implements Serializable

Serialized Fields

name

String name

dateRange

Interval dateRange

history

SummaryHistory history

Class net.agmodel.physical.SummaryHistory extends Stack implements Serializable

Class net.agmodel.physical.SummaryHistoryElement extends Object implements Serializable

Serialized Fields

resolution

Duration resolution

resultOf

SummaryKind resultOf

Class net.agmodel.physical.SummaryKind extends Object 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 extends StoreImpl 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 extends AbstractQuantity implements Serializable

Serialized Fields

inKelvin

double inKelvin
The Temperature value in degree Kelvins.

 

Class net.agmodel.physical.TemperatureUnit extends AbstractUnit implements Serializable

Serialized Fields

prev

TemperatureUnit prev

next

TemperatureUnit next

Class net.agmodel.physical.UnitDimensionException extends RuntimeException implements Serializable

Class net.agmodel.physical.Volume extends AbstractQuantity implements Serializable

Serialized Fields

inCubicMeter

double inCubicMeter
The Volume value in cubic meters.

 

Class net.agmodel.physical.VolumetricDensity extends AbstractQuantity implements Serializable

Serialized Fields

valueSI

double valueSI
The VolumetricDensity value in SI units.

 


Package net.agmodel.utility

Class net.agmodel.utility.ConnectionException extends GeneralException implements Serializable

Class net.agmodel.utility.GeneralException extends Exception implements Serializable

Class net.agmodel.utility.InternalException extends GeneralException implements Serializable

Class net.agmodel.utility.InvalidRequestException extends GeneralException implements Serializable

Class net.agmodel.utility.MultilingualString extends Hashtable implements Serializable

Serialized Fields

id

String id


Package net.agmodel.weatherData

Class net.agmodel.weatherData.AirTempMaxMinImpl extends ScalarMaxMinImpl implements Serializable

Class net.agmodel.weatherData.AirTempMaxMinMeanImpl extends ScalarMaxMinMeanImpl implements Serializable

Class net.agmodel.weatherData.AirTempMultiImpl extends MultiImpl implements Serializable

Serialized Fields

measurementHeights

double[] measurementHeights

Class net.agmodel.weatherData.AirTempSingleImpl extends ScalarImpl implements Serializable

Class net.agmodel.weatherData.GeneralMetSequenceImpl extends GeneralSequenceImpl implements Serializable

Serialized Fields

sequenceElementOrd

int sequenceElementOrd

sequenceHeading

String sequenceHeading

unitsHeading

String unitsHeading

Class net.agmodel.weatherData.LeafWetnessMultiImpl extends MultiImpl implements Serializable

Class net.agmodel.weatherData.LeafWetnessSingleImpl extends ScalarImpl implements Serializable

Class net.agmodel.weatherData.MetDuration extends Object implements Serializable

Serialized Fields

ord

int ord

prev

MetDuration prev

next

MetDuration next

name

String name

Class net.agmodel.weatherData.MetElement extends Object 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 extends Object 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 extends DataSourceDetail implements Serializable

Serialized Fields

suggestedTimeZone

String suggestedTimeZone

suggestedDailyOffset

float suggestedDailyOffset

operatingPeriod

Period operatingPeriod

shortestResolution

Duration shortestResolution

longestResolution

Duration longestResolution

Class net.agmodel.weatherData.MultiImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

stores

Store[] stores

Class net.agmodel.weatherData.RadiationKind extends Object 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 extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

store

Store store

Class net.agmodel.weatherData.Region extends Object implements Serializable

Serialized Fields

regionID

String regionID

regionName

String regionName

regionArea

GeographicalArea regionArea

Class net.agmodel.weatherData.RHImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

store

Store store

temperature

AirTemperature temperature

Class net.agmodel.weatherData.ScalarImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

measurementHeight

float measurementHeight

store

Store store

Class net.agmodel.weatherData.ScalarMaxMinImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

maxValues

Store maxValues

minValues

Store minValues

measurementHeight

float measurementHeight

Class net.agmodel.weatherData.ScalarMaxMinMeanImpl extends ScalarMaxMinImpl implements Serializable

Serialized Fields

meanValues

Store meanValues

Class net.agmodel.weatherData.SoilTemperatureImpl extends MultiImpl implements Serializable

Serialized Fields

depths

Length[] depths

Class net.agmodel.weatherData.SolarRadiationImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

store

Store[] store

Class net.agmodel.weatherData.SpatialMetRequest extends MetRequest implements Serializable

Serialized Fields

area

GeographicalArea area

allOrNothing

boolean allOrNothing

Class net.agmodel.weatherData.SpatialMetSetImpl extends Object implements Serializable

Serialized Fields

stations

List stations

databasesCompleted

int databasesCompleted

databasesToQuery

int databasesToQuery

serverExceptions

List serverExceptions

Class net.agmodel.weatherData.StationDataSetImpl extends DataSetImpl implements Serializable

Serialized Fields

metSourceID

String metSourceID

station

WeatherStation station

serverProcessingTime

Duration serverProcessingTime

Class net.agmodel.weatherData.StationMetRequest extends MetRequest implements Serializable

Serialized Fields

sourceID

String sourceID

stationID

String stationID

Class net.agmodel.weatherData.SunshineImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

store

Store store

Class net.agmodel.weatherData.WaterTempSingleImpl extends ScalarImpl implements Serializable

Class net.agmodel.weatherData.WeatherStation extends Object 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 extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

dryBulbTemp

Store dryBulbTemp

wetBulbTemp

Store wetBulbTemp

Class net.agmodel.weatherData.WindImpl extends GeneralMetSequenceImpl implements Serializable

Serialized Fields

speed

Store speed

direction

Store direction

height

double height

heightUnits

String heightUnits

Class net.agmodel.weatherData.WindProfileImpl extends MultiImpl implements Serializable

Serialized Fields

directions

Store[] directions

heights

double[] heights

heightUnits

String heightUnits


Package net.agmodel.metBroker

Class net.agmodel.metBroker.MetBrokerImpl extends GenericBrokerImpl implements Serializable

Class net.agmodel.metBroker.MetBrokerImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2l

Class net.agmodel.metBroker.MetCatalogCard extends Object implements Serializable

Serialized Fields

resolution

PDuration resolution

periods

List periods

Class net.agmodel.metBroker.MetCatalogSection extends Object implements Serializable

Serialized Fields

durations

com.odi.util.OSVectorList durations

Class net.agmodel.metBroker.RegionImpl extends Object implements Serializable

Serialized Fields

regionID

String regionID

regionName

PMultilingualString regionName

stations

Set stations

northMost

double northMost

westMost

double westMost

southMost

double southMost

eastMost

double eastMost

Class net.agmodel.metBroker.ServerStationImpl extends Object implements Serializable

Serialized Fields

stationID

String stationID

place

PPlace place

periodOfOperation

PPeriod periodOfOperation

metCatalog

MetCatalogSection[] metCatalog

shortestResolution

PDuration shortestResolution

region

RegionImpl region

Class net.agmodel.metBroker.User extends Object implements Serializable

Serialized Fields

password

String password

name

String name

passwordList

Map passwordList


Package net.agmodel.pPhysical

Class net.agmodel.pPhysical.PDuration extends Object implements Serializable

Serialized Fields

inSecond

double inSecond
The Duration value in seconds

 

Class net.agmodel.pPhysical.PLocation extends PLocation2D implements Serializable

Serialized Fields

altitude

double altitude

Class net.agmodel.pPhysical.PLocation2D extends Object implements Serializable

Serialized Fields

longitude

double longitude

latitude

double latitude

Class net.agmodel.pPhysical.PPeriod extends Object implements Serializable

Serialized Fields

end

PDate end

start

PDate start

Class net.agmodel.pPhysical.PPlace extends PLocation implements Serializable

Serialized Fields

placeName

PMultilingualString placeName


Package net.agmodel.pUtility

Class net.agmodel.pUtility.PDate extends Object implements Serializable

Serialized Fields

theDate

long theDate

Class net.agmodel.pUtility.PMultilingualString extends com.odi.util.OSHashtable implements Serializable

Serialized Fields

id

String id



Copyright (C) NARC 2001 All Rights Reserved.