|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
jwo.utils.gui.JWDialogue
jwo.landserf.gui.CombineBox
Creates a window allowing two spatial objects to be combined.
Nested Class Summary |
Nested classes inherited from class javax.swing.JDialog |
JDialog.AccessibleJDialog |
Nested classes inherited from class java.awt.Dialog |
Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
static int |
AVERAGE
Indicates priority given equally to both objects. |
static int |
BOUNDARY_INTERSECTION
Indicates that combination should use vector map boundary intersection. |
static int |
OBJECT_INTERSECTION
Indicates that combination should use object intersection. |
static int |
PRIMARY
Indicates priority given to primary object. |
static int |
RASTERS
Indicates that two rasters will be combined. |
static int |
SECONDARY
Indicates priority given to secondary object. |
static int |
VECTORS
Indicates that two vector maps will be combined. |
Fields inherited from class jwo.utils.gui.JWDialogue |
DIALOGUE, MONOLOGUE |
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CombineBox(GISFrame gisFrame,
int spatialType)
Creates the dialogue box allowing combination options to be specified. |
Method Summary | |
int |
getCombinationType()
Reports the type of spatial combination selected by the user. |
int |
getPriority()
Reports the type of attribute priority selected by the user. |
boolean |
isNullReplaced()
Indicates whether null values are to be replaced where possible. |
boolean |
isObjectIntersection()
Indicates whether object boundary intersection is to be applied to overlapping spatial objects. |
Methods inherited from class jwo.utils.gui.JWDialogue |
addDialogueListener, checkInput, closedown, getContentPane, isChanged, removeDialogueListener, setFullBackground |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PRIMARY
public static final int SECONDARY
public static final int AVERAGE
public static final int RASTERS
public static final int VECTORS
public static final int BOUNDARY_INTERSECTION
public static final int OBJECT_INTERSECTION
Constructor Detail |
public CombineBox(GISFrame gisFrame, int spatialType)
gisFrame
- GUI associated with this dialogue.spatialType
- Type of objects to combine (either RASTERS or VECTORS).Method Detail |
public int getCombinationType()
public int getPriority()
public boolean isNullReplaced()
public boolean isObjectIntersection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |