Serialized Form


Package org.kaboum

Class org.kaboum.Kaboum extends java.applet.Applet implements Serializable

Serialized Fields

K_VERSION

java.lang.String K_VERSION
Current version


screenSize

java.awt.Dimension screenSize
Window applet size


offScreenImage

java.awt.Image offScreenImage
Double buffering (Image)


offScreenGraphics

java.awt.Graphics offScreenGraphics
Double buffering (Graphic)


g

java.awt.Graphics g
Applet graphical context


systemStandby

boolean systemStandby
Set the system in standby mode


isJavascriptEnabled

boolean isJavascriptEnabled
Liveconnect activated


sendPositionCoordinatesToJS

boolean sendPositionCoordinatesToJS
Use status bar for message or no


busy

boolean busy
True during map loading


map

java.awt.Image map
Map image


busyImg

java.awt.Image busyImg
Busy Image (i.e. Image showed during map loading)


cursorValue

java.lang.String cursorValue
Cursor type


window

JSObject window
Browser window reference


ref_is_applet

boolean ref_is_applet
Image or Applet reference view


defaultLang

KaboumLang defaultLang
Lang


bgColor

java.awt.Color bgColor
Background color


mapServerTools

KaboumMapServerTools mapServerTools
KaboumMapServerTools reference


pm

KaboumPrecisionModel pm
Precision Model reference


GGDIndex

KaboumGGDIndex GGDIndex
Indexed list of geometricals object


geometryPDHash

java.util.Hashtable<K,V> geometryPDHash
Geo objects classes list


geometryDDHash

java.util.Hashtable<K,V> geometryDDHash
Display descriptor list


activeGGD

KaboumGeometryGlobalDescriptor activeGGD
Current geo Object


defaultDD

KaboumGeometryDisplayDescriptor defaultDD
Default display descriptor


currentDD

KaboumGeometryDisplayDescriptor currentDD
Current display descriptor


defaultPD

KaboumGeometryPropertiesDescriptor defaultPD
Default object properties


currentPD

KaboumGeometryPropertiesDescriptor currentPD
Current object properties


currentSurface

double currentSurface
Current surface


currentPerimeter

double currentPerimeter
Current perimeter


opModeHash

java.util.Hashtable<K,V> opModeHash
OpMode list


opModePropertiesHash

java.util.Hashtable<K,V> opModePropertiesHash
List of the OpMode properties


currentOpMode

KaboumOpMode currentOpMode
Current active opMode


currentCommand

java.lang.String currentCommand
Current command (state of the applet)


panCenterX

int panCenterX
X center of pan


panCenterY

int panCenterY
Y center of pan


panStatus

boolean panStatus
True if pan is on


zoomStatus

boolean zoomStatus
True if zoom is on


appletName

java.lang.String appletName
APPLET NAME


showAppletName

boolean showAppletName
INDICATE SOURCE APPLET

Class org.kaboum.KaboumBOXSELECTIONOpMode extends KaboumOpMode implements Serializable

Serialized Fields

x

int x
UL X image coordinate


y

int y
UL Y image coordinate


width

int width
Width of the dragging box


height

int height
Height of the dragging box


boxInit

boolean boxInit
True is dragging box is initialised


parent

Kaboum parent
Parent reference


refPoint

java.awt.Point refPoint
Reference point


dummyTest

boolean dummyTest
Dummy test

Class org.kaboum.KaboumCENTEROpMode extends KaboumOpMode implements Serializable

Serialized Fields

command

java.lang.String command
Command returned by the query object


x

int x
X image coordinate of unzoom center


y

int y
Y image coordinate of unzoom center


parent

Kaboum parent
Parent reference


actionIsValid

boolean actionIsValid

Class org.kaboum.KaboumDISTANCEOpMode extends KaboumOpMode implements Serializable

Serialized Fields

parent

Kaboum parent
Parent reference


anchor

java.awt.Point anchor
Anchor for the first point clicked


distance

double distance
Distance


freeze

boolean freeze
Frozen state

Class org.kaboum.Kaboumette extends java.applet.Applet implements Serializable

Serialized Fields

version

java.lang.String version
Current version


screenSize

java.awt.Dimension screenSize
Window applet size


offScreenImage

java.awt.Image offScreenImage
Double buffering (Image)


offScreenGraphics

java.awt.Graphics offScreenGraphics
Double buffering (Graphic)


g

java.awt.Graphics g
Applet graphical context


fgColor

java.awt.Color fgColor
Foreground color (i.e. color of all opModes)


javascriptEnable

boolean javascriptEnable
Liveconnect activated


ref

java.awt.Image ref
reference Image image


refURL

java.lang.String refURL
Reference image URL


cursorValue

java.lang.String cursorValue
Cursor type


window

JSObject window
Browser window reference


box

java.awt.Rectangle box
The extent box


nodrag

boolean nodrag

shiftX

int shiftX
mouse position during user interaction


shiftY

int shiftY
mouse position during user interaction


tool

KaboumMapServerTools tool
to transform map to pix coordinates


busy

boolean busy
busy image


pm

KaboumPrecisionModel pm

Class org.kaboum.KaboumGEOMETRYOpMode extends KaboumOpMode implements Serializable

Serialized Fields

SELECT_OBJECT

int SELECT_OBJECT
Private constant


