Serialized Form
-
Package org.locationtech.jts.algorithm
-
Class org.locationtech.jts.algorithm.NotRepresentableException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.geom
-
Class org.locationtech.jts.geom.Coordinate extends java.lang.Object implements Serializable
- serialVersionUID:
- 6683108902428366910L
-
Serialized Fields
-
x
double x
The x-coordinate. -
y
double y
The y-coordinate. -
z
double z
The z-coordinate.
-
-
Class org.locationtech.jts.geom.CoordinateList extends java.util.ArrayList implements Serializable
-
Class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
Deprecated.
-
-
Class org.locationtech.jts.geom.Envelope extends java.lang.Object implements Serializable
- serialVersionUID:
- 5873921885273102420L
-
Serialized Fields
-
maxx
double maxx
the maximum x-coordinate -
maxy
double maxy
the maximum y-coordinate -
minx
double minx
the minimum x-coordinate -
miny
double miny
the minimum y-coordinate
-
-
Class org.locationtech.jts.geom.Geometry extends java.lang.Object implements Serializable
- serialVersionUID:
- 8763622679187376702L
-
Serialized Fields
-
envelope
Envelope envelope
The bounding box of thisGeometry
. -
factory
GeometryFactory factory
TheGeometryFactory
used to create this Geometry -
SRID
int SRID
The ID of the Spatial Reference System used by thisGeometry
-
userData
java.lang.Object userData
An object reference which can be used to carry ancillary data defined by the client.
-
-
Class org.locationtech.jts.geom.GeometryCollection extends Geometry implements Serializable
- serialVersionUID:
- -5694727726395021467L
-
Serialized Fields
-
geometries
Geometry[] geometries
Internal representation of thisGeometryCollection
.
-
-
Class org.locationtech.jts.geom.GeometryFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -6820524753094095635L
-
Serialized Fields
-
coordinateSequenceFactory
CoordinateSequenceFactory coordinateSequenceFactory
-
precisionModel
PrecisionModel precisionModel
-
SRID
int SRID
-
-
Class org.locationtech.jts.geom.LinearRing extends LineString implements Serializable
- serialVersionUID:
- -4261142084085851829L
-
Class org.locationtech.jts.geom.LineSegment extends java.lang.Object implements Serializable
- serialVersionUID:
- 3252005833466256227L
-
Serialized Fields
-
p0
Coordinate p0
-
p1
Coordinate p1
-
-
Class org.locationtech.jts.geom.LineString extends Geometry implements Serializable
- serialVersionUID:
- 3110669828065365560L
-
Serialized Fields
-
points
CoordinateSequence points
The points of thisLineString
.
-
-
Class org.locationtech.jts.geom.MultiLineString extends GeometryCollection implements Serializable
- serialVersionUID:
- 8166665132445433741L
-
Class org.locationtech.jts.geom.MultiPoint extends GeometryCollection implements Serializable
- serialVersionUID:
- -8048474874175355449L
-
Class org.locationtech.jts.geom.MultiPolygon extends GeometryCollection implements Serializable
- serialVersionUID:
- -551033529766975875L
-
Class org.locationtech.jts.geom.Point extends Geometry implements Serializable
- serialVersionUID:
- 4902022702746614570L
-
Serialized Fields
-
coordinates
CoordinateSequence coordinates
TheCoordinate
wrapped by thisPoint
.
-
-
Class org.locationtech.jts.geom.Polygon extends Geometry implements Serializable
- serialVersionUID:
- -3494792200821764533L
-
Serialized Fields
-
holes
LinearRing[] holes
The interior boundaries, if any. This instance var is never null. If there are no holes, the array is of zero length. -
shell
LinearRing shell
The exterior boundary, ornull
if thisPolygon
is empty.
-
-
Class org.locationtech.jts.geom.PrecisionModel extends java.lang.Object implements Serializable
- serialVersionUID:
- 7777263578777803835L
-
Serialized Fields
-
modelType
PrecisionModel.Type modelType
The type of PrecisionModel this represents. -
scale
double scale
The scale factor which determines the number of decimal places in fixed precision.
-
-
Class org.locationtech.jts.geom.PrecisionModel.Type extends java.lang.Object implements Serializable
- serialVersionUID:
- -5528602631731589822L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.locationtech.jts.geom.TopologyException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
-
Package org.locationtech.jts.geom.impl
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequence extends java.lang.Object implements Serializable
- serialVersionUID:
- -915438501601840650L
-
Serialized Fields
-
coordinates
Coordinate[] coordinates
-
dimension
int dimension
The actual dimension of the coordinates in the sequence. Allowable values are 2 or 3.
-
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence extends java.lang.Object implements Serializable
- serialVersionUID:
- -3151899011275603L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
dimension
int dimension
The dimensions of the coordinates hold in the packed array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double extends PackedCoordinateSequence implements Serializable
-
Serialized Fields
-
coords
double[] coords
The packed coordinate array
-
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float extends PackedCoordinateSequence implements Serializable
-
Serialized Fields
-
coords
float[] coords
The packed coordinate array
-
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -3558264771905224525L
-
Serialized Fields
-
dimension
int dimension
-
type
int type
-
-
-
Package org.locationtech.jts.geom.util
-
Class org.locationtech.jts.geom.util.NoninvertibleTransformationException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.index.quadtree
-
Class org.locationtech.jts.index.quadtree.Node extends NodeBase implements Serializable
-
Serialized Fields
-
centrex
double centrex
-
centrey
double centrey
-
env
Envelope env
-
level
int level
-
-
-
Class org.locationtech.jts.index.quadtree.NodeBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List items
-
subnode
Node[] subnode
subquads are numbered as follows:2 | 3 --+-- 0 | 1
-
-
-
Class org.locationtech.jts.index.quadtree.Quadtree extends java.lang.Object implements Serializable
- serialVersionUID:
- -7461163625812743604L
-
Serialized Fields
-
minExtent
double minExtent
minExtent is the minimum envelope extent of all items inserted into the tree so far. It is used as a heuristic value to construct non-zero envelopes for features with zero X and/or Y extent. Start with a non-zero extent, in case the first feature inserted has a zero extent in both directions. This value may be non-optimal, but only one feature will be inserted with this value. -
root
Root root
-
-
Class org.locationtech.jts.index.quadtree.Root extends NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 6493722185909573708L
-
Serialized Fields
-
bounds
java.lang.Object bounds
-
childBoundables
java.util.ArrayList childBoundables
-
level
int level
-
-
Class org.locationtech.jts.index.strtree.AbstractSTRtree extends java.lang.Object implements Serializable
- serialVersionUID:
- -3886435814360241337L
-
Serialized Fields
-
built
boolean built
-
itemBoundables
java.util.ArrayList itemBoundables
Set to null when index is built, to avoid retaining memory. -
nodeCapacity
int nodeCapacity
-
root
AbstractNode root
-
-
Class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator extends java.lang.Object implements Serializable
-
Serialized Fields
-
normalOrder
boolean normalOrder
The normal order.
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable extends java.lang.Object implements Serializable
-
Serialized Fields
-
bounds
java.lang.Object bounds
-
item
java.lang.Object item
-
-
-
Class org.locationtech.jts.index.strtree.SIRtree extends AbstractSTRtree implements Serializable
-
Serialized Fields
-
comparator
java.util.Comparator comparator
-
intersectsOp
AbstractSTRtree.IntersectsOp intersectsOp
-
-
-
Class org.locationtech.jts.index.strtree.STRtree extends AbstractSTRtree implements Serializable
- serialVersionUID:
- 259274702368956900L
-
-
Package org.locationtech.jts.io
-
Class org.locationtech.jts.io.ParseException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.math
-
Class org.locationtech.jts.math.DD extends java.lang.Object implements Serializable
-
Serialized Fields
-
hi
double hi
The high-order component of the double-double precision value. -
lo
double lo
The low-order component of the double-double precision value.
-
-
-
-
Package org.locationtech.jts.triangulate
-
Class org.locationtech.jts.triangulate.ConstraintEnforcementException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 386496846550080140L
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
Package org.locationtech.jts.triangulate.quadedge
-
Class org.locationtech.jts.triangulate.quadedge.LocateFailureException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
seg
LineSegment seg
-
-
-
-
Package org.locationtech.jts.util
-
Class org.locationtech.jts.util.AssertionFailedException extends java.lang.RuntimeException implements Serializable
-
-
Package org.locationtech.jtsexample.geom
-
Class org.locationtech.jtsexample.geom.ExtendedCoordinate extends Coordinate implements Serializable
- serialVersionUID:
- 8527484784733305576L
-
Serialized Fields
-
m
double m
An example of extended data. The m variable holds a measure value for linear referencing
-
-
-
Package org.locationtech.jtstest.command
-
Class org.locationtech.jtstest.command.ParseException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder
-
Class org.locationtech.jtstest.testbuilder.BusyDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
description
java.lang.String description
-
exception
java.lang.Exception exception
-
executable
BusyDialog.Executable executable
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
icon
javax.swing.ImageIcon icon
-
label
javax.swing.JLabel label
-
stackTrace
java.lang.String stackTrace
-
thread
java.lang.Thread thread
-
timer
javax.swing.Timer timer
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border3
javax.swing.border.Border border3
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnEraseGeom
javax.swing.JButton btnEraseGeom
-
btnSetPrecisionModel
javax.swing.JButton btnSetPrecisionModel
-
cbMagnifyTopo
javax.swing.JCheckBox cbMagnifyTopo
-
editMode
javax.swing.ButtonGroup editMode
-
geometryType
javax.swing.ButtonGroup geometryType
-
geomModel
GeometryEditModel geomModel
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
gridBagLayout4
java.awt.GridBagLayout gridBagLayout4
-
gridBagLayout5
java.awt.GridBagLayout gridBagLayout5
-
gridLayout1
java.awt.GridLayout gridLayout1
-
gridLayout2
java.awt.GridLayout gridLayout2
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel4
javax.swing.JPanel jPanel4
-
jPanel7
javax.swing.JPanel jPanel7
-
jPanel9
javax.swing.JPanel jPanel9
-
jPanelMagnify
javax.swing.JPanel jPanelMagnify
-
jPanelPM
javax.swing.JPanel jPanelPM
-
model
TestBuilderModel model
-
rbA
javax.swing.JRadioButton rbA
-
rbB
javax.swing.JRadioButton rbB
-
rbNoEdit
javax.swing.JRadioButton rbNoEdit
-
stretchDist
javax.swing.JSpinner stretchDist
-
titledBorder2
javax.swing.border.TitledBorder titledBorder2
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryEditPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
currentTool
Tool currentTool
-
grid
DrawingGrid grid
-
gridRenderer
GridRenderer gridRenderer
-
lastPt
java.awt.geom.Point2D lastPt
-
markPoint
Coordinate markPoint
-
menu
GeometryPopupMenu menu
-
renderMgr
RenderManager renderMgr
-
stateAddingPoints
boolean stateAddingPoints
-
tbModel
TestBuilderModel tbModel
-
viewport
Viewport viewport
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
list
javax.swing.JList list
-
listModel
javax.swing.DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout
java.awt.BorderLayout borderLayout
-
jScrollPane
javax.swing.JScrollPane jScrollPane
-
tree
javax.swing.JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryInputDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnCancel
javax.swing.JButton btnCancel
-
btnLoad
javax.swing.JButton btnLoad
-
geom
Geometry[] geom
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
jScrollPane2
javax.swing.JScrollPane jScrollPane2
-
lblError
javax.swing.JLabel lblError
-
panel1
javax.swing.JPanel panel1
-
parseError
boolean parseError
-
txtA
javax.swing.JTextArea txtA
-
txtB
javax.swing.JTextArea txtB
-
txtError
javax.swing.JTextArea txtError
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
inspectPanel
InspectorPanel inspectPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryPopupMenu extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
clickCoord
Coordinate clickCoord
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryTreePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
borderLayout
java.awt.BorderLayout borderLayout
-
jScrollPane
javax.swing.JScrollPane jScrollPane
-
tree
javax.swing.JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.InfoPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
tabPanelLayout
java.awt.BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
text
java.lang.StringBuffer text
-
txtInfo
javax.swing.JTextArea txtInfo
-
-
-
Class org.locationtech.jtstest.testbuilder.InspectorPanel extends TestBuilderPanel implements Serializable
-
Serialized Fields
-
btnCopy
javax.swing.JButton btnCopy
-
btnExpand
javax.swing.JButton btnExpand
-
btnNext
javax.swing.JButton btnNext
-
btnPrev
javax.swing.JButton btnPrev
-
btnZoom
javax.swing.JButton btnZoom
-
copyIcon
javax.swing.ImageIcon copyIcon
-
downIcon
javax.swing.ImageIcon downIcon
-
geomTreePanel
GeometryTreePanel geomTreePanel
-
lblGeom
javax.swing.JLabel lblGeom
-
showExpand
boolean showExpand
-
upIcon
javax.swing.ImageIcon upIcon
-
zoomIcon
javax.swing.ImageIcon zoomIcon
-
-
-
Class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
button1
javax.swing.JButton button1
-
comments
java.lang.String comments
-
copyright
java.lang.String copyright
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
gridLayout1
java.awt.GridLayout gridLayout1
-
imageLabel
javax.swing.JLabel imageLabel
-
insetsPanel1
javax.swing.JPanel insetsPanel1
-
insetsPanel2
javax.swing.JPanel insetsPanel2
-
insetsPanel3
javax.swing.JPanel insetsPanel3
-
label1
javax.swing.JLabel label1
-
label2
javax.swing.JLabel label2
-
label3
javax.swing.JLabel label3
-
label4
javax.swing.JLabel label4
-
labelJTS
javax.swing.JLabel labelJTS
-
panel1
javax.swing.JPanel panel1
-
panel2
javax.swing.JPanel panel2
-
product
java.lang.String product
-
version
java.lang.String version
-
-
-
Class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
appIcon
javax.swing.ImageIcon appIcon
-
border4
javax.swing.border.Border border4
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
contentPane
javax.swing.JPanel contentPane
-
directoryChooser
javax.swing.JFileChooser directoryChooser
-
fileAndDirectoryChooser
javax.swing.JFileChooser fileAndDirectoryChooser
-
fileChooser
javax.swing.JFileChooser fileChooser
-
geomInspectorDlg
GeometryInspectorDialog geomInspectorDlg
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
gridLayout1
java.awt.GridLayout gridLayout1
-
inputTabbedPane
javax.swing.JTabbedPane inputTabbedPane
-
inspectPanel
InspectorPanel inspectPanel
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jSplitPane1
javax.swing.JSplitPane jSplitPane1
-
layerListPanel
LayerListPanel layerListPanel
-
logPanel
InfoPanel logPanel
-
pngFileChooser
javax.swing.JFileChooser pngFileChooser
-
resultController
ResultController resultController
-
resultValuePanel
ResultValuePanel resultValuePanel
-
resultWKTPanel
ResultWKTPanel resultWKTPanel
-
statsPanel
StatsPanel statsPanel
-
tbMenuBar
JTSTestBuilderMenuBar tbMenuBar
-
tbModel
TestBuilderModel tbModel
-
tbToolBar
JTSTestBuilderToolBar tbToolBar
-
testCasePanel
TestCasePanel testCasePanel
-
testCaseTextDlg
TestCaseTextDialog testCaseTextDlg
-
testListPanel
TestListPanel testListPanel
-
testPanel
javax.swing.JPanel testPanel
-
wktPanel
WKTPanel wktPanel
-
zoomTool
ZoomTool zoomTool
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerCheckBoxList extends javax.swing.JList implements Serializable
-
Class org.locationtech.jtstest.testbuilder.LayerControlList extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
table
javax.swing.JTable table
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerListPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
list
LayerCheckBoxList list
-
listModel
javax.swing.DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
btnCancel
javax.swing.JButton btnCancel
-
btnOk
javax.swing.JButton btnOk
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
panel1
javax.swing.JPanel panel1
-
testCaseList
TestCaseList testCaseList
-
txtClassname
javax.swing.JTextField txtClassname
-
-
-
Class org.locationtech.jtstest.testbuilder.PrecisionModelDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
jPanel1
javax.swing.JPanel jPanel1
-
okButton
javax.swing.JButton okButton
-
panel1
javax.swing.JPanel panel1
-
precisionModelPanel
PrecisionModelPanel precisionModelPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.PrecisionModelPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
btnGrpmodelType
javax.swing.ButtonGroup btnGrpmodelType
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel4
javax.swing.JLabel jLabel4
-
precisionModel
PrecisionModel precisionModel
-
rbFixed
javax.swing.JRadioButton rbFixed
-
rbFloating
javax.swing.JRadioButton rbFloating
-
rbFloatingSingle
javax.swing.JRadioButton rbFloatingSingle
-
txtScale
javax.swing.JTextField txtScale
-
-
-
Class org.locationtech.jtstest.testbuilder.RelatePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
border2
javax.swing.border.Border border2
-
border3
javax.swing.border.Border border3
-
buf
java.lang.StringBuffer buf
-
clearIcon
javax.swing.ImageIcon clearIcon
-
containsAB
javax.swing.JLabel containsAB
-
containsBA
javax.swing.JLabel containsBA
-
coveredByAB
javax.swing.JLabel coveredByAB
-
coveredByBA
javax.swing.JLabel coveredByBA
-
coversAB
javax.swing.JLabel coversAB
-
coversBA
javax.swing.JLabel coversBA
-
crossesAB
javax.swing.JLabel crossesAB
-
crossesBA
javax.swing.JLabel crossesBA
-
crossIcon
javax.swing.ImageIcon crossIcon
-
disjointAB
javax.swing.JLabel disjointAB
-
disjointBA
javax.swing.JLabel disjointBA
-
equalsAB
javax.swing.JLabel equalsAB
-
equalsBA
javax.swing.JLabel equalsBA
-
expectedImDocumentListener
javax.swing.event.DocumentListener expectedImDocumentListener
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
gridBagLayout3
java.awt.GridBagLayout gridBagLayout3
-
gridBagLayout4
java.awt.GridBagLayout gridBagLayout4
-
gridBagLayout5
java.awt.GridBagLayout gridBagLayout5
-
intersectsAB
javax.swing.JLabel intersectsAB
-
intersectsBA
javax.swing.JLabel intersectsBA
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel10
javax.swing.JLabel jLabel10
-
jLabel11
javax.swing.JLabel jLabel11
-
jLabel110
javax.swing.JLabel jLabel110
-
jLabel111
javax.swing.JLabel jLabel111
-
jLabel12
javax.swing.JLabel jLabel12
-
jLabel13
javax.swing.JLabel jLabel13
-
jLabel14
javax.swing.JLabel jLabel14
-
jLabel15
javax.swing.JLabel jLabel15
-
jLabel16
javax.swing.JLabel jLabel16
-
jLabel17
javax.swing.JLabel jLabel17
-
jLabel18
javax.swing.JLabel jLabel18
-
jLabel19
javax.swing.JLabel jLabel19
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel20
javax.swing.JLabel jLabel20
-
jLabel21
javax.swing.JLabel jLabel21
-
jLabel22
javax.swing.JLabel jLabel22
-
jLabel23
javax.swing.JLabel jLabel23
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel5
javax.swing.JLabel jLabel5
-
jLabel6
javax.swing.JLabel jLabel6
-
jLabel7
javax.swing.JLabel jLabel7
-
jLabel8
javax.swing.JLabel jLabel8
-
jLabel9
javax.swing.JLabel jLabel9
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanel2
javax.swing.JPanel jPanel2
-
jPanel3
javax.swing.JPanel jPanel3
-
matrixPanel
javax.swing.JPanel matrixPanel
-
overlapsAB
javax.swing.JLabel overlapsAB
-
overlapsBA
javax.swing.JLabel overlapsBA
-
predicates
javax.swing.JPanel predicates
-
relateBB
javax.swing.JLabel relateBB
-
relateBE
javax.swing.JLabel relateBE
-
relateBI
javax.swing.JLabel relateBI
-
relateEB
javax.swing.JLabel relateEB
-
relateEE
javax.swing.JLabel relateEE
-
relateEI
javax.swing.JLabel relateEI
-
relateIB
javax.swing.JLabel relateIB
-
relateIE
javax.swing.JLabel relateIE
-
relateII
javax.swing.JLabel relateII
-
testCase
TestCaseEdit testCase
-
tickCrossLabel
javax.swing.JLabel tickCrossLabel
-
tickIcon
javax.swing.ImageIcon tickIcon
-
titledBorder1
javax.swing.border.TitledBorder titledBorder1
-
touchesAB
javax.swing.JLabel touchesAB
-
touchesBA
javax.swing.JLabel touchesBA
-
txtAB
javax.swing.JTextField txtAB
-
txtBA
javax.swing.JTextField txtBA
-
withinAB
javax.swing.JLabel withinAB
-
withinBA
javax.swing.JLabel withinBA
-
-
-
Class org.locationtech.jtstest.testbuilder.ResultValuePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
currResult
java.lang.Object currResult
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
labelPanel
javax.swing.JPanel labelPanel
-
labelPanelLayout
java.awt.BorderLayout labelPanelLayout
-
resultLabel
javax.swing.JLabel resultLabel
-
tabPanelLayout
java.awt.BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
txtResult
javax.swing.JTextArea txtResult
-
-
-
Class org.locationtech.jtstest.testbuilder.ResultWKTPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
clearIcon
javax.swing.ImageIcon clearIcon
-
copyButton
javax.swing.JButton copyButton
-
copyIcon
javax.swing.ImageIcon copyIcon
-
copyToTestButton
javax.swing.JButton copyToTestButton
-
copyToTestIcon
javax.swing.ImageIcon copyToTestIcon
-
functionLabel
javax.swing.JLabel functionLabel
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
labelPanel
javax.swing.JPanel labelPanel
-
labelPanelLayout
java.awt.GridLayout labelPanelLayout
-
memoryLabel
javax.swing.JLabel memoryLabel
-
opName
java.lang.String opName
-
rButtonPanel
javax.swing.JPanel rButtonPanel
-
rButtonPanelLayout
java.awt.GridLayout rButtonPanelLayout
-
rPanel
javax.swing.JPanel rPanel
-
rPanelLayout
java.awt.BorderLayout rPanelLayout
-
tabPanelLayout
java.awt.BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
timeLabel
javax.swing.JLabel timeLabel
-
txtResult
javax.swing.JTextArea txtResult
-
-
-
Class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
currentFunc
GeometryFunction currentFunc
-
execButton
javax.swing.JButton execButton
-
flowLayout
java.awt.FlowLayout flowLayout
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
funcListPanel
GeometryFunctionTreePanel funcListPanel
-
gridLayout1
java.awt.GridLayout gridLayout1
-
gridLayout2
java.awt.GridLayout gridLayout2
-
lblDistance
javax.swing.JLabel lblDistance
-
panelExec
javax.swing.JPanel panelExec
-
panelExecParam
javax.swing.JPanel panelExecParam
-
panelParam
javax.swing.JPanel panelParam
-
panelRB
javax.swing.JPanel panelRB
-
paramComp
javax.swing.JComponent[] paramComp
-
paramLabel
javax.swing.JLabel[] paramLabel
-
timer
Stopwatch timer
-
txtDistance
javax.swing.JTextField txtDistance
-
-
-
Class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
btnClearResult
javax.swing.JButton btnClearResult
-
btnRepeat
javax.swing.JButton btnRepeat
-
cbCapStyle
javax.swing.JComboBox cbCapStyle
-
cbJoinStyle
javax.swing.JComboBox cbJoinStyle
-
clearIcon
javax.swing.ImageIcon clearIcon
-
currentFunc
GeometryFunction currentFunc
-
displayAAndBCheckBox
javax.swing.JCheckBox displayAAndBCheckBox
-
execButton
javax.swing.JButton execButton
-
execToNewButton
javax.swing.JButton execToNewButton
-
flowLayout
java.awt.FlowLayout flowLayout
-
flowLayout1
java.awt.FlowLayout flowLayout1
-
geomFuncPanel
GeometryFunctionTreePanel geomFuncPanel
-
gridLayout1
java.awt.GridLayout gridLayout1
-
gridLayout2
java.awt.GridLayout gridLayout2
-
lblCapStyle
javax.swing.JLabel lblCapStyle
-
lblDistance
javax.swing.JLabel lblDistance
-
lblJoinStyle
javax.swing.JLabel lblJoinStyle
-
lblMitreLimit
javax.swing.JLabel lblMitreLimit
-
lblQuadSegs
javax.swing.JLabel lblQuadSegs
-
panelControl
javax.swing.JPanel panelControl
-
panelExec
javax.swing.JPanel panelExec
-
panelExecParam
javax.swing.JPanel panelExecParam
-
panelParam
javax.swing.JPanel panelParam
-
panelRB
javax.swing.JPanel panelRB
-
paramComp
javax.swing.JComponent[] paramComp
-
paramLabel
javax.swing.JLabel[] paramLabel
-
timer
Stopwatch timer
-
txtDistance
javax.swing.JTextField txtDistance
-
txtMitreLimit
javax.swing.JTextField txtMitreLimit
-
txtQuadrantSegs
javax.swing.JTextField txtQuadrantSegs
-
-
-
Class org.locationtech.jtstest.testbuilder.StatsPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
tabPanelLayout
java.awt.BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
txtStats
javax.swing.JTextArea txtStats
-
-
-
Class org.locationtech.jtstest.testbuilder.TestBuilderPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
tbModel
TestBuilderModel tbModel
-
-
-
Class org.locationtech.jtstest.testbuilder.TestCasePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
border4
javax.swing.border.Border border4
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
btnPanel
javax.swing.JPanel btnPanel
-
btnRunTests
javax.swing.JButton btnRunTests
-
casePrecisionModelPanel
javax.swing.JPanel casePrecisionModelPanel
-
cbMagnifyTopo
javax.swing.JCheckBox cbMagnifyTopo
-
currentTestCaseIndex
int currentTestCaseIndex
-
editCtlPanel
GeometryEditControlPanel editCtlPanel
-
editFrameLayout
java.awt.BorderLayout editFrameLayout
-
editFramePanel
javax.swing.JPanel editFramePanel
-
editGroupPanel
javax.swing.JPanel editGroupPanel
-
editMode
javax.swing.ButtonGroup editMode
-
editPanel
GeometryEditPanel editPanel
-
geometryType
javax.swing.ButtonGroup geometryType
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
gridBagLayout3
java.awt.GridBagLayout gridBagLayout3
-
initialized
boolean initialized
-
jPanel1
javax.swing.JPanel jPanel1
-
jPanelMagnify
javax.swing.JPanel jPanelMagnify
-
jTabbedPane1
javax.swing.JTabbedPane jTabbedPane1
-
lblMousePos
javax.swing.JLabel lblMousePos
-
lblPrecisionModel
javax.swing.JLabel lblPrecisionModel
-
maxTestCaseIndex
int maxTestCaseIndex
-
namePanel
javax.swing.JPanel namePanel
-
partType
javax.swing.ButtonGroup partType
-
precisionModelLabel
javax.swing.JLabel precisionModelLabel
-
relatePanel
RelatePanel relatePanel
-
relateTabPanel
javax.swing.JPanel relateTabPanel
-
scalarFunctionPanel
ScalarFunctionPanel scalarFunctionPanel
-
spatialFunctionPanel
SpatialFunctionPanel spatialFunctionPanel
-
spStretchDist
javax.swing.JSpinner spStretchDist
-
statusBarPanel
javax.swing.JPanel statusBarPanel
-
tbModel
TestBuilderModel tbModel
-
testCase
TestCaseEdit testCase
-
testCaseIndexLabel
javax.swing.JLabel testCaseIndexLabel
-
txtDesc
javax.swing.JTextField txtDesc
-
validPanel
ValidPanel validPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.TestCaseTextDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
allOptionsPanel
javax.swing.JPanel allOptionsPanel
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
borderLayout3
java.awt.BorderLayout borderLayout3
-
boxLayout1
javax.swing.BoxLayout boxLayout1
-
btnCopy
javax.swing.JButton btnCopy
-
btnOk
javax.swing.JButton btnOk
-
cmdButtonPanel
javax.swing.JPanel cmdButtonPanel
-
dialogPanel
javax.swing.JPanel dialogPanel
-
functionsPanel
javax.swing.JPanel functionsPanel
-
intersectsCB
javax.swing.JCheckBox intersectsCB
-
jPanel1
javax.swing.JPanel jPanel1
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
rbGML
javax.swing.JRadioButton rbGML
-
rbJTSJava
javax.swing.JRadioButton rbJTSJava
-
rbSVG
javax.swing.JRadioButton rbSVG
-
rbTestCaseJava
javax.swing.JRadioButton rbTestCaseJava
-
rbWKB
javax.swing.JRadioButton rbWKB
-
rbWKT
javax.swing.JRadioButton rbWKT
-
rbWKTFormatted
javax.swing.JRadioButton rbWKTFormatted
-
rbXML
javax.swing.JRadioButton rbXML
-
rbXMLWKB
javax.swing.JRadioButton rbXMLWKB
-
test
TestCaseEdit test
-
textFormatGroup
javax.swing.ButtonGroup textFormatGroup
-
textFormatPanel
javax.swing.JPanel textFormatPanel
-
txtGeomView
javax.swing.JTextArea txtGeomView
-
-
-
Class org.locationtech.jtstest.testbuilder.TestListPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
borderLayout2
java.awt.BorderLayout borderLayout2
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
list
javax.swing.JList list
-
listModel
javax.swing.DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.ValidPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
btnClearMark
javax.swing.JButton btnClearMark
-
btnSetMark
javax.swing.JButton btnSetMark
-
btnSimple
javax.swing.JButton btnSimple
-
btnValidate
javax.swing.JButton btnValidate
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
gridLayout1
java.awt.GridLayout gridLayout1
-
jPanel1
javax.swing.JPanel jPanel1
-
lblMark
javax.swing.JLabel lblMark
-
lblValidSimple
javax.swing.JLabel lblValidSimple
-
markBtnPanel
javax.swing.JPanel markBtnPanel
-
markPanel
javax.swing.JPanel markPanel
-
markPoint
Coordinate markPoint
-
markSquishPanel
javax.swing.JPanel markSquishPanel
-
panelValidSimple
javax.swing.JPanel panelValidSimple
-
taInvalidMsg
javax.swing.JTextArea taInvalidMsg
-
testCase
TestCaseEdit testCase
-
txtIsValid
javax.swing.JTextField txtIsValid
-
txtMarkLabel
javax.swing.JTextField txtMarkLabel
-
txtMarkLocation
javax.swing.JTextField txtMarkLocation
-
-
-
Class org.locationtech.jtstest.testbuilder.WKTPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
aButtonPanel
javax.swing.Box aButtonPanel
-
aButtonPanelLayout
java.awt.FlowLayout aButtonPanelLayout
-
aCopyButton
javax.swing.JButton aCopyButton
-
aCutButton
javax.swing.JButton aCutButton
-
aLabel
javax.swing.JLabel aLabel
-
aLabelPanel
javax.swing.Box aLabelPanel
-
aPanel
javax.swing.JPanel aPanel
-
aPanelLayout
java.awt.BorderLayout aPanelLayout
-
aPasteButton
javax.swing.JButton aPasteButton
-
aRB
javax.swing.JRadioButton aRB
-
aScrollPane
javax.swing.JScrollPane aScrollPane
-
aTextArea
javax.swing.JTextArea aTextArea
-
bButtonPanel
javax.swing.Box bButtonPanel
-
bButtonPanelLayout
java.awt.FlowLayout bButtonPanelLayout
-
bCopyButton
javax.swing.JButton bCopyButton
-
bCutButton
javax.swing.JButton bCutButton
-
bLabel
javax.swing.JLabel bLabel
-
bLabelPanel
javax.swing.Box bLabelPanel
-
bPanel
javax.swing.JPanel bPanel
-
bPanelLayout
java.awt.BorderLayout bPanelLayout
-
bPasteButton
javax.swing.JButton bPasteButton
-
bRB
javax.swing.JRadioButton bRB
-
bScrollPane
javax.swing.JScrollPane bScrollPane
-
bTextArea
javax.swing.JTextArea bTextArea
-
copyIcon
javax.swing.ImageIcon copyIcon
-
cutIcon
javax.swing.ImageIcon cutIcon
-
editMode
javax.swing.ButtonGroup editMode
-
exchangeButton
javax.swing.JButton exchangeButton
-
exchangeGeomsIcon
javax.swing.ImageIcon exchangeGeomsIcon
-
focusBorder
javax.swing.border.Border focusBorder
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout2
java.awt.GridBagLayout gridBagLayout2
-
inspectButton
javax.swing.JButton inspectButton
-
inspectIcon
javax.swing.ImageIcon inspectIcon
-
loadButton
javax.swing.JButton loadButton
-
loadIcon
javax.swing.ImageIcon loadIcon
-
otherBorder
javax.swing.border.Border otherBorder
-
panelAB
javax.swing.JPanel panelAB
-
panelButtons
javax.swing.Box panelButtons
-
pasteIcon
javax.swing.ImageIcon pasteIcon
-
tbFrame
JTSTestBuilderFrame tbFrame
-
tbModel
TestBuilderModel tbModel
-
titledBorder1
javax.swing.border.TitledBorder titledBorder1
-
-
-
-
Package org.locationtech.jtstest.testbuilder.event
-
Class org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent extends java.util.EventObject implements Serializable
-
Class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
createNew
boolean createNew
-
-
-
Class org.locationtech.jtstest.testbuilder.event.ValidPanelEvent extends java.util.EventObject implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder.io.shapefile
-
Class org.locationtech.jtstest.testbuilder.io.shapefile.InvalidShapefileException extends ShapefileException implements Serializable
-
Class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException extends java.lang.Exception implements Serializable
-
Class org.locationtech.jtstest.testbuilder.io.shapefile.ShapeTypeNotSupportedException extends ShapefileException implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder.model
-
Class org.locationtech.jtstest.testbuilder.model.GeometryEvent extends java.util.EventObject implements Serializable
-
-
Package org.locationtech.jtstest.testrunner
-
Class org.locationtech.jtstest.testrunner.JTSTestReflectionException extends java.lang.Exception implements Serializable
-
Class org.locationtech.jtstest.testrunner.TestParseException extends java.lang.Exception implements Serializable
-
Class org.locationtech.jtstest.testrunner.TopologyTestApp extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
addFileButton
javax.swing.JButton addFileButton
-
borderLayout1
java.awt.BorderLayout borderLayout1
-
chooser
javax.swing.JFileChooser chooser
-
engine
TestEngine engine
-
fileList
javax.swing.JList fileList
-
fileListModel
javax.swing.DefaultListModel fileListModel
-
flowLayout2
java.awt.FlowLayout flowLayout2
-
gridBagLayout1
java.awt.GridBagLayout gridBagLayout1
-
gridBagLayout4
java.awt.GridBagLayout gridBagLayout4
-
jPanel2
javax.swing.JPanel jPanel2
-
jPanel3
javax.swing.JPanel jPanel3
-
jPanel5
javax.swing.JPanel jPanel5
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
jScrollPane2
javax.swing.JScrollPane jScrollPane2
-
logTextArea
javax.swing.JTextArea logTextArea
-
removeFileButton
javax.swing.JButton removeFileButton
-
runAllButton
javax.swing.JButton runAllButton
-
runSelectedButton
javax.swing.JButton runSelectedButton
-
statusLabel
javax.swing.JLabel statusLabel
-
timer
javax.swing.Timer timer
-
-
-