Serialized Form


Package com.ontimize.util.gis.client.events

Class com.ontimize.util.gis.client.events.AreaChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

area

com.vividsolutions.jts.geom.Envelope area

Class com.ontimize.util.gis.client.events.EditionChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

layerKeys

java.lang.Object layerKeys

updatedKeys

java.lang.Object updatedKeys

newValues

java.lang.Object newValues

Class com.ontimize.util.gis.client.events.HighlightChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

layerKeys

java.lang.Object layerKeys

highlightedData

java.lang.Object highlightedData

Class com.ontimize.util.gis.client.events.LayerChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

layer

IGisLayer layer

Class com.ontimize.util.gis.client.events.RequestsChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

data

java.lang.Object data

Class com.ontimize.util.gis.client.events.ScaleChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

scaleDenominator

double scaleDenominator

Class com.ontimize.util.gis.client.events.SelectionChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

layerKeys

java.lang.Object layerKeys

selectedData

java.lang.Object selectedData

Class com.ontimize.util.gis.client.events.StateChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3844443959951707247L

Serialized Fields

prevState

int prevState

newState

int newState

Package com.ontimize.util.gis.client.gui

Class com.ontimize.util.gis.client.gui.FormAttribute extends com.ontimize.gui.field.IdentifiedAbstractFormComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

parameters

java.util.Hashtable<K,V> parameters

Class com.ontimize.util.gis.client.gui.GisLayeredPane extends javax.swing.JLayeredPane implements Serializable

serialVersionUID: 1L

Serialized Fields

keyListeners

java.util.List<E> keyListeners

Class com.ontimize.util.gis.client.gui.OGisComponent extends com.ontimize.gui.field.IdentifiedAbstractFormComponent implements Serializable

Serialized Fields

referenceLocator

com.ontimize.locator.ReferenceLocator referenceLocator

gisViewer

IGisViewer gisViewer

value

java.lang.Object value

viewerPreferences

java.util.Hashtable<K,V> viewerPreferences

strBuilder

java.lang.StringBuilder strBuilder

gisClientManager

IGisClientManager gisClientManager

layersConfigurationId

java.lang.Object layersConfigurationId

layout

java.awt.LayoutManager layout

loadingViewer

IGisLoadingViewer loadingViewer

parameters

java.util.Hashtable<K,V> parameters

lastOverMapLayerLast

int lastOverMapLayerLast

lastLayerIndex

int lastLayerIndex

layeredComponents

java.util.List<E> layeredComponents

tpes

java.util.concurrent.ExecutorService tpes

layeredPane

IGisLayeredPane layeredPane

inserted

boolean inserted

res

java.util.ResourceBundle res

lastIMMode

int lastIMMode

loadingFinishedPending

boolean loadingFinishedPending

imModeEnabled

boolean imModeEnabled

required

boolean required

modifiable

boolean modifiable

parentForm

com.ontimize.gui.Form parentForm

Package com.ontimize.util.gis.client.gui.panels

Class com.ontimize.util.gis.client.gui.panels.BasicToolbar extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

iconPan

java.lang.String iconPan

iconZoomIn

java.lang.String iconZoomIn

iconZoomOut

java.lang.String iconZoomOut

iconDistance

java.lang.String iconDistance

iconEdit

java.lang.String iconEdit

modifiable

boolean modifiable

modified

boolean modified

required

boolean required

value

java.lang.Object value

enabled

boolean enabled

attribute

java.lang.Object attribute

opaqueBoolean

boolean opaqueBoolean

opaqueButtons

boolean opaqueButtons

highlightButtons

boolean highlightButtons

borderButtons

boolean borderButtons

listenerHighlightButtons

java.awt.event.MouseListener listenerHighlightButtons

paintState

int paintState

buttons

java.util.List<E> buttons

editionEnabled

boolean editionEnabled

prevViewerState

int prevViewerState

mPanel

MeasurePanel mPanel

buttonEdit

BasicToolbarButton buttonEdit

gisViewer

IGisViewer gisViewer

upperLeftX

int upperLeftX

upperLeftY

int upperLeftY

buttonWidth

int buttonWidth

buttonNames

java.lang.String[] buttonNames

Class com.ontimize.util.gis.client.gui.panels.DownloadProgressPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

BORDER_IMAGE_LOCATION

java.lang.String BORDER_IMAGE_LOCATION

BACKGROUND_IMAGE_LOCATION

java.lang.String BACKGROUND_IMAGE_LOCATION

FOREGROUND_IMAGE_LOCATION

java.lang.String FOREGROUND_IMAGE_LOCATION

borderIcon

javax.swing.ImageIcon borderIcon

backgroundIcon

javax.swing.ImageIcon backgroundIcon

foregroundIcon

javax.swing.ImageIcon foregroundIcon

upperLeftX

int upperLeftX

upperLeftY

int upperLeftY

borderWidth

int borderWidth

gisViewer

IGisViewer gisViewer

dataDispatcher

IGisDataDispatcher dataDispatcher

pendingFragments

int pendingFragments

fading

boolean fading

alphaValue

float alphaValue

anim

org.jdesktop.animation.timing.Animator anim

deployTime

int deployTime

repaintThread

DownloadProgressPanel.RepaintThread repaintThread

layersConfId

java.lang.Object layersConfId

Class com.ontimize.util.gis.client.gui.panels.DraggableToolbar extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

iconPan

java.lang.String iconPan

iconZoomIn

java.lang.String iconZoomIn

iconZoomOut

java.lang.String iconZoomOut

iconDistance

java.lang.String iconDistance

iconEdit

java.lang.String iconEdit

borderColor

java.awt.Color borderColor

borderWidth

int borderWidth

opaqueBoolean

boolean opaqueBoolean

opaqueButtons

boolean opaqueButtons

highlightButtons

boolean highlightButtons

borderButtons

boolean borderButtons

listenerHighlightButtons

java.awt.event.MouseListener listenerHighlightButtons

modifiable

boolean modifiable

required

boolean required

enabled

boolean enabled

attribute

java.lang.Object attribute

paintState

int paintState

buttons

java.util.List<E> buttons

menuItems

java.util.List<E> menuItems

editionEnabled

boolean editionEnabled

prevViewerState

int prevViewerState

mPanel

MeasurePanel mPanel

buttonEdit

BasicToolbarButton buttonEdit

gisViewer

IGisViewer gisViewer

toolbar

JGisToolBar toolbar

panel

EmptyPanel panel

buttonNames

java.lang.String[] buttonNames

floatable

boolean floatable

orientation

int orientation

tbBGPaint

java.awt.Paint tbBGPaint

actionsArray

java.lang.String[] actionsArray
String array that stores the list an order of buttons attributes

Class com.ontimize.util.gis.client.gui.panels.EmptyPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gisViewer

IGisViewer gisViewer

panelX

int panelX

panelY

int panelY

panelWidth

int panelWidth

panelHeight

int panelHeight

Class com.ontimize.util.gis.client.gui.panels.GisStatusBar extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

stringBuilder

java.lang.StringBuilder stringBuilder

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs

opaque

boolean opaque

requestsInfo

boolean requestsInfo

renderingInfo

boolean renderingInfo

statusBarColor

java.awt.Color statusBarColor

statusRenderingBarColor

java.awt.Color statusRenderingBarColor

areaPrefix

java.lang.String areaPrefix

posPrefix

java.lang.String posPrefix

actualPositionText

java.lang.String actualPositionText

actualAreaText

java.lang.String actualAreaText

totalFragments

int totalFragments

unitText

java.lang.String unitText

frc

java.awt.font.FontRenderContext frc

fm

java.awt.FontMetrics fm

gisViewer

IGisViewer gisViewer

dataDispatcher

IGisDataDispatcher dataDispatcher

firstTimePaint

boolean firstTimePaint

nf

java.text.NumberFormat nf

positionNF

java.text.NumberFormat positionNF

bbox

com.vividsolutions.jts.geom.Envelope bbox

oldTransform

java.awt.geom.AffineTransform oldTransform

tempTransform

java.awt.geom.AffineTransform tempTransform

glyphVector

java.awt.font.GlyphVector glyphVector

outline

java.awt.Shape outline

posTextWidth

int posTextWidth

areaTextWidth

int areaTextWidth

areaGlyphVector

java.awt.font.GlyphVector areaGlyphVector

areaOutline

java.awt.Shape areaOutline

areaTextChange

boolean areaTextChange

posGlyphVector

java.awt.font.GlyphVector posGlyphVector

posOutline

java.awt.Shape posOutline

posTextChange

boolean posTextChange

rGlyphVector

java.awt.font.GlyphVector rGlyphVector

rOutline

java.awt.Shape rOutline

Class com.ontimize.util.gis.client.gui.panels.GisThreadsMonitor extends javax.swing.JPanel implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor

refreshRate

int refreshRate

totalFragments

int totalFragments

prefWidth

int prefWidth

prefHeight

int prefHeight

haloWidth

float haloWidth

gisClientManager

IGisClientManager gisClientManager

gisViewer

IGisViewer gisViewer

dataDispatcher

IGisDataDispatcher dataDispatcher

dataRequestsManager

IGisDataRequestsManager dataRequestsManager

repaintThread

GisThreadsMonitor.MonitorRepaintThread repaintThread

boxSize

int boxSize

tempTransform

java.awt.geom.AffineTransform tempTransform

areaPrefix

java.lang.String areaPrefix

posPrefix

java.lang.String posPrefix

actualAreaText

java.lang.String actualAreaText

fm

java.awt.FontMetrics fm

glyphVector

java.awt.font.GlyphVector glyphVector

outline

java.awt.Shape outline

posTextWidth

int posTextWidth

barHeight

int barHeight

frc

java.awt.font.FontRenderContext frc

textFont

java.awt.Font textFont

oldTransform

java.awt.geom.AffineTransform oldTransform

Class com.ontimize.util.gis.client.gui.panels.LayersPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

zoomToLayerIconStr

java.lang.String zoomToLayerIconStr

gisViewer

IGisViewer gisViewer

layers

java.util.List<E> layers

panelX

int panelX

panelY

int panelY

panelWidth

int panelWidth

panelHeight

int panelHeight

layersBox

LayersBox layersBox

layerNameFont

java.awt.Font layerNameFont

fm

java.awt.FontMetrics fm

parentForm

com.ontimize.gui.Form parentForm

enabled

boolean enabled

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisible

boolean editableCheckVisible

Class com.ontimize.util.gis.client.gui.panels.PopupMenuPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

listenerAdded

boolean listenerAdded

gisViewer

IGisViewer gisViewer

popupListener

java.awt.event.MouseListener popupListener

menu

javax.swing.JPopupMenu menu

items

java.util.List<E> items

opaqueButtons

boolean opaqueButtons

highlightButtons

boolean highlightButtons

borderButtons

boolean borderButtons

listenerHighlightButtons

java.awt.event.MouseListener listenerHighlightButtons

Package com.ontimize.util.gis.client.gui.panels.alternativelayers

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.AddBookmarkLocationComponent extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

initBg

java.awt.Color initBg

firstTime

boolean firstTime

addBookmarkButton

com.ontimize.gui.button.Button addBookmarkButton

setSelectionItem

javax.swing.JMenuItem setSelectionItem

zoomToLayerItem

javax.swing.JMenuItem zoomToLayerItem

bookmarkPanel

BBoxBookmarkPanel bookmarkPanel

strBuilder

java.lang.StringBuilder strBuilder

addBookmarkIconPath

java.lang.String addBookmarkIconPath

panel

AlternativeLayersPanel panel

gisViewer

IGisViewer gisViewer

alphaValue

float alphaValue

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.AlternativeLayersPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

addBookmarks

AddBookmarkLocationComponent addBookmarks

saveBBoxIconStr

java.lang.String saveBBoxIconStr

zoomToBookmarkStr

java.lang.String zoomToBookmarkStr

deleteBookmarkIconStr

java.lang.String deleteBookmarkIconStr

zoomToLayerIconStr

java.lang.String zoomToLayerIconStr

closedOnStartup

boolean closedOnStartup

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisible

boolean editableCheckVisible

res

java.util.ResourceBundle res

gisViewer

IGisViewer gisViewer

lbBgColor

java.awt.Color lbBgColor

panel

EmptyPanel panel

container

PanelsContainer container

layersTaskPane

InnerPanel layersTaskPane

locationsTaskPane

BookmarksInnerPanel locationsTaskPane

layersBox

LayersBox layersBox

bottomContainer

com.ontimize.gui.container.Row bottomContainer

contBgColor

java.awt.Color contBgColor

checkboxesPopUpItems

java.util.List<E> checkboxesPopUpItems

fm

java.awt.FontMetrics fm

firstTimePaint

boolean firstTimePaint

form

com.ontimize.gui.Form form

pContParams

java.util.Hashtable<K,V> pContParams

innerCompParams

java.util.Hashtable<K,V> innerCompParams

panelsBG

java.awt.Color panelsBG

panelsTitleBGStart

java.awt.Color panelsTitleBGStart

panelsTitleBGEnd

java.awt.Color panelsTitleBGEnd

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.BBoxBookmarkPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

outerPanel

javax.swing.JPanel outerPanel

panel

javax.swing.JPanel panel

defaultCheckField

com.ontimize.gui.field.CheckDataField defaultCheckField

nameTextField

com.ontimize.gui.field.TextDataField nameTextField

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

infoPanel

EmptyPanel infoPanel

gisViewer

IGisViewer gisViewer

bboxAction

AddBookmarkLocationComponent bboxAction

translucentState

float translucentState
Transparency level used in animations


transparent

boolean transparent

translucentAnim

org.jdesktop.animation.timing.Animator translucentAnim
Transparency animator


