Serialized Form
-
Package org.locationtech.jts.algorithm
-
Class org.locationtech.jts.algorithm.NotRepresentableException extends Exception implements Serializable
-
-
Package org.locationtech.jts.geom
-
Class org.locationtech.jts.geom.Coordinate extends Object implements Serializable
- serialVersionUID:
- 6683108902428366910L
-
Serialized Fields
-
x
double x
The x-ordinate. -
y
double y
The y-ordinate. -
z
double z
The z-ordinate.Direct access to this field is discouraged; use
Coordinate.getZ()
.
-
-
Class org.locationtech.jts.geom.CoordinateList extends ArrayList<Coordinate> implements Serializable
- serialVersionUID:
- -1626110935756089896L
-
Class org.locationtech.jts.geom.CoordinateXY extends Coordinate implements Serializable
- serialVersionUID:
- 3532307803472313082L
-
Class org.locationtech.jts.geom.CoordinateXYM extends Coordinate implements Serializable
- serialVersionUID:
- 2842127537691165613L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.CoordinateXYZM extends Coordinate implements Serializable
- serialVersionUID:
- -8763329985881823442L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.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 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 extends Geometry implements Serializable
- serialVersionUID:
- -5694727726395021467L
-
Serialized Fields
-
geometries
Geometry[] geometries
Internal representation of thisGeometryCollection
.
-
-
Class org.locationtech.jts.geom.GeometryFactory extends 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 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 Object implements Serializable
- serialVersionUID:
- 7777263578777803835L
-
Serialized Fields
-
gridSize
double gridSize
If non-zero, the precise grid size specified. In this case, the scale is also valid and is computed from the grid size. If zero, the scale is used to compute the grid size where needed. -
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 Object implements Serializable
- serialVersionUID:
- -5528602631731589822L
-
Class org.locationtech.jts.geom.TopologyException extends RuntimeException implements Serializable
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
-
Package org.locationtech.jts.geom.impl
-
Class org.locationtech.jts.geom.impl.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, 3 or 4. -
measures
int measures
The number of measures of the coordinates in the sequence. Allowable values are 0 or 1.
-
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory extends Object implements Serializable
- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence extends Object implements Serializable
- serialVersionUID:
- -3151899011275603L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
dimension
int dimension
The dimensions of the coordinates held in the packed array -
measures
int measures
The number of measures of the coordinates held in the packed array.
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double extends PackedCoordinateSequence implements Serializable
- serialVersionUID:
- 5777450686367912719L
-
Serialized Fields
-
coords
double[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float extends PackedCoordinateSequence implements Serializable
- serialVersionUID:
- -2902252401427938986L
-
Serialized Fields
-
coords
float[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory extends Object implements Serializable
- serialVersionUID:
- -3558264771905224525L
-
Serialized Fields
-
type
int type
-
-
-
Package org.locationtech.jts.geom.util
-
Class org.locationtech.jts.geom.util.NoninvertibleTransformationException extends 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 Object implements Serializable
-
Class org.locationtech.jts.index.quadtree.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 extends NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode extends Object implements Serializable
- serialVersionUID:
- 6493722185909573708L
-
Class org.locationtech.jts.index.strtree.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 extends Object implements Serializable
-
Serialized Fields
-
normalOrder
boolean normalOrder
The normal order.
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable extends Object implements Serializable
-
Class org.locationtech.jts.index.strtree.SIRtree extends AbstractSTRtree implements Serializable
-
Serialized Fields
-
comparator
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 Exception implements Serializable
-
-
Package org.locationtech.jts.math
-
Class org.locationtech.jts.math.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
-
Class org.locationtech.jts.triangulate.ConstraintEnforcementException extends RuntimeException implements Serializable
- serialVersionUID:
- 386496846550080140L
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
Package org.locationtech.jts.triangulate.quadedge
-
Class org.locationtech.jts.triangulate.quadedge.LocateFailureException extends RuntimeException implements Serializable
-
Serialized Fields
-
seg
LineSegment seg
-
-
-
-
Package org.locationtech.jts.util
-
Class org.locationtech.jts.util.AssertionFailedException extends 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.cmd
-
Class org.locationtech.jtstest.cmd.CommandError extends RuntimeException implements Serializable
-
-
Package org.locationtech.jtstest.command
-
Class org.locationtech.jtstest.command.ParseException extends Exception implements Serializable
-
-
Package org.locationtech.jtstest.testbuilder
-
Class org.locationtech.jtstest.testbuilder.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.CommandPanel extends JPanel implements Serializable
-
Serialized Fields
-
cbSupplyStdin
JCheckBox cbSupplyStdin
-
commandLog
List<String> commandLog
-
commandSave
String commandSave
-
historyIndex
int historyIndex
-
isCommandSavedOnUpdate
boolean isCommandSavedOnUpdate
-
lblCommand
JLabel lblCommand
-
rbWKB
JRadioButton rbWKB
-
rbWKT
JRadioButton rbWKT
-
txtCmd
JTextArea txtCmd
-
txtOutput
JTextArea txtOutput
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryEditPanel extends JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
currentTool
Tool currentTool
-
grid
DrawingGrid grid
-
gridElement
GridElement gridElement
-
lastPt
Point2D lastPt
-
legendElement
LegendElement legendElement
-
markPoint
Coordinate markPoint
-
menu
GeometryPopupMenu menu
-
renderMgr
RenderManager renderMgr
-
stateAddingPoints
boolean stateAddingPoints
-
tbModel
TestBuilderModel tbModel
-
titleElement
TitleElement titleElement
-
viewport
Viewport viewport
-
viewStyle
ViewStyle viewStyle
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends JPanel implements Serializable
-
Serialized Fields
-
border1
Border border1
-
borderLayout
BorderLayout borderLayout
-
jScrollPane
JScrollPane jScrollPane
-
tree
JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends JDialog implements Serializable
-
Serialized Fields
-
inspectPanel
InspectorPanel inspectPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryPopupMenu extends JPopupMenu implements Serializable
-
Serialized Fields
-
clickCoord
Coordinate clickCoord
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryTreePanel extends JPanel implements Serializable
-
Serialized Fields
-
border1
Border border1
-
borderLayout
BorderLayout borderLayout
-
jScrollPane
JScrollPane jScrollPane
-
tree
JTree tree
-
-
-
Class org.locationtech.jtstest.testbuilder.GeometryViewStylePanel extends LabelComponentsPanel implements Serializable
-
Serialized Fields
-
cbGrid
JCheckBox cbGrid
-
cbLegend
JCheckBox cbLegend
-
cbLegendBorder
JCheckBox cbLegendBorder
-
cbLegendMetrics
JCheckBox cbLegendMetrics
-
cbLegendStats
JCheckBox cbLegendStats
-
cbTitle
JCheckBox cbTitle
-
cbTitleBorder
JCheckBox cbTitleBorder
-
cbViewBorder
JCheckBox cbViewBorder
-
ctlBackgroundClr
JPanel ctlBackgroundClr
-
ctlBorderClr
JPanel ctlBorderClr
-
ctlLegendFillClr
JPanel ctlLegendFillClr
-
ctlTitleFillClr
JPanel ctlTitleFillClr
-
tbFrame
JTSTestBuilderFrame tbFrame
-
txtTitle
JTextField txtTitle
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends TestBuilderPanel implements Serializable
-
Serialized Fields
-
btnDelete
JButton btnDelete
-
btnExpand
JButton btnExpand
-
geometry
Geometry geometry
-
geomTreePanel
GeometryTreePanel geomTreePanel
-
lblGeom
JLabel lblGeom
-
showExpand
boolean showExpand
-
sorterArea
Comparator sorterArea
-
sorterLen
Comparator sorterLen
-
source
int source
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends JFrame implements Serializable
-
Serialized Fields
-
border4
Border border4
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
commandPanel
CommandPanel commandPanel
-
contentLayout
BorderLayout contentLayout
-
contentPane
JPanel contentPane
-
directoryChooser
JFileChooser directoryChooser
-
fileAndDirectoryChooser
JFileChooser fileAndDirectoryChooser
-
fileChooser
JFileChooser fileChooser
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridLayout1
GridLayout gridLayout1
-
inputTabbedPane
JTabbedPane inputTabbedPane
-
inspectPanel
InspectorPanel inspectPanel
-
jSplitPane1
JSplitPane jSplitPane1
-
layerListPanel
LayerListPanel layerListPanel
-
logPanel
InfoPanel logPanel
-
panelBottom
JPanel panelBottom
-
panelTop
JPanel panelTop
-
pngFileChooser
JFileChooser pngFileChooser
-
resultValuePanel
ResultValuePanel resultValuePanel
-
resultWKTPanel
ResultWKTPanel resultWKTPanel
-
statsPanel
StatsPanel statsPanel
-
tbMenuBar
JTSTestBuilderMenuBar tbMenuBar
-
tbModel
TestBuilderModel tbModel
-
tbToolBar
JTSTestBuilderToolBar tbToolBar
-
testCasePanel
TestCasePanel testCasePanel
-
testListPanel
TestListPanel testListPanel
-
testPanel
JPanel testPanel
-
wktPanel
WKTPanel wktPanel
-
-
-
Class org.locationtech.jtstest.testbuilder.LabelComponentsPanel extends JPanel implements Serializable
-
Serialized Fields
-
cellInsets
Insets cellInsets
-
lblWeight
double lblWeight
-
rowIndex
int rowIndex
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerListPanel extends JPanel implements Serializable
-
Serialized Fields
-
btnCopy
JButton btnCopy
-
btnDelete
JButton btnDelete
-
btnDown
JButton btnDown
-
btnPaste
JButton btnPaste
-
btnUp
JButton btnUp
-
buttonPanel
Box buttonPanel
-
focusLayer
Layer focusLayer
-
layerItems
List<org.locationtech.jtstest.testbuilder.LayerItemPanel> layerItems
-
listPanel
JPanel listPanel
-
lyrStylePanel
LayerStylePanel lyrStylePanel
-
tabPane
JTabbedPane tabPane
-
-
-
Class org.locationtech.jtstest.testbuilder.LayerStylePanel extends JPanel implements Serializable
-
Serialized Fields
-
btnFillColor
JPanel btnFillColor
-
btnLabelColor
JPanel btnLabelColor
-
btnLineColor
JPanel btnLineColor
-
btnVertexColor
JPanel btnVertexColor
-
cbDashed
JCheckBox cbDashed
-
cbEndpoint
JCheckBox cbEndpoint
-
cbFilled
JCheckBox cbFilled
-
cbLabel
JCheckBox cbLabel
-
cbOffset
JCheckBox cbOffset
-
cbOrient
JCheckBox cbOrient
-
cbSegIndex
JCheckBox cbSegIndex
-
cbShift
JCheckBox cbShift
-
cbStroked
JCheckBox cbStroked
-
cbStructure
JCheckBox cbStructure
-
cbVertex
JCheckBox cbVertex
-
cbVertexLabel
JCheckBox cbVertexLabel
-
comboPalette
JComboBox comboPalette
-
comboVertexSymbol
JComboBox comboVertexSymbol
-
labelSizeModel
SpinnerNumberModel labelSizeModel
-
layer
Layer layer
-
lineWidthModel
SpinnerNumberModel lineWidthModel
-
offsetSizeModel
SpinnerNumberModel offsetSizeModel
-
rowIndex
int rowIndex
-
sliderFillAlpha
JSlider sliderFillAlpha
-
sliderLineAlpha
JSlider sliderLineAlpha
-
spinLabelSize
JSpinner spinLabelSize
-
spinnerLineWidth
JSpinner spinnerLineWidth
-
spinOffsetSize
JSpinner spinOffsetSize
-
spinVertexSize
JSpinner spinVertexSize
-
stylePanel
JPanel stylePanel
-
title
JLabel title
-
txtName
JTextField txtName
-
vertexSizeModel
SpinnerNumberModel vertexSizeModel
-
-
-
Class org.locationtech.jtstest.testbuilder.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 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 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 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
-
jLabel10
JLabel jLabel10
-
jLabel11
JLabel jLabel11
-
jLabel12
JLabel jLabel12
-
jLabel13
JLabel jLabel13
-
jLabel14
JLabel jLabel14
-
jLabel20
JLabel jLabel20
-
jLabel21
JLabel jLabel21
-
jLabel22
JLabel jLabel22
-
jLabel23
JLabel jLabel23
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
lblContains
JLabel lblContains
-
lblCoveredBy
JLabel lblCoveredBy
-
lblCovers
JLabel lblCovers
-
lblCrosses
JLabel lblCrosses
-
lblDisjoint
JLabel lblDisjoint
-
lblEquals
JLabel lblEquals
-
lblIntersects
JLabel lblIntersects
-
lblOverlaps
JLabel lblOverlaps
-
lblPredAB
JLabel lblPredAB
-
lblPredBA
JLabel lblPredBA
-
lblTouches
JLabel lblTouches
-
lblWithin
JLabel lblWithin
-
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 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 extends JPanel implements Serializable
-
Serialized Fields
-
copyButton
JButton copyButton
-
copyToTestButton
JButton copyToTestButton
-
functionLabel
JLabel functionLabel
-
jScrollPane1
JScrollPane jScrollPane1
-
labelPanel
JPanel labelPanel
-
labelPanelLayout
GridLayout labelPanelLayout
-
memoryLabel
JLabel memoryLabel
-
opName
String opName
-
panelLHBtns
JPanel panelLHBtns
-
rButtonPanel
JPanel rButtonPanel
-
rButtonPanelLayout
GridLayout rButtonPanelLayout
-
rPanelLayout
BorderLayout rPanelLayout
-
tabPanelLayout
BorderLayout tabPanelLayout
-
tbModel
TestBuilderModel tbModel
-
timeLabel
JLabel timeLabel
-
txtResult
JTextArea txtResult
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends JPanel implements Serializable
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
btnClearResult
JButton btnClearResult
-
btnExecEach
JButton btnExecEach
-
cbCapStyle
JComboBox cbCapStyle
-
cbExecAuto
JCheckBox cbExecAuto
-
cbExecEachA
JCheckBox cbExecEachA
-
cbExecEachB
JCheckBox cbExecEachB
-
cbExecRepeat
JCheckBox cbExecRepeat
-
cbJoinStyle
JComboBox cbJoinStyle
-
clearIcon
ImageIcon clearIcon
-
currentFunc
GeometryFunction currentFunc
-
execButton
JButton execButton
-
execToNewButton
JButton execToNewButton
-
expandDownIcon
ImageIcon expandDownIcon
-
funcParamMap
Map<GeometryFunction,String> funcParamMap
-
geomFuncPanel
GeometryFunctionTreePanel geomFuncPanel
-
gridLayout1
GridLayout gridLayout1
-
gridLayout2
GridLayout gridLayout2
-
lblCapStyle
JLabel lblCapStyle
-
lblDistance
JLabel lblDistance
-
lblFunction
JLabel lblFunction
-
lblFunctionName
JLabel lblFunctionName
-
lblJoinStyle
JLabel lblJoinStyle
-
lblMitreLimit
JLabel lblMitreLimit
-
lblQuadSegs
JLabel lblQuadSegs
-
panelExec
JPanel panelExec
-
panelExecMeta
JPanel panelExecMeta
-
panelExecParam
JPanel panelExecParam
-
panelFunction
JPanel panelFunction
-
panelParam
JPanel panelParam
-
paramComp
JComponent[] paramComp
-
paramLabel
JLabel[] paramLabel
-
timer
Stopwatch timer
-
txtDistance
JTextField txtDistance
-
txtMitreLimit
JTextField txtMitreLimit
-
txtQuadrantSegs
JTextField txtQuadrantSegs
-
txtRepeatCount
JTextField txtRepeatCount
-
-
-
Class org.locationtech.jtstest.testbuilder.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 extends JPanel implements Serializable
-
Serialized Fields
-
tbModel
TestBuilderModel tbModel
-
-
-
Class org.locationtech.jtstest.testbuilder.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
-
cbRevealTopo
JCheckBox cbRevealTopo
-
currentTestCaseIndex
int currentTestCaseIndex
-
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
-
jPanelReveal
JPanel jPanelReveal
-
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 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 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 extends JPanel implements Serializable
-
Serialized Fields
-
btnClearMark
JButton btnClearMark
-
btnSetMark
JButton btnSetMark
-
cbInvertedRingAllowed
JCheckBox cbInvertedRingAllowed
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridLayout1
GridLayout gridLayout1
-
jPanel1
JPanel jPanel1
-
lblMark
JLabel lblMark
-
lblValidSimple
JLabel lblValidSimple
-
markBtnPanel
JPanel markBtnPanel
-
markPanel
JPanel markPanel
-
markPoint
Coordinate markPoint
-
taInvalidMsg
JTextArea taInvalidMsg
-
testCase
TestCaseEdit testCase
-
txtIsSimple
JTextField txtIsSimple
-
txtIsValid
JTextField txtIsValid
-
txtMarkLabel
JTextField txtMarkLabel
-
txtMarkLocation
JTextField txtMarkLocation
-
-
-
Class org.locationtech.jtstest.testbuilder.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
-
editMode
ButtonGroup editMode
-
exchangeButton
JButton exchangeButton
-
focusBorder
Border focusBorder
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
inspectButton
JButton inspectButton
-
loadButton
JButton loadButton
-
otherBorder
Border otherBorder
-
panelAB
JPanel panelAB
-
tbFrame
JTSTestBuilderFrame tbFrame
-
tbModel
TestBuilderModel tbModel
-
titledBorder1
TitledBorder titledBorder1
-
-
-
-
Package org.locationtech.jtstest.testbuilder.event
-
Class org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent extends EventObject implements Serializable
-
Class org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent extends EventObject implements Serializable
-
Serialized Fields
-
createNew
boolean createNew
-
-
-
Class org.locationtech.jtstest.testbuilder.event.ValidPanelEvent extends 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 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 EventObject implements Serializable
-
-
Package org.locationtech.jtstest.testrunner
-
Class org.locationtech.jtstest.testrunner.JTSTestReflectionException extends Exception implements Serializable
-
Class org.locationtech.jtstest.testrunner.TestParseException extends Exception implements Serializable
-