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

String[] desList

editLanguage

String editLanguage

detailMap

Map detailMap

Class net.agmodel.resData.TranslatorColModel implements Serializable

Serialized Fields

sessionID

String sessionID

viewList

String[] viewList

viewValMap

Map viewValMap

editVal

String[] editVal

Class net.agmodel.resData.TranslatorDetail implements Serializable

Serialized Fields

userID

String userID

password

String password

editLanguageID

String editLanguageID

viewLanguageID

String[] viewLanguageID

phone

String phone

email

String email

editLanguageName

String editLanguageName

Class net.agmodel.resData.TranslatorDetailSet implements Serializable

Serialized Fields

sessionID

String sessionID

editLanguage

String editLanguage

detail

TranslatorDetail[] detail

password

String[] password

username

String[] username

email

String[] email

viewLanguage

String[] viewLanguage

itemMap

Map itemMap

Class net.agmodel.resData.TranslatorFileSet implements Serializable

Serialized Fields

sessionID

String sessionID

nameIDMap

Map nameIDMap

viewValueMap

Map viewValueMap

detail

TranslatorDetail detail

fileSetID

String fileSetID

desList

String[] desList

keyList

String[] keyList

editValList

String[] editValList

viewLangList

String[] viewLangList

editLanguage

String editLanguage

detailMap

Map detailMap

Class net.agmodel.resData.UserDetail implements Serializable

Serialized Fields

username

String username

password

String password

phone

String phone

email

String email

Class net.agmodel.resData.UserFileSet implements Serializable

Serialized Fields

sessionID

String sessionID

keyList

String[] keyList

detail

UserDetail detail

languageID

String languageID

languageName

String languageName

valueList

String[] valueList

viewValList

String[][] viewValList

detailMap

Map detailMap


Package net.agmodel.resBean

Class net.agmodel.resBean.ResourceBean implements Serializable

Serialized Fields

isRMI

boolean isRMI

rbListener

ResourceBeanListener rbListener

fileSetKey

SortedSet fileSetKey


Package net.agmodel.utilBean

Class net.agmodel.utilBean.AllowSummarizingBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

allowCheckBox

JCheckBox allowCheckBox

Class net.agmodel.utilBean.AllowSummarizingEvent implements Serializable

Serialized Fields

allow

boolean allow

Class net.agmodel.utilBean.DataSourceBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

databaseLabel

JLabel databaseLabel

dataSourceList

JComboBox dataSourceList

Class net.agmodel.utilBean.DataSourceEvent implements Serializable

Serialized Fields

dataSource

DataSourceDetail dataSource

Class net.agmodel.utilBean.GeographicalAreaEvent implements Serializable

Serialized Fields

area

GeographicalArea area

Class net.agmodel.utilBean.IndeterminateProgressBean implements Serializable

Serialized Fields

borderLayout1

BorderLayout borderLayout1

queryProgressBar

JProgressBar queryProgressBar

queryTimer

Timer queryTimer

increment

int increment

progressUpdateScheduled

boolean progressUpdateScheduled

refreshInterval

int refreshInterval

fractionOfRemaining

int fractionOfRemaining

Class net.agmodel.utilBean.IntervalBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

timeZoneID

String timeZoneID

startLabel

JLabel startLabel

endLabel

JLabel endLabel

startMDCombo

KComboBoxYMD startMDCombo

endMDCombo

KComboBoxYMD endMDCombo

Class net.agmodel.utilBean.IntervalEvent implements Serializable

Serialized Fields

interval

Interval interval

Class net.agmodel.utilBean.MapDisplayEvent implements Serializable

Serialized Fields

width

int width

height

int height

displayRegion

GeographicalBox displayRegion

Class net.agmodel.utilBean.RequestBeanButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

requestBean

RequestBean requestBean

Class net.agmodel.utilBean.ServerBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

clientInfo

String clientInfo

RMIHost

String RMIHost

HTTPHost

String HTTPHost

HTTPPort

int HTTPPort

live

boolean live

Class net.agmodel.utilBean.ServerBeanEvent implements Serializable

Serialized Fields

sessionID