transTarget

org.jdesktop.animation.timing.TimingTarget transTarget

maxTransparencyLevel

float maxTransparencyLevel

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.BookmarkLocationComponent extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

locationName

java.lang.String locationName

bboxString

java.lang.String bboxString

defaultValue

java.lang.String defaultValue

initBg

java.awt.Color initBg

locationLabel

javax.swing.JLabel locationLabel

defaultCheckBox

javax.swing.JCheckBox defaultCheckBox

firstTime

boolean firstTime

centerButton

javax.swing.JButton centerButton

deleteButton

javax.swing.JButton deleteButton

setSelectionItem

javax.swing.JMenuItem setSelectionItem

zoomToLayerItem

javax.swing.JMenuItem zoomToLayerItem

zoomToLayerIconPath

java.lang.String zoomToLayerIconPath

deleteBookmarkIconPath

java.lang.String deleteBookmarkIconPath

leftPanel

javax.swing.JPanel leftPanel

rightPanel

javax.swing.JPanel rightPanel

panel

AlternativeLayersPanel panel

gisViewer

IGisViewer gisViewer

alphaValue

float alphaValue

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.BookmarksInnerPanel extends InnerPanel implements Serializable

Serialized Fields

bmPanel

javax.swing.JPanel bmPanel

zoomToLayerIconPath

java.lang.String zoomToLayerIconPath

deleteBookmarkIconPath

java.lang.String deleteBookmarkIconPath

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.InnerPanel extends com.ontimize.gui.container.CollapsiblePanel implements Serializable

Serialized Fields

gisViewer

IGisViewer gisViewer

initParams

java.util.Hashtable<K,V> initParams

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.LayerCheckBox extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

initBg

java.awt.Color initBg

visibleCheckBox

javax.swing.JCheckBox visibleCheckBox

selectableCheckBox

javax.swing.JCheckBox selectableCheckBox

editableCheckBox

javax.swing.JCheckBox editableCheckBox

layerLabel

javax.swing.JLabel layerLabel

centerButton

javax.swing.JButton centerButton

firstTime

boolean firstTime

tModel

com.ontimize.gui.table.TableSorter tModel

menu

javax.swing.JPopupMenu menu

popupListener

java.awt.event.MouseListener popupListener

dataTable

DynamicTable dataTable

filterText

javax.swing.JTextField filterText

filterFrame

javax.swing.JFrame filterFrame

setSelectionItem

javax.swing.JMenuItem setSelectionItem

applyFilterItem

javax.swing.JMenuItem applyFilterItem

setEditionItem

javax.swing.JMenuItem setEditionItem

deleteFilterItem

javax.swing.JMenuItem deleteFilterItem

configureLayerFilter

javax.swing.JMenuItem configureLayerFilter

zoomToLayerIconPath

java.lang.String zoomToLayerIconPath

gisViewer

IGisLayerUtilities gisViewer

alphaValue

float alphaValue

index

int index

layer

IGisLayer layer

font

java.awt.Font font

fm

java.awt.FontMetrics fm

leftPanel

javax.swing.JPanel leftPanel

rightPanel

javax.swing.JPanel rightPanel

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisibleVisible

boolean editableCheckVisibleVisible

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.LayerPopupItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

lastEvent

java.awt.event.MouseEvent lastEvent

text

java.lang.String text

imagePath

java.lang.String imagePath

actionClassName

java.lang.String actionClassName

actionClass

java.lang.Class<T> actionClass

itemActionListener

java.awt.event.ActionListener itemActionListener

itemIcon

javax.swing.ImageIcon itemIcon

initParams

java.util.Hashtable<K,V> initParams

gisViewer

IGisViewer gisViewer

layer

IGisLayer layer

relatedLayers

java.lang.String[] relatedLayers

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.LayersBox extends javax.swing.JPanel implements Serializable

Serialized Fields

gisViewer

IGisViewer gisViewer

initBg

java.awt.Color initBg

zoomToLayerIconStr

java.lang.String zoomToLayerIconStr

warningIcon

javax.swing.ImageIcon warningIcon

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisibleVisible

boolean editableCheckVisibleVisible

lastDraggX

int lastDraggX

lastDraggY

int lastDraggY

dragging

boolean dragging

drawLine

boolean drawLine

draggedRow

int draggedRow

lastRowOver

int lastRowOver

rowOver

int rowOver

rowUnder

int rowUnder

linePos

int linePos

selectedRow

int selectedRow

panelX

int panelX

panelY

int panelY

overItem

int overItem

checkBoxes

LayerCheckBox[] checkBoxes

checkboxesPopUpItems

java.util.List<E> checkboxesPopUpItems

Class com.ontimize.util.gis.client.gui.panels.alternativelayers.PanelsContainer extends javax.swing.JPanel implements Serializable

Serialized Fields

closeIcon

javax.swing.ImageIcon closeIcon

openIcon

javax.swing.ImageIcon openIcon

collapseIcon

javax.swing.ImageIcon collapseIcon

closeHLIcon

javax.swing.ImageIcon closeHLIcon

openHLIcon

javax.swing.ImageIcon openHLIcon

locIconX

int locIconX

locIconY

int locIconY

iconHeight

int iconHeight

iconWidth

int iconWidth

iconHLColor

java.awt.Color iconHLColor

iconHighlight

boolean iconHighlight

bottomRow

java.awt.Component bottomRow

gisViewer

IGisViewer gisViewer

collapsed

boolean collapsed

prevHeight

int prevHeight

prevWidth

int prevWidth

minWidth

int minWidth

maxWidth

int maxWidth

texturePaint

java.awt.TexturePaint texturePaint

titledBorder

javax.swing.border.TitledBorder titledBorder

horizontalExpand

boolean horizontalExpand

horizontalWeight

java.lang.Double horizontalWeight

lastExpand

boolean lastExpand

attribute

java.lang.Object attribute

alignment

int alignment

alignmentV

int alignmentV

parentForm

com.ontimize.gui.Form parentForm

visiblePermission

com.ontimize.security.FormPermission visiblePermission

activedPermission

com.ontimize.security.FormPermission activedPermission

preferredWidth

int preferredWidth

preferredHigh

int preferredHigh

backgroundPaint

java.awt.Paint backgroundPaint

r

java.awt.Rectangle r

restricted

boolean restricted

Package com.ontimize.util.gis.client.gui.panels.components

Class com.ontimize.util.gis.client.gui.panels.components.BasicToolbarButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: 1L

Serialized Fields

gisViewer

IGisViewer gisViewer

stateListener

StateChangeListener stateListener

attribute

java.lang.Object attribute

titleText

java.lang.String titleText

iconPath

java.lang.String iconPath

actionClassPath

java.lang.String actionClassPath

stateListenerClass

java.lang.String stateListenerClass

tipText

java.lang.String tipText

required

boolean required

modifiable

boolean modifiable

value

java.lang.Object value

permissionVisible