ADD_POINT

int ADD_POINT

SHOW_MENU

int SHOW_MENU

DRAG_POINT

int DRAG_POINT

VALIDATE_OBJECT

int VALIDATE_OBJECT

parent

Kaboum parent
Reference to the parent applet


pop

java.awt.PopupMenu pop
Popup menu (activated by right click mouse)


dragPointPosition

int dragPointPosition
Current drag point position


freezedMousePosition

java.awt.Point freezedMousePosition
Last mouse position


currentMousePosition

java.awt.Point currentMousePosition
Mouse position


pmc

java.awt.event.MouseEvent pmc
Current mouse event


dctime

int dctime
Double click time


isMenuOn

boolean isMenuOn
True if the validate/undo menu is on


dragStatus

boolean dragStatus
True if mouse is dragged


firstPointDragged

boolean firstPointDragged
True if the mouse dragged a point for the first time

Class org.kaboum.KaboumLINESELECTIONOpMode extends KaboumOpMode implements Serializable

Serialized Fields

x

int x
UL X image coordinate


y

int y
UL Y image coordinate


width

int width
Width of the dragging box


height

int height
Height of the dragging box


boxInit

boolean boxInit
True is dragging box is initialised


parent

Kaboum parent
Parent reference


refPoint

java.awt.Point refPoint
Reference point


endPoint

java.awt.Point endPoint
End point


dummyTest

boolean dummyTest
Dummy test


tmpStartPoint

java.awt.Point tmpStartPoint

tmpEndPoint

java.awt.Point tmpEndPoint

isReleased

boolean isReleased

Class org.kaboum.KaboumLINESTRINGOpMode extends KaboumGEOMETRYOpMode implements Serializable

Class org.kaboum.KaboumMODIFYOpMode extends KaboumQUERYOpMode implements Serializable

Class org.kaboum.KaboumMULTISELECTIONOpMode extends KaboumSELECTIONOpMode implements Serializable

Class org.kaboum.KaboumOpMode extends java.awt.Container implements Serializable

Serialized Fields

mp

java.awt.Point mp

Class org.kaboum.KaboumPANOpMode extends KaboumOpMode implements Serializable

Serialized Fields

anchor

java.awt.Point anchor
Anchor for the first point clicked


first

boolean first
True --> anchor is set


parent

Kaboum parent
Parent reference


actionIsValid

boolean actionIsValid

Class org.kaboum.KaboumPOINTOpMode extends KaboumGEOMETRYOpMode implements Serializable

Class org.kaboum.KaboumPOLYGONOpMode extends KaboumGEOMETRYOpMode implements Serializable

Serialized Fields

FIRST_POINT_OK

int FIRST_POINT_OK

FIRST_POINT_NOT_IN_SURROUNDING

int FIRST_POINT_NOT_IN_SURROUNDING

FIRST_POINT_IN_GEOMETRY

int FIRST_POINT_IN_GEOMETRY

Class org.kaboum.KaboumQUERYOpMode extends KaboumOpMode implements Serializable

Serialized Fields

command

java.lang.String command
Command returned by the query object


x

int x
X image coordinate of unzoom center


y

int y
Y image coordinate of unzoom center


parent

Kaboum parent
Parent reference


actionIsValid

boolean actionIsValid

Class org.kaboum.KaboumROISELECTIONOpMode extends KaboumOpMode implements Serializable

Serialized Fields

parent

Kaboum parent
Parent reference


anchor

java.awt.Point anchor
Anchor for the first point clicked


distance

double distance
Distance


freeze

boolean freeze
Frozen state


LLCoord

KaboumCoordinate LLCoord
Bounding box


URCoord

KaboumCoordinate URCoord

Class org.kaboum.KaboumSELECTIONOpMode extends KaboumOpMode implements Serializable

Serialized Fields

parent

Kaboum parent
Parent reference


pop

java.awt.PopupMenu pop
Popup menu (activated by right click mouse)


selectionList

java.util.Hashtable<K,V> selectionList
Selection list (list of all the selected objects)


multiSelect

boolean multiSelect
True: multiselection mode

Class org.kaboum.KaboumZOOMINOpMode extends KaboumOpMode implements Serializable

Serialized Fields

x

int x
UL X image coordinate


y

int y
UL Y image coordinate


width

int width
Width of the dragging box


height

int height
Height of the dragging box


parent

Kaboum parent
Parent reference


refPoint

java.awt.Point refPoint
Reference point

Class org.kaboum.KaboumZOOMOUTOpMode extends KaboumOpMode implements Serializable

Serialized Fields

x

int x
X image coordinate of unzoom center


y

int y
Y image coordinate of unzoom center


parent

Kaboum parent
Parent reference


actionIsValid

boolean actionIsValid

Package org.kaboum.geom

Class org.kaboum.geom.KaboumGGDIndex extends KaboumList implements Serializable

Serialized Fields

parent

Kaboum parent
Reference to parent class


extent

KaboumExtent extent
Valid extent of the current view. This is used to only paint visible geometries


visibleGeometries

KaboumGeometryGlobalDescriptor[] visibleGeometries
Array of visible object


Package org.kaboum.util

Class org.kaboum.util.KaboumList extends java.util.Vector implements Serializable



Copyright © 2005 Kaboum team. All Rights Reserved.