String sessionID

Class net.agmodel.utilBean.ServiceBeanEvent implements Serializable

Serialized Fields

serverRMI

Remote serverRMI

serverHTTP

ServiceHTTP serverHTTP

Class net.agmodel.utilBean.TimeZoneBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

timeZoneLabel

JLabel timeZoneLabel

timeZoneList

JComboBox timeZoneList

Class net.agmodel.utilBean.TimeZoneEvent implements Serializable

Serialized Fields

timeZone

TimeZone timeZone


Package net.agmodel.table

Class net.agmodel.table.ColorFillIcon implements Serializable

Serialized Fields

width

int width

height

int height

fillColor

Color fillColor

shadow

Color shadow

borderSize

int borderSize

fillHeight

int fillHeight

fillWidth

int fillWidth

Class net.agmodel.table.IconRenderer implements Serializable

Serialized Fields

icon

ColorFillIcon icon


Package net.agmodel.panel

Class net.agmodel.panel.MapBlast implements Serializable

Class net.agmodel.panel.MapPanel implements Serializable

Serialized Fields

parent

ImageObserver parent

targetRegion

GeographicalBox targetRegion

displayRegion

GeographicalBox displayRegion

targetRegionWide

boolean targetRegionWide

scale

double scale

screenEast

double screenEast

screenWest

double screenWest

screenNorth

double screenNorth

screenSouth

double screenSouth

screenLongitudeRange

double screenLongitudeRange

screenLatitudeRange

double screenLatitudeRange

screenDistanceVert

double screenDistanceVert

screenDistanceHoriz

double screenDistanceHoriz

oldRect

Rectangle oldRect

oldSource

DataSourceDetail oldSource

currentSource

DataSourceDetail currentSource

oldTargetRegion

GeographicalArea oldTargetRegion

offScreenGraphics2D

Graphics2D offScreenGraphics2D

offScreenImage

BufferedImage offScreenImage

anchor

Point anchor

prevBox

Rectangle prevBox

currentBox

Rectangle currentBox

latLongDialog

LatLongDialog latLongDialog

geographicalBoxDialog

GeographicalBoxDialog geographicalBoxDialog

statusMessage

String statusMessage


Package net.agmodel.dialog

Class net.agmodel.dialog.GeographicalBoxDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

northLabel

JLabel northLabel

northTextArea

JTextField northTextArea

westLabel

JLabel westLabel

westTextArea

JTextField westTextArea

southLabel

JLabel southLabel

southTextArea

JTextField southTextArea

eastLabel

JLabel eastLabel

eastTextArea

JTextField eastTextArea

gridBagLayout1

GridBagLayout gridBagLayout1

okButton

JButton okButton

cancelButton

JButton cancelButton

ok

boolean ok

tempnorth

double tempnorth

tempwest

double tempwest

tempsouth

double tempsouth

tempeast

double tempeast

jPanel1

JPanel jPanel1

Class net.agmodel.dialog.LatLongDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

latLabel

JLabel latLabel

latTextArea

JTextField latTextArea

longLabel

JLabel longLabel

longTextArea

JTextField longTextArea

gridBagLayout1

GridBagLayout gridBagLayout1

okButton

JButton okButton

cancelButton

JButton cancelButton

ok

boolean ok

tempLat

double tempLat

tempLongt

double tempLongt

Class net.agmodel.dialog.LogInDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

gridBagLayout1

GridBagLayout gridBagLayout1

UserNameLabel

JLabel UserNameLabel

userNameTextField

JTextField userNameTextField

passwordLabel

JLabel passwordLabel

passwordField

JPasswordField passwordField

existingUserRadio

JRadioButton existingUserRadio

newUserRadio

JRadioButton newUserRadio

reenterPasswordLabel

JLabel reenterPasswordLabel

reenterPasswordField

JPasswordField reenterPasswordField

oKButton

JButton oKButton

cancelButton

JButton cancelButton

existingNewGroup

ButtonGroup existingNewGroup

owner

Frame owner

allowNewUser

boolean allowNewUser

ok

boolean ok

Class net.agmodel.dialog.SlowTaskDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