com.ontimize.security.FormPermission permissionVisible
The reference to visible permission in form. By default, null.


permissionActivate

com.ontimize.security.FormPermission permissionActivate
The reference to activate permission. By default, null.


parentForm

com.ontimize.gui.Form parentForm
The reference to parent form. By default, null.


restricted

boolean restricted
The restricted condition. By default, false.


enabled

boolean enabled
The condition to indicate when field is active. By default, true.


isEnabled

boolean isEnabled

Class com.ontimize.util.gis.client.gui.panels.components.BBoxBookmarkPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

outerPanel

javax.swing.JPanel outerPanel

panel

javax.swing.JPanel panel

defaultCheckField

com.ontimize.gui.field.CheckDataField defaultCheckField

nameTextField

com.ontimize.gui.field.TextDataField nameTextField

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

okButtonText

java.lang.String okButtonText

cancelButtonText

java.lang.String cancelButtonText

infoPanel

EmptyPanel infoPanel

gisViewer

IGisViewer gisViewer

bboxAction

BBoxAction bboxAction

Class com.ontimize.util.gis.client.gui.panels.components.ChooseLocationButton extends BasicToolbarButton implements Serializable

Class com.ontimize.util.gis.client.gui.panels.components.GoToGooglePanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

outerPanel

javax.swing.JPanel outerPanel

panel

javax.swing.JPanel panel

showItemCheckField

com.ontimize.gui.field.CheckDataField showItemCheckField

searchTextField

com.ontimize.gui.field.TextDataField searchTextField

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

okButtonText

java.lang.String okButtonText

cancelButtonText

java.lang.String cancelButtonText

infoPanel

EmptyPanel infoPanel

infoBox

InfoBox infoBox

gisViewer

IGisViewer gisViewer

translucentState

float translucentState
Transparency level used in animations


transparent

boolean transparent

translucentAnim

org.jdesktop.animation.timing.Animator translucentAnim
Transparency animator


transTarget

org.jdesktop.animation.timing.TimingTarget transTarget

maxTransparencyLevel

float maxTransparencyLevel

Class com.ontimize.util.gis.client.gui.panels.components.GoToPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

gisViewer

IGisViewer gisViewer

layersList

java.util.List<E> layersList

outerPanel

javax.swing.JPanel outerPanel

panel

javax.swing.JPanel panel

xLabel

javax.swing.JLabel xLabel

yLabel

javax.swing.JLabel yLabel

coordXTextField

com.ontimize.gui.field.RealDataField coordXTextField

coordYTextField

com.ontimize.gui.field.RealDataField coordYTextField

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

okButtonText

java.lang.String okButtonText

cancelButtonText

java.lang.String cancelButtonText

translucentState

float translucentState
Transparency level used in animations


transparent

boolean transparent

translucentAnim

org.jdesktop.animation.timing.Animator translucentAnim
Transparency animator


transTarget

org.jdesktop.animation.timing.TimingTarget transTarget

maxTransparencyLevel

float maxTransparencyLevel

Class com.ontimize.util.gis.client.gui.panels.components.GridPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gridColor

java.awt.Color gridColor

gisViewer

IGisViewer gisViewer

gridSize

double gridSize

gridOpacity

float gridOpacity

numRows

int numRows

numCols

int numCols

Class com.ontimize.util.gis.client.gui.panels.components.InfoBox extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

actualAlpha

float actualAlpha

alphaAnim

org.jdesktop.animation.timing.Animator alphaAnim

solidBox

boolean solidBox

mouseDragging

boolean mouseDragging

boxX

int boxX

boxY

int boxY

boxWidth

int boxWidth

boxHeight

int boxHeight

content

java.lang.Object content

array

java.lang.String[] array

firstTime

boolean firstTime

startX

int startX

startY

int startY

lastX

int lastX

lastY

int lastY

Class com.ontimize.util.gis.client.gui.panels.components.JGisToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

attribute

java.lang.Object attribute

bgPaint

java.awt.Paint bgPaint

Class com.ontimize.util.gis.client.gui.panels.components.LayerCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

menu

javax.swing.JPopupMenu menu

popupListener

java.awt.event.MouseListener popupListener

dataTable

DynamicTable dataTable

filterText

javax.swing.JTextField filterText

filterFrame

javax.swing.JFrame filterFrame

tModel

com.ontimize.gui.table.TableSorter tModel

moveUpItem

javax.swing.JMenuItem moveUpItem

moveDownItem

javax.swing.JMenuItem moveDownItem

setEditionItem

javax.swing.JMenuItem setEditionItem

setSelectionItem

javax.swing.JMenuItem setSelectionItem

zoomToLayerItem

javax.swing.JMenuItem zoomToLayerItem

applyFilterItem

javax.swing.JMenuItem applyFilterItem

deleteFilterItem

javax.swing.JMenuItem deleteFilterItem

configureLayerFilter

javax.swing.JMenuItem configureLayerFilter

zoomToLayerIconPath

java.lang.String zoomToLayerIconPath

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisibleVisible

boolean editableCheckVisibleVisible

gisViewer

IGisLayerUtilities gisViewer

alphaValue

float alphaValue

layer

IGisLayer layer

Class com.ontimize.util.gis.client.gui.panels.components.LayersBox extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

layers

java.util.List<E> layers

numLayers

int numLayers

zoomToLayerIconStr

java.lang.String zoomToLayerIconStr

backgroundColor

java.awt.Color backgroundColor

paintState

int paintState

boxX

int boxX

boxY

int boxY

minWidth

int minWidth

minHeight

int minHeight

maxWidth

int maxWidth

maxHeight

int maxHeight

boxWidth

int boxWidth

boxHeight

int boxHeight

font

java.awt.Font font

fm

java.awt.FontMetrics fm

alphaValue

float alphaValue

checkBoxes

LayerCheckBox[] checkBoxes

gisViewer

IGisViewer gisViewer

openIcon

javax.swing.ImageIcon openIcon

closeIcon

javax.swing.ImageIcon closeIcon

warningIcon

javax.swing.ImageIcon warningIcon

currentIcon

javax.swing.ImageIcon currentIcon

startX

int startX

startY

int startY

lastX

int lastX

lastY

int lastY

anim

org.jdesktop.animation.timing.Animator anim

deployTime

int deployTime

imageBound

java.awt.Rectangle imageBound

opaque

boolean opaque

zoomButtonVisible

boolean zoomButtonVisible

selectableCheckVisible

boolean selectableCheckVisible

editableCheckVisibleVisible

boolean editableCheckVisibleVisible

Class com.ontimize.util.gis.client.gui.panels.components.LegendBox extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gisViewer

IGisViewer gisViewer

layersList

java.util.List<E> layersList

RASTER_LAYER_ICON_PATH

java.lang.String RASTER_LAYER_ICON_PATH

rasterIcon

javax.swing.ImageIcon rasterIcon

opacity

float opacity

titleFont

java.awt.Font titleFont

legendFont

java.awt.Font legendFont

legendHeight

int legendHeight

legendWidth

int legendWidth

parentHeight

int parentHeight

parentWidth

int parentWidth

ulX

int ulX

ulY

int ulY

lineHeight

int lineHeight

filtersAdded

boolean filtersAdded

minWidth

int minWidth

minHeight

int minHeight

maxWidth

int maxWidth

maxHeight

int maxHeight

boxWidth

int boxWidth

boxHeight

int boxHeight

boxX

int boxX

boxY

int boxY

fm

java.awt.FontMetrics fm

startX

int startX

startY

int startY

lastX

int lastX

lastY

int lastY

anim

org.jdesktop.animation.timing.Animator anim

deployTime

int deployTime

imageBound

java.awt.Rectangle imageBound

unitText

java.lang.String unitText

sizeFactor

double sizeFactor

Class com.ontimize.util.gis.client.gui.panels.components.LegendPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

legendBox

LegendBox legendBox

gisViewer

IGisViewer gisViewer

layersList

java.util.List<E> layersList

Class com.ontimize.util.gis.client.gui.panels.components.MeasurePanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gisViewer

IGisViewer gisViewer

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs

scaleFont

java.awt.Font scaleFont

infoHeight

int infoHeight

infoWidth

int infoWidth

infoULX

int infoULX

infoULY

int infoULY

lastDistance

double lastDistance

distanceFont

java.awt.Font distanceFont

metrics

java.awt.FontMetrics metrics

lastX

int lastX

lastY

int lastY

pointsVector

java.util.Vector<E> pointsVector

unitText

java.lang.String unitText

Class com.ontimize.util.gis.client.gui.panels.components.PopupMenuItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

lastEvent

java.awt.event.MouseEvent lastEvent

attrText

java.lang.String attrText

imagePath

java.lang.String imagePath

actionClassName

java.lang.String actionClassName

actionClass

java.lang.Class<T> actionClass

itemActionListener

IPopupMenuAction itemActionListener

gisViewer

IGisViewer gisViewer

res

java.util.ResourceBundle res

itemIcon

javax.swing.ImageIcon itemIcon

actionParams

java.util.Hashtable<K,V> actionParams

Class com.ontimize.util.gis.client.gui.panels.components.ScalePanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gisViewer

IGisViewer gisViewer

scaleFont

java.awt.Font scaleFont

maxHeight

int maxHeight

maxWidth

int maxWidth

Package com.ontimize.util.gis.client.gui.render.styling

Class com.ontimize.util.gis.client.gui.render.styling.DefaultGisFeatureTypeStyle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abstractStr

java.lang.String abstractStr

title

java.lang.String title

name

java.lang.String name

featureTypeName

java.lang.String featureTypeName

rules

java.util.List<E> rules

Class com.ontimize.util.gis.client.gui.render.styling.DefaultGisFilter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class com.ontimize.util.gis.client.gui.render.styling.DefaultGisRule extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

title

java.lang.String title

name

java.lang.String name

abstractStr

java.lang.String abstractStr

minScaleDenominator

double minScaleDenominator

maxScaleDenominator

double maxScaleDenominator

isElseFilter

boolean isElseFilter

legendGraphics

java.util.List<E> legendGraphics

symbolizers

java.util.List<E> symbolizers

filter

org.opengis.filter.Filter filter

scaled

boolean scaled

filterDesc

java.lang.String filterDesc

colorMaps

java.util.List<E> colorMaps

maxElementsSize

double maxElementsSize

Class com.ontimize.util.gis.client.gui.render.styling.DefaultGisStyle extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abstractStr

java.lang.String abstractStr

title

java.lang.String title

name

java.lang.String name

defaultStyle

boolean defaultStyle

featureTypeStyles

java.util.List<E> featureTypeStyles

styleParameters

java.util.HashMap<K,V> styleParameters

Package com.ontimize.util.gis.client.gui.render.styling.symbolizers

Class com.ontimize.util.gis.client.gui.render.styling.symbolizers.DefaultGisExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

short type

literalValue

java.lang.Object literalValue

Class com.ontimize.util.gis.client.gui.render.styling.symbolizers.DefaultGisGraphic extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

opacity

org.opengis.filter.expression.Expression opacity

rotation

org.opengis.filter.expression.Expression rotation

size

org.opengis.filter.expression.Expression size

geometryPropertyName

java.lang.String geometryPropertyName

marks

java.util.List<E> marks

symbols

java.util.List<E> symbols

externalGraphics

java.util.List<E> externalGraphics

offset

org.geotools.styling.Displacement offset

Class com.ontimize.util.gis.client.gui.render.styling.symbolizers.DefaultGisPointSymbolizer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

geometryPropertyName

java.lang.String geometryPropertyName

graphic

org.geotools.styling.Graphic graphic

Class com.ontimize.util.gis.client.gui.render.styling.symbolizers.DefaultGisRasterSymbolizer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

geometryPropertyName

java.lang.String geometryPropertyName

colorMap

org.geotools.styling.ColorMap colorMap

Package com.ontimize.util.gis.client.utils

Class com.ontimize.util.gis.client.utils.DynamicTable extends com.ontimize.gui.table.Table implements Serializable

serialVersionUID: 1L

Serialized Fields

showSearchMenu

boolean showSearchMenu

menuSeparator

javax.swing.JSeparator menuSeparator

target

java.lang.Object target

Package com.ontimize.util.gis.client.viewer

Class com.ontimize.util.gis.client.viewer.CurrentFormEntityEditionManager extends GisViewerEditionManager implements Serializable

Serialized Fields

entityName

java.lang.String entityName

keyFieldName

java.lang.String keyFieldName

Class com.ontimize.util.gis.client.viewer.DefaultGisViewer extends ParallelThreadGisViewer implements Serializable

Class com.ontimize.util.gis.client.viewer.DefaultLoadingViewer extends org.jdesktop.swingx.JXPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

loadingViewerLayout

java.awt.LayoutManager loadingViewerLayout

busyLabel

org.jdesktop.swingx.JXBusyLabel busyLabel

backgroundColor

java.awt.Color backgroundColor

label

org.jdesktop.swingx.JXLabel label

Class com.ontimize.util.gis.client.viewer.EditionGisViewer extends ParallelThreadEditionGisViewer implements Serializable

Class com.ontimize.util.gis.client.viewer.GisViewerEditionManager extends javax.swing.JComponent implements Serializable

Serialized Fields

geometryFieldName

java.lang.String geometryFieldName

editionChangeListeners

java.util.ArrayList<E> editionChangeListeners

toolbarExists

boolean toolbarExists

buttHeight

int buttHeight

buttWidth

int buttWidth

upperLeftX

int upperLeftX

upperLeftY

int upperLeftY

invalidButtons

java.util.List<E> invalidButtons

geometryChanged

boolean geometryChanged

changesQueue

java.util.Stack<E> changesQueue

firstUndo

boolean firstUndo

selectedNodeId

int selectedNodeId

selectedNodeHT

java.util.Hashtable<K,V> selectedNodeHT

firstGeoId

int firstGeoId

selectionPrecision

int selectionPrecision

firstTime

boolean firstTime

editionMode

int editionMode

viewer

IGisViewer viewer

editionData

java.util.List<E> editionData

layer

IGisLayer layer

startX

int startX

startY

int startY

editionId

int editionId

editionChanges

boolean editionChanges

layersConfId

java.lang.Object layersConfId

layerId

java.lang.String layerId

editRenderer

BasicGisRenderer editRenderer

gf

com.vividsolutions.jts.geom.GeometryFactory gf

bboxImage

java.awt.image.BufferedImage bboxImage

newPointButton

BasicToolbarButton newPointButton

deletePointButton

BasicToolbarButton deletePointButton

newLineButton

BasicToolbarButton newLineButton

deleteLineButton

BasicToolbarButton deleteLineButton

undoLineButton

BasicToolbarButton undoLineButton

applyChangesLineButton

BasicToolbarButton applyChangesLineButton

addNodeLineButton

BasicToolbarButton addNodeLineButton

deleteNodeLineButton

BasicToolbarButton deleteNodeLineButton

newPolygonButton

BasicToolbarButton newPolygonButton

deletePolygonButton

BasicToolbarButton deletePolygonButton

undoPolygonButton

BasicToolbarButton undoPolygonButton

applyChangesPolygonButton

BasicToolbarButton applyChangesPolygonButton

addNodePolygonButton

BasicToolbarButton addNodePolygonButton

deleteNodePolygonButton

BasicToolbarButton deleteNodePolygonButton

highlightData

java.util.List<E> highlightData

prevHighlightData

java.util.List<E> prevHighlightData

highlightedNodeId

int highlightedNodeId

highlightedNodeHT

java.util.Hashtable<K,V> highlightedNodeHT

Class com.ontimize.util.gis.client.viewer.GridRasterBaseGisViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mouseIn

boolean mouseIn

tempRasterBase

java.awt.image.BufferedImage tempRasterBase

tRRendered

java.util.List<E> tRRendered

tRPixelSize

double tRPixelSize

initAngle

double initAngle

calcAngle

boolean calcAngle

rasterBase

java.awt.image.BufferedImage rasterBase

usingRasterBase

boolean usingRasterBase

rasterLayerAttr

java.lang.String rasterLayerAttr

openData

boolean openData

minimumZoomLevelEnabled

boolean minimumZoomLevelEnabled
Enables/disables the minimum zoom level property


maximumZoomLevelEnabled

boolean maximumZoomLevelEnabled
Enables/disables the maximum zoom level property


minimumZoomLevel

double minimumZoomLevel

maximumZoomLevel

double maximumZoomLevel

rasterVisibilityExclusion

boolean rasterVisibilityExclusion
Enables/disables the raster layers exclusive visibility


zoomOnClick

boolean zoomOnClick
Enables/disables zooming when the user double-clicks on the panel


useSpatialIndex

boolean useSpatialIndex
Enables/disables the use of spatial indexes o speed up elements selection and highlight


multiSelectedData

java.util.Hashtable<K,V> multiSelectedData
This element stores the group of elements to show in the advance selector


prevSelectorState

int prevSelectorState

translucentState

float translucentState
Transparency level used in animations


transparent

boolean transparent

translucentAnim

org.jdesktop.animation.timing.Animator translucentAnim
Transparency animator


transTarget

org.jdesktop.animation.timing.TimingTarget transTarget

selectortAnim

org.jdesktop.animation.timing.Animator selectortAnim
Selector expansion animator


selectorTarget

org.jdesktop.animation.timing.TimingTarget selectorTarget

selectorCenterPoint

com.vividsolutions.jts.geom.Point selectorCenterPoint
Center point of the multiple elements selector


separate

boolean separate

transition

boolean transition

locsList

java.util.List<E> locsList

highlightId

int highlightId

selectedId

int selectedId

gSelectedData

java.util.List<E> gSelectedData

highlightLayerName

java.lang.String highlightLayerName

paintSelectedDataOver

boolean paintSelectedDataOver
Value used to indicate if the map panel has to paint selected data from a hidden element


prevSelRadius

double prevSelRadius

firstPosX

int firstPosX

firstPosY

int firstPosY

mulIt

java.util.Iterator<E> mulIt

actualLayer

IGisLayer actualLayer

totalObjects

int totalObjects

actualObject

int actualObject

tempList

java.util.List<E> tempList

selectorLayersList

java.util.Vector<E> selectorLayersList

selectorLayersTipField

java.util.Vector<E> selectorLayersTipField

selectorTips

java.util.Hashtable<K,V> selectorTips

editionLayer

IGisLayer editionLayer

editionManagerClassName

java.lang.String editionManagerClassName

editionManager

IGisEditionManager editionManager

editedData

java.util.List<E> editedData

dataIndex

java.util.Hashtable<K,V> dataIndex

pageStore

org.geotools.index.rtree.memory.MemoryPageStore pageStore

dataDef

org.geotools.index.DataDefinition dataDef

sourceId

java.lang.Object sourceId

keys

java.lang.String[] keys

data

org.geotools.index.Data data

spatialBuilt

boolean spatialBuilt

lastDataInsertion

long lastDataInsertion

lastSpatialIndexBuilt

long lastSpatialIndexBuilt

expandBy

double expandBy

waitMillisBetweenThreads

long waitMillisBetweenThreads

rendering

boolean rendering

renderFinished

boolean renderFinished

tpesRender

java.util.concurrent.ExecutorService tpesRender

state

int state

strBuilder

java.lang.StringBuilder strBuilder

internalRender

IGisInternalRenderer internalRender

selectionChangeListeners

java.util.ArrayList<E> selectionChangeListeners

highlightChangeListeners

java.util.ArrayList<E> highlightChangeListeners

mouseListeners

java.awt.event.MouseListener[] mouseListeners
Array to store and disable mouselistener during selector animations


mouseMotionListeners

java.awt.event.MouseMotionListener[] mouseMotionListeners

mouseWheelListeners

java.awt.event.MouseWheelListener[] mouseWheelListeners

menuPanel

PopupMenuPanel menuPanel

mouseListenerDisabled

boolean mouseListenerDisabled

selectionLayer

IGisLayer selectionLayer

selectedData

java.util.List<E> selectedData

highlightData

java.util.List<E> highlightData

prevHighlightData

java.util.List<E> prevHighlightData

selectionStyle

IGisStyleDefinition selectionStyle

selectionPrecision

double selectionPrecision

gisComponent

IOGisComponent gisComponent

gisClientManager

IGisClientManager gisClientManager

layersConfigurationId

java.lang.Object layersConfigurationId

configurationParameters

IGisConfigurationParameters configurationParameters

layers

java.util.List<E> layers

numLayers

int numLayers

filters

java.util.Hashtable<K,V> filters

dr

java.awt.Rectangle dr

lastInsertedIndex

int lastInsertedIndex

areaChangeListeners

java.util.List<E> areaChangeListeners

layersChangeListeners

java.util.List<E> layersChangeListeners

stateChangeListeners

java.util.List<E> stateChangeListeners

firstTime

boolean firstTime

controlPressed

boolean controlPressed

shiftPressed

boolean shiftPressed

enabled

boolean enabled

visible

boolean visible

mouseDragging

boolean mouseDragging

zoomInFactor

double zoomInFactor

zoomOutFactor

double zoomOutFactor

transientPaint

boolean transientPaint

repaintThread

GridRasterBaseGisViewer.RepaintThread repaintThread

backgroundColor

java.awt.Color backgroundColor

layersOrder

java.lang.String[] layersOrder

layersVisible

java.lang.String[] layersVisible

layersNotVisible

java.lang.String[] layersNotVisible

boundingBox

com.vividsolutions.jts.geom.Envelope boundingBox
The area of the map to draw


prevBoundingBox

com.vividsolutions.jts.geom.Envelope prevBoundingBox
The last area of the map


crsCode

java.lang.String crsCode

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs

bboxImage

java.awt.image.BufferedImage bboxImage
The base image of the map viewer


panelImage

java.awt.image.BufferedImage panelImage

bboxGraphics

java.awt.Graphics2D bboxGraphics

tempImage

java.awt.image.BufferedImage tempImage

rendererClassName

java.lang.String rendererClassName
Map painting related parameters


renderer

IGisRenderer renderer

alternativeRenderers

java.util.HashMap<K,V> alternativeRenderers

oldRect

java.awt.Rectangle oldRect
Size of the viewer panel last time we painted


pixelSize

double pixelSize

changed

boolean changed

currentData

java.util.HashMap<K,V> currentData

res

java.util.ResourceBundle res

startX

int startX

startY

int startY

lastX

int lastX

lastY

int lastY

animatedViewer

boolean animatedViewer

zoomAnim

org.jdesktop.animation.timing.Animator zoomAnim

newZoomBounds

java.awt.Rectangle newZoomBounds

newZoomArea

com.vividsolutions.jts.geom.Envelope newZoomArea

actualZoomArea

com.vividsolutions.jts.geom.Envelope actualZoomArea

paintZoomBox

boolean paintZoomBox

zoomPos

int[] zoomPos

zoomState

int zoomState

pendingMouseWheelClicks

int pendingMouseWheelClicks

timeA

long timeA

timeB

long timeB

prev

long prev

Class com.ontimize.util.gis.client.viewer.GSelectorGisViewer extends ParallelThreadSelectorGisViewer implements Serializable

Class com.ontimize.util.gis.client.viewer.ParallelThreadEditionGisViewer extends ParallelThreadGisViewer implements Serializable

serialVersionUID: 1L

Serialized Fields

editionLayer

IGisLayer editionLayer

editionManagerClassName

java.lang.String editionManagerClassName

editionManager

IGisEditionManager editionManager

editedData

java.util.List<E> editedData

Class com.ontimize.util.gis.client.viewer.ParallelThreadGisViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mouseIn

boolean mouseIn

waitMillisBetweenThreads

long waitMillisBetweenThreads

rendering

boolean rendering

renderFinished

boolean renderFinished

tpesRender

java.util.concurrent.ExecutorService tpesRender

state

int state

strBuilder

java.lang.StringBuilder strBuilder

internalRender

IGisInternalRenderer internalRender

minimumZoomLevelEnabled

boolean minimumZoomLevelEnabled
Enables/disables the minimum zoom level property


maximumZoomLevelEnabled

boolean maximumZoomLevelEnabled
Enables/disables the maximum zoom level property


minimumZoomLevel

double minimumZoomLevel

maximumZoomLevel

double maximumZoomLevel

rasterVisibilityExclusion

boolean rasterVisibilityExclusion
Enables/disables the raster layers exclusive visibility


zoomOnClick

boolean zoomOnClick
Enables/disables zooming when the user double-clicks on the panel


selectionChangeListeners

java.util.ArrayList<E> selectionChangeListeners

highlightChangeListeners

java.util.ArrayList<E> highlightChangeListeners

mouseListeners

java.awt.event.MouseListener[] mouseListeners
Array to store and disable mouselistener during selector animations


mouseMotionListeners

java.awt.event.MouseMotionListener[] mouseMotionListeners

mouseWheelListeners

java.awt.event.MouseWheelListener[] mouseWheelListeners

menuPanel

PopupMenuPanel menuPanel

mouseListenerDisabled

boolean mouseListenerDisabled

selectionLayer

IGisLayer selectionLayer

selectedData

java.util.List<E> selectedData

highlightData

java.util.List<E> highlightData

prevHighlightData

java.util.List<E> prevHighlightData

selectionStyle

IGisStyleDefinition selectionStyle

selectionPrecision

double selectionPrecision

gisComponent

IOGisComponent gisComponent

gisClientManager

IGisClientManager gisClientManager

layersConfigurationId

java.lang.Object layersConfigurationId

configurationParameters

IGisConfigurationParameters configurationParameters

layers

java.util.List<E> layers

numLayers

int numLayers

filters

java.util.Hashtable<K,V> filters

dr

java.awt.Rectangle dr

lastInsertedIndex

int lastInsertedIndex

areaChangeListeners

java.util.List<E> areaChangeListeners

layersChangeListeners

java.util.List<E> layersChangeListeners

stateChangeListeners

java.util.List<E> stateChangeListeners

firstTime

boolean firstTime

controlPressed

boolean controlPressed

shiftPressed

boolean shiftPressed

enabled

boolean enabled

visible

boolean visible

mouseDragging

boolean mouseDragging

zoomInFactor

double zoomInFactor

zoomOutFactor

double zoomOutFactor

transientPaint

boolean transientPaint

repaintThread

ParallelThreadGisViewer.RepaintThread repaintThread

backgroundColor

java.awt.Color backgroundColor

layersOrder

java.lang.String[] layersOrder

layersVisible

java.lang.String[] layersVisible

layersNotVisible

java.lang.String[] layersNotVisible

boundingBox

com.vividsolutions.jts.geom.Envelope boundingBox
The area of the map to draw


prevBoundingBox

com.vividsolutions.jts.geom.Envelope prevBoundingBox
The last area of the map


crsCode

java.lang.String crsCode

crs

org.opengis.referencing.crs.CoordinateReferenceSystem crs

bboxImage

java.awt.image.BufferedImage bboxImage
The base image of the map viewer


panelImage

java.awt.image.BufferedImage panelImage

bboxGraphics

java.awt.Graphics2D bboxGraphics

tempImage

java.awt.image.BufferedImage tempImage

rendererClassName

java.lang.String rendererClassName
Map painting related parameters


renderer

IGisRenderer renderer

alternativeRenderers

java.util.HashMap<K,V> alternativeRenderers

oldRect

java.awt.Rectangle oldRect
Size of the viewer panel last time we painted


pixelSize

double pixelSize

changed

boolean changed

currentData

java.util.HashMap<K,V> currentData

res

java.util.ResourceBundle res

startX

int startX

startY

int startY

lastX

int lastX

lastY

int lastY

animatedViewer

boolean animatedViewer

zoomAnim

org.jdesktop.animation.timing.Animator zoomAnim

newZoomBounds

java.awt.Rectangle newZoomBounds

newZoomArea

com.vividsolutions.jts.geom.Envelope newZoomArea

actualZoomArea

com.vividsolutions.jts.geom.Envelope actualZoomArea

paintZoomBox

boolean paintZoomBox

zoomPos

int[] zoomPos

zoomState

int zoomState

pendingMouseWheelClicks

int pendingMouseWheelClicks

Class com.ontimize.util.gis.client.viewer.ParallelThreadSelectorGisViewer extends ParallelThreadEditionGisViewer implements Serializable

Serialized Fields

openData

boolean openData

multiSelectedData

java.util.Hashtable<K,V> multiSelectedData
This element stores the group of elements to show in the advance selector


prevSelectorState

int prevSelectorState

translucentState

float translucentState
Transparency level used in animations


transparent

boolean transparent

translucentAnim

org.jdesktop.animation.timing.Animator translucentAnim
Transparency animator


transTarget

org.jdesktop.animation.timing.TimingTarget transTarget

selectortAnim

org.jdesktop.animation.timing.Animator selectortAnim
Selector expansion animator


selectorTarget

org.jdesktop.animation.timing.TimingTarget selectorTarget

selectorCenterPoint

com.vividsolutions.jts.geom.Point selectorCenterPoint
Center point of the multiple elements selector


separate

boolean separate

transition

boolean transition

locsList

java.util.List<E> locsList

highlightId

int highlightId

selectedId

int selectedId

gSelectedData

java.util.List<E> gSelectedData

highlightLayerName

java.lang.String highlightLayerName

paintSelectedDataOver

boolean paintSelectedDataOver
Value used to indicate if the map panel has to paint selected data from a hidden element


prevSelRadius

double prevSelRadius

firstPosX

int firstPosX

firstPosY

int firstPosY

mulIt

java.util.Iterator<E> mulIt

actualLayer

IGisLayer actualLayer

totalObjects

int totalObjects

actualObject

int actualObject

tempList

java.util.List<E> tempList

selectorLayersList

java.util.Vector<E> selectorLayersList

selectorLayersTipField

java.util.Vector<E> selectorLayersTipField

selectorTips

java.util.Hashtable<K,V> selectorTips

Class com.ontimize.util.gis.client.viewer.TransparentJXPanel extends org.jdesktop.swingx.JXPanel implements Serializable

serialVersionUID: 1L


Package com.ontimize.util.gis.client.viewer.actions.utils

Class com.ontimize.util.gis.client.viewer.actions.utils.ImageFrame extends org.jdesktop.swingx.JXPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

titleFont

java.awt.Font titleFont

imagePath

java.lang.String imagePath

imageTitle

java.lang.String imageTitle

image

javax.swing.ImageIcon image

imageulX

double imageulX

imageulY

double imageulY

x

int x

y

int y

imageWidth

int imageWidth

imageHeight

int imageHeight

bboxWidth

int bboxWidth

bboxHeight

int bboxHeight

bboxImage

java.awt.image.BufferedImage bboxImage

Package com.ontimize.util.gis.common

Class com.ontimize.util.gis.common.GisException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptionType

int exceptionType

Package com.ontimize.util.gis.common.defaultimplementations

Class com.ontimize.util.gis.common.defaultimplementations.DefaultDataProviderDefinition extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

className

java.lang.String className

dataTypeName

java.lang.String dataTypeName

parameters

java.lang.Object parameters

Class com.ontimize.util.gis.common.defaultimplementations.DefaultGisLayer extends java.lang.Object implements Serializable

Serialized Fields

attribute

java.lang.String attribute

name

java.lang.String name

description

java.lang.String description

providerDefinition

IDataProviderDefinition providerDefinition

boundingBox

com.vividsolutions.jts.geom.Envelope boundingBox

visible

boolean visible

selectable

boolean selectable

editable

boolean editable

valid

boolean valid

local

boolean local

clientSide

boolean clientSide

valid_cause

int valid_cause

styleDefinition

java.lang.Object styleDefinition

crs

java.lang.Object crs

parameters

java.util.Hashtable<K,V> parameters

lockSelection

boolean lockSelection

lockEdition

boolean lockEdition

staticKeys

java.util.Hashtable<K,V> staticKeys
Hashtable with the staticKeys values organized in (layerField, keyValue) pairs


parentKeys

java.util.Hashtable<K,V> parentKeys
Hashtable with the parentKeys values organized in (formField, layerField) pairs


onMouseOverAction

IGisViewerOnMouseOverAction onMouseOverAction

onMouseClickAction

IGisViewerOnMouseClickAction onMouseClickAction

filters

java.lang.Object filters

Package com.ontimize.util.gis.common.interfaces

Package com.ontimize.util.gis.common.jar

Class com.ontimize.util.gis.common.jar.JarUtil.Body extends javax.swing.JPanel implements Serializable

Class com.ontimize.util.gis.common.jar.JarUtil.Header extends javax.swing.JLabel implements Serializable

Serialized Fields

componentName

java.lang.String componentName

h2

int h2

Class com.ontimize.util.gis.common.jar.JarUtil.InformationDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

lVersion

javax.swing.JLabel lVersion

lHtml

javax.swing.JLabel lHtml

iOntimize

javax.swing.JLabel iOntimize

tPanel

javax.swing.JLabel tPanel

hideFrame

boolean hideFrame

Class com.ontimize.util.gis.common.jar.JarUtil.ManifestInfo extends java.util.HashMap implements Serializable

Serialized Fields

componentName

java.lang.String componentName

Package com.ontimize.util.gis.extension.google

Class com.ontimize.util.gis.extension.google.GetGoogleAddressAdvancedButton extends com.ontimize.gui.button.Button implements Serializable

Serialized Fields

action

GetGoogleAddressAdvancedAction action

Class com.ontimize.util.gis.extension.google.GetGoogleAddressButton extends com.ontimize.gui.button.Button implements Serializable

Serialized Fields

action

GetGoogleAddressAction action

Package com.ontimize.util.gis.server.manager

Class com.ontimize.util.gis.server.manager.GisServerManager extends java.rmi.server.UnicastRemoteObject implements Serializable

serialVersionUID: 1L

Serialized Fields

referenceLocator

java.lang.Object referenceLocator

dataManager

IGisDataManager dataManager

securityManager

IGisSecurityCheck securityManager

layersManager

IGisLayerConfigurationManager layersManager

loggerInstance

IGisLogger loggerInstance

strBuilder

java.lang.StringBuilder strBuilder