Serialized Form
-
Package org.locationtech.jts.algorithm
-
Exception Class org.locationtech.jts.algorithm.NotRepresentableException
class NotRepresentableException extends Exception implements Serializable
-
-
Package org.locationtech.jts.geom
-
Class org.locationtech.jts.geom.Coordinate
class Coordinate extends 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
class CoordinateList extends ArrayList implements Serializable -
Class org.locationtech.jts.geom.DefaultCoordinateSequenceFactory
class DefaultCoordinateSequenceFactory extends Object implements Serializable- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
Deprecated.
-
-
Class org.locationtech.jts.geom.Envelope
class Envelope extends 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
class Geometry extends 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
Object userData
An object reference which can be used to carry ancillary data defined by the client.
-
-
Class org.locationtech.jts.geom.GeometryCollection
class GeometryCollection extends Geometry implements Serializable- serialVersionUID:
- -5694727726395021467L
-
Serialized Fields
-
geometries
Geometry[] geometries
Internal representation of thisGeometryCollection
.
-
-
Class org.locationtech.jts.geom.GeometryFactory
class GeometryFactory extends Object implements Serializable- serialVersionUID:
- -6820524753094095635L
-
Serialized Fields
-
coordinateSequenceFactory
CoordinateSequenceFactory coordinateSequenceFactory
-
precisionModel
PrecisionModel precisionModel
-
SRID
int SRID
-
-
Class org.locationtech.jts.geom.LinearRing
class LinearRing extends LineString implements Serializable- serialVersionUID:
- -4261142084085851829L
-
Class org.locationtech.jts.geom.LineSegment
class LineSegment extends Object implements Serializable- serialVersionUID:
- 3252005833466256227L
-
Serialized Fields
-
p0
Coordinate p0
-
p1
Coordinate p1
-
-
Class org.locationtech.jts.geom.LineString
class LineString extends Geometry implements Serializable- serialVersionUID:
- 3110669828065365560L
-
Serialized Fields
-
points
CoordinateSequence points
The points of thisLineString
.
-
-
Class org.locationtech.jts.geom.MultiLineString
class MultiLineString extends GeometryCollection implements Serializable- serialVersionUID:
- 8166665132445433741L
-
Class org.locationtech.jts.geom.MultiPoint
class MultiPoint extends GeometryCollection implements Serializable- serialVersionUID:
- -8048474874175355449L
-
Class org.locationtech.jts.geom.MultiPolygon
class MultiPolygon extends GeometryCollection implements Serializable- serialVersionUID:
- -551033529766975875L
-
Class org.locationtech.jts.geom.Point
class Point extends Geometry implements Serializable- serialVersionUID:
- 4902022702746614570L
-
Serialized Fields
-
coordinates
CoordinateSequence coordinates
TheCoordinate
wrapped by thisPoint
.
-
-
Class org.locationtech.jts.geom.Polygon
class 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
class PrecisionModel extends 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
class Type extends Object implements Serializable- serialVersionUID:
- -5528602631731589822L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
-
Exception Class org.locationtech.jts.geom.TopologyException
class TopologyException extends RuntimeException implements Serializable-
Serialized Fields
-
pt
Coordinate pt
-
-
-
-
Package org.locationtech.jts.geom.impl
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequence
class CoordinateArraySequence extends 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
class CoordinateArraySequenceFactory extends Object implements Serializable- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence
class PackedCoordinateSequence extends Object implements Serializable- serialVersionUID:
- -3151899011275603L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
dimension
int dimension
The dimensions of the coordinates hold in the packed array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double
class Double extends PackedCoordinateSequence implements Serializable-
Serialized Fields
-
coords
double[] coords
The packed coordinate array
-
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
class Float extends PackedCoordinateSequence implements Serializable-
Serialized Fields
-
coords
float[] coords
The packed coordinate array
-
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
class PackedCoordinateSequenceFactory extends Object implements Serializable- serialVersionUID:
- -3558264771905224525L
-
Serialized Fields
-
dimension
int dimension
-
type
int type
-
-
-
Package org.locationtech.jts.geom.util
-
Exception Class org.locationtech.jts.geom.util.NoninvertibleTransformationException
class NoninvertibleTransformationException extends Exception implements Serializable
-
-
Package org.locationtech.jts.index.quadtree
-
Class org.locationtech.jts.index.quadtree.Node
class 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
class NodeBase extends Object implements Serializable -
Class org.locationtech.jts.index.quadtree.Quadtree
class Quadtree extends 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
class Root extends NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode
class AbstractNode extends Object implements Serializable- serialVersionUID:
- 6493722185909573708L
-
Class org.locationtech.jts.index.strtree.AbstractSTRtree
class AbstractSTRtree extends Object implements Serializable- serialVersionUID:
- -3886435814360241337L
-
Serialized Fields
-
built
boolean built
-
itemBoundables
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
class BoundablePairDistanceComparator extends Object implements Serializable-
Serialized Fields
-
normalOrder
boolean normalOrder
The normal order.
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable
class ItemBoundable extends Object implements Serializable -
Class org.locationtech.jts.index.strtree.SIRtree
class SIRtree extends AbstractSTRtree implements Serializable-
Serialized Fields
-
comparator
Comparator comparator
-
intersectsOp
AbstractSTRtree.IntersectsOp intersectsOp
-
-
-
Class org.locationtech.jts.index.strtree.STRtree
class STRtree extends AbstractSTRtree implements Serializable- serialVersionUID:
- 259274702368956900L
-
-
Package org.locationtech.jts.io
-
Exception Class org.locationtech.jts.io.ParseException
class ParseException extends Exception implements Serializable
-
-
Package org.locationtech.jts.math
-
Class org.locationtech.jts.math.DD
class DD extends 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
-
Exception Class org.locationtech.jts.triangulate.ConstraintEnforcementException
class ConstraintEnforcementException extends RuntimeException implements Serializable- serialVersionUID:
- 386496846550080140L
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
Package org.locationtech.jts.triangulate.quadedge
-
Exception Class org.locationtech.jts.triangulate.quadedge.LocateFailureException
class LocateFailureException extends RuntimeException implements Serializable-
Serialized Fields
-
seg
LineSegment seg
-
-
-
-
Package org.locationtech.jts.util
-
Exception Class org.locationtech.jts.util.AssertionFailedException
class AssertionFailedException extends RuntimeException implements Serializable
-
-
Package org.locationtech.jtsexample.geom
-
Class org.locationtech.jtsexample.geom.ExtendedCoordinate
class 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
-
Exception Class org.locationtech.jtstest.command.ParseException
class ParseException extends Exception implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder
-
Class org.locationtech.jtstest.testbuilder.BusyDialog
class BusyDialog extends JDialog implements Serializable-
Serialized Fields
-
description
String description
-
exception
Exception exception
-
executable
BusyDialog.Executable executable
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
icon
ImageIcon icon
-
label
JLabel label
-
stackTrace
String stackTrace
-
thread
Thread thread
-
timer
Timer timer
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryEditControlPanel
class GeometryEditControlPanel extends JPanel implements Serializable-
Serialized Fields
-
border3
Border border3
-
borderLayout1
BorderLayout borderLayout1
-
btnEraseGeom
JButton btnEraseGeom
-
btnSetPrecisionModel
JButton btnSetPrecisionModel
-
cbMagnifyTopo
JCheckBox cbMagnifyTopo
-
editMode
ButtonGroup editMode
-
geometryType
ButtonGroup geometryType
-
geomModel
GeometryEditModel geomModel
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridBagLayout4
GridBagLayout gridBagLayout4
-
gridBagLayout5
GridBagLayout gridBagLayout5
-
gridLayout1
GridLayout gridLayout1
-
gridLayout2
GridLayout gridLayout2
-
jPanel1
JPanel jPanel1
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanel7
JPanel jPanel7
-
jPanel9
JPanel jPanel9
-
jPanelMagnify
JPanel jPanelMagnify
-
jPanelPM
JPanel jPanelPM
-
model
TestBuilderModel model
-
rbA
JRadioButton rbA
-
rbB
JRadioButton rbB
-
rbNoEdit
JRadioButton rbNoEdit
-
stretchDist
JSpinner stretchDist
-
titledBorder2
TitledBorder titledBorder2
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryEditPanel
class GeometryEditPanel extends JPanel implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
currentTool
Tool currentTool
-
grid
DrawingGrid grid
-
gridRenderer
GridRenderer gridRenderer
-
lastPt
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
class GeometryFunctionListPanel extends JPanel implements Serializable-
Serialized Fields
-
border1
Border border1
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
jScrollPane1
JScrollPane jScrollPane1
-
list
JList list
-
listModel
DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel
class GeometryFunctionTreePanel extends JPanel implements Serializable-
Serialized Fields
-
border1
Border border1
-
borderLayout
BorderLayout borderLayout
-
jScrollPane
JScrollPane jScrollPane
-
tree
JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryInputDialog
class GeometryInputDialog extends JDialog implements Serializable-
Serialized Fields
-
border1
Border border1
-
borderLayout1
BorderLayout borderLayout1
-
btnCancel
JButton btnCancel
-
btnLoad
JButton btnLoad
-
geom
Geometry[] geom
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
lblError
JLabel lblError
-
panel1
JPanel panel1
-
parseError
boolean parseError
-
txtA
JTextArea txtA
-
txtB
JTextArea txtB
-
txtError
JTextArea txtError
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryInspectorDialog
class GeometryInspectorDialog extends JDialog implements Serializable-
Serialized Fields
-
inspectPanel
InspectorPanel inspectPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryPopupMenu
class GeometryPopupMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
clickCoord
Coordinate clickCoord
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryTreePanel
class GeometryTreePanel extends JPanel implements Serializable-
Serialized Fields
-
border1
Border border1
-
borderLayout
BorderLayout borderLayout
-
jScrollPane
JScrollPane jScrollPane
-
tree
JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.InfoPanel
class InfoPanel extends JPanel implements Serializable-
Serialized Fields
-
jScrollPane1
JScrollPane jScrollPane1
-
tabPanelLayout
BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
text
StringBuffer text
-
txtInfo
JTextArea txtInfo
-
-
-
Class org.locationtech.jtstest.testbuilder.InspectorPanel
class InspectorPanel extends TestBuilderPanel implements Serializable-
Serialized Fields
-
btnCopy
JButton btnCopy
-
btnExpand
JButton btnExpand
-
btnNext
JButton btnNext
-
btnPrev
JButton btnPrev
-
btnZoom
JButton btnZoom
-
copyIcon
ImageIcon copyIcon
-
downIcon
ImageIcon downIcon
-
geomTreePanel
GeometryTreePanel geomTreePanel
-
lblGeom
JLabel lblGeom
-
showExpand
boolean showExpand
-
upIcon
ImageIcon upIcon
-
zoomIcon
ImageIcon zoomIcon
-
-
-
Class org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox
class JTSTestBuilder_AboutBox extends JDialog implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
button1
JButton button1
-
comments
String comments
-
copyright
String copyright
-
flowLayout1
FlowLayout flowLayout1
-
gridLayout1
GridLayout gridLayout1
-
imageLabel
JLabel imageLabel
-
insetsPanel1
JPanel insetsPanel1
-
insetsPanel2
JPanel insetsPanel2
-
insetsPanel3
JPanel insetsPanel3
-
label1
JLabel label1
-
label2
JLabel label2
-
label3
JLabel label3
-
label4
JLabel label4
-
labelJTS
JLabel labelJTS
-
panel1
JPanel panel1
-
panel2
JPanel panel2
-
product
String product
-
version
String version
-
-
-
Class org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame
class JTSTestBuilderFrame extends JFrame implements Serializable-
Serialized Fields
-
appIcon
ImageIcon appIcon
-
border4
Border border4
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
contentPane
JPanel contentPane
-
directoryChooser
JFileChooser directoryChooser
-
fileAndDirectoryChooser
JFileChooser fileAndDirectoryChooser
-
fileChooser
JFileChooser fileChooser
-
geomInspectorDlg
GeometryInspectorDialog geomInspectorDlg
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridLayout1
GridLayout gridLayout1
-
inputTabbedPane
JTabbedPane inputTabbedPane
-
inspectPanel
InspectorPanel inspectPanel
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jSplitPane1
JSplitPane jSplitPane1
-
layerListPanel
LayerListPanel layerListPanel
-
logPanel
InfoPanel logPanel
-
pngFileChooser
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
JPanel testPanel
-
wktPanel
WKTPanel wktPanel
-
zoomTool
ZoomTool zoomTool
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerCheckBoxList
class LayerCheckBoxList extends JList implements Serializable -
Class org.locationtech.jtstest.testbuilder.LayerControlList
class LayerControlList extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerListPanel
class LayerListPanel extends JPanel implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
jScrollPane1
JScrollPane jScrollPane1
-
list
LayerCheckBoxList list
-
listModel
DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.LoadTestCasesDialog
class LoadTestCasesDialog extends JDialog implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
btnCancel
JButton btnCancel
-
btnOk
JButton btnOk
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
panel1
JPanel panel1
-
testCaseList
TestCaseList testCaseList
-
txtClassname
JTextField txtClassname
-
-
-
Class org.locationtech.jtstest.testbuilder.PrecisionModelDialog
class PrecisionModelDialog extends JDialog implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
jPanel1
JPanel jPanel1
-
okButton
JButton okButton
-
panel1
JPanel panel1
-
precisionModelPanel
PrecisionModelPanel precisionModelPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.PrecisionModelPanel
class PrecisionModelPanel extends JPanel implements Serializable-
Serialized Fields
-
btnGrpmodelType
ButtonGroup btnGrpmodelType
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
jLabel1
JLabel jLabel1
-
jLabel4
JLabel jLabel4
-
precisionModel
PrecisionModel precisionModel
-
rbFixed
JRadioButton rbFixed
-
rbFloating
JRadioButton rbFloating
-
rbFloatingSingle
JRadioButton rbFloatingSingle
-
txtScale
JTextField txtScale
-
-
-
Class org.locationtech.jtstest.testbuilder.RelatePanel
class RelatePanel extends JPanel implements Serializable-
Serialized Fields
-
border1
Border border1
-
border2
Border border2
-
border3
Border border3
-
buf
StringBuffer buf
-
clearIcon
ImageIcon clearIcon
-
containsAB
JLabel containsAB
-
containsBA
JLabel containsBA
-
coveredByAB
JLabel coveredByAB
-
coveredByBA
JLabel coveredByBA
-
coversAB
JLabel coversAB
-
coversBA
JLabel coversBA
-
crossesAB
JLabel crossesAB
-
crossesBA
JLabel crossesBA
-
crossIcon
ImageIcon crossIcon
-
disjointAB
JLabel disjointAB
-
disjointBA
JLabel disjointBA
-
equalsAB
JLabel equalsAB
-
equalsBA
JLabel equalsBA
-
expectedImDocumentListener
DocumentListener expectedImDocumentListener
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridBagLayout3
GridBagLayout gridBagLayout3
-
gridBagLayout4
GridBagLayout gridBagLayout4
-
gridBagLayout5
GridBagLayout gridBagLayout5
-
intersectsAB
JLabel intersectsAB
-
intersectsBA
JLabel intersectsBA
-
jLabel1
JLabel jLabel1
-
jLabel10
JLabel jLabel10
-
jLabel11
JLabel jLabel11
-
jLabel110
JLabel jLabel110
-
jLabel111
JLabel jLabel111
-
jLabel12
JLabel jLabel12
-
jLabel13
JLabel jLabel13
-
jLabel14
JLabel jLabel14
-
jLabel15
JLabel jLabel15
-
jLabel16
JLabel jLabel16
-
jLabel17
JLabel jLabel17
-
jLabel18
JLabel jLabel18
-
jLabel19
JLabel jLabel19
-
jLabel2
JLabel jLabel2
-
jLabel20
JLabel jLabel20
-
jLabel21
JLabel jLabel21
-
jLabel22
JLabel jLabel22
-
jLabel23
JLabel jLabel23
-
jLabel3
JLabel jLabel3
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
matrixPanel
JPanel matrixPanel
-
overlapsAB
JLabel overlapsAB
-
overlapsBA
JLabel overlapsBA
-
predicates
JPanel predicates
-
relateBB
JLabel relateBB
-
relateBE
JLabel relateBE
-
relateBI
JLabel relateBI
-
relateEB
JLabel relateEB
-
relateEE
JLabel relateEE
-
relateEI
JLabel relateEI
-
relateIB
JLabel relateIB
-
relateIE
JLabel relateIE
-
relateII
JLabel relateII
-
testCase
TestCaseEdit testCase
-
tickCrossLabel
JLabel tickCrossLabel
-
tickIcon
ImageIcon tickIcon
-
titledBorder1
TitledBorder titledBorder1
-
touchesAB
JLabel touchesAB
-
touchesBA
JLabel touchesBA
-
txtAB
JTextField txtAB
-
txtBA
JTextField txtBA
-
withinAB
JLabel withinAB
-
withinBA
JLabel withinBA
-
-
-
Class org.locationtech.jtstest.testbuilder.ResultValuePanel
class ResultValuePanel extends JPanel implements Serializable-
Serialized Fields
-
currResult
Object currResult
-
jScrollPane1
JScrollPane jScrollPane1
-
labelPanel
JPanel labelPanel
-
labelPanelLayout
BorderLayout labelPanelLayout
-
resultLabel
JLabel resultLabel
-
tabPanelLayout
BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
txtResult
JTextArea txtResult
-
-
-
Class org.locationtech.jtstest.testbuilder.ResultWKTPanel
class ResultWKTPanel extends JPanel implements Serializable-
Serialized Fields
-
clearIcon
ImageIcon clearIcon
-
copyButton
JButton copyButton
-
copyIcon
ImageIcon copyIcon
-
copyToTestButton
JButton copyToTestButton
-
copyToTestIcon
ImageIcon copyToTestIcon
-
functionLabel
JLabel functionLabel
-
jScrollPane1
JScrollPane jScrollPane1
-
labelPanel
JPanel labelPanel
-
labelPanelLayout
GridLayout labelPanelLayout
-
memoryLabel
JLabel memoryLabel
-
opName
String opName
-
rButtonPanel
JPanel rButtonPanel
-
rButtonPanelLayout
GridLayout rButtonPanelLayout
-
rPanel
JPanel rPanel
-
rPanelLayout
BorderLayout rPanelLayout
-
tabPanelLayout
BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
timeLabel
JLabel timeLabel
-
txtResult
JTextArea txtResult
-
-
-
Class org.locationtech.jtstest.testbuilder.ScalarFunctionPanel
class ScalarFunctionPanel extends JPanel implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
currentFunc
GeometryFunction currentFunc
-
execButton
JButton execButton
-
flowLayout
FlowLayout flowLayout
-
flowLayout1
FlowLayout flowLayout1
-
funcListPanel
GeometryFunctionTreePanel funcListPanel
-
gridLayout1
GridLayout gridLayout1
-
gridLayout2
GridLayout gridLayout2
-
lblDistance
JLabel lblDistance
-
panelExec
JPanel panelExec
-
panelExecParam
JPanel panelExecParam
-
panelParam
JPanel panelParam
-
panelRB
JPanel panelRB
-
paramComp
JComponent[] paramComp
-
paramLabel
JLabel[] paramLabel
-
timer
Stopwatch timer
-
txtDistance
JTextField txtDistance
-
-
-
Class org.locationtech.jtstest.testbuilder.SpatialFunctionPanel
class SpatialFunctionPanel extends JPanel implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
btnClearResult
JButton btnClearResult
-
btnRepeat
JButton btnRepeat
-
cbCapStyle
JComboBox cbCapStyle
-
cbJoinStyle
JComboBox cbJoinStyle
-
clearIcon
ImageIcon clearIcon
-
currentFunc
GeometryFunction currentFunc
-
displayAAndBCheckBox
JCheckBox displayAAndBCheckBox
-
execButton
JButton execButton
-
execToNewButton
JButton execToNewButton
-
flowLayout
FlowLayout flowLayout
-
flowLayout1
FlowLayout flowLayout1
-
geomFuncPanel
GeometryFunctionTreePanel geomFuncPanel
-
gridLayout1
GridLayout gridLayout1
-
gridLayout2
GridLayout gridLayout2
-
lblCapStyle
JLabel lblCapStyle
-
lblDistance
JLabel lblDistance
-
lblJoinStyle
JLabel lblJoinStyle
-
lblMitreLimit
JLabel lblMitreLimit
-
lblQuadSegs
JLabel lblQuadSegs
-
panelControl
JPanel panelControl
-
panelExec
JPanel panelExec
-
panelExecParam
JPanel panelExecParam
-
panelParam
JPanel panelParam
-
panelRB
JPanel panelRB
-
paramComp
JComponent[] paramComp
-
paramLabel
JLabel[] paramLabel
-
timer
Stopwatch timer
-
txtDistance
JTextField txtDistance
-
txtMitreLimit
JTextField txtMitreLimit
-
txtQuadrantSegs
JTextField txtQuadrantSegs
-
-
-
Class org.locationtech.jtstest.testbuilder.StatsPanel
class StatsPanel extends JPanel implements Serializable-
Serialized Fields
-
jScrollPane1
JScrollPane jScrollPane1
-
tabPanelLayout
BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
txtStats
JTextArea txtStats
-
-
-
Class org.locationtech.jtstest.testbuilder.TestBuilderPanel
class TestBuilderPanel extends JPanel implements Serializable-
Serialized Fields
-
tbModel
TestBuilderModel tbModel
-
-
-
Class org.locationtech.jtstest.testbuilder.TestCasePanel
class TestCasePanel extends JPanel implements Serializable-
Serialized Fields
-
border4
Border border4
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
btnPanel
JPanel btnPanel
-
btnRunTests
JButton btnRunTests
-
casePrecisionModelPanel
JPanel casePrecisionModelPanel
-
cbMagnifyTopo
JCheckBox cbMagnifyTopo
-
currentTestCaseIndex
int currentTestCaseIndex
-
editCtlPanel
GeometryEditControlPanel editCtlPanel
-
editFrameLayout
BorderLayout editFrameLayout
-
editFramePanel
JPanel editFramePanel
-
editGroupPanel
JPanel editGroupPanel
-
editMode
ButtonGroup editMode
-
editPanel
GeometryEditPanel editPanel
-
geometryType
ButtonGroup geometryType
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridBagLayout3
GridBagLayout gridBagLayout3
-
initialized
boolean initialized
-
jPanel1
JPanel jPanel1
-
jPanelMagnify
JPanel jPanelMagnify
-
jTabbedPane1
JTabbedPane jTabbedPane1
-
lblMousePos
JLabel lblMousePos
-
lblPrecisionModel
JLabel lblPrecisionModel
-
maxTestCaseIndex
int maxTestCaseIndex
-
namePanel
JPanel namePanel
-
partType
ButtonGroup partType
-
precisionModelLabel
JLabel precisionModelLabel
-
relatePanel
RelatePanel relatePanel
-
relateTabPanel
JPanel relateTabPanel
-
scalarFunctionPanel
ScalarFunctionPanel scalarFunctionPanel
-
spatialFunctionPanel
SpatialFunctionPanel spatialFunctionPanel
-
spStretchDist
JSpinner spStretchDist
-
statusBarPanel
JPanel statusBarPanel
-
tbModel
TestBuilderModel tbModel
-
testCase
TestCaseEdit testCase
-
testCaseIndexLabel
JLabel testCaseIndexLabel
-
txtDesc
JTextField txtDesc
-
validPanel
ValidPanel validPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.TestCaseTextDialog
class TestCaseTextDialog extends JDialog implements Serializable-
Serialized Fields
-
allOptionsPanel
JPanel allOptionsPanel
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
boxLayout1
BoxLayout boxLayout1
-
btnCopy
JButton btnCopy
-
btnOk
JButton btnOk
-
cmdButtonPanel
JPanel cmdButtonPanel
-
dialogPanel
JPanel dialogPanel
-
functionsPanel
JPanel functionsPanel
-
intersectsCB
JCheckBox intersectsCB
-
jPanel1
JPanel jPanel1
-
jScrollPane1
JScrollPane jScrollPane1
-
rbGML
JRadioButton rbGML
-
rbJTSJava
JRadioButton rbJTSJava
-
rbSVG
JRadioButton rbSVG
-
rbTestCaseJava
JRadioButton rbTestCaseJava
-
rbWKB
JRadioButton rbWKB
-
rbWKT
JRadioButton rbWKT
-
rbWKTFormatted
JRadioButton rbWKTFormatted
-
rbXML
JRadioButton rbXML
-
rbXMLWKB
JRadioButton rbXMLWKB
-
test
TestCaseEdit test
-
textFormatGroup
ButtonGroup textFormatGroup
-
textFormatPanel
JPanel textFormatPanel
-
txtGeomView
JTextArea txtGeomView
-
-
-
Class org.locationtech.jtstest.testbuilder.TestListPanel
class TestListPanel extends JPanel implements Serializable-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
jScrollPane1
JScrollPane jScrollPane1
-
list
JList list
-
listModel
DefaultListModel listModel
-
-
-
Class org.locationtech.jtstest.testbuilder.ValidPanel
class ValidPanel extends JPanel implements Serializable-
Serialized Fields
-
btnClearMark
JButton btnClearMark
-
btnSetMark
JButton btnSetMark
-
btnSimple
JButton btnSimple
-
btnValidate
JButton btnValidate
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridLayout1
GridLayout gridLayout1
-
jPanel1
JPanel jPanel1
-
lblMark
JLabel lblMark
-
lblValidSimple
JLabel lblValidSimple
-
markBtnPanel
JPanel markBtnPanel
-
markPanel
JPanel markPanel
-
markPoint
Coordinate markPoint
-
markSquishPanel
JPanel markSquishPanel
-
panelValidSimple
JPanel panelValidSimple
-
taInvalidMsg
JTextArea taInvalidMsg
-
testCase
TestCaseEdit testCase
-
txtIsValid
JTextField txtIsValid
-
txtMarkLabel
JTextField txtMarkLabel
-
txtMarkLocation
JTextField txtMarkLocation
-
-
-
Class org.locationtech.jtstest.testbuilder.WKTPanel
class WKTPanel extends JPanel implements Serializable-
Serialized Fields
-
aButtonPanel
Box aButtonPanel
-
aButtonPanelLayout
FlowLayout aButtonPanelLayout
-
aCopyButton
JButton aCopyButton
-
aCutButton
JButton aCutButton
-
aLabel
JLabel aLabel
-
aLabelPanel
Box aLabelPanel
-
aPanel
JPanel aPanel
-
aPanelLayout
BorderLayout aPanelLayout
-
aPasteButton
JButton aPasteButton
-
aRB
JRadioButton aRB
-
aScrollPane
JScrollPane aScrollPane
-
aTextArea
JTextArea aTextArea
-
bButtonPanel
Box bButtonPanel
-
bButtonPanelLayout
FlowLayout bButtonPanelLayout
-
bCopyButton
JButton bCopyButton
-
bCutButton
JButton bCutButton
-
bLabel
JLabel bLabel
-
bLabelPanel
Box bLabelPanel
-
bPanel
JPanel bPanel
-
bPanelLayout
BorderLayout bPanelLayout
-
bPasteButton
JButton bPasteButton
-
bRB
JRadioButton bRB
-
bScrollPane
JScrollPane bScrollPane
-
bTextArea
JTextArea bTextArea
-
copyIcon
ImageIcon copyIcon
-
cutIcon
ImageIcon cutIcon
-
editMode
ButtonGroup editMode
-
exchangeButton
JButton exchangeButton
-
exchangeGeomsIcon
ImageIcon exchangeGeomsIcon
-
focusBorder
Border focusBorder
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
inspectButton
JButton inspectButton
-
inspectIcon
ImageIcon inspectIcon
-
loadButton
JButton loadButton
-
loadIcon
ImageIcon loadIcon
-
otherBorder
Border otherBorder
-
panelAB
JPanel panelAB
-
panelButtons
Box panelButtons
-
pasteIcon
ImageIcon pasteIcon
-
tbFrame
JTSTestBuilderFrame tbFrame
-
tbModel
TestBuilderModel tbModel
-
titledBorder1
TitledBorder titledBorder1
-
-
-
-
Package org.locationtech.jtstest.testbuilder.event
-
Class org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent
class GeometryFunctionEvent extends EventObject implements Serializable -
Class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent
class SpatialFunctionPanelEvent extends EventObject implements Serializable-
Serialized Fields
-
createNew
boolean createNew
-
-
-
Class org.locationtech.jtstest.testbuilder.event.ValidPanelEvent
class ValidPanelEvent extends EventObject implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder.io.shapefile
-
Exception Class org.locationtech.jtstest.testbuilder.io.shapefile.InvalidShapefileException
class InvalidShapefileException extends ShapefileException implements Serializable -
Exception Class org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
class ShapefileException extends Exception implements Serializable -
Exception Class org.locationtech.jtstest.testbuilder.io.shapefile.ShapeTypeNotSupportedException
class ShapeTypeNotSupportedException extends ShapefileException implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder.model
-
Class org.locationtech.jtstest.testbuilder.model.GeometryEvent
class GeometryEvent extends EventObject implements Serializable
-
-
Package org.locationtech.jtstest.testrunner
-
Exception Class org.locationtech.jtstest.testrunner.JTSTestReflectionException
class JTSTestReflectionException extends Exception implements Serializable -
Exception Class org.locationtech.jtstest.testrunner.TestParseException
class TestParseException extends Exception implements Serializable -
Class org.locationtech.jtstest.testrunner.TopologyTestApp
class TopologyTestApp extends JFrame implements Serializable-
Serialized Fields
-
addFileButton
JButton addFileButton
-
borderLayout1
BorderLayout borderLayout1
-
chooser
JFileChooser chooser
-
engine
TestEngine engine
-
fileList
JList fileList
-
fileListModel
DefaultListModel fileListModel
-
flowLayout2
FlowLayout flowLayout2
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout4
GridBagLayout gridBagLayout4
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel5
JPanel jPanel5
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
logTextArea
JTextArea logTextArea
-
removeFileButton
JButton removeFileButton
-
runAllButton
JButton runAllButton
-
runSelectedButton
JButton runSelectedButton
-
statusLabel
JLabel statusLabel
-
timer
Timer timer
-
-
-