jButton1

JButton jButton1

jLabel1

JLabel jLabel1

progressBean

IndeterminateProgressBean progressBean

gridBagLayout1

GridBagLayout gridBagLayout1

autoProgress

boolean autoProgress

owner

Frame owner


Package kei.swing

Class kei.swing.KComboBoxMD implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

MONTH_LENGTH

int[] MONTH_LENGTH
ŒŽ‚Μ“ϊ?”


YEAR_LENGTH

int YEAR_LENGTH
”N‚Μ“ϊ?”


NONE

int NONE
See Also:
Constant Field Values

ERROR

int ERROR
See Also:
Constant Field Values

month

int month

date

int date

coMonth

JComboBox coMonth

coDate

JComboBox coDate

lMonth

JLabel lMonth

lDate

JLabel lDate

Class kei.swing.KComboBoxYMD implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialized Fields

year

int year

coYear

JComboBox coYear

lYear

JLabel lYear

cyal

KComboBoxYMD.CoYearActionListener cyal


Package kei.component

Class kei.component.KDateSelector implements Serializable

Serialized Fields

combo

JComboBox[] combo

tfYear

JTextField tfYear

tfMilli

JTextField tfMilli

lable

JLabel[] lable

panel

JPanel[] panel

ael

KDateSelector.ActionEventListener[] ael

cbil

KDateSelector.ComboBoxItemListener cbil

ejal

KDateSelector.EffectJulianActionListener ejal

jal

KDateSelector.JulianActionListener jal

al

ActionListener al

notSelected

String notSelected
“ϊ•t‚ͺ‘I‘π‚³‚κ‚Δ‚’‚Θ‚’‚Ζ‚«‚Ι•\ަ‚·‚ι•ΆŽš


large

int large
?Ε‘ε‚Μ•\ަ?€–Ϊ YEAR?`MONTH


small

int small
?Ε?¬‚Μ•\ަ?€–Ϊ DATE?`MILLISECOND


compYear

boolean compYear
”N‚Μ•\ަ‚πJComboBox‚Ι‚·‚ι(true)?AJTextField‚Ι‚·‚ι(false)


compMilli

boolean compMilli
ƒ~ƒŠ•b‚Μ•\ަ‚πJComboBox‚Ι‚·‚ι(true)?AJTextField‚Ι‚·‚ι(false)


bJulian

boolean bJulian
—ο“ϊ‚π•\ަ‚·‚ι(true)


showMonth

int showMonth
ŒŽ‚Μ•\ަ•ϋ–@


timeout

int timeout
˜A‘±‚΅‚½ƒL?[ƒ{?[ƒh‚Μ“ό—Ν‚Ι‘Ξ‚·‚ιθ‡’l(ms)

Class kei.component.KFrame implements Serializable

Serialized Fields

button

AbstractButton button
ƒtƒŒ?[ƒ€‚π•Β‚Ά‚½‚Ζ‚«‚Ι button ‚Μƒ`ƒFƒbƒN‚πŠO‚΅‚ά‚·?B


Package net.agmodel.imageutil

Class net.agmodel.imageutil.PackedImage13 implements Serializable

Serialized Fields

buffer

byte[] buffer

flag

int flag

width

int width

height

int height

Class net.agmodel.imageutil.UnpackedImage implements Serializable

Serialized Fields

beginConstruct

long beginConstruct

endConstruct

long endConstruct

beginReconstruct

long beginReconstruct

endReconstruct

long endReconstruct

bi_array_byte

byte[][] bi_array_byte

bi_array_int

int[][] bi_array_int

width

int width

height

int height

dataType

int dataType

pixelStride

int pixelStride

scanLineStride

int scanLineStride

bandOffsets

int[] bandOffsets

dataBitOffset

int dataBitOffset

transparency

int transparency

transferType

int transferType

bitsPerPixel

int bitsPerPixel

flag

String flag

smflag

String smflag

map

byte[][] map

masks

int[] masks

rmask

int rmask

gmask

int gmask

bmask

int bmask

amask

int amask

imgType

int imgType

cs

ColorSpace cs