Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 9915 | 66.4% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 5011 | 33.5% |
All colors | 14926 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
1844 | 10893 | [org.locationtech.jts.geom.GeometryCollection].apply(org.locationtech.jts.geom.CoordinateFilter) | call site: 10893 | |
1004 | 7074 | [org.locationtech.jts.noding.MCIndexNoder].intersectChains() | call site: 07074 | |
569 | 5122 | [org.locationtech.jts.index.chain.MonotoneChain].overlaps(int,int,org.locationtech.jts.index.chain.MonotoneChain,int,int,double) | call site: 05122 | |
564 | 14212 | [org.locationtech.jts.geom.util.GeometryTransformer].transformPolygon(org.locationtech.jts.geom.Polygon,org.locationtech.jts.geom.Geometry) | call site: 14212 | |
544 | 8238 | [org.locationtech.jts.geomgraph.PlanarGraph].addEdges(java.util.List) | call site: 08238 | |
329 | 6505 | [org.locationtech.jts.geom.util.GeometryCollectionMapper].map(org.locationtech.jts.geom.GeometryCollection) | call site: 06505 | |
291 | 4732 | [org.locationtech.jts.noding.NodingIntersectionFinder].processIntersections(org.locationtech.jts.noding.SegmentString,int,org.locationtech.jts.noding.SegmentString,int) | call site: 04732 | |
291 | 9608 | [org.locationtech.jts.geom.GeometryFactory].toPointArray(java.util.Collection) | call site: 09608 | |
278 | 4426 | [org.locationtech.jts.index.strtree.STRtree].insert(org.locationtech.jts.geom.Envelope,java.lang.Object) | call site: 04426 | |
246 | 167 | [org.locationtech.jts.io.WKTReader].getNextCloserOrComma(java.io.StreamTokenizer) | call site: 00167 | |
204 | 10616 | [org.locationtech.jts.geom.GeometryCollection].apply(org.locationtech.jts.geom.CoordinateSequenceFilter) | call site: 10616 | |
172 | 1354 | [org.locationtech.jts.index.strtree.STRtree].createParentBoundablesFromVerticalSlice(java.util.List,int) | call site: 01354 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
JtsFuzzer | 1 |
com.code_intelligence.jazzer.api.FuzzedDataProvider | 6 |
org.locationtech.jts.geom.GeometryFactory | 38 |
org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory | 3 |
org.locationtech.jts.geom.PrecisionModel | 11 |
org.locationtech.jts.io.WKTReader | 35 |
org.locationtech.jts.util.Assert | 6 |
org.locationtech.jts.util.AssertionFailedException | 2 |
org.locationtech.jts.io.ParseException | 1 |
org.locationtech.jts.geom.impl.CoordinateArraySequence | 18 |
org.locationtech.jts.geom.CoordinateSequence | 6 |
org.locationtech.jts.geom.Coordinates | 3 |
org.locationtech.jts.geom.CoordinateXY | 10 |
org.locationtech.jts.geom.Coordinate | 23 |
org.locationtech.jts.geom.CoordinateXYM | 11 |
org.locationtech.jts.geom.CoordinateXYZM | 9 |
org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence | 14 |
org.locationtech.jts.geom.impl.PackedCoordinateSequence | 9 |
org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory | 2 |
org.locationtech.jts.geom.impl.PackedCoordinateSequence$Double | 10 |
org.locationtech.jts.geom.impl.PackedCoordinateSequence$Float | 10 |
org.locationtech.jts.geom.Point | 23 |
org.locationtech.jts.geom.Geometry | 45 |
org.locationtech.jts.geom.CoordinateArrays | 12 |
org.locationtech.jts.geom.impl.CoordinateArraySequence:org.locationtech.jts.geom.impl.PackedCoordinateSequence$Double:org.locationtech.jts.geom.impl.PackedCoordinateSequence$Float | 3 |
org.jdom2.ContentList$FilterList | 7 |
org.jdom2.ContentList | 23 |
org.jdom2.filter.ElementFilter | 2 |
org.jdom2.Namespace | 3 |
org.jdom2.Element | 13 |
org.jdom2.filter.NegateFilter | 2 |
org.jdom2.filter.AbstractFilter | 1 |
org.jdom2.filter.TextOnlyFilter | 1 |
org.jdom2.Content | 4 |
org.jdom2.filter.AndFilter | 2 |
org.jdom2.filter.OrFilter | 2 |
org.jdom2.filter.ClassFilter | 2 |
org.jdom2.filter.ContentFilter | 1 |
org.jdom2.filter.AttributeFilter | 2 |
org.jdom2.Attribute | 8 |
org.jdom2.filter.PassThroughFilter | 1 |
org.jdom2.AttributeList | 21 |
org.jdom2.IllegalAddException | 3 |
org.jdom2.Verifier | 13 |
org.jdom2.ContentList$CLIterator | 5 |
org.jdom2.AttributeList$ALIterator | 5 |
org.jdom2.ContentList$FilterListIterator | 5 |
org.locationtech.jts.geom.GeometryCollectionIterator | 5 |
org.jdom2.ContentList$CLListIterator | 4 |
org.jdom2.util.NamespaceStack$BackwardWalker | 3 |
org.locationtech.jts.noding.NodeVertexIterator | 4 |
org.jdom2.output.support.WalkerPRESERVE$1 | 3 |
org.jdom2.output.support.AbstractStAXEventProcessor$AttIterator | 3 |
org.locationtech.jts.noding.snapround.HotPixelIndex$CoordinateShuffler | 3 |
org.jdom2.output.support.AbstractFormattedWalker$1 | 3 |
org.jdom2.util.NamespaceStack$ForwardWalker | 3 |
org.jdom2.util.NamespaceStack$EmptyIterable | 3 |
org.jdom2.FilterIterator | 3 |
org.jdom2.DescendantIterator:org.jdom2.filter.PassThroughFilter | 1 |
org.jdom2.DescendantIterator | 3 |
org.jdom2.output.support.AbstractStAXEventProcessor$NSIterator | 3 |
org.locationtech.jts.geom.Geometry:org.locationtech.jts.geom.GeometryCollection | 3 |
org.jdom2.internal.ArrayCopy | 1 |
org.locationtech.jts.geom.Coordinate:org.locationtech.jts.geom.CoordinateXY:org.locationtech.jts.geom.CoordinateXYM | 1 |
org.locationtech.jts.geom.LineString | 30 |
org.locationtech.jts.geom.LinearRing | 9 |
org.locationtech.jts.geom.impl.PackedCoordinateSequence$Double:org.locationtech.jts.geom.impl.PackedCoordinateSequence$Float | 2 |
org.locationtech.jts.geom.Polygon | 29 |
org.locationtech.jts.geom.GeometryCollection | 26 |
org.locationtech.jts.geom.MultiPoint | 10 |
org.locationtech.jts.geom.CoordinateSequences | 7 |
org.locationtech.jts.geom.impl.CoordinateArraySequence:org.locationtech.jts.geom.impl.PackedCoordinateSequence:org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence | 1 |
org.locationtech.jts.geom.MultiLineString | 11 |
org.locationtech.jts.geom.MultiPolygon | 10 |
org.locationtech.jts.geom.Coordinate:org.locationtech.jts.geom.CoordinateXYM:org.locationtech.jts.geom.CoordinateXYZM | 1 |
org.locationtech.jts.geom.Envelope | 38 |
org.locationtech.jts.algorithm.Orientation | 4 |
org.locationtech.jts.algorithm.CGAlgorithmsDD | 5 |
org.locationtech.jts.math.DD | 33 |
org.locationtech.jts.operation.distance.DistanceOp | 16 |
org.locationtech.jts.algorithm.PointLocator | 9 |
org.locationtech.jts.geom.LineString:org.locationtech.jts.geom.MultiLineString:org.locationtech.jts.geom.MultiPoint:org.locationtech.jts.geom.MultiPolygon:org.locationtech.jts.geom.Point:org.locationtech.jts.geom.Polygon | 1 |
org.locationtech.jts.geom.util.PolygonExtracter | 4 |
org.locationtech.jts.geom.util.LineStringExtracter | 1 |
org.locationtech.jtstest.function.GeometryFunctions$1 | 1 |
org.locationtech.jts.geom.util.GeometryExtracter | 2 |
org.locationtech.jts.algorithm.InteriorPoint$EffectiveDimensionFilter | 1 |
org.locationtech.jts.operation.union.InputExtracter | 2 |
org.locationtech.jts.operation.distance.ConnectedElementPointFilter | 1 |
org.locationtech.jts.operation.overlayarea.GeometryArea$PolygonAreaFilter | 1 |
org.locationtech.jts.operation.overlayarea.GeometryArea | 3 |
org.locationtech.jts.operation.overlayarea.EdgeVector | 4 |
org.locationtech.jts.operation.overlayarea.OverlayArea$PolygonAreaFilter | 1 |
org.locationtech.jts.operation.overlayarea.OverlayArea | 13 |
org.locationtech.jts.operation.overlayarea.OverlayArea$IntersectionVisitor | 3 |
org.locationtech.jts.index.strtree.STRtree | 12 |
org.locationtech.jts.index.strtree.AbstractSTRtree | 12 |
org.locationtech.jts.index.strtree.SIRtree | 3 |
org.locationtech.jts.index.strtree.SIRtree$3 | 2 |
org.locationtech.jts.index.strtree.AbstractNode | 5 |
org.locationtech.jts.index.strtree.STRtree$STRtreeNode | 2 |
org.jdom2.AttributeList:org.jdom2.ContentList:org.locationtech.jts.index.strtree.AbstractSTRtree | 1 |
org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker:org.locationtech.jts.index.strtree.ItemBoundable:org.locationtech.jts.noding.NodeVertexIterator:org.locationtech.jts.noding.snapround.HotPixelIndex$CoordinateShuffler | 1 |
org.locationtech.jts.index.strtree.Interval | 4 |
org.locationtech.jts.index.strtree.STRtree$3 | 1 |
org.locationtech.jts.index.strtree.SIRtree$2 | 1 |
org.locationtech.jts.index.strtree.ItemBoundable | 3 |
org.locationtech.jts.simplify.LineSegmentVisitor | 1 |
org.locationtech.jts.operation.union.SpatialPartition$1 | 1 |
org.locationtech.jts.operation.union.DisjointSets | 3 |
org.locationtech.jts.operation.union.PartitionedUnion$1 | 1 |
org.locationtech.jts.operation.union.PartitionedUnion | 1 |
org.locationtech.jts.geom.prep.PreparedGeometryFactory | 3 |
org.locationtech.jts.geom.prep.PreparedPolygon | 7 |
org.locationtech.jts.geom.prep.BasicPreparedGeometry | 8 |
org.locationtech.jts.geom.util.ComponentCoordinateExtracter | 3 |
org.locationtech.jts.geom.Geometry$1 | 1 |
org.locationtech.jts.operation.linemerge.LineSequencer$1 | 1 |
org.locationtech.jts.operation.linemerge.LineSequencer | 2 |
org.locationtech.jts.operation.linemerge.LineMergeGraph | 2 |
org.locationtech.jts.geom.CoordinateList | 11 |
org.locationtech.jts.planargraph.PlanarGraph | 5 |
org.locationtech.jts.planargraph.NodeMap | 3 |
org.locationtech.jts.planargraph.Node | 4 |
org.locationtech.jts.planargraph.GraphComponent | 1 |
org.locationtech.jts.planargraph.DirectedEdgeStar | 2 |
org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge | 1 |
org.locationtech.jts.planargraph.DirectedEdge | 4 |
org.locationtech.jts.geom.Quadrant | 3 |
org.locationtech.jts.operation.linemerge.LineMergeEdge | 1 |
org.locationtech.jts.planargraph.Edge | 3 |
org.locationtech.jts.edgegraph.EdgeGraphBuilder$1 | 1 |
org.locationtech.jts.edgegraph.EdgeGraphBuilder | 2 |
org.locationtech.jts.edgegraph.EdgeGraph | 5 |
org.locationtech.jts.edgegraph.HalfEdge | 18 |
org.locationtech.jts.dissolve.DissolveEdgeGraph | 1 |
org.locationtech.jts.dissolve.DissolveHalfEdge | 2 |
org.locationtech.jts.edgegraph.MarkHalfEdge | 1 |
org.locationtech.jts.geomgraph.Edge | 21 |
org.locationtech.jtstest.geomfunction.BaseGeometryFunction | 4 |
org.locationtech.jtstest.geomfunction.SpreaderGeometryFunction | 3 |
org.locationtech.jtstest.geomfunction.FilterGeometryFunction | 3 |
org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction | 4 |
org.locationtech.jtstest.geomfunction.BaseGeometryFunction:org.locationtech.jtstest.geomfunction.FilterGeometryFunction | 1 |
org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter | 1 |
org.locationtech.jts.triangulate.tri.TriEdge | 1 |
org.locationtech.jts.geom.LineSegment | 21 |
org.jdom2.Content:org.jdom2.Document:org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter:org.locationtech.jts.geom.PrecisionModel:org.locationtech.jts.geom.util.AffineTransformation:org.locationtech.jts.index.strtree.Interval:org.locationtech.jts.math.Vector2D:org.locationtech.jts.math.Vector3D:org.locationtech.jts.operation.overlayng.EdgeKey | 1 |
org.locationtech.jts.operation.overlayng.OverlayEdge | 33 |
org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater$NearestSegmentLocationFilter | 3 |
org.locationtech.jts.algorithm.Distance | 4 |
org.locationtech.jts.geom.util.LinearComponentExtracter | 4 |
org.locationtech.jts.dissolve.LineDissolver$1 | 1 |
org.locationtech.jts.dissolve.LineDissolver | 2 |
org.locationtech.jts.geom.OctagonalEnvelope$BoundingOctagonComponentFilter | 1 |
org.locationtech.jts.geom.OctagonalEnvelope | 5 |
org.locationtech.jtstest.testbuilder.geom.GeometryUtil$1 | 1 |
org.locationtech.jts.operation.linemerge.LineMerger$1 | 1 |
org.locationtech.jts.operation.linemerge.LineMerger | 2 |
org.locationtech.jts.operation.overlayng.OverlayPoints$1 | 2 |
org.locationtech.jts.operation.overlayng.OverlayPoints | 10 |
org.locationtech.jts.operation.overlayng.OverlayUtil | 18 |
org.locationtech.jts.simplify.TopologyPreservingSimplifier$LineStringMapBuilderFilter | 1 |
org.locationtech.jts.simplify.TaggedLineString | 4 |
org.locationtech.jts.simplify.TaggedLineSegment | 1 |
org.locationtech.jts.simplify.TopologyPreservingSimplifier | 1 |
org.locationtech.jts.operation.polygonize.Polygonizer$LineStringAdder | 1 |
org.locationtech.jts.operation.polygonize.Polygonizer | 2 |
org.locationtech.jts.operation.polygonize.PolygonizeGraph | 3 |
org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge | 1 |
org.locationtech.jts.operation.polygonize.PolygonizeEdge | 1 |
org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder$1 | 1 |
org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder | 2 |
org.locationtech.jts.operation.distance.FacetSequence | 1 |
org.locationtech.jts.geom.prep.PreparedLineString | 6 |
org.locationtech.jts.geom.prep.PreparedPoint | 4 |
org.locationtech.jts.operation.predicate.RectangleIntersects | 3 |
org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor | 3 |
org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor | 2 |
org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor | 5 |
org.locationtech.jts.geom.CoordinateSequence:org.locationtech.jts.geom.impl.CoordinateArraySequence:org.locationtech.jts.geom.impl.PackedCoordinateSequence | 1 |
org.locationtech.jts.geom.CoordinateXYM:org.locationtech.jts.geom.CoordinateXYZM | 1 |
org.locationtech.jts.algorithm.RectangleLineIntersector | 2 |
org.locationtech.jts.algorithm.LineIntersector | 13 |
org.locationtech.jts.algorithm.RobustLineIntersector | 15 |
org.locationtech.jts.algorithm.Intersection | 2 |
org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor | 3 |
org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator | 7 |
org.locationtech.jts.algorithm.PointLocation | 3 |
org.locationtech.jts.algorithm.RayCrossingCounter | 5 |
org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor:org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor:org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor | 1 |
org.locationtech.jts.geom.IntersectionMatrix | 14 |
org.locationtech.jts.operation.relate.RelateOp | 3 |
org.locationtech.jts.operation.GeometryGraphOperation | 3 |
org.locationtech.jts.geomgraph.GeometryGraph | 19 |
org.locationtech.jts.geomgraph.PlanarGraph | 12 |
org.locationtech.jts.geomgraph.NodeMap | 7 |
org.locationtech.jts.geomgraph.NodeFactory | 2 |
org.locationtech.jts.geomgraph.EdgeIntersectionList | 6 |
org.locationtech.jts.geomgraph.Depth | 9 |
org.locationtech.jts.geomgraph.GraphComponent | 10 |
org.locationtech.jts.geomgraph.Label | 22 |
org.locationtech.jts.geomgraph.TopologyLocation | 17 |
org.locationtech.jts.operation.relate.RelateNodeFactory | 2 |
org.locationtech.jts.operation.relate.RelateNode | 3 |
org.locationtech.jts.geomgraph.Node | 9 |
org.locationtech.jts.operation.relate.EdgeEndBundleStar | 3 |
org.locationtech.jts.geomgraph.EdgeEndStar | 11 |
org.locationtech.jts.operation.overlay.OverlayNodeFactory | 2 |
org.locationtech.jts.geomgraph.DirectedEdgeStar | 14 |
org.locationtech.jts.algorithm.BoundaryNodeRule$EndPointBoundaryNodeRule:org.locationtech.jts.algorithm.BoundaryNodeRule$Mod2BoundaryNodeRule:org.locationtech.jts.algorithm.BoundaryNodeRule$MonoValentEndPointBoundaryNodeRule:org.locationtech.jts.algorithm.BoundaryNodeRule$MultiValentEndPointBoundaryNodeRule | 1 |
org.locationtech.jts.operation.relate.RelateComputer | 14 |
org.locationtech.jts.operation.BoundaryOp | 10 |
org.locationtech.jts.algorithm.BoundaryNodeRule$Mod2BoundaryNodeRule | 1 |
org.locationtech.jts.algorithm.BoundaryNodeRule$MonoValentEndPointBoundaryNodeRule | 1 |
org.locationtech.jts.algorithm.BoundaryNodeRule$EndPointBoundaryNodeRule | 1 |
org.locationtech.jts.algorithm.BoundaryNodeRule$MultiValentEndPointBoundaryNodeRule | 1 |
org.locationtech.jts.operation.Counter | 1 |
org.locationtech.jts.geom.LinearRing:org.locationtech.jts.geom.MultiPoint:org.locationtech.jts.geom.MultiPolygon:org.locationtech.jts.geom.Point:org.locationtech.jts.geom.Polygon | 1 |
org.locationtech.jts.geomgraph.index.SegmentIntersector | 10 |
org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector | 9 |
org.locationtech.jts.geomgraph.index.EdgeSetIntersector | 1 |
org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker:org.locationtech.jts.noding.NodeVertexIterator:org.locationtech.jts.noding.snapround.HotPixelIndex$CoordinateShuffler | 1 |
org.locationtech.jts.geomgraph.index.MonotoneChainEdge | 7 |
org.locationtech.jts.geomgraph.index.MonotoneChainIndexer | 3 |
org.locationtech.jts.util.IntArrayList | 4 |
org.locationtech.jts.geomgraph.index.MonotoneChain | 2 |
org.locationtech.jts.geomgraph.index.SweepLineEvent | 9 |
org.locationtech.jts.geomgraph.EdgeIntersection | 1 |
org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector | 3 |
org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector | 8 |
org.locationtech.jts.geomgraph.index.SweepLineSegment | 4 |
org.locationtech.jts.geom.Dimension | 1 |
org.locationtech.jts.operation.relate.EdgeEndBuilder | 5 |
org.locationtech.jts.geomgraph.EdgeEnd | 11 |
org.locationtech.jts.operation.relate.EdgeEndBundle | 10 |
org.locationtech.jts.geomgraph.DirectedEdge | 24 |
org.locationtech.jts.geomgraph.EdgeEnd:org.locationtech.jts.operation.relate.EdgeEndBundle | 1 |
org.locationtech.jts.geom.TopologyException | 3 |
org.locationtech.jts.geom.prep.PreparedLineStringIntersects | 4 |
org.locationtech.jts.noding.SegmentStringUtil | 2 |
org.locationtech.jts.noding.NodedSegmentString | 16 |
org.locationtech.jts.noding.SegmentNodeList | 13 |
org.locationtech.jts.noding.FastSegmentSetIntersectionFinder | 3 |
org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector | 6 |
org.locationtech.jts.noding.BasicSegmentString:org.locationtech.jts.noding.NodedSegmentString | 4 |
org.locationtech.jts.index.chain.MonotoneChainBuilder | 2 |
org.locationtech.jts.index.chain.MonotoneChain | 13 |
org.locationtech.jts.noding.BasicSegmentString | 6 |
org.locationtech.jts.noding.SegmentIntersectionDetector | 8 |
org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector | 2 |
org.locationtech.jts.operation.valid.IsSimpleOp$NonSimpleIntersectionFinder | 5 |
org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner$InteriorIntersectionDetector | 2 |
org.locationtech.jts.coverage.InvalidSegmentDetector | 7 |
org.locationtech.jts.coverage.CoverageRing | 7 |
org.locationtech.jts.algorithm.PolygonNodeTopology | 5 |
org.locationtech.jts.noding.InteriorIntersectionFinderAdder | 4 |
org.locationtech.jts.noding.SegmentNode | 2 |
org.locationtech.jts.noding.Octant | 2 |
org.locationtech.jts.triangulate.polygon.PolygonNoder$NodeAdder | 3 |
org.locationtech.jts.noding.IntersectionFinderAdder | 2 |
org.locationtech.jts.noding.snapround.SnapRoundingIntersectionAdder | 5 |
org.locationtech.jts.noding.NodingIntersectionFinder | 10 |
org.locationtech.jts.operation.valid.PolygonIntersectionAnalyzer | 13 |
org.locationtech.jts.operation.valid.PolygonRing | 19 |
org.locationtech.jts.operation.valid.PolygonRingSelfNode | 3 |
org.locationtech.jts.operation.valid.PolygonRingTouch | 4 |
org.locationtech.jts.noding.IntersectionAdder | 5 |
org.locationtech.jts.noding.snap.SnappingIntersectionAdder | 5 |
org.locationtech.jts.noding.snap.SnappingPointIndex | 2 |
org.locationtech.jts.index.kdtree.KdTree | 10 |
org.locationtech.jts.index.kdtree.KdNode | 12 |
org.locationtech.jts.index.kdtree.KdTree$BestMatchVisitor | 4 |
org.locationtech.jts.index.kdtree.KdTree$QueryStackFrame | 3 |
org.locationtech.jts.noding.snapround.SnapRoundingNoder$2 | 2 |
org.locationtech.jts.noding.snapround.HotPixel | 10 |
org.locationtech.jts.index.kdtree.KdTree$1 | 2 |
org.locationtech.jts.noding.snapround.SnapRoundingNoder$1 | 2 |
org.locationtech.jts.coverage.InvalidSegmentDetector:org.locationtech.jts.noding.InteriorIntersectionFinderAdder:org.locationtech.jts.noding.IntersectionAdder:org.locationtech.jts.noding.IntersectionFinderAdder:org.locationtech.jts.noding.NodingIntersectionFinder:org.locationtech.jts.noding.SegmentIntersectionDetector:org.locationtech.jts.noding.snap.SnappingIntersectionAdder:org.locationtech.jts.noding.snapround.SnapRoundingIntersectionAdder:org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner$InteriorIntersectionDetector:org.locationtech.jts.triangulate.polygon.PolygonNoder$NodeAdder | 1 |
org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector$SegmentOverlapAction | 2 |
org.locationtech.jts.index.chain.MonotoneChainOverlapAction | 3 |
org.locationtech.jts.noding.MCIndexNoder$SegmentOverlapAction | 2 |
org.locationtech.jts.geom.MultiLineString:org.locationtech.jts.geom.MultiPoint:org.locationtech.jts.geom.MultiPolygon | 1 |
org.locationtech.jts.geom.prep.PreparedPolygonIntersects | 3 |
org.locationtech.jts.geom.prep.PreparedPolygonPredicate | 6 |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator | 3 |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator$IntervalIndexedGeometry | 4 |
org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree | 7 |
org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode | 2 |
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode | 2 |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator$SegmentVisitor | 2 |
org.jdom2.AttributeList:org.jdom2.ContentList | 1 |
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode$NodeComparator | 1 |
org.jdom2.Comment | 2 |
org.jdom2.ProcessingInstruction | 4 |
org.jdom2.Text | 3 |
org.jdom2.EntityRef | 3 |
org.jdom2.DocType | 3 |
org.jdom2.CDATA | 2 |
org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode | 3 |
org.locationtech.jts.operation.union.SparsePolygonUnion$1 | 1 |
org.locationtech.jts.operation.union.SparsePolygonUnion$PolygonNode | 8 |
org.locationtech.jts.index.ArrayListVisitor | 3 |
org.locationtech.jts.operation.buffer.SegmentMCIndex$1 | 2 |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper$HotPixelSnapAction | 4 |
org.locationtech.jts.index.chain.MonotoneChainSelectAction | 3 |
org.locationtech.jts.operation.buffer.OffsetCurve$MatchCurveSegmentAction | 3 |
org.locationtech.jts.operation.buffer.OffsetCurve | 17 |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper$1 | 2 |
org.locationtech.jts.operation.overlayng.IndexedPointOnLineLocator | 2 |
org.locationtech.jts.algorithm.construct.IndexedPointInPolygonsLocator | 2 |
org.locationtech.jts.geom.util.PolygonalExtracter | 2 |
org.locationtech.jts.algorithm.Area | 4 |
org.locationtech.jts.geom.util.PointExtracter | 4 |
org.locationtech.jts.operation.distance.ConnectedElementLocationFilter | 3 |
org.locationtech.jts.operation.distance.GeometryLocation | 3 |
org.locationtech.jtstest.function.SpatialIndexFunctions$1 | 1 |
org.locationtech.jts.index.hprtree.HPRtree | 21 |
org.locationtech.jts.index.hprtree.Item | 3 |
org.locationtech.jts.index.quadtree.Quadtree | 5 |
org.locationtech.jts.index.quadtree.Root | 3 |
org.locationtech.jts.index.quadtree.NodeBase | 5 |
org.locationtech.jts.index.quadtree.Node | 10 |
org.locationtech.jts.index.quadtree.Key | 6 |
org.locationtech.jts.index.quadtree.DoubleBits | 5 |
org.locationtech.jts.index.quadtree.IntervalSize | 1 |
org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter | 1 |
org.locationtech.jtstest.function.SpatialIndexFunctions$2 | 1 |
org.locationtech.jts.math.MathUtil | 5 |
org.locationtech.jts.algorithm.Length | 1 |
org.locationtech.jts.operation.predicate.RectangleContains | 8 |
org.locationtech.jts.geom.GeometryOverlay | 5 |
org.locationtech.jts.operation.overlay.OverlayOp | 25 |
org.locationtech.jts.geom.GeometryOverlay$1 | 2 |
org.locationtech.jts.geom.util.GeometryCollectionMapper | 3 |
org.locationtech.jtslab.clean.InvalidHoleRemover$InvalidHoleRemoverMapOp | 1 |
org.locationtech.jtslab.clean.InvalidHoleRemover$PolygonInvalidHoleRemover | 3 |
org.locationtech.jts.geom.prep.PreparedPolygonCovers | 4 |
org.locationtech.jts.geom.prep.AbstractPreparedPolygonContains | 6 |
org.locationtech.jts.geom.prep.PreparedPolygonContains | 1 |
org.locationtech.jts.shape.CubicBezierCurve$1 | 1 |
org.locationtech.jts.shape.CubicBezierCurve | 13 |
org.locationtech.jts.algorithm.Angle | 5 |
org.locationtech.jtstest.function.TriangleFunctions$2 | 1 |
org.locationtech.jtstest.function.TriangleFunctions | 2 |
org.locationtech.jts.geom.Triangle | 8 |
org.locationtech.jtstest.function.FunctionsUtil | 1 |
org.locationtech.jtstest.testbuilder.JTSTestBuilder | 3 |
org.locationtech.jtstest.testbuilder.model.TestBuilderModel | 2 |
org.locationtech.jts.operation.buffer.OffsetCurve$1 | 2 |
org.locationtech.jts.operation.buffer.BufferOp | 12 |
org.locationtech.jts.operation.buffer.BufferParameters | 7 |
org.locationtech.jts.operation.buffer.BufferBuilder | 12 |
org.locationtech.jts.geomgraph.EdgeList | 6 |
org.locationtech.jts.operation.buffer.BufferCurveSetBuilder | 17 |
org.locationtech.jts.operation.buffer.OffsetCurveBuilder | 14 |
org.locationtech.jts.geom.Position | 1 |
org.locationtech.jts.operation.buffer.OffsetSegmentGenerator | 22 |
org.locationtech.jts.operation.buffer.OffsetSegmentString | 8 |
org.locationtech.jts.operation.buffer.BufferInputLineSimplifier | 10 |
org.locationtech.jts.noding.MCIndexNoder | 7 |
org.locationtech.jts.noding.SinglePassNoder | 3 |
org.locationtech.jts.noding.snapround.MCIndexSnapRounder | 7 |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper | 4 |
org.locationtech.jts.index.hprtree.HPRtree$ItemComparator | 1 |
org.locationtech.jts.index.hprtree.HilbertEncoder | 1 |
org.locationtech.jts.noding.IteratedNoder | 3 |
org.locationtech.jts.noding.BoundarySegmentNoder | 5 |
org.locationtech.jts.noding.BoundarySegmentNoder$Segment | 3 |
org.locationtech.jts.noding.BoundaryChainNoder | 6 |
org.locationtech.jts.noding.BoundaryChainNoder$BoundaryChainMap | 6 |
org.locationtech.jts.noding.BoundaryChainNoder$Segment | 2 |
org.locationtech.jts.noding.snap.SnappingNoder | 8 |
org.locationtech.jts.noding.SimpleNoder | 3 |
org.locationtech.jts.noding.ValidatingNoder | 4 |
org.locationtech.jts.noding.snapround.SnapRoundingNoder | 13 |
org.locationtech.jts.noding.snapround.HotPixelIndex | 7 |
org.locationtech.jts.noding.SegmentExtractingNoder | 4 |
org.locationtech.jts.noding.ScaledNoder | 9 |
org.locationtech.jts.noding.BoundaryChainNoder:org.locationtech.jts.noding.BoundarySegmentNoder:org.locationtech.jts.noding.IteratedNoder:org.locationtech.jts.noding.SegmentExtractingNoder:org.locationtech.jts.noding.ValidatingNoder:org.locationtech.jts.noding.snap.SnappingNoder | 1 |
org.locationtech.jts.noding.FastNodingValidator | 5 |
org.locationtech.jts.io.WKTWriter | 3 |
org.locationtech.jts.io.OrdinateFormat | 1 |
org.locationtech.jts.noding.OrientedCoordinateArray | 2 |
org.locationtech.jts.operation.buffer.BufferSubgraph | 14 |
org.locationtech.jts.operation.buffer.RightmostEdgeFinder | 9 |
org.locationtech.jts.operation.overlay.PolygonBuilder | 12 |
org.locationtech.jts.operation.buffer.SubgraphDepthLocater | 5 |
org.locationtech.jts.operation.buffer.SubgraphDepthLocater$DepthSegment | 2 |
org.locationtech.jts.operation.overlay.MaximalEdgeRing | 5 |
org.locationtech.jts.geomgraph.EdgeRing | 16 |
org.locationtech.jts.operation.overlay.MinimalEdgeRing | 3 |
org.jdom2.Document | 3 |
org.locationtech.jts.operation.buffer.SegmentMCIndex | 3 |
org.locationtech.jts.operation.buffer.OffsetCurveSection | 5 |
org.jdom2.AttributeList:org.jdom2.ContentList:org.locationtech.jts.operation.buffer.OffsetCurveSection | 2 |
org.locationtech.jtstest.function.TriangleFunctions$1 | 1 |
org.locationtech.jtslab.clean.HoleRemover$HoleRemoverMapOp | 1 |
org.locationtech.jtslab.clean.HoleRemover | 1 |
org.locationtech.jtslab.clean.HoleRemover$PolygonHoleRemover | 3 |
org.locationtech.jtslab.clean.SmallHoleRemover$IsSmall | 1 |
org.locationtech.jtstest.function.BufferFunctions$1 | 1 |
org.locationtech.jtstest.function.TriangleFunctions$4 | 1 |
org.locationtech.jtstest.function.TriangleFunctions$3 | 1 |
org.locationtech.jts.operation.overlayng.OverlayNGRobust | 10 |
org.locationtech.jts.operation.overlayng.OverlayNG | 19 |
org.locationtech.jts.operation.overlayng.InputGeometry | 14 |
org.locationtech.jts.operation.overlayng.ElevationModel | 8 |
org.locationtech.jts.operation.overlayng.ElevationModel$1 | 4 |
org.locationtech.jts.io.twkb.BoundsExtractor | 3 |
org.locationtech.jts.io.WKTWriter$CheckOrdinatesFilter | 3 |
org.locationtech.jts.operation.overlayng.ElevationModel$ElevationCell | 4 |
org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder$AdjacentVertexFilter | 3 |
org.locationtech.jts.operation.union.OverlapUnion$1 | 3 |
org.locationtech.jts.operation.union.OverlapUnion | 5 |
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance$MaxDensifiedByFractionDistanceFilter | 3 |
org.locationtech.jts.algorithm.distance.PointPairDistance | 6 |
org.locationtech.jts.algorithm.distance.DistanceToPoint | 3 |
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder$MaxMidpointDistanceFilter | 3 |
org.locationtech.jts.operation.buffer.validate.PointPairDistance | 6 |
org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder | 3 |
org.locationtech.jts.precision.CoordinatePrecisionReducerFilter | 3 |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$NearestVertexFilter | 3 |
org.locationtech.jts.coverage.VertexRingCounter | 3 |
org.locationtech.jts.precision.SimpleMinimumClearance$ComputeMCCoordinateSequenceFilter | 6 |
org.locationtech.jts.precision.SimpleMinimumClearance | 5 |
org.locationtech.jtstest.testbuilder.geom.SegmentExtracter$SegmentExtracterFilter | 6 |
org.locationtech.jts.geom.util.AffineTransformation | 5 |
org.locationtech.jts.precision.CommonBitsRemover$Translater | 4 |
org.locationtech.jts.util.Debug$SegmentFindingFilter | 3 |
org.locationtech.jts.coverage.CoverageBoundarySegmentFinder | 4 |
org.locationtech.jtstest.testbuilder.geom.NearestPointFinder$NearestPointFilter | 3 |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$NearVerticesFilter | 3 |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$Location | 1 |
org.locationtech.jts.operation.overlayng.ElevationModel$2 | 4 |
org.locationtech.jts.operation.overlayng.OverlayMixedPoints | 16 |
org.locationtech.jts.operation.overlayng.OverlayMixedPoints$1 | 2 |
org.locationtech.jts.util.UniqueCoordinateArrayFilter | 1 |
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher$VertexInMaskCountCoordinateFilter | 1 |
org.locationtech.jts.operation.overlayng.PrecisionUtil$InherentScaleFilter | 2 |
org.locationtech.jts.operation.overlayng.PrecisionUtil | 6 |
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder$MaxPointDistanceFilter | 1 |
org.locationtech.jts.precision.CommonBitsRemover$CommonCoordinateFilter | 3 |
org.locationtech.jts.precision.CommonBits | 7 |
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance$MaxPointDistanceFilter | 1 |
org.locationtech.jts.precision.SimpleMinimumClearance$VertexCoordinateFilter | 1 |
org.locationtech.jts.util.CoordinateArrayFilter | 1 |
org.locationtech.jts.util.CoordinateCountFilter | 1 |
org.locationtech.jts.operation.overlayng.EdgeNodingBuilder | 23 |
org.locationtech.jts.operation.overlayng.RobustClipEnvelopeComputer | 9 |
org.locationtech.jts.operation.overlayng.RingClipper | 7 |
org.locationtech.jts.operation.overlayng.LineLimiter | 8 |
org.locationtech.jts.operation.overlayng.EdgeSourceInfo | 6 |
org.locationtech.jts.operation.overlayng.Edge | 17 |
org.locationtech.jts.operation.overlayng.EdgeMerger | 1 |
org.locationtech.jts.operation.overlayng.EdgeKey | 4 |
org.locationtech.jts.operation.overlayng.OverlayGraph | 6 |
org.locationtech.jts.operation.overlayng.OverlayLabel | 33 |
org.jdom2.output.Format | 1 |
org.jdom2.CloneBase | 1 |
org.jdom2.xpath.util.AbstractXPathCompiled | 7 |
org.locationtech.jts.linearref.LinearLocation | 4 |
org.jdom2.output.XMLOutputter | 1 |
org.locationtech.jts.math.Vector2D | 2 |
org.jdom2.xpath.jaxen.JaxenCompiled | 3 |
org.jdom2.xpath.jaxen.JDOM2Navigator | 1 |
org.jdom2.xpath.jaxen.JDOMCoreNavigator | 1 |
org.jaxen.DefaultNavigator | 1 |
org.jaxen.BaseXPath | 1 |
org.jdom2.output.StAXEventOutputter | 1 |
org.jdom2.output.StAXStreamOutputter | 1 |
org.locationtech.jts.geom.Location | 1 |
org.locationtech.jts.operation.overlayng.OverlayLabeller | 17 |
org.locationtech.jts.operation.overlayng.PolygonBuilder | 12 |
org.locationtech.jts.operation.overlayng.MaximalEdgeRing | 9 |
org.locationtech.jts.operation.overlayng.OverlayEdgeRing | 17 |
org.locationtech.jts.operation.overlayng.LineBuilder | 8 |
org.locationtech.jts.operation.overlayng.IntersectionPointBuilder | 6 |
org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp | 3 |
org.locationtech.jts.geomgraph.EdgeNodingValidator | 4 |
org.locationtech.jts.operation.overlay.LineBuilder | 7 |
org.locationtech.jts.operation.overlay.PointBuilder | 4 |
org.locationtech.jts.operation.overlay.snap.SnapOverlayOp | 7 |
org.locationtech.jts.operation.overlay.snap.GeometrySnapper | 7 |
org.locationtech.jts.precision.CommonBitsRemover | 4 |
org.locationtech.jts.operation.overlay.snap.SnapTransformer | 3 |
org.locationtech.jts.geom.util.GeometryTransformer | 13 |
org.locationtech.jts.simplify.TopologyPreservingSimplifier$LineStringTransformer | 1 |
org.locationtech.jts.simplify.DouglasPeuckerSimplifier$DPTransformer | 5 |
org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier | 5 |
org.locationtech.jts.precision.PointwisePrecisionReducerTransformer | 2 |
org.locationtech.jts.simplify.VWSimplifier$VWTransformer | 5 |
org.locationtech.jts.simplify.VWLineSimplifier | 4 |
org.locationtech.jts.simplify.VWLineSimplifier$VWVertex | 10 |
org.locationtech.jts.densify.Densifier$DensifyTransformer | 4 |
org.locationtech.jts.densify.Densifier | 2 |
org.locationtech.jts.operation.overlay.snap.LineStringSnapper | 8 |
org.locationtech.jts.precision.PrecisionReducerTransformer | 6 |
org.locationtech.jts.operation.valid.IsValidOp | 29 |
org.locationtech.jts.operation.valid.TopologyValidationError | 1 |
org.locationtech.jts.operation.valid.PolygonTopologyAnalyzer | 22 |
org.locationtech.jts.operation.valid.IndexedNestedHoleTester | 4 |
org.locationtech.jts.operation.valid.IndexedNestedPolygonTester | 7 |
org.locationtech.jts.operation.overlayng.PrecisionReducer | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
[org.locationtech.jts.geom.GeometryOverlay].intersection(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry)
|
org.locationtech.jts.geom.GeometryOverlay | 2 | ['org.locationtech.jts.geom.Geometry', 'org.locationtech.jts.geom.Geometry'] | 52 | 0 | 18 | 6 | 1 | 3884 | 0 | 2203 | 2047 |
[org.locationtech.jts.operation.valid.IsValidOp].isValid(org.locationtech.jts.geom.GeometryCollection)
|
org.locationtech.jts.operation.valid.IsValidOp | 1 | ['org.locationtech.jts.geom.GeometryCollection'] | 45 | 0 | 12 | 6 | 2 | 1375 | 4 | 751 | 95 |
[org.locationtech.jts.operation.distance.DistanceOp].computeContainmentDistance(int,org.locationtech.jts.operation.distance.GeometryLocation[])
|
org.locationtech.jts.operation.distance.DistanceOp | 2 | ['int', 'org.locationtech.jts.operation.distance.GeometryLocation[]'] | 46 | 0 | 29 | 6 | 1 | 1359 | 4 | 726 | 65 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
[org.locationtech.jts.geom.util.GeometryFixer].fix(org.locationtech.jts.geom.Geometry,boolean,boolean) | 157 | 0 | 0.0% | [] |
[org.jdom2.input.sax.AbstractReaderXSDFactory].getSchemaFromSource(org.jdom2.input.sax.AbstractReaderXSDFactory$SchemaFactoryProvider,javax.xml.transform.Source[]) | 65 | 0 | 0.0% | [] |
[org.locationtech.jts.noding.snapround.GeometryNoder].toSegmentStrings(java.util.Collection) | 37 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.GeometryFunctions].addHoles(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 53 | 0 | 0.0% | [] |
[org.locationtech.jts.math.Vector3D].hashCode() | 41 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.HtmlSvgTestWriter].writeGeometryWithClass(java.lang.StringBuilder,org.locationtech.jts.geom.Geometry,java.lang.String) | 79 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.valid.PolygonIntersectionAnalyzer].findInvalidIntersection(org.locationtech.jts.noding.SegmentString,int,org.locationtech.jts.noding.SegmentString,int) | 37 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.ArrowSegmentStyle].isTooSmallToRender(java.awt.geom.Point2D,java.awt.geom.Point2D,double) | 90 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.BasicStyle].setDashes(float[]) | 66 | 0 | 0.0% | [] |
[org.jdom2.Text].detach() | 33 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.GeometryEditor].editGeometryCollection(org.locationtech.jts.geom.GeometryCollection,org.locationtech.jts.geom.util.GeometryEditor$GeometryEditorOperation) | 79 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator].createIndex() | 41 | 0 | 0.0% | [] |
[org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction].extractRequiredB(java.lang.reflect.Method) | 38 | 0 | 0.0% | [] |
[org.jdom2.xpath.jaxen.JaxenCompiled].evaluateRawFirst(java.lang.Object) | 34 | 0 | 0.0% | [] |
[org.jdom2.EntityRef].detach() | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.impl.CoordinateArraySequence].toString() | 41 | 17 | 41.46% | [] |
[org.locationtech.jts.coverage.CoverageValidator].validate(org.locationtech.jts.geom.Geometry,org.locationtech.jts.index.strtree.STRtree) | 31 | 0 | 0.0% | [] |
[org.jdom2.input.sax.SAXBuilderEngine].fileToURL(java.io.File) | 40 | 0 | 0.0% | [] |
[org.locationtech.jts.dissolve.LineDissolver].add(org.locationtech.jts.geom.LineString) | 85 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.VertexLabelStyle].labelDirection(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 52 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.quadedge.TrianglePredicate].isInCircleCC(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 83 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.construct.LargestEmptyCircle].createCentroidCell(org.locationtech.jts.geom.Geometry) | 111 | 0 | 0.0% | [] |
[org.locationtech.jts.precision.GeometryPrecisionReducer].createFactory(org.locationtech.jts.geom.GeometryFactory,org.locationtech.jts.geom.PrecisionModel) | 37 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder].computeMaxMidpointDistance(org.locationtech.jts.geom.Geometry) | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.math.Matrix].solve(double[][],double[]) | 36 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.quadedge.QuadEdge].toString() | 85 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.LineSegmentFunctions].reflectPoint(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 46 | 0 | 0.0% | [] |
[org.locationtech.jts.io.twkb.TWKBHeader].getPrecision(int) | 101 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.SVGTestWriter].write(org.locationtech.jts.geom.Geometry) | 46 | 0 | 0.0% | [] |
[org.locationtech.jts.io.WKBWriter].writeNaNs(int,org.locationtech.jts.io.OutStream) | 118 | 0 | 0.0% | [] |
[org.locationtech.jts.io.kml.KMLWriter].createFormatter(int) | 143 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.SpatialIndexFunctions].monotoneChains(org.locationtech.jts.geom.Geometry) | 185 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.OverlayNGOptFunctions].cacheFetch(org.locationtech.jts.geom.Geometry) | 49 | 0 | 0.0% | [] |
[org.locationtech.jts.index.VertexSequencePackedRtree].isItemsNodeEmpty(int) | 106 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.distance3d.Distance3DOp].segmentPoint(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double,double) | 218 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.MinimumDiameter].computeSegmentForLine(double,double,double) | 127 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.IsSimpleOp].addEndpoint(java.util.Map,org.locationtech.jts.geom.Coordinate,boolean) | 101 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.GeometryLocation].toFacetString() | 57 | 0 | 0.0% | [] |
[org.jdom2.input.stax.DTDParser].parse(java.lang.String,org.jdom2.JDOMFactory) | 67 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.CascadedPolygonUnion].restrictToPolygons(org.locationtech.jts.geom.Geometry) | 84 | 0 | 0.0% | [] |
[org.jdom2.ProcessingInstruction].detach() | 55 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.VariableBuffer].snapTrig(double) | 168 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.LegendElement].entryWidth(java.util.List,java.awt.Graphics2D) | 125 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.TestCasePanel].getStretchSize() | 200 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.InteriorPointLine].add(org.locationtech.jts.geom.Coordinate) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.RelatePanel].access$000(org.locationtech.jtstest.testbuilder.RelatePanel) | 328 | 0 | 0.0% | [] |
[org.json.simple.ItemList].reset() | 70 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler].getLength(org.locationtech.jts.geom.Geometry) | 81 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.CommandRunner].cmdArray(java.lang.String) | 37 | 0 | 0.0% | [] |
[org.locationtech.jts.densify.Densifier].densifyPoints(org.locationtech.jts.geom.Coordinate[],double,org.locationtech.jts.geom.PrecisionModel) | 50 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.LayerStylePanel].access$2200(org.locationtech.jtstest.testbuilder.LayerStylePanel) | 343 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.Intersection].intersection(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 38 | 1 | 2.631% | [] |
[org.locationtech.jts.simplify.TopologyPreservingSimplifier].access$000(org.locationtech.jts.simplify.TopologyPreservingSimplifier) | 35 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.OffsetCurve].access$200(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double) | 39 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.HCoordinate].getCoordinate() | 68 | 0 | 0.0% | [] |
[org.json.simple.parser.Yylex].yylex() | 206 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.SparsePolygonUnion].add(org.locationtech.jts.geom.Geometry) | 90 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.GeometryMapper].addFlat(org.locationtech.jts.geom.Geometry,java.util.List) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.IOUtil].readGeoJSONString(java.lang.String,org.locationtech.jts.geom.GeometryFactory) | 45 | 0 | 0.0% | [] |
[org.locationtech.jts.precision.SimpleGeometryPrecisionReducer].access$200(org.locationtech.jts.precision.SimpleGeometryPrecisionReducer) | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.shape.fractal.KochSnowflakeBuilder].addSegment(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 41 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.ConstructionFunctions].concaveness(org.locationtech.jts.geom.Geometry) | 50 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.MultiFormatBufferedReader].readWKT(java.io.Reader,org.locationtech.jts.geom.GeometryFactory) | 36 | 0 | 0.0% | [] |
[org.jdom2.Element].getNamespace() | 36 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.Element].getContentSize() | 68 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.Element].getContent() | 41 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.Element].getAttributes() | 51 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.Element].clone() | 108 | 0 | 0.0% | [] |
[org.jdom2.Element].canContainContent(org.jdom2.Content,int,boolean) | 61 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.quadedge.Vertex].interpolateZ(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 111 | 0 | 0.0% | [] |
[org.locationtech.jtslab.OverlayAreaFunctions].checkIntArea(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 43 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler].zMinMax(org.locationtech.jts.geom.Geometry) | 156 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.StatsPanel].setString(java.lang.String) | 40 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.polygon.PolygonNoder].createNodedSegString(org.locationtech.jts.geom.Coordinate[],int) | 44 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.InteriorPointArea].access$000(double,double) | 123 | 0 | 0.0% | [] |
[org.locationtech.jts.math.DD].sqr() | 31 | 0 | 0.0% | [] |
[org.locationtech.jts.math.DD].isNaN() | 158 | 3 | 1.898% | [] |
[org.jdom2.input.sax.XMLReaders].isValidating() | 68 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.distance.IndexedFacetDistance].isWithinDistance(org.locationtech.jts.geom.Geometry,double) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.cmd.JTSOpCmd].parseFilterOp(java.lang.String) | 192 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.linemerge.LineSequencer].access$000(org.locationtech.jts.operation.linemerge.LineSequencer,org.locationtech.jts.geom.LineString) | 40 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.linemerge.LineSequencer].addLine(org.locationtech.jts.geom.LineString) | 137 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.TestListPanel].populateList() | 69 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.Centroid].addPoint(org.locationtech.jts.geom.Coordinate) | 88 | 0 | 0.0% | [] |
[org.locationtech.jts.io.twkb.TWKBReader].createCoordinateSequence(org.locationtech.jts.geom.GeometryFactory,int,org.locationtech.jts.io.twkb.TWKBHeader) | 154 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.hull.HullTriangulation].nextBorderTri(org.locationtech.jts.algorithm.hull.HullTri) | 61 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.SpatialFunctionPanel].access$000(org.locationtech.jtstest.testbuilder.SpatialFunctionPanel,org.locationtech.jtstest.geomfunction.GeometryFunction) | 285 | 0 | 0.0% | [] |
[org.locationtech.jts.precision.MinimumClearance].compute() | 69 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.CoordinateSequences].isRing(org.locationtech.jts.geom.CoordinateSequence) | 61 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle].distToLast(double,double) | 40 | 0 | 0.0% | [] |
[org.jdom2.output.XMLOutputter].toString() | 130 | 0 | 0.0% | [] |
[org.jdom2.output.XMLOutputter].clone() | 34 | 0 | 0.0% | [] |
[org.jdom2.input.DOMBuilder].buildTree(org.w3c.dom.Node,org.jdom2.Document,org.jdom2.Element,boolean) | 122 | 0 | 0.0% | [] |
[org.locationtech.jts.precision.SimpleMinimumClearance].updateClearance(double,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 31 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryTreeModel].valueForPathChanged(javax.swing.tree.TreePath,java.lang.Object) | 181 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.DisjointSets].findRoot(int) | 62 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.EnvelopeClipper].intersectionLineX(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double) | 33 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.CreateRandomShapeFunctions].randomPtInRectangleAround(org.locationtech.jts.geom.Coordinate,double,double) | 188 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.Corner].compareTo(java.lang.Object) | 49 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.distance.DiscreteFrechetDistance].bresenhamDiagonal(int,int) | 170 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LinearIterator].getSegmentEnd() | 46 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.distance3d.PlanarPolygon3D].project(org.locationtech.jts.geom.Coordinate,int) | 59 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPoint].crosses(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double) | 75 | 0 | 0.0% | [] |
[org.jdom2.output.DOMOutputter].output(org.w3c.dom.Document,java.util.List) | 48 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.IntersectionMatrix].isOverlaps(int,int) | 31 | 9 | 29.03% | [] |
[org.locationtech.jts.algorithm.RobustDeterminant].orientationIndex(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 124 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.TestBuilderModel].getGeometryFactory() | 273 | 0 | 0.0% | [] |
[org.jdom2.DefaultJDOMFactory].setRoot(org.jdom2.Document,org.jdom2.Element) | 53 | 0 | 0.0% | [] |
[org.jdom2.filter.Filters].fpassthrough() | 37 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.AffineTransformation].toString() | 185 | 0 | 0.0% | [] |
[org.jdom2.transform.XSLTransformer].getFactory() | 35 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.GeometryCombiner].extractElements(org.locationtech.jts.geom.Geometry,java.util.List) | 41 | 0 | 0.0% | [] |
[org.jdom2.xpath.jaxen.JDOMXPath].toString() | 45 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.LinkedRing].getCoordinates() | 39 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlayng.LineBuilder].toLine(org.locationtech.jts.operation.overlayng.OverlayEdge) | 52 | 0 | 0.0% | [] |
[org.locationtech.jts.io.ByteOrderDataInStream].read(byte[]) | 32 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryInputDialog].getGeometry(int) | 88 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.polygon.TriDelaunayImprover].isInCircle(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 43 | 0 | 0.0% | [] |
[org.jdom2.DocType].detach() | 34 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.CommandPanel].access$900(org.locationtech.jtstest.testbuilder.CommandPanel,java.lang.String) | 174 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.relate.RelateNodeGraph].insertEdgeEnds(java.util.List) | 34 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ScalarFunctionPanel].access$000(org.locationtech.jtstest.testbuilder.ScalarFunctionPanel,org.locationtech.jtstest.geomfunction.GeometryFunction) | 122 | 0 | 0.0% | [] |
[org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction].repeatAnnotation() | 37 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ResultWKTPanel].copyToTestButton_actionPerformed(java.awt.event.ActionEvent) | 112 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer].cancel() | 56 | 0 | 0.0% | [] |
[org.jdom2.ContentList].iterator() | 311 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.output.StAXEventOutputter].toString() | 47 | 0 | 0.0% | [] |
[org.jdom2.output.StAXEventOutputter].clone() | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.RingHull].toGeometry() | 130 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoverageEdge].toString() | 68 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker].testLinkResultDirectedEdges(org.locationtech.jts.geomgraph.DirectedEdgeStar,int) | 50 | 0 | 0.0% | [] |
[org.jdom2.output.support.FormatStack].pop() | 116 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher].getCoordinateMoves(java.util.List) | 75 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame].access$100(org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame) | 280 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ResultValuePanel].setError(java.lang.Throwable) | 44 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile].readIndex(java.io.InputStream) | 134 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance].computeOrientedDistance(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,org.locationtech.jts.algorithm.distance.PointPairDistance) | 66 | 0 | 0.0% | [] |
[org.locationtech.jts.io.twkb.TWKBWriter].setDimensions(org.locationtech.jts.geom.CoordinateSequence,org.locationtech.jts.io.twkb.TWKBHeader) | 203 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.RenderManager].access$200(org.locationtech.jtstest.testbuilder.ui.render.RenderManager) | 63 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.MultiFormatFileReader].toGeometry(java.util.List) | 66 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.VertexStyle].paint(org.locationtech.jts.geom.Geometry,org.locationtech.jtstest.testbuilder.ui.Viewport,java.awt.Graphics2D) | 45 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LinearLocation].numSegments(org.locationtech.jts.geom.LineString) | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LinearLocation].normalize() | 108 | 0 | 0.0% | [] |
[org.jdom2.filter.ContentFilter].hashCode() | 49 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.TriangulationFunctions].conformingDelaunayTrianglesWithTolerance(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,double) | 74 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LengthLocationMap].getLength(org.locationtech.jts.linearref.LinearLocation) | 63 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter].maxTestIndex(org.locationtech.jtstest.testrunner.TestCase) | 133 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.TestBuilderDialogs].showAbout(org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame) | 101 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater].isVertex() | 93 | 0 | 0.0% | [] |
[org.locationtech.jtslab.IteratedOverlayFunctions].extractPolygonsNonEmpty(java.util.List) | 69 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox].actionPerformed(java.awt.event.ActionEvent) | 74 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.TaggedLineStringSimplifier].remove(org.locationtech.jts.simplify.TaggedLineString,int,int) | 94 | 0 | 0.0% | [] |
[org.locationtech.jts.io.twkb.Varint].readUnsignedVarInt(byte[]) | 52 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator].checkMaximumDistance(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,double) | 66 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.controller.CommandController].exec(java.lang.String) | 89 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler].zMinMax(org.locationtech.jts.geom.Geometry) | 100 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController].indicatorShow(org.locationtech.jts.geom.Geometry,java.awt.Color) | 172 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.tools.MoveTool].box(org.locationtech.jts.geom.Envelope,int,int) | 70 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.InspectorPanel].access$400(org.locationtech.jtstest.testbuilder.InspectorPanel) | 125 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.AffineTransformationFunctions].translate(org.locationtech.jts.geom.Geometry,double,double) | 77 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.validate.BufferResultValidator].checkDistance() | 82 | 0 | 0.0% | [] |
[org.jdom2.xpath.XPathHelper].getAbsolutePath(org.jdom2.Attribute) | 160 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.XMLTestWriter].getRunWorkspace(org.locationtech.jtstest.test.TestCaseList) | 98 | 0 | 0.0% | [] |
[org.locationtech.jts.io.geojson.GeoJsonWriter].formatOrdinate(double) | 132 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.ConversionFunctions].addComponents(org.locationtech.jts.geom.Geometry,java.util.List) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.OverlayNGRobustFunctions].access$000(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,int) | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.polygon.PolygonEarClipper].toGeometry() | 128 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.ClassUtil].getClassname(java.lang.Class) | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.io.WKBReader].readCoordinate() | 146 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.MinimumAreaRectangle].computeMaximumLine(org.locationtech.jts.geom.Coordinate[],org.locationtech.jts.geom.GeometryFactory) | 95 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.Coordinate].distance(org.locationtech.jts.geom.Coordinate) | 35 | 5 | 14.28% | [] |
[org.locationtech.jtstest.function.TriangleFunctions].access$000(org.locationtech.jts.geom.Geometry) | 51 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler].getLength(org.locationtech.jts.geom.Geometry) | 36 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.Segment].toString() | 33 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.CGAlgorithms3D].distanceSegmentSegment(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 57 | 0 | 0.0% | [] |
[org.jdom2.output.support.AbstractSAXOutputProcessor].createDTDParser(org.jdom2.output.support.SAXTarget) | 258 | 0 | 0.0% | [] |
[org.json.simple.parser.JSONParser].parse(java.io.Reader,org.json.simple.parser.ContentHandler,boolean) | 273 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle].paintLabelLine(java.lang.String,org.locationtech.jts.geom.Geometry,org.locationtech.jtstest.testbuilder.ui.Viewport,java.awt.Graphics2D) | 51 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.linemerge.LineMerger].add(org.locationtech.jts.geom.LineString) | 51 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoverageSimplifier].getFreeRings(java.util.List) | 31 | 0 | 0.0% | [] |
[org.jdom2.output.StAXStreamOutputter].toString() | 49 | 0 | 0.0% | [] |
[org.jdom2.output.StAXStreamOutputter].clone() | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.CoordinateSequenceComparator].compareCoordinate(org.locationtech.jts.geom.CoordinateSequence,org.locationtech.jts.geom.CoordinateSequence,int,int) | 44 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter].OLDwriteLocation(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Coordinate,double) | 129 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar].createMenuItemSelectable(javax.swing.JMenuItem,java.lang.String,boolean,java.awt.event.ActionListener) | 142 | 0 | 0.0% | [] |
[org.json.simple.JSONArray].toString() | 41 | 0 | 0.0% | [] |
[org.locationtech.jtslab.geom.util.GeometryEditorEx].editGeometryCollection(org.locationtech.jts.geom.GeometryCollection) | 108 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar].access$000(org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar) | 177 | 0 | 0.0% | [] |
[org.locationtech.jts.noding.NodingValidator].checkEndPtVertexIntersections(org.locationtech.jts.geom.Coordinate,java.util.Collection) | 68 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision].isDelaunay() | 322 | 0 | 0.0% | [] |
[org.locationtech.jts.io.kml.KMLReader].prepareTypedArray(java.util.List,java.lang.Class) | 150 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.ExtractLineByLocation].computeLinear(org.locationtech.jts.linearref.LinearLocation,org.locationtech.jts.linearref.LinearLocation) | 48 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.DouglasPeuckerSimplifier].getResultGeometry() | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.index.bintree.Node].createSubnode(int) | 49 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.AppIcons].load(java.lang.String) | 36 | 0 | 0.0% | [] |
[org.jdom2.xpath.jaxen.JDOMCoreNavigator].writeObject(java.io.ObjectOutputStream) | 97 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoverageRing].extractSectionWrap(int,int) | 33 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoverageRing].next(int) | 47 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.ConvexHull].cleanRing(org.locationtech.jts.geom.Coordinate[]) | 152 | 0 | 0.0% | [] |
[org.locationtech.jts.shape.CubicBezierCurve].access$100(org.locationtech.jts.shape.CubicBezierCurve,org.locationtech.jts.geom.Polygon) | 38 | 0 | 0.0% | [] |
[org.locationtech.jts.shape.CubicBezierCurve].controlPoints(org.locationtech.jts.geom.Coordinate[],boolean,double,double) | 43 | 0 | 0.0% | [] |
[org.jdom2.transform.JDOMSource].buildDocumentReader() | 77 | 0 | 0.0% | [] |
[org.jdom2.output.support.WalkerNORMALIZE].analyzeMultiText(org.jdom2.output.support.AbstractFormattedWalker$MultiText,int,int) | 42 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter].deleteVertices(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Envelope) | 70 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.LayerList].find(java.lang.String) | 90 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LengthIndexOfPoint].segmentNearestMeasure(org.locationtech.jts.geom.LineSegment,org.locationtech.jts.geom.Coordinate,double) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter].createPointStroke(java.awt.Stroke) | 57 | 0 | 0.0% | [] |
[org.locationtech.jts.index.strtree.STRtree].getComparator() | 84 | 1 | 1.190% | [] |
[org.locationtech.jts.simplify.VWSimplifier].getResultGeometry() | 43 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryViewStylePanel].access$000(org.locationtech.jtstest.testbuilder.GeometryViewStylePanel) | 92 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.Triangle].area(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 33 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.GeometryCombiner].replace(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 49 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.MultiFormatReader].readGML(java.lang.String) | 44 | 0 | 0.0% | [] |
[org.jdom2.input.StAXStreamBuilder].fragment(javax.xml.stream.XMLStreamReader) | 181 | 0 | 0.0% | [] |
[org.jdom2.Verifier].checkJDOMName(java.lang.String) | 37 | 0 | 0.0% | [] |
[org.jdom2.Verifier].checkNamespaceCollision(org.jdom2.Namespace,java.util.List,int) | 69 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.Verifier].checkXMLName(java.lang.String) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.LayerListPanel].access$600(org.locationtech.jtstest.testbuilder.LayerListPanel,org.locationtech.jtstest.testbuilder.model.Layer) | 249 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.TestCaseEdit].runRelate() | 60 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.construct.MaximumInscribedCircle].createInterorPointCell(org.locationtech.jts.geom.Geometry) | 90 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.TPVWSimplifier].createEdges(org.locationtech.jts.geom.MultiLineString,java.util.BitSet) | 112 | 0 | 0.0% | [] |
[org.locationtech.jts.awt.ShapeReader].nextCoordinateArray(java.awt.geom.PathIterator) | 59 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlay.validate.OverlayResultValidator].reportResult(int,int[],boolean) | 48 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.BusyDialog].access$502(org.locationtech.jtstest.testbuilder.BusyDialog,java.lang.String) | 63 | 0 | 0.0% | [] |
[org.jdom2.located.LocatedJDOMFactory].entityRef(int,int,java.lang.String,java.lang.String) | 65 | 0 | 0.0% | [] |
[org.jdom2.input.sax.SAXHandler].getDocumentLocator() | 304 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.FileUtil].copyFile(java.io.File,java.io.File) | 45 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.PolygonHullSimplifier].polygonHull(org.locationtech.jts.geom.Polygon,java.util.List,org.locationtech.jts.simplify.RingHullIndex) | 91 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.SineStarFactory].createSineStar() | 45 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.HtmlWriter].htmlForBinaryPredicates(org.locationtech.jtstest.testbuilder.model.TestCaseEdit,int) | 239 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LocationIndexOfPoint].indexOfFromStart(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.linearref.LinearLocation) | 40 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.UnionInteracting].extractElements(org.locationtech.jts.geom.Geometry,boolean[],boolean) | 35 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle].getNeighbours() | 92 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.BufferFunctions].bufferRadius(org.locationtech.jts.geom.Geometry) | 79 | 0 | 0.0% | [] |
[org.locationtech.jts.io.gml2.GeometryStrategies].findStrategy(java.lang.String,java.lang.String) | 224 | 0 | 0.0% | [] |
[org.locationtech.jts.math.Vector2D].hashCode() | 70 | 0 | 0.0% | [] |
[org.locationtech.jtstest.clean.CleanDuplicatePoints].clean(org.locationtech.jts.geom.GeometryCollection) | 46 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.LineHandlingFunctions].dissolve(org.locationtech.jts.geom.Geometry) | 35 | 0 | 0.0% | [] |
[org.locationtech.jtslab.edgeray.EdgeRayIntersectionArea].getVertices(org.locationtech.jts.geom.Geometry) | 54 | 0 | 0.0% | [] |
[org.locationtech.jts.util.GeometricShapeFactory].coordTrans(double,double,org.locationtech.jts.geom.Coordinate) | 167 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.SVGWriter].indent(int,java.io.Writer) | 135 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoverageRingEdges].lambda$findBoundaryNodes$0(java.util.Map$Entry) | 152 | 0 | 0.0% | [] |
[org.jdom2.util.NamespaceStack].isInScope(org.jdom2.Namespace) | 144 | 0 | 0.0% | [] |
[org.jdom2.input.StAXEventBuilder].build(javax.xml.stream.XMLEventReader) | 67 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.VertexLocater].getLocations(org.locationtech.jts.geom.Coordinate,double) | 53 | 0 | 0.0% | [] |
[org.json.simple.JSONValue].escape(java.lang.String,java.lang.StringBuffer) | 105 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.PrecisionModel].hashCode() | 34 | 13 | 38.23% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.GridElement].drawScaleMarks(java.awt.Graphics2D) | 197 | 0 | 0.0% | [] |
[org.jdom2.UncheckedJDOMFactory].setRoot(org.jdom2.Document,org.jdom2.Element) | 106 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.GeometryExtracter].extract(org.locationtech.jts.geom.Geometry,java.lang.String) | 35 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.StyleList].getEntryIndex(org.locationtech.jtstest.testbuilder.ui.style.Style) | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.io.WKBHexFileReader].isAtEndOfFile(java.io.BufferedReader) | 46 | 0 | 0.0% | [] |
[org.locationtech.jts.precision.EnhancedPrecisionOp].buffer(org.locationtech.jts.geom.Geometry,double) | 56 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.NodingFunctions].snapRoundingNoder(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry,double) | 65 | 0 | 0.0% | [] |
[org.locationtech.jtstest.geomfunction.SpreaderGeometryFunction].getReturnType() | 37 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.JTSTestBuilder].getGeometryFactory() | 39 | 0 | 0.0% | [] |
[org.locationtech.jtstest.cmd.GeometryOutput].addName(java.lang.String,int,java.lang.StringBuilder) | 67 | 0 | 0.0% | [] |
[org.jdom2.Document].readObject(java.io.ObjectInputStream) | 108 | 0 | 0.0% | [] |
[org.jdom2.Document].canContainContent(org.jdom2.Content,int,boolean) | 39 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.Viewport].getGridSizeModel() | 138 | 0 | 0.0% | [] |
[org.locationtech.jts.noding.SegmentStringUtil].extractNodedSegmentStrings(org.locationtech.jts.geom.Geometry) | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.tri.Tri].toString() | 198 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.FacetLocater].toIntArray(java.util.Vector) | 68 | 0 | 0.0% | [] |
[org.locationtech.jts.index.kdtree.KdTree].query(org.locationtech.jts.geom.Envelope,org.locationtech.jts.index.kdtree.KdNodeVisitor) | 33 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.ViewStyle].isLegendMetricsEnabled() | 51 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.PrecisionModelPanel].rbFloatingSingle_actionPerformed(java.awt.event.ActionEvent) | 82 | 0 | 0.0% | [] |
[org.locationtech.jts.io.gml2.GMLHandler].warning(org.xml.sax.SAXParseException) | 73 | 0 | 0.0% | [] |
[org.locationtech.jts.awt.PolygonShape].getPathIterator(java.awt.geom.AffineTransform,double) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.ValidationFunctions].nonSimpleEndpoints(org.locationtech.jts.geom.Geometry) | 39 | 0 | 0.0% | [] |
[org.locationtech.jts.io.geojson.GeoJsonReader].createCoordinate(java.util.List) | 205 | 0 | 0.0% | [] |
[org.locationtech.jts.noding.BoundaryChainNoder].getNodedSubstrings() | 35 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder].distanceToSeg(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 72 | 0 | 0.0% | [] |
[org.locationtech.jtstest.cmd.JTSOpRunner].isCustomSRID(int) | 312 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.OverlayNGTestFunctions].edgesOverlayResult(org.locationtech.jts.geom.Geometry) | 111 | 0 | 0.0% | [] |
[org.locationtech.jts.planargraph.DirectedEdgeStar].add(org.locationtech.jts.planargraph.DirectedEdge) | 37 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.polygonize.PolygonizeGraph].getNode(org.locationtech.jts.geom.Coordinate) | 142 | 0 | 0.0% | [] |
[org.json.simple.JSONObject].escape(java.lang.String) | 53 | 0 | 0.0% | [] |
[org.locationtech.jts.io.gml2.GMLWriter].prefix() | 199 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.DelaunayTriangulationBuilder].getTriangles(org.locationtech.jts.geom.GeometryFactory) | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.distance.FacetSequence].toString() | 107 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool].getIndicatorCircle(java.awt.geom.Point2D) | 57 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.UnaryUnionOp].unionNoOpt(org.locationtech.jts.geom.Geometry) | 63 | 0 | 0.0% | [] |
[org.locationtech.jts.geomgraph.PlanarGraph].addEdges(java.util.List) | 54 | 11 | 20.37% | [] |
[org.locationtech.jts.algorithm.axis.ApproximateMedialAxis].angleBisector(org.locationtech.jts.triangulate.tri.Tri,int) | 206 | 0 | 0.0% | [] |
[org.locationtech.jts.shape.fractal.HilbertCode].deinterleave(int) | 87 | 0 | 0.0% | [] |
[org.locationtech.jts.index.strtree.EnvelopeDistance].maxDistance(double,double,double,double,double,double,double,double) | 39 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.InputExtracter].add(org.locationtech.jts.geom.Geometry) | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.OctagonalEnvelope].expandToInclude(org.locationtech.jts.geom.CoordinateSequence) | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.OctagonalEnvelope].expandToInclude(double,double) | 102 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.JTSFunctions].create_S(org.locationtech.jts.geom.Geometry) | 50 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader].toString() | 41 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder].getTriangles(org.locationtech.jts.geom.GeometryFactory) | 55 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.polygonize.Polygonizer].add(org.locationtech.jts.geom.LineString) | 97 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner].createBoundaryIntersector(org.locationtech.jts.geom.Coordinate[],org.locationtech.jts.geom.Coordinate[][]) | 159 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.CreateShapeFunctions].nGon(org.locationtech.jts.geom.Geometry,int) | 169 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.BufferOp].bufferOp(org.locationtech.jts.geom.Geometry,double,org.locationtech.jts.operation.buffer.BufferParameters) | 42 | 0 | 0.0% | [] |
[org.locationtech.jts.coverage.CoveragePolygonValidator].createInvalidLines(java.util.List) | 126 | 0 | 0.0% | [] |
[org.jdom2.AttributeList].isEmpty() | 55 | 0 | 0.0% | ['JtsFuzzer'] |
[org.jdom2.output.Format].setSpecifiedAttributesOnly(boolean) | 218 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.CGAlgorithms].length(org.locationtech.jts.geom.CoordinateSequence) | 132 | 0 | 0.0% | [] |
[org.jdom2.input.SAXBuilder].build(java.lang.String) | 201 | 0 | 0.0% | [] |
[org.locationtech.jts.awt.ShapeWriter].transformPoint(org.locationtech.jts.geom.Coordinate,java.awt.geom.Point2D) | 97 | 0 | 0.0% | [] |
[org.locationtech.jts.shape.random.RandomPointsInGridBuilder].randomPointInCircle(double,double,double,double) | 45 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.ArrowLineEndStyle].fin(java.awt.geom.Point2D,java.awt.geom.Point2D,double,double) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.Layer].resetStyle() | 49 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.util.AffineTransformationFactory].createFromBaseLines(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 41 | 0 | 0.0% | [] |
[org.locationtech.jts.util.Stopwatch].getTimeString(long) | 32 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.DistanceFunctions].nearestPointsIndexedEachB(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 33 | 0 | 0.0% | [] |
[org.jdom2.output.support.WalkerTRIM].analyzeMultiText(org.jdom2.output.support.AbstractFormattedWalker$MultiText,int,int) | 33 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.hull.ConcaveHull].toGeometry(java.util.List,org.locationtech.jts.geom.GeometryFactory) | 151 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.valid.IsSimpleOp].trimRepeatedPoints(org.locationtech.jts.geom.Coordinate[]) | 142 | 0 | 0.0% | [] |
[org.locationtech.jts.noding.snapround.HotPixel].intersectsScaled(double,double,double,double) | 69 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.LoadTestCasesDialog].btnCancel_actionPerformed(java.awt.event.ActionEvent) | 68 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.InfoPanel].addInfo(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.locationtech.jts.util.PriorityQueue].reorder(int) | 39 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.style.LayerStyle].trimLine(org.locationtech.jts.geom.Geometry,double) | 140 | 0 | 0.0% | [] |
[org.locationtech.jts.io.WKTWriter].format(double,double) | 244 | 1 | 0.409% | [] |
[org.locationtech.jts.noding.SegmentNodeList].addEdgeCoordinates(org.locationtech.jts.noding.SegmentNode,org.locationtech.jts.noding.SegmentNode,org.locationtech.jts.geom.CoordinateList) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool].drawLine(java.awt.Graphics,java.awt.Point,java.awt.Point) | 59 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.render.TitleElement].drawBox(java.awt.Rectangle,java.awt.Graphics2D) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.PolygonOverlayFunctions].node(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.PrecisionModel) | 73 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.SelectionFunctions].firstNComponents(org.locationtech.jts.geom.Geometry,int) | 57 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryTreePanel].treeWillCollapse(javax.swing.event.TreeExpansionEvent) | 75 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryEditPanel].access$1000(org.locationtech.jtstest.testbuilder.GeometryEditPanel,java.awt.Graphics2D,org.locationtech.jts.geom.Coordinate,java.awt.Color) | 393 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator].isWithinToleranceOfBoundary(org.locationtech.jts.geom.Coordinate) | 35 | 0 | 0.0% | [] |
[org.locationtech.jts.index.strtree.BoundablePair].expand(org.locationtech.jts.index.strtree.Boundable,org.locationtech.jts.index.strtree.Boundable,boolean,java.util.PriorityQueue,double) | 48 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.VWLineSimplifier].simplifyVertex(org.locationtech.jts.simplify.VWLineSimplifier$VWVertex) | 63 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.HSBPalette].color(int,int) | 38 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex].displaceFromFlatCorner(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double) | 113 | 0 | 0.0% | [] |
[org.locationtech.jts.util.StringUtil].chars(char,int) | 37 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.ConformingDelaunayTriangulator].findNonGabrielPoint(org.locationtech.jts.triangulate.Segment) | 155 | 0 | 0.0% | [] |
[org.locationtech.jtstest.util.io.WKBDumper].readEndian() | 104 | 0 | 0.0% | [] |
[org.jdom2.Attribute].orderFirst(org.jdom2.Namespace,java.util.List) | 31 | 0 | 0.0% | [] |
[org.jdom2.Attribute].setParent(org.jdom2.Element) | 48 | 0 | 0.0% | ['JtsFuzzer'] |
[org.locationtech.jtstest.testbuilder.ValidPanel].access$000(org.locationtech.jtstest.testbuilder.ValidPanel) | 192 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.GeometryStretcherView].isCacheValid() | 41 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.controller.ResultController].access$700(org.locationtech.jtstest.testbuilder.controller.ResultController) | 105 | 0 | 0.0% | [] |
[org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry].createTestBuilderRegistry() | 74 | 0 | 0.0% | [] |
[org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry].add(org.locationtech.jtstest.geomfunction.GeometryFunction) | 34 | 0 | 0.0% | [] |
[org.jdom2.transform.JDOMResult].setLexicalHandler(org.xml.sax.ext.LexicalHandler) | 123 | 0 | 0.0% | [] |
[org.locationtech.jts.index.bintree.Bintree].collectStats(org.locationtech.jts.index.bintree.Interval) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtslab.edgeray.EdgeRay].areaTerm(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,boolean) | 31 | 0 | 0.0% | [] |
[org.jdom2.StringBin].size() | 99 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.hull.ConcaveHullOfPolygons].extractShellRings(org.locationtech.jts.geom.Geometry) | 204 | 0 | 0.0% | [] |
[org.locationtech.jts.io.WKTFileReader].isAtEndOfFile(java.io.BufferedReader) | 51 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.hull.HullTri].compareTo(java.lang.Object) | 91 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.GeometryUtil].totalEnvelope(org.locationtech.jts.geom.Geometry) | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.simplify.LinkedLine].toString() | 49 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.buffer.SubgraphDepthLocater].findStabbedSegments(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geomgraph.DirectedEdge,java.util.List) | 46 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlayng.OverlayLabel].toString() | 31 | 0 | 0.0% | [] |
[org.locationtech.jts.io.ByteOrderValues].putDouble(double,byte[],int) | 40 | 0 | 0.0% | [] |
[org.jdom2.output.LineSeparator].value() | 31 | 0 | 0.0% | [] |
[org.locationtech.jts.util.Debug].instancePrint(java.lang.String) | 132 | 0 | 0.0% | [] |
[org.jdom2.output.support.SAXTarget].getLocator() | 32 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.polygonize.EdgeRing].setProcessed(boolean) | 142 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.VoronoiDiagramBuilder].clipGeometryCollection(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Envelope) | 44 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.SwingUtil].setAntiAlias(java.awt.Graphics2D,boolean) | 119 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.FunctionsUtil].getFactoryOrDefault(org.locationtech.jts.geom.Geometry) | 50 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.TestCaseTextDialog].writeViewGeometry(java.lang.String,java.lang.String) | 163 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.union.OverlapUnion].access$100(org.locationtech.jts.geom.Envelope,org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 65 | 0 | 0.0% | [] |
[org.locationtech.jts.geom.CoordinateArrays].measures(org.locationtech.jts.geom.Coordinate[]) | 55 | 6 | 10.90% | [] |
[org.locationtech.jts.geom.CoordinateArrays].increasingDirection(org.locationtech.jts.geom.Coordinate[]) | 46 | 6 | 13.04% | [] |
[org.locationtech.jts.geom.CoordinateArrays].reverse(org.locationtech.jts.geom.Coordinate[]) | 44 | 0 | 0.0% | [] |
[org.jdom2.output.SAXOutputter].getLocator() | 130 | 0 | 0.0% | [] |
[org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator].isBetweenFrameAndInserted(org.locationtech.jts.triangulate.quadedge.QuadEdge,org.locationtech.jts.triangulate.quadedge.Vertex) | 54 | 0 | 0.0% | [] |
[org.jdom2.Namespace].readResolve() | 52 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.DiffFunctions].extractSegmentsNorm(org.locationtech.jts.geom.Geometry) | 76 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.model.GeometryEditModel].fireGeometryChanged(org.locationtech.jtstest.testbuilder.model.GeometryEvent) | 155 | 0 | 0.0% | [] |
[org.jdom2.xpath.XPathBuilder].compileWith(org.jdom2.xpath.XPathFactory) | 52 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LengthIndexedLine].positiveIndex(double) | 36 | 0 | 0.0% | [] |
[org.locationtech.jtstest.function.SortingFunctions].sortByMortonCode(org.locationtech.jts.geom.Geometry) | 61 | 0 | 0.0% | [] |
[org.locationtech.jts.algorithm.MinimumBoundingCircle].pointWithMinAngleWithSegment(org.locationtech.jts.geom.Coordinate[],org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate) | 120 | 0 | 0.0% | [] |
[org.locationtech.jtstest.test.TestCase].toNullOrGeometry(java.lang.String) | 170 | 0 | 0.0% | [] |
[org.locationtech.jts.linearref.LinearGeometryBuilder].getGeometry() | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator].computeOffsetPoints(org.locationtech.jts.geom.Coordinate,org.locationtech.jts.geom.Coordinate,double,java.util.List) | 33 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.WKTPanel].access$000(org.locationtech.jtstest.testbuilder.WKTPanel,int) | 277 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel].populate(java.util.List) | 57 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.geom.SegmentExtracter].extract(org.locationtech.jts.geom.Geometry,org.locationtech.jts.geom.Geometry) | 43 | 0 | 0.0% | [] |
[org.locationtech.jts.operation.overlayarea.SimpleOverlayArea].areaForInteriorVertices(org.locationtech.jts.geom.CoordinateSequence,boolean,org.locationtech.jts.geom.CoordinateSequence) | 52 | 0 | 0.0% | [] |
[org.locationtech.jtslab.clip.RectangleClipPolygon].isInsideEdge(org.locationtech.jts.geom.Coordinate,int) | 104 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop].access$300(org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop) | 157 | 0 | 0.0% | [] |
[org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel].access$000(java.lang.Object) | 100 | 0 | 0.0% | [] |
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
org.jdom2.located.LocatedElement | [] | [] |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$NearestVertexFilter | ['JtsFuzzer'] | [] |
org.jdom2.output.support.WalkerTRIM | [] | [] |
org.locationtech.jts.operation.overlayng.CoverageUnion | [] | [] |
org.jdom2.xpath.jaxen.NamespaceContainer | [] | [] |
org.jdom2.Content$CType | [] | [] |
org.locationtech.jts.geom.Dimension | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.OrientationFunctions | [] | [] |
org.locationtech.jts.geom.PrecisionModel$Type | [] | [] |
org.locationtech.jtstest.testbuilder.geom.FacetLocater | [] | [] |
org.locationtech.jts.coverage.TPVWSimplifier$EdgeIndex | [] | [] |
org.locationtech.jts.algorithm.construct.IndexedDistanceToPoint | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayMixedPoints$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.PointLocationFunctions | [] | [] |
org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder$1 | ['JtsFuzzer'] | [] |
org.jdom2.util.NamespaceStack$BackwardWalker | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.Edge | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.SegmentMCIndex | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.FastOverlayFilter | [] | [] |
org.locationtech.jts.geom.prep.PreparedLineString | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.construct.MaximumInscribedCircle$Cell | [] | [] |
org.locationtech.jtstest.function.TestCaseGeometryFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ResultWKTPanel$2 | [] | [] |
org.locationtech.jts.edgegraph.EdgeGraphBuilder$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector$SegmentOverlapAction | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.WKTWriter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$2 | [] | [] |
org.jdom2.Namespace$NamespaceSerializationProxy | [] | [] |
org.locationtech.jts.operation.distance.IndexedFacetDistance$FacetSequenceDistance | [] | [] |
org.locationtech.jts.geom.Coordinate$DimensionalComparator | [] | [] |
org.jdom2.filter.ClassFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.NearestPointFinder$NearestPointFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.CubicBezierCurve$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.index.SweepLineEvent | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.StringUtil | [] | [] |
org.locationtech.jts.dissolve.LineDissolver$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelDialog | [] | [] |
org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer | [] | [] |
org.jdom2.output.support.AbstractFormattedWalker$MultiText | [] | [] |
org.locationtech.jts.triangulate.SplitSegment | [] | [] |
org.locationtech.jtstest.testbuilder.model.TestBuilderModel$CaseList | [] | [] |
org.locationtech.jts.geom.Coordinates | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$10 | [] | [] |
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder$MaxMidpointDistanceFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GMLHandler | [] | [] |
org.locationtech.jts.simplify.VWSimplifier$VWTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.match.FrechetSimilarityMeasure | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryInputDialog$1 | [] | [] |
org.locationtech.jtstest.testbuilder.InfoPanel | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel | [] | [] |
org.locationtech.jtstest.function.GeometryFunctions$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.BoundaryOp | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$1 | [] | [] |
org.locationtech.jts.precision.GeometryPrecisionReducer | [] | [] |
org.locationtech.jts.simplify.VWLineSimplifier | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.util.ExceptionFormatter | [] | [] |
org.locationtech.jts.index.strtree.SIRtree$3 | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.InteriorPoint | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.StyleEntry | [] | [] |
org.locationtech.jts.geomgraph.TopologyLocation | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.EnvelopeDistance | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$3 | [] | [] |
org.locationtech.jtstest.testbuilder.controller.ResultController$1 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.ZoomTool | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision | [] | [] |
org.locationtech.jts.geom.CoordinateArrays | ['JtsFuzzer'] | [] |
org.jdom2.Verifier | ['JtsFuzzer'] | [] |
org.jdom2.input.sax.XMLReaders$XSDSingleton | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$1 | [] | [] |
org.locationtech.jts.util.Debug$SegmentFindingFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.event.SpatialFunctionPanelEvent | [] | [] |
org.jdom2.input.JDOMParseException | [] | [] |
org.locationtech.jts.operation.polygonize.EdgeRing$EnvelopeComparator | [] | [] |
org.locationtech.jts.geom.Envelope | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$6 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover$MoveVertexOperation | [] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel$4 | [] | [] |
org.jdom2.CDATA | ['JtsFuzzer'] | [] |
org.jdom2.filter.OrFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$4 | [] | [] |
org.locationtech.jts.geom.impl.PackedCoordinateSequence$Float | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.UserDataFunctions | [] | [] |
org.locationtech.jts.algorithm.RobustLineIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$22 | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$1 | [] | [] |
org.locationtech.jts.operation.overlayarea.OverlayArea$PolygonAreaFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.SpatialFunctionPanel$2 | [] | [] |
org.jdom2.AttributeList$ALIterator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SpatialIndexFunctions$2 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreePanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.LineStringTool | [] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$1 | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayEdgeRing | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.model.TestBuilderModel | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$14 | [] | [] |
org.locationtech.jts.io.twkb.TWKBHeader$GeometryType | [] | [] |
org.locationtech.jts.algorithm.PointLocator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.model.StaticGeometryContainer | [] | [] |
org.locationtech.jtstest.testbuilder.model.ListGeometryContainer | [] | [] |
org.locationtech.jtstest.testbuilder.TestBuilderDialogs | [] | [] |
org.locationtech.jtstest.testbuilder.LoadTestCasesDialog$2 | [] | [] |
org.jdom2.DescendantIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.GeometryGraph | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LinearRingNode | [] | [] |
org.locationtech.jts.simplify.RingHullIndex | [] | [] |
org.locationtech.jts.triangulate.polygon.PolygonEarClipper | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$15 | [] | [] |
org.locationtech.jts.operation.overlayng.PrecisionReducer | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.tri.Tri | [] | [] |
org.locationtech.jts.operation.buffer.validate.BufferDistanceValidator | [] | [] |
org.json.simple.JSONArray | [] | [] |
org.locationtech.jts.algorithm.RobustDeterminant | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$15 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.SwingUtil$1 | [] | [] |
org.locationtech.jts.index.hprtree.HilbertEncoder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.model.TestRunnerTestCaseAdapter | [] | [] |
org.locationtech.jtstest.util.GeometryDataUtil | [] | [] |
org.locationtech.jts.simplify.LinkedRing | [] | [] |
org.locationtech.jts.operation.distance.GeometryLocation | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.WKBWriter | [] | [] |
org.jdom2.output.XMLOutputter$DefaultXMLProcessor | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel$2 | [] | [] |
org.locationtech.jts.algorithm.distance.DiscreteFrechetDistance$RectMatrix | [] | [] |
org.locationtech.jts.simplify.RingHull | [] | [] |
org.locationtech.jtstest.testbuilder.SpatialFunctionPanel$1 | [] | [] |
org.jdom2.output.XMLOutputter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$5 | [] | [] |
org.locationtech.jts.awt.PointShapeFactory$Point | [] | [] |
org.locationtech.jts.operation.overlay.MinimalEdgeRing | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.Orientation | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.IndexedPointOnLineLocator | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.snapround.MCIndexSnapRounder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.CoverageFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.topostretch.StretchedVertexFinder | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$7 | [] | [] |
org.jdom2.output.StAXEventOutputter | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle | [] | [] |
org.locationtech.jts.geom.util.GeometryTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.Memory | [] | [] |
org.locationtech.jts.geom.util.AffineTransformationBuilder | [] | [] |
org.jdom2.transform.JDOMSource$JDOMInputSource | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.LayerStyle | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryComponentTransformer$TransformOperation | [] | [] |
org.locationtech.jtslab.clean.SmallHoleRemover | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$5 | [] | [] |
org.locationtech.jtstest.function.TriangleFunctions | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.BufferSubgraph | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlay.OverlayOp | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.hprtree.HPRtree$ItemComparator | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.construct.LargestEmptyCircle$Cell | [] | [] |
org.jdom2.SlimJDOMFactory | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$3 | [] | [] |
org.locationtech.jts.awt.ShapeCollectionPathIterator | [] | [] |
org.locationtech.jts.algorithm.RectangleLineIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.ComponentCoordinateExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder$MaxPointDistanceFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.bintree.Node | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreeModel$LengthComparator | [] | [] |
org.locationtech.jts.util.GeometricShapeFactory | [] | [] |
org.locationtech.jts.util.Assert | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.PolygonOverlayFunctions$1 | [] | [] |
org.locationtech.jts.geom.impl.CoordinateArraySequence | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.EdgeList | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.style.MidArrowLineStyle | [] | [] |
org.locationtech.jts.shape.fractal.SierpinskiCarpetBuilder | [] | [] |
org.jdom2.input.StAXStreamBuilder | [] | [] |
org.locationtech.jts.operation.overlayng.UnaryUnionNG$1 | [] | [] |
org.locationtech.jts.operation.valid.TopologyValidationError | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.predicate.EnvelopeIntersectsVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.BufferBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.TriangleFunctions$3 | ['JtsFuzzer'] | [] |
org.json.simple.JSONValue | [] | [] |
org.jdom2.transform.JDOMResult$FragmentHandler | [] | [] |
org.locationtech.jts.operation.buffer.OffsetCurve$MatchCurveSegmentAction | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$17 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$14 | [] | [] |
org.locationtech.jtslab.ClipFunctions | [] | [] |
org.jdom2.input.sax.XMLReaders$NONSingleton | [] | [] |
org.locationtech.jts.operation.relate.EdgeEndBundleStar | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$8 | [] | [] |
org.locationtech.jtstest.function.SortingFunctions$UserDataDoubleComparator | [] | [] |
org.locationtech.jts.precision.EnhancedPrecisionOp | [] | [] |
org.locationtech.jts.io.twkb.TWKBReader | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$10 | [] | [] |
org.locationtech.jts.noding.snapround.SnapRoundingNoder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SelectionFunctions$2 | [] | [] |
org.locationtech.jts.util.TestBuilderProxy | [] | [] |
org.locationtech.jts.geomgraph.Node | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.fractal.MortonCurveBuilder | [] | [] |
org.locationtech.jts.linearref.LengthIndexOfPoint | [] | [] |
org.locationtech.jtstest.cmd.JTSOpRunner$OpParams | [] | [] |
org.locationtech.jtstest.testbuilder.ui.SwingWorker$2 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryCollectionNode | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryComponentDeleter$DeleteComponentOperation | [] | [] |
org.locationtech.jtstest.testbuilder.CoordinateNode | [] | [] |
org.locationtech.jts.geom.PrecisionModel | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.polygonize.HoleAssigner | [] | [] |
org.jdom2.util.NamespaceStack | [] | [] |
org.locationtech.jts.io.WKBReader | [] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$3 | [] | [] |
org.locationtech.jts.noding.SimpleSegmentSetMutualIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.prep.PreparedGeometryFactory | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.MaximalEdgeRing | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.MultiPolygon | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$10 | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$8 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$25 | [] | [] |
org.locationtech.jts.edgegraph.HalfEdge | ['JtsFuzzer'] | [] |
org.jdom2.output.Format | ['JtsFuzzer'] | [] |
org.jdom2.util.NamespaceStack$EmptyIterable | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.RobustClipEnvelopeComputer | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.predicate.GeometryContainsPointVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.Polygon | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.InteriorPointLine | [] | [] |
org.locationtech.jts.geomgraph.NodeFactory | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.EnvelopeClipper | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$7 | [] | [] |
org.locationtech.jts.math.Plane3D | [] | [] |
org.jdom2.input.sax.XMLReaders$DTDSingleton | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.VertexLabelStyle | [] | [] |
org.locationtech.jts.index.bintree.Bintree | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$28 | [] | [] |
org.locationtech.jts.operation.valid.IsValidOp | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.GeometryFunctions | [] | [] |
org.locationtech.jts.operation.union.UnionInteracting | [] | [] |
org.locationtech.jts.geomgraph.index.SimpleEdgeSetIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.impl.PackedCoordinateSequence$Double | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.GeometryCollection | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$5 | [] | [] |
org.locationtech.jtstest.testbuilder.model.TestBuilderModel$1 | [] | [] |
org.locationtech.jtstest.function.WriterFunctions | [] | [] |
org.jdom2.input.sax.TextBuffer | [] | [] |
org.locationtech.jts.planargraph.DirectedEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.valid.PolygonRing | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$3 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.ArrowSegmentStyle | [] | [] |
org.locationtech.jts.geom.util.GeometryEditor$NoOpGeometryOperation | [] | [] |
org.locationtech.jts.operation.overlay.validate.PolygonalLineworkExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.intervalrtree.IntervalRTreeNode$NodeComparator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$8 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.EditVertexTool | [] | [] |
org.locationtech.jtstest.function.LabellingFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ui.GraphicsUtil | [] | [] |
org.locationtech.jts.operation.union.DisjointSets | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.GeometryFactory | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.HCoordinate | [] | [] |
org.locationtech.jts.operation.union.CascadedPolygonUnion | [] | [] |
org.locationtech.jts.index.intervalrtree.IntervalRTreeBranchNode | ['JtsFuzzer'] | [] |
org.jdom2.filter.ContentFilter | ['JtsFuzzer'] | [] |
org.jdom2.filter.ElementFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.construct.MaximumInscribedCircle | [] | [] |
org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop$2 | [] | [] |
org.locationtech.jtstest.function.TriangleFunctions$1 | ['JtsFuzzer'] | [] |
org.jdom2.ContentList$CLListIterator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$18 | [] | [] |
org.locationtech.jts.precision.CommonBitsOp | [] | [] |
org.locationtech.jts.operation.union.PartitionedUnion$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.EdgeMerger | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover | [] | [] |
org.locationtech.jtslab.OverlayOptFunctions | [] | [] |
org.locationtech.jts.algorithm.distance.DiscreteFrechetDistance | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$5 | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$5 | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$4 | [] | [] |
org.locationtech.jtstest.testbuilder.SpatialFunctionPanel$3 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryDepiction | [] | [] |
org.locationtech.jts.noding.NodeVertexIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.PrecisionUtil$InherentScaleFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.InteriorPointPoint | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$12 | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$3 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$1 | [] | [] |
org.locationtech.jts.coverage.CoveragePolygonValidator | [] | [] |
org.locationtech.jts.index.strtree.Interval | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.MultiPoint | ['JtsFuzzer'] | [] |
org.locationtech.jts.awt.ShapeReader | [] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelPanel | [] | [] |
org.jdom2.output.support.AbstractFormattedWalker$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.render.TitleElement | [] | [] |
org.jdom2.output.support.AbstractFormattedWalker$Trim | [] | [] |
org.locationtech.jts.algorithm.PointLocation | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.cmd.JTSOpRunner | [] | [] |
org.jdom2.transform.XSLTransformer | [] | [] |
org.jdom2.Document | ['JtsFuzzer'] | [] |
org.jdom2.Namespace | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.HullFunctions | [] | [] |
org.locationtech.jts.algorithm.distance.DiscreteFrechetDistance$CsrMatrix | [] | [] |
org.locationtech.jtstest.util.io.SVGWriter | [] | [] |
org.locationtech.jts.algorithm.hull.HullTri | [] | [] |
org.locationtech.jts.algorithm.InteriorPointArea | [] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$8 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$11 | [] | [] |
org.locationtech.jtstest.testbuilder.StatsPanel | [] | [] |
org.locationtech.jtstest.testbuilder.ResultWKTPanel | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$10 | [] | [] |
org.locationtech.jts.index.chain.MonotoneChainSelectAction | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$4 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater$NearestSegmentLocationFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.topostretch.StretchedVertex | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter$InsertVertexOperation | [] | [] |
org.locationtech.jts.noding.BoundaryChainNoder$Segment | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.bintree.Root | [] | [] |
org.locationtech.jts.noding.OrientedCoordinateArray | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.polygon.TriDelaunayImprover | [] | [] |
org.locationtech.jts.math.Vector2D | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.geomfunction.GeometryFunctionUtil | [] | [] |
org.locationtech.jtstest.testbuilder.PolygonNode | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayLabel | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.Corner | [] | [] |
org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation | [] | [] |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper$1 | ['JtsFuzzer'] | [] |
org.jdom2.located.LocatedCDATA | [] | [] |
org.locationtech.jts.operation.overlayng.ElevationModel$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.NodingValidator | [] | [] |
org.locationtech.jts.geom.Quadrant | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.util.CommandRunner | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$4 | [] | [] |
org.locationtech.jts.coverage.TPVWSimplifier$Edge | [] | [] |
org.locationtech.jts.algorithm.ConvexHull | [] | [] |
org.locationtech.jtstest.function.OverlayNGSnappingFunctions | [] | [] |
org.locationtech.jts.precision.SimpleMinimumClearance$VertexCoordinateFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$9 | [] | [] |
JtsFuzzer | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.SubgraphDepthLocater$DepthSegment | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.JavaTestWriter | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexInserter | [] | [] |
org.locationtech.jtstest.testbuilder.LoadTestCasesDialog | [] | [] |
org.locationtech.jts.planargraph.Edge | ['JtsFuzzer'] | [] |
org.jdom2.ContentList$FilterList | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.bintree.Interval | [] | [] |
org.locationtech.jts.operation.buffer.BufferInputLineSimplifier | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlay.snap.GeometrySnapper | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ResultWKTPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$17 | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$5 | [] | [] |
org.locationtech.jtstest.test.TestCase | [] | [] |
org.locationtech.jts.noding.MCIndexSegmentSetMutualIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.geomfunction.MetadataUtil | [] | [] |
org.locationtech.jts.noding.snapround.HotPixelIndex$CoordinateShuffler | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.InteriorPoint$EffectiveDimensionFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.index.SimpleSweepLineIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.Rectangle | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame$5 | [] | [] |
org.locationtech.jts.noding.SimpleNoder | ['JtsFuzzer'] | [] |
org.jdom2.internal.SystemProperty | [] | [] |
org.locationtech.jts.operation.overlayng.PrecisionUtil | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.distance3d.Distance3DOp | [] | [] |
org.locationtech.jts.triangulate.ConstraintEnforcementException | [] | [] |
org.locationtech.jtstest.function.PolygonOverlayFunctions$2 | [] | [] |
org.locationtech.jts.util.IntArrayList | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelPanel$1 | [] | [] |
org.locationtech.jts.simplify.TaggedLineStringSimplifier | [] | [] |
org.locationtech.jts.geom.prep.PreparedPoint | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SpatialIndexFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelPanel$3 | [] | [] |
org.locationtech.jtstest.testbuilder.ResultWKTPanel$4 | [] | [] |
org.locationtech.jts.io.gml2.GMLWriter | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$20 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$16 | [] | [] |
org.locationtech.jts.operation.distance.FacetSequence | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.CoveragePolygonValidator$CoverageRingSegment | [] | [] |
org.locationtech.jtstest.function.OverlayNoSnapFunctions$1 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar | [] | [] |
org.locationtech.jts.operation.union.InputExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.GeometryGraphOperation | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.relate.RelateComputer | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.LineStringExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.WKTReader | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$9 | [] | [] |
org.locationtech.jtstest.testbuilder.event.GeometryFunctionEvent | [] | [] |
org.locationtech.jts.linearref.LocationIndexedLine | [] | [] |
org.locationtech.jtstest.function.PolygonizeFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.VertexStyle | [] | [] |
org.locationtech.jts.triangulate.tri.TriEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.VariableBuffer | [] | [] |
org.locationtech.jtslab.geom.util.GeometryEditorEx | [] | [] |
org.locationtech.jtstest.function.OverlayNGSnappingFunctions$2 | [] | [] |
org.locationtech.jts.algorithm.Length | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.HtmlWriter | [] | [] |
org.json.simple.parser.JSONParser | [] | [] |
org.locationtech.jts.index.chain.MonotoneChain | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.BoundaryNodeRule$MultiValentEndPointBoundaryNodeRule | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.CoordinateXY | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.GeometryEditor | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$5 | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeTriangle$QuadEdgeTriangleBuilderVisitor | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayUtil | ['JtsFuzzer'] | [] |
java.lang.Runtime | [] | [] |
org.locationtech.jts.geom.Point | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop | [] | [] |
org.locationtech.jtstest.testbuilder.model.UndoBuffer | [] | [] |
org.locationtech.jtslab.EdgeRayFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryEditPanel | [] | [] |
org.locationtech.jtstest.testbuilder.LayerItemPanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar | [] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$6 | [] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel$3 | [] | [] |
org.locationtech.jts.noding.MCIndexNoder | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.RingClipper | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryPopupMenu$2 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$7 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPoint | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.DrawingGrid | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$13 | [] | [] |
org.locationtech.jts.noding.InteriorIntersectionFinderAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.kdtree.KdTree$QueryStackFrame | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlay.PolygonBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.PolygonOverlayFunctions$IteratedSnappingNoder | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.RendererSwingWorker | [] | [] |
org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction | ['JtsFuzzer'] | [] |
org.locationtech.jts.awt.ShapeCollectionPathIterator$1 | [] | [] |
org.jdom2.filter.PassThroughFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.relate.EdgeEndBundle | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$6 | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$13 | [] | [] |
org.locationtech.jtstest.function.DissolveFunctions | [] | [] |
org.locationtech.jts.index.quadtree.Key | ['JtsFuzzer'] | [] |
org.locationtech.jtslab.edgeray.EdgeRay | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$9 | [] | [] |
org.locationtech.jts.JTSVersion | [] | [] |
org.locationtech.jtstest.function.SortingFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.BusyDialog | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.DeleteByBoxTool | [] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.MultiPointHandler | [] | [] |
org.locationtech.jts.algorithm.match.SimilarityMeasureCombiner | [] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.TintBandStyle | [] | [] |
org.locationtech.jts.triangulate.ConformingDelaunayTriangulator | [] | [] |
org.locationtech.jts.linearref.LocationIndexOfLine | [] | [] |
org.locationtech.jts.triangulate.MidpointSplitPointFinder | [] | [] |
org.locationtech.jts.linearref.LinearGeometryBuilder | [] | [] |
org.locationtech.jts.index.strtree.SIRtree$2 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.clean.CleanDuplicatePoints | [] | [] |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper$HotPixelSnapAction | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.union.UnaryUnionOp | [] | [] |
org.locationtech.jts.awt.PointShapeFactory$X | [] | [] |
org.locationtech.jtstest.function.AffineTransformationFunctions | [] | [] |
org.jdom2.located.LocatedJDOMFactory | [] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.MultiLineHandler | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.PanTool | [] | [] |
org.locationtech.jtslab.clean.InvalidHoleRemover$PolygonInvalidHoleRemover | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.WKTFileReader | [] | [] |
org.locationtech.jts.operation.overlayarea.GeometryArea$PolygonAreaFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$2 | [] | [] |
org.locationtech.jts.operation.overlayng.InputGeometry | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.util.GeometryTextCleaner | [] | [] |
org.locationtech.jts.operation.polygonize.PolygonizeGraph | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.ArrowLineEndStyle | [] | [] |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.IntersectionMatrix | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$7 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$17 | [] | [] |
org.locationtech.jts.operation.overlayng.ElevationModel | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.Ordinate | [] | [] |
org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop$3 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel | [] | [] |
org.locationtech.jts.dissolve.DissolveHalfEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.InputStreamInStream | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.GeometryPainter | [] | [] |
org.locationtech.jts.noding.FastSegmentSetIntersectionFinder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.HtmlSvgTestWriter | [] | [] |
org.locationtech.jts.geom.GeometryCollectionIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.planargraph.Node | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.MinimumBoundingCircle | [] | [] |
org.locationtech.jts.geom.prep.PreparedPolygon | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.MinimumAreaRectangle | [] | [] |
org.jdom2.CloneBase | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.RelatePanel$1 | [] | [] |
org.locationtech.jts.geom.util.AffineTransformationFactory | [] | [] |
org.locationtech.jtstest.util.ClassUtil | [] | [] |
org.locationtech.jtstest.function.BufferFunctions$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.Edge | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.SimpleMinimumClearance$ComputeMCCoordinateSequenceFilter | ['JtsFuzzer'] | [] |
org.jdom2.output.Format$TextMode | [] | [] |
org.locationtech.jts.io.twkb.BoundsExtractor | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.SwingWorker$ThreadVar | [] | [] |
org.locationtech.jtstest.testbuilder.model.GeometryStretcherView | [] | [] |
org.jdom2.xpath.XPath$XPathString | [] | [] |
org.json.simple.JSONObject | [] | [] |
org.jdom2.AttributeList$1 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$6 | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$6 | [] | [] |
org.locationtech.jts.algorithm.construct.LargestEmptyCircle | [] | [] |
org.locationtech.jts.operation.overlayng.UnaryUnionNG | [] | [] |
org.locationtech.jts.geomgraph.Label | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.BusyDialog$2 | [] | [] |
org.locationtech.jts.precision.SimpleMinimumClearance | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$12 | [] | [] |
org.locationtech.jts.geom.CoordinateXYM | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SelectionFunctions | [] | [] |
org.locationtech.jts.operation.union.OverlapUnion | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.style.PolygonStructureStyle | [] | [] |
org.locationtech.jts.noding.Octant | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$4 | [] | [] |
org.jdom2.internal.ReflectionConstructor | [] | [] |
org.locationtech.jts.index.chain.MonotoneChainBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader | [] | [] |
org.locationtech.jts.geom.util.PolygonExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.geomfunction.FilterGeometryFunction | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.distance.DiscreteFrechetDistance$HashMapMatrix | [] | [] |
org.locationtech.jts.util.Debug | [] | [] |
org.locationtech.jts.index.chain.MonotoneChainOverlapAction | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel | [] | [] |
org.jdom2.located.LocatedDocType | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.DataLabelStyle | [] | [] |
org.locationtech.jtslab.clean.HoleRemover$HoleRemoverMapOp | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.polygonize.Polygonizer$LineStringAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.CommonBitsRemover$CommonCoordinateFilter | ['JtsFuzzer'] | [] |
org.jdom2.output.SAXOutputter | [] | [] |
org.locationtech.jts.operation.overlayng.EdgeSourceInfo | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel$GeometryFunctionRenderer | [] | [] |
org.locationtech.jtslab.edgeray.EdgeRayArea | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayLabeller | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.ExtractComponentTool | [] | [] |
org.locationtech.jts.noding.snap.SnappingNoder | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GMLHandler$Handler | [] | [] |
org.locationtech.jts.index.sweepline.SweepLineEvent | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryEditPanel$GeometryEditPanelRenderer | [] | [] |
org.locationtech.jtstest.function.DiffFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.RectangleTool | [] | [] |
org.locationtech.jts.geom.MultiLineString | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$21 | [] | [] |
org.locationtech.jts.dissolve.DissolveEdgeGraph | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SortingFunctions$UserDataIntComparator | [] | [] |
org.jdom2.output.support.WalkerPRESERVE$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$8 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$26 | [] | [] |
org.locationtech.jtstest.testbuilder.LineStringNode | [] | [] |
org.locationtech.jts.operation.distance3d.PlanarPolygon3D | [] | [] |
org.jdom2.filter.TextOnlyFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.CreateRandomShapeFunctions | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$2 | [] | [] |
org.locationtech.jts.geom.prep.PreparedPolygonContainsProperly | [] | [] |
org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner$InteriorIntersectionDetector | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel$1 | [] | [] |
org.locationtech.jtstest.util.io.GeoJsonMultiReader | [] | [] |
org.locationtech.jts.operation.overlay.snap.SnapOverlayOp | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.kml.KMLWriter | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$6 | [] | [] |
org.locationtech.jtstest.function.OverlayNoSnapFunctions | [] | [] |
org.locationtech.jts.coverage.CoverageEdge | [] | [] |
org.locationtech.jtstest.cmd.CommandOutput | [] | [] |
org.jdom2.AttributeList | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.polygonize.PolygonizeEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.intervalrtree.IntervalRTreeLeafNode | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.render.LegendElement | [] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.PointHandler | [] | [] |
org.locationtech.jts.geom.util.AffineTransformation | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.EdgeEnd | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SelectionFunctions$4 | [] | [] |
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance | [] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$3 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.EnvelopeUtil | [] | [] |
org.locationtech.jts.geom.util.PointExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.valid.IsSimpleOp$NonSimpleIntersectionFinder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.HtmlUtil | [] | [] |
org.locationtech.jts.io.OutputStreamOutStream | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$3 | [] | [] |
org.jdom2.util.NamespaceStack$NamespaceIterable | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayGraph | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.linemerge.LineMerger | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.Viewport | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$7 | [] | [] |
org.jdom2.DefaultJDOMFactory | [] | [] |
org.locationtech.jts.noding.IteratedNoder | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.relate.RelateNodeGraph | [] | [] |
org.locationtech.jtstest.cmd.JTSOpCmd | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryComponentTransformer | [] | [] |
org.locationtech.jts.operation.overlayng.LineBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreeModel | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$7 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$2 | [] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$7 | [] | [] |
org.locationtech.jtstest.testbuilder.TestListPanel | [] | [] |
org.locationtech.jts.geomgraph.index.MonotoneChainIndexer | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner$EnvelopeComparator | [] | [] |
org.locationtech.jts.io.twkb.TWKBWriter$BufferedDataOutput | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$5 | [] | [] |
org.locationtech.jts.operation.distance.ConnectedElementPointFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.PointwisePrecisionReducerTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.STRtree$STRtreeNode | ['JtsFuzzer'] | [] |
org.jdom2.xpath.jaxen.JDOMCoreNavigator | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.GeometryExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher$VertexInMaskCountCoordinateFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.GeometryItemDistance | [] | [] |
org.locationtech.jts.triangulate.quadedge.TrianglePredicate | [] | [] |
org.locationtech.jts.noding.SegmentNode | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryInputDialog | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryPopupMenu$1 | [] | [] |
org.jdom2.xpath.XPathBuilder | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame$1 | [] | [] |
org.locationtech.jtslab.clean.HoleRemover | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryInspectorDialog | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision$TriangleCircumcentreVisitor | [] | [] |
org.locationtech.jts.geomgraph.index.SweepLineSegment | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.fractal.KochSnowflakeBuilder | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryPopupMenu$3 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$19 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$12 | [] | [] |
org.locationtech.jtstest.function.DoubleKeyMap | [] | [] |
org.locationtech.jts.edgegraph.MarkHalfEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.CGAlgorithms3D | [] | [] |
org.locationtech.jts.simplify.LineSegmentIndex | [] | [] |
org.locationtech.jts.geom.util.GeometryMapper | [] | [] |
org.jdom2.output.support.WalkerNORMALIZE | [] | [] |
org.locationtech.jts.geom.CoordinateXYZM | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.OverlayNGRobustFunctions | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$12 | [] | [] |
org.locationtech.jts.geom.Coordinate | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.IntersectionAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.STRtree$2 | [] | [] |
org.locationtech.jts.simplify.LineSegmentVisitor | ['JtsFuzzer'] | [] |
org.jdom2.output.Format$DefaultCharsetEscapeStrategy | [] | [] |
org.locationtech.jts.operation.relate.EdgeEndBuilder | ['JtsFuzzer'] | [] |
org.jdom2.filter.Filters | [] | [] |
org.locationtech.jts.geom.Geometry$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.Segment | [] | [] |
org.locationtech.jts.operation.valid.IsSimpleOp | [] | [] |
org.locationtech.jts.operation.overlay.snap.LineStringSnapper | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.linemerge.EdgeString | [] | [] |
org.locationtech.jts.noding.snapround.SnapRoundingIntersectionAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.PolygonalExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.GeometryFactory$CoordSeqCloneOp | [] | [] |
org.locationtech.jts.io.gml2.GMLReader | [] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelPanel$2 | [] | [] |
org.locationtech.jts.algorithm.axis.ApproximateMedialAxis | [] | [] |
org.locationtech.jtstest.testbuilder.model.LayerList | [] | [] |
org.locationtech.jts.operation.overlay.validate.OverlayResultValidator | [] | [] |
org.locationtech.jts.geom.TopologyException | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.fractal.HilbertCurveBuilder | [] | [] |
org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTree | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexMover | [] | [] |
org.jdom2.input.sax.AbstractReaderXSDFactory | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$9 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.ViewStyle | [] | [] |
org.locationtech.jts.operation.distance.IndexedFacetDistance | [] | [] |
org.locationtech.jtstest.function.BufferFunctions | [] | [] |
org.locationtech.jts.densify.Densifier | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.CoverageSimplifier | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryVertexDeleter$DeleteVertexOperation | [] | [] |
org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPoint$DoubleComparator | [] | [] |
org.locationtech.jts.precision.CommonBitsRemover$Translater | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.polygon.PolygonNoder$NodeAdder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$24 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionTreePanel | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter$BoxDeleteVertexOperation | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel | [] | [] |
org.locationtech.jtstest.testbuilder.io.PNGWriter | [] | [] |
org.locationtech.jtstest.function.JTSFunctions | [] | [] |
org.locationtech.jts.index.quadtree.IntervalSize | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.ColorUtil | [] | [] |
org.locationtech.jts.operation.union.DisjointSets$1 | [] | [] |
org.locationtech.jts.geom.Triangle | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$6 | [] | [] |
org.locationtech.jts.operation.polygonize.EdgeRing$EnvelopeAreaComparator | [] | [] |
org.locationtech.jts.noding.MCIndexNoder$SegmentOverlapAction | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.kdtree.KdTree | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryCombiner | [] | [] |
org.jdom2.input.sax.XMLReaderXSDFactory$1 | [] | [] |
org.locationtech.jts.geom.util.SineStarFactory | [] | [] |
org.locationtech.jts.io.WKBHexFileReader | [] | [] |
org.locationtech.jtstest.testbuilder.ScalarFunctionPanel$2 | [] | [] |
org.locationtech.jts.geom.prep.PreparedLineStringIntersects | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.SegmentStringUtil | ['JtsFuzzer'] | [] |
org.locationtech.jts.simplify.TaggedLineSegment | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.TriangulationFunctions | [] | [] |
org.locationtech.jts.operation.overlayarea.OverlayArea | ['JtsFuzzer'] | [] |
org.jdom2.output.support.SAXTarget$SAXLocator | [] | [] |
org.locationtech.jts.geom.prep.PreparedPolygonContains | ['JtsFuzzer'] | [] |
org.locationtech.jtslab.clip.RectangleClipPolygon | [] | [] |
org.locationtech.jts.index.strtree.ItemBoundable | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$8 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerItemPanel$HighlightMouseListener | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil | [] | [] |
org.locationtech.jts.index.strtree.SIRtree$1 | [] | [] |
org.locationtech.jts.operation.overlayng.EdgeKey | ['JtsFuzzer'] | [] |
org.jdom2.output.support.FormatStack | [] | [] |
org.locationtech.jtslab.edgeray.EdgeRayIntersectionArea | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryUtil | [] | [] |
org.locationtech.jts.operation.overlay.snap.SnapIfNeededOverlayOp | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.DistanceFunctions | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$10 | [] | [] |
org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions | [] | [] |
org.locationtech.jts.operation.overlay.MaximalEdgeRing | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.sweepline.SweepLineIndex | [] | [] |
org.json.simple.parser.Yytoken | [] | [] |
org.jdom2.ProcessingInstruction | ['JtsFuzzer'] | [] |
org.locationtech.jts.awt.PointShapeFactory$Square | [] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.EndianDataInputStream | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$15 | [] | [] |
org.locationtech.jtstest.function.LinearReferencingFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.RelatePanel | [] | [] |
org.locationtech.jts.dissolve.LineDissolver | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreeModel$AreaComparator | [] | [] |
org.jdom2.input.DOMBuilder | [] | [] |
org.locationtech.jts.linearref.ExtractLineByLocation | [] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel | [] | [] |
org.locationtech.jtstest.function.TriangulatePolyFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher | [] | [] |
org.locationtech.jts.awt.PolygonShape | [] | [] |
org.locationtech.jts.awt.IdentityPointTransformation | [] | [] |
org.locationtech.jts.io.OrdinateFormat | ['JtsFuzzer'] | [] |
org.jdom2.transform.JDOMSource$DocumentReader | [] | [] |
org.locationtech.jtstest.function.SpatialIndexFunctions$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.BoundaryChainNoder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.cmd.IndexedGeometry | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilder$1 | [] | [] |
org.locationtech.jts.index.quadtree.Quadtree | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.BoundaryNodeRule$Mod2BoundaryNodeRule | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.cmd.GeometryOutput | [] | [] |
org.locationtech.jts.geomgraph.PlanarGraph | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator$IntervalIndexedGeometry | ['JtsFuzzer'] | [] |
org.jdom2.output.DOMOutputter | [] | [] |
org.jdom2.input.SAXBuilder | [] | [] |
org.locationtech.jts.operation.predicate.RectangleIntersects | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.NodingIntersectionFinder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ResultWKTPanel$3 | [] | [] |
org.jdom2.input.sax.XMLReaderSAX2Factory | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$2 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.SegmentExtracter$SegmentExtracterFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ColorControl$1 | [] | [] |
org.locationtech.jts.io.ByteOrderDataInStream | [] | [] |
org.locationtech.jts.operation.buffer.OffsetCurveSection | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$3 | [] | [] |
org.locationtech.jts.geom.prep.BasicPreparedGeometry | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$10 | [] | [] |
org.json.simple.parser.Yylex | [] | [] |
org.locationtech.jts.operation.union.PartitionedUnion | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.twkb.TWKBWriter | [] | [] |
org.locationtech.jts.simplify.DouglasPeuckerLineSimplifier | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$9 | [] | [] |
org.locationtech.jts.operation.buffer.validate.DistanceToPointFinder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerItemPanel | [] | [] |
org.locationtech.jtstest.test.TestCaseList | [] | [] |
org.jdom2.output.LineSeparator | [] | [] |
org.locationtech.jts.operation.overlay.LineBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jts.planargraph.algorithm.ConnectedSubgraphFinder | [] | [] |
org.locationtech.jts.operation.overlayng.EdgeNodingBuilder | ['JtsFuzzer'] | [] |
org.jdom2.input.sax.XMLReaders | [] | [] |
org.locationtech.jts.linearref.LinearLocation | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.polygonize.PolygonizeDirectedEdge | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$27 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$2 | [] | [] |
org.locationtech.jts.algorithm.CGAlgorithms | [] | [] |
org.locationtech.jts.triangulate.VertexTaggedGeometryDataMapper | [] | [] |
org.locationtech.jts.simplify.TaggedLinesSimplifier | [] | [] |
org.locationtech.jtstest.util.io.WKBDumper | [] | [] |
org.locationtech.jts.operation.overlay.validate.OffsetPointGenerator | [] | [] |
org.locationtech.jtstest.testbuilder.LabelComponentsPanel | [] | [] |
org.locationtech.jts.operation.distance.ConnectedElementLocationFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.planargraph.NodeMap | ['JtsFuzzer'] | [] |
org.locationtech.jts.linearref.LengthLocationMap | [] | [] |
org.locationtech.jtstest.testbuilder.model.Layer | [] | [] |
org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory | ['JtsFuzzer'] | [] |
org.jdom2.input.sax.XMLReaderJAXPFactory | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$4 | [] | [] |
org.locationtech.jts.util.CoordinateCountFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.XMLTestWriter | [] | [] |
org.locationtech.jts.io.ByteOrderValues | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$1 | [] | [] |
org.locationtech.jts.operation.buffer.validate.BufferResultValidator | [] | [] |
org.locationtech.jts.planargraph.DirectedEdgeStar | ['JtsFuzzer'] | [] |
org.jdom2.output.Format$1 | [] | [] |
org.locationtech.jts.coverage.VertexRingCounter | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasure | [] | [] |
org.locationtech.jtstest.testbuilder.model.DisplayParameters | [] | [] |
org.locationtech.jtstest.geomfunction.GeometryFunctionRegistry | [] | [] |
org.locationtech.jts.util.NumberUtil | [] | [] |
org.jdom2.ContentList$CLIterator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreePanel | [] | [] |
org.locationtech.jts.triangulate.polygon.ConstrainedDelaunayTriangulator | [] | [] |
org.locationtech.jts.noding.BoundaryChainNoder$BoundaryChainMap | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter$BoxDeleteComponentOperation | [] | [] |
org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder | [] | [] |
org.locationtech.jts.shape.random.RandomPointsInGridBuilder | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryInputDialog$2 | [] | [] |
org.locationtech.jts.noding.snapround.HotPixel | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestListPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$15 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$11 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.OperationMonitorManager$1 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$3 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.ImageUtil | [] | [] |
org.locationtech.jts.awt.FontGlyphReader | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$11 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$5 | [] | [] |
org.locationtech.jtstest.testbuilder.PrecisionModelDialog$1 | [] | [] |
org.jdom2.input.sax.DefaultSAXHandlerFactory | [] | [] |
org.locationtech.jts.operation.buffer.OffsetCurve | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.StreamPolygonTool | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$11 | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies | [] | [] |
org.locationtech.jts.util.ObjectCounter$Counter | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$11 | [] | [] |
org.locationtech.jts.math.MathUtil | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.GeometryFixer | [] | [] |
org.locationtech.jts.geom.CoordinateSequenceComparator | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$13 | [] | [] |
org.locationtech.jts.math.DD | ['JtsFuzzer'] | [] |
org.jdom2.output.Format$EscapeStrategy8Bits | [] | [] |
org.locationtech.jts.operation.overlayng.ElevationModel$ElevationCell | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.style.LineLabelBaseline | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$12 | [] | [] |
org.locationtech.jts.coverage.CoverageBoundarySegmentFinder | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.BoundaryNodeRule$EndPointBoundaryNodeRule | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.SimpleGeometryPrecisionReducer | [] | [] |
org.jdom2.xpath.util.AbstractXPathCompiled$NamespaceComparator | [] | [] |
org.locationtech.jts.precision.SimpleGeometryPrecisionReducer$PrecisionReducerCoordinateOperation | [] | [] |
org.locationtech.jts.algorithm.locate.SimplePointInAreaLocator | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.quadtree.Root | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.ArrayListVisitor | ['JtsFuzzer'] | [] |
org.jdom2.Element | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$2 | [] | [] |
org.locationtech.jts.triangulate.polygon.PolygonHoleJoiner | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.CoverageValidator | [] | [] |
org.locationtech.jts.algorithm.axis.AxisNode | [] | [] |
org.jdom2.EntityRef | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.OverlayNGRobust | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.ClipImage | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$5 | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel | [] | [] |
org.locationtech.jts.geomgraph.index.SegmentIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.OverlayNGStrictFunctions | [] | [] |
org.jdom2.transform.JDOMResult$DocumentBuilder | [] | [] |
org.locationtech.jts.index.strtree.BoundablePairDistanceComparator | [] | [] |
org.jdom2.ContentList | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.Stopwatch | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$14 | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$9 | [] | [] |
org.jdom2.UncheckedJDOMFactory | [] | [] |
org.jdom2.FilterIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$4 | [] | [] |
org.locationtech.jts.index.VertexSequencePackedRtree | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$8 | [] | [] |
org.locationtech.jts.operation.union.SpatialPartition | [] | [] |
org.locationtech.jts.geom.CoordinateList | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.CoordinateArrays$BidirectionalComparator | [] | [] |
org.locationtech.jts.operation.valid.RepeatedPointTester | [] | [] |
org.locationtech.jts.operation.predicate.RectangleContains | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.BufferCurveSetBuilder | ['JtsFuzzer'] | [] |
org.jdom2.StringBin | [] | [] |
org.locationtech.jts.edgegraph.EdgeGraph | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.STRtree | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.SegmentExtracter | [] | [] |
org.locationtech.jts.algorithm.match.AreaSimilarityMeasure | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.InfoTool | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame$2 | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision$TriangleVertexListVisitor | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame$4 | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$8 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$16 | [] | [] |
org.locationtech.jts.geom.util.GeometryCombiner | [] | [] |
org.locationtech.jts.noding.SegmentPointComparator | [] | [] |
org.jdom2.output.support.SAXTarget | [] | [] |
org.locationtech.jts.algorithm.InteriorPointArea$ScanLineYOrdinateFinder | [] | [] |
org.locationtech.jts.precision.MinimumClearance | [] | [] |
org.jdom2.adapters.JAXPDOMAdapter | [] | [] |
org.locationtech.jtstest.util.io.MultiFormatFileReader | [] | [] |
org.locationtech.jts.algorithm.Area | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.ScalarFunctionPanel$1 | [] | [] |
org.locationtech.jts.triangulate.quadedge.LocateFailureException | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.PointTool | [] | [] |
org.locationtech.jtstest.function.SnappingFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$13 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$4 | [] | [] |
org.jdom2.filter.NegateFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.ConstructionFunctions | [] | [] |
org.locationtech.jts.io.ByteArrayInStream | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilder_AboutBox | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter$2 | [] | [] |
org.locationtech.jts.geom.OctagonalEnvelope | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SelectionFunctions$11 | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$1 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryUtil$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.NodeMap | ['JtsFuzzer'] | [] |
org.jdom2.filter.AndFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.union.PointGeometryUnion | [] | [] |
org.locationtech.jts.util.UniqueCoordinateArrayFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.BufferByUnionFunctions | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision$TriangleCoordinatesVisitor | [] | [] |
org.locationtech.jts.operation.polygonize.EdgeRing | [] | [] |
org.locationtech.jts.operation.relate.RelateNode | ['JtsFuzzer'] | [] |
org.jdom2.output.StAXStreamOutputter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.GeometryLocationsWriter | [] | [] |
org.locationtech.jtstest.function.PrecisionFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$4 | [] | [] |
org.locationtech.jts.precision.CoordinatePrecisionReducerFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.PolygonHandler | [] | [] |
org.locationtech.jtstest.function.FunctionsUtil | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.fractal.MortonCode | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$12 | [] | [] |
org.locationtech.jtslab.IteratedOverlayFunctions | [] | [] |
org.locationtech.jts.linearref.LinearIterator | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame$3 | [] | [] |
org.locationtech.jts.operation.overlay.PointBuilder | ['JtsFuzzer'] | [] |
org.jdom2.output.support.AbstractSAXOutputProcessor | [] | [] |
org.locationtech.jts.simplify.TopologyPreservingSimplifier$LineStringTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.simplify.LinkedLine | [] | [] |
org.locationtech.jts.algorithm.distance.PointPairDistance | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.VertexLocater | [] | [] |
org.locationtech.jts.io.geojson.OrientationTransformer | [] | [] |
org.locationtech.jts.awt.GeometryCollectionShape | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$5 | [] | [] |
org.locationtech.jts.triangulate.quadedge.Vertex | [] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayNG | ['JtsFuzzer'] | [] |
org.jdom2.internal.ArrayCopy | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.OverlayNGRobust$1 | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryBoxDeleter | [] | [] |
org.locationtech.jtstest.function.PolygonOverlayFunctions$ParentFinder | [] | [] |
org.locationtech.jts.operation.overlayarea.EdgeVector | ['JtsFuzzer'] | [] |
org.jdom2.filter.AttributeFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.GeometricShapeFactory$Dimensions | [] | [] |
org.jdom2.located.LocatedProcessingInstruction | [] | [] |
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator$SegmentVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$7 | [] | [] |
org.locationtech.jts.noding.SegmentStringDissolver | [] | [] |
org.locationtech.jts.noding.SegmentNodeList | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel$1 | [] | [] |
org.locationtech.jts.algorithm.Angle | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.BasicSegmentString | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.SegmentIntersectionDetector | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.ConvexHull$RadialComparator | [] | [] |
org.locationtech.jts.operation.union.SparsePolygonUnion$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.snapround.MCIndexPointSnapper | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.BufferOp | ['JtsFuzzer'] | [] |
org.jdom2.input.stax.DefaultStAXFilter | [] | [] |
org.locationtech.jts.triangulate.NonEncroachingSplitPointFinder | [] | [] |
org.locationtech.jts.operation.valid.PolygonIntersectionAnalyzer | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.DirectedEdgeStar | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$3 | [] | [] |
org.locationtech.jts.geom.Position | ['JtsFuzzer'] | [] |
org.locationtech.jts.linearref.LocationIndexOfPoint | [] | [] |
org.locationtech.jts.geom.OctagonalEnvelope$BoundingOctagonComponentFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.OffsetCurve$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.polygon.PolygonNoder | [] | [] |
org.jdom2.xpath.jaxen.JaxenXPathFactory | [] | [] |
org.locationtech.jtstest.testbuilder.model.TestCaseEdit | [] | [] |
org.locationtech.jts.operation.valid.IndexedNestedPolygonTester | ['JtsFuzzer'] | [] |
org.locationtech.jts.awt.PointShapeFactory$Cross | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$3 | [] | [] |
org.locationtech.jtstest.function.SpatialPredicateFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ui.SwingUtil | [] | [] |
org.locationtech.jts.algorithm.distance.DistanceToPoint | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.STRtree$1 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$1 | [] | [] |
org.locationtech.jts.operation.union.CascadedPolygonUnion$1 | [] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$2 | [] | [] |
org.jdom2.located.LocatedComment | [] | [] |
org.jdom2.input.sax.SAXHandler | [] | [] |
org.locationtech.jts.awt.ShapeWriter | [] | [] |
org.locationtech.jts.geomgraph.EdgeIntersection | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.hull.HullTriangulation | [] | [] |
org.locationtech.jtstest.testbuilder.LayerItemPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.LayerRenderer | [] | [] |
org.locationtech.jtstest.function.LineSegmentFunctions | [] | [] |
org.locationtech.jtslab.clean.InvalidHoleRemover$InvalidHoleRemoverMapOp | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$10 | [] | [] |
org.locationtech.jts.algorithm.BoundaryNodeRule$MonoValentEndPointBoundaryNodeRule | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$6 | [] | [] |
org.locationtech.jts.math.Vector3D | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayMixedPoints | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.CreateShapeFunctions | [] | [] |
org.locationtech.jts.index.sweepline.SweepLineInterval | [] | [] |
org.locationtech.jtstest.function.ConversionFunctions | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayEdge$1 | [] | [] |
org.jdom2.output.support.WalkerPRESERVE | [] | [] |
org.locationtech.jts.operation.buffer.OffsetCurveBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.valid.PolygonRingTouch | ['JtsFuzzer'] | [] |
org.jdom2.output.support.WalkerTRIM_FULL_WHITE | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.BasicStyle | [] | [] |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$NearVerticesFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$19 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.MoveTool | [] | [] |
org.locationtech.jtslab.RemoverFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.BusyDialog$1 | [] | [] |
org.locationtech.jtstest.function.OverlayNGOptFunctions | [] | [] |
org.locationtech.jts.coverage.CoverageGapFinder | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryFunctionListPanel$GeometryFunctionCellRenderer | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderFrame | [] | [] |
org.locationtech.jtstest.function.SimplificationFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.io.shapefile.Shapefile | [] | [] |
org.jdom2.ContentList$FilterListIterator | ['JtsFuzzer'] | [] |
org.locationtech.jtslab.clean.InvalidHoleRemover | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$18 | [] | [] |
org.locationtech.jts.algorithm.Intersection | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerListPanel$3 | [] | [] |
org.jdom2.output.support.AbstractStAXEventProcessor$NSIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.valid.PolygonTopologyAnalyzer | ['JtsFuzzer'] | [] |
org.jdom2.input.stax.DTDParser | [] | [] |
org.locationtech.jts.triangulate.IncrementalDelaunayTriangulator | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$13 | [] | [] |
org.locationtech.jtstest.testbuilder.BusyDialog$3 | [] | [] |
org.locationtech.jts.simplify.RingHull$Corner | [] | [] |
org.locationtech.jtstest.function.TriangleFunctions$2 | ['JtsFuzzer'] | [] |
org.jdom2.xpath.XPathHelper | [] | [] |
org.locationtech.jtstest.testbuilder.geom.ComponentLocater | [] | [] |
org.locationtech.jts.coverage.InvalidSegmentDetector | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.snapround.SnapRoundingNoder$2 | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.STRtree$3 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlay.snap.SnapTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.PointNode | [] | [] |
org.locationtech.jtstest.util.FileUtil | [] | [] |
org.locationtech.jts.geom.LinearRing | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$9 | [] | [] |
org.locationtech.jts.index.quadtree.DoubleBits | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.SubgraphDepthLocater | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.tri.TriangulationBuilder | [] | [] |
org.locationtech.jts.precision.CommonBits | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryContext | [] | [] |
org.jdom2.xpath.jaxen.JDOMNavigator | [] | [] |
org.locationtech.jts.noding.snapround.HotPixelIndex | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.render.RenderManager | [] | [] |
org.locationtech.jts.awt.PointShapeFactory$Triangle | [] | [] |
org.locationtech.jts.operation.overlayng.ElevationModel$2 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.union.DisjointSets$Subsets | [] | [] |
org.locationtech.jts.edgegraph.EdgeGraphBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.io.IOUtil | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$14 | [] | [] |
org.locationtech.jtstest.function.OverlayEnhancedPrecisionFunctions | [] | [] |
org.locationtech.jts.geomgraph.index.MonotoneChain | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.union.SpatialPartition$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.union.OverlapUnion$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.DelaunayTriangulationBuilder | [] | [] |
org.jdom2.output.support.AbstractStAXEventProcessor$AttIterator | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.IntersectionPointBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$23 | [] | [] |
org.locationtech.jts.algorithm.Centroid | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$3 | [] | [] |
org.locationtech.jts.algorithm.PolygonNodeTopology | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.BoundaryFunctions | [] | [] |
org.locationtech.jtstest.testbuilder.ui.GeometryTransferable | [] | [] |
org.locationtech.jts.operation.linemerge.LineSequencer$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.hprtree.Item | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.VertexLocater$Location | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.PrecisionReducerCoordinateOperation | [] | [] |
org.locationtech.jts.coverage.CoverageRingEdges | [] | [] |
org.locationtech.jts.operation.buffer.BufferParameters | ['JtsFuzzer'] | [] |
org.jdom2.input.StAXEventBuilder | [] | [] |
org.locationtech.jtstest.util.io.MultiFormatBufferedReader | [] | [] |
org.jdom2.xpath.util.XPathDiagnosticImpl | [] | [] |
org.locationtech.jtslab.clean.HoleRemover$PolygonHoleRemover | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.bintree.Key | [] | [] |
org.locationtech.jtstest.function.OverlayNGTestFunctions | [] | [] |
org.locationtech.jts.operation.overlay.OverlayNodeFactory | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.style.CircleLineEndStyle | [] | [] |
org.locationtech.jtstest.testbuilder.TestCaseTextDialog$9 | [] | [] |
org.locationtech.jtstest.testbuilder.ScalarFunctionPanel | [] | [] |
org.json.simple.parser.ParseException | [] | [] |
org.locationtech.jts.operation.overlay.EdgeSetNoder | [] | [] |
org.locationtech.jtstest.testbuilder.geom.NearestPointFinder | [] | [] |
org.locationtech.jtstest.testbuilder.model.GeometryStretcherView$StretchedGeometryContainer | [] | [] |
org.locationtech.jts.operation.linemerge.LineSequencer | ['JtsFuzzer'] | [] |
org.locationtech.jts.precision.PrecisionReducerTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.EdgeNodingValidator | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.tools.PolygonTool | [] | [] |
org.locationtech.jts.simplify.TopologyPreservingSimplifier | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.linemerge.LineMergeEdge | ['JtsFuzzer'] | [] |
org.jdom2.input.sax.BuilderErrorHandler | [] | [] |
org.locationtech.jts.simplify.DouglasPeuckerSimplifier$DPTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.AppIcons | [] | [] |
org.jdom2.util.NamespaceStack$1 | [] | [] |
org.locationtech.jts.operation.buffer.OffsetSegmentString | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.util.io.IOUtil | [] | [] |
org.locationtech.jts.io.gml2.GeometryStrategies$1 | [] | [] |
org.locationtech.jts.geom.CoordinateSequences | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.geomfunction.SpreaderGeometryFunction | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.PreparedGeometryFunctions | [] | [] |
org.locationtech.jts.io.twkb.Varint | [] | [] |
org.json.simple.ItemList | [] | [] |
org.locationtech.jts.geom.prep.PreparedPolygonCovers | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.CreateFractalShapeFunctions | [] | [] |
org.locationtech.jts.geom.GeometryOverlay | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$9 | [] | [] |
org.locationtech.jtstest.TestCoordinateSequenceFactory | [] | [] |
org.jdom2.transform.JDOMResult | [] | [] |
org.locationtech.jts.operation.valid.IndexedNestedHoleTester | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$22 | [] | [] |
org.jdom2.Attribute | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.relate.RelateNodeFactory | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$9 | [] | [] |
org.locationtech.jtstest.function.LineHandlingFunctions | [] | [] |
org.locationtech.jtstest.function.ValidationFunctions | [] | [] |
org.locationtech.jts.operation.distance.DistanceOp | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayarea.OverlayArea$IntersectionVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryEditPanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.topostretch.GeometryVerticesMover$MoveVerticesOperation | [] | [] |
org.locationtech.jts.noding.BoundarySegmentNoder | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.random.RandomPointsBuilder | [] | [] |
org.locationtech.jtstest.testbuilder.geom.SegmentClipper | [] | [] |
org.locationtech.jtstest.function.PolygonOverlayFunctions | [] | [] |
org.jdom2.output.Format$EscapeStrategy7Bits | [] | [] |
org.locationtech.jtslab.geom.util.GeometryEditorEx$NoOpGeometryOperation | [] | [] |
org.locationtech.jts.precision.MinimumClearance$MinClearanceDistance | [] | [] |
org.locationtech.jts.noding.snapround.GeometryNoder | [] | [] |
org.locationtech.jts.geom.LineString | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.quadtree.Node | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.buffer.validate.PointPairDistance | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.CoverageRing | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.dnd.FileDrop$1 | [] | [] |
org.locationtech.jts.noding.FastNodingValidator | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.distance3d.AxisPlaneCoordinateSequence | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreePanel$1 | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryEditPanel$PopupClickListener | [] | [] |
org.locationtech.jts.algorithm.RayCrossingCounter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$6 | [] | [] |
org.locationtech.jts.geom.prep.PreparedPolygonIntersects | ['JtsFuzzer'] | [] |
org.locationtech.jts.awt.PointShapeFactory$Circle | [] | [] |
org.locationtech.jts.operation.IsSimpleOp | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$5 | [] | [] |
org.locationtech.jts.algorithm.construct.IndexedPointInPolygonsLocator | ['JtsFuzzer'] | [] |
org.jdom2.located.LocatedText | [] | [] |
org.locationtech.jts.algorithm.hull.HullTriangulation$HullTriVisitor | [] | [] |
org.locationtech.jts.operation.buffer.OffsetSegmentGenerator | ['JtsFuzzer'] | [] |
org.locationtech.jts.simplify.VWLineSimplifier$VWVertex | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.SelectionFunctions$8 | [] | [] |
org.locationtech.jtstest.function.OverlayNGFunctions | [] | [] |
org.jdom2.Text | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.util.StreamGrabber | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$20 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$16 | [] | [] |
org.locationtech.jts.io.kml.KMLReader$KMLCoordinatesAndAttributes | [] | [] |
org.locationtech.jtstest.function.OffsetCurveFunctions | [] | [] |
org.locationtech.jts.index.kdtree.KdTree$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.LineLimiter | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance$MaxDensifiedByFractionDistanceFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$4 | [] | [] |
org.locationtech.jtstest.function.OverlayNGRobustFunctions$1 | [] | [] |
org.jdom2.util.NamespaceStack$ForwardWalker | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.SpatialFunctionPanel | [] | [] |
org.locationtech.jtstest.testbuilder.ui.render.GridElement | [] | [] |
org.locationtech.jts.geomgraph.Depth | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.kdtree.KdNode | ['JtsFuzzer'] | [] |
org.locationtech.jts.geomgraph.EdgeIntersectionList | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.ValidatingNoder | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.BoundarySegmentNoder$Segment | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.TestListPanel$TestListCellRenderer | [] | [] |
org.locationtech.jtslab.OverlayAreaFunctions | [] | [] |
org.locationtech.jts.geomgraph.index.MonotoneChainEdge | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.quadedge.LastFoundQuadEdgeLocator | [] | [] |
org.locationtech.jts.noding.NodedSegmentString | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.CreateShapeFunctions$OrderedPoint | [] | [] |
org.locationtech.jts.precision.CommonBitsRemover | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.CoordinateArrayFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.hull.ConcaveHull | [] | [] |
org.locationtech.jts.geomgraph.DirectedEdge | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.OverlayNGSnappingFunctions$1 | [] | [] |
org.locationtech.jts.simplify.PolygonHullSimplifier | [] | [] |
org.locationtech.jts.geom.Location | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.EditFunctions | [] | [] |
org.locationtech.jts.simplify.DouglasPeuckerSimplifier | [] | [] |
org.locationtech.jts.linearref.LengthIndexedLine | [] | [] |
org.locationtech.jtstest.util.io.MultiFormatReader | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderMenuBar$10 | [] | [] |
org.locationtech.jts.coverage.CoverageUnion | [] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$8 | [] | [] |
org.locationtech.jts.operation.buffer.SegmentMCIndex$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$6 | [] | [] |
org.locationtech.jts.simplify.TopologyPreservingSimplifier$LineStringMapBuilderFilter | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$12 | [] | [] |
org.locationtech.jts.geom.LineSegment | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder$AdjacentVertexFilter | ['JtsFuzzer'] | [] |
org.jdom2.located.LocatedEntityRef | [] | [] |
org.locationtech.jts.operation.overlayarea.SimpleOverlayArea | [] | [] |
org.locationtech.jts.awt.PointShapeFactory$Star | [] | [] |
org.locationtech.jtstest.testbuilder.controller.CommandController | [] | [] |
org.locationtech.jts.geomgraph.index.SimpleMCSweepLineIntersector | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$7 | [] | [] |
org.locationtech.jts.operation.valid.PolygonRingSelfNode | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryComponentDeleter | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$8 | [] | [] |
org.locationtech.jts.operation.union.SparsePolygonUnion$PolygonNode | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.render.RenderManager$1 | [] | [] |
org.locationtech.jtstest.testbuilder.ValidPanel$5 | [] | [] |
org.locationtech.jts.triangulate.quadedge.EdgeConnectedTriangleTraversal | [] | [] |
org.locationtech.jts.planargraph.Subgraph | [] | [] |
org.locationtech.jts.operation.overlay.validate.FuzzyPointLocator | [] | [] |
org.jdom2.DocType | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.PriorityQueue | [] | [] |
org.locationtech.jts.operation.predicate.RectangleIntersectsSegmentVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LoadTestCasesDialog$1 | [] | [] |
org.locationtech.jts.triangulate.VoronoiDiagramBuilder | [] | [] |
org.locationtech.jtstest.testbuilder.io.SVGTestWriter | [] | [] |
org.locationtech.jtstest.testbuilder.ColorControl | [] | [] |
org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistance$MaxPointDistanceFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.distance.FacetSequenceTreeBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.ui.style.Palette | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$6 | [] | [] |
org.locationtech.jtstest.util.HSBPalette | [] | [] |
org.locationtech.jts.index.strtree.SIRtree | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.LinearComponentExtracter | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.kdtree.KdTree$BestMatchVisitor | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.overlayng.PolygonBuilder | ['JtsFuzzer'] | [] |
org.locationtech.jts.simplify.TaggedLineString | ['JtsFuzzer'] | [] |
org.locationtech.jts.index.strtree.BoundablePair | [] | [] |
org.locationtech.jts.operation.polygonize.Polygonizer | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.kml.KMLReader | [] | [] |
org.locationtech.jtstest.function.SelectionFunctions$13 | [] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$11 | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.AWTUtil | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryTreePanel$GeometryTreeCellRenderer | [] | [] |
org.locationtech.jts.noding.SegmentExtractingNoder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStyleSwatchControl | [] | [] |
org.locationtech.jts.algorithm.MinimumDiameter | [] | [] |
org.locationtech.jts.geom.GeometryOverlay$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.linemerge.LineMergeGraph | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$6 | [] | [] |
org.locationtech.jts.algorithm.InteriorPointArea$InteriorPointPolygon | [] | [] |
org.locationtech.jts.geom.CoordinateArrays$ForwardComparator | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryPointLocater | [] | [] |
org.locationtech.jtstest.testbuilder.CommandPanel$7 | [] | [] |
org.locationtech.jts.math.Matrix | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.StyleList | [] | [] |
org.locationtech.jtstest.testbuilder.model.GeometryEditModel | [] | [] |
org.locationtech.jts.operation.IsSimpleOp$EndpointInfo | [] | [] |
org.locationtech.jts.densify.Densifier$DensifyTransformer | ['JtsFuzzer'] | [] |
org.locationtech.jts.geom.util.GeometryCollectionMapper | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdge | [] | [] |
org.locationtech.jts.io.WKTWriter$CheckOrdinatesFilter | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.relate.RelateOp | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.JTSTestBuilderToolBar$21 | [] | [] |
org.locationtech.jtstest.testbuilder.TestCasePanel$5 | [] | [] |
org.locationtech.jts.operation.overlayarea.GeometryArea | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$10 | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonReader | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.StyleGroup | [] | [] |
org.locationtech.jtstest.function.OverlayNGSRFunctions | [] | [] |
org.locationtech.jts.noding.snapround.SnapRoundingNoder$1 | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.CubicBezierCurve | ['JtsFuzzer'] | [] |
org.locationtech.jts.shape.fractal.HilbertCode | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$2 | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayPoints | ['JtsFuzzer'] | [] |
org.locationtech.jts.util.ObjectCounter | [] | [] |
org.locationtech.jts.operation.union.SparsePolygonUnion | [] | [] |
org.jdom2.input.sax.SAXBuilderEngine | [] | [] |
org.locationtech.jtstest.testbuilder.ui.style.SegmentIndexStyle | [] | [] |
org.locationtech.jtstest.testbuilder.WKTPanel$4 | [] | [] |
org.jdom2.AttributeType | [] | [] |
org.jdom2.output.Format$EscapeStrategyUTF | [] | [] |
org.locationtech.jtstest.testbuilder.geom.GeometryLocation | [] | [] |
org.locationtech.jts.operation.overlayng.OverlayPoints$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction | [] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$4 | [] | [] |
org.locationtech.jtstest.testbuilder.controller.ResultController$2 | [] | [] |
org.locationtech.jtstest.testbuilder.LayerStylePanel$6 | [] | [] |
org.locationtech.jts.triangulate.ConstraintVertex | [] | [] |
org.locationtech.jts.algorithm.Distance | ['JtsFuzzer'] | [] |
org.locationtech.jts.coverage.TPVWSimplifier | [] | [] |
org.locationtech.jtstest.testbuilder.InspectorPanel$1 | [] | [] |
org.locationtech.jts.noding.ScaledNoder | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.GeometryPopupMenu | [] | [] |
org.locationtech.jts.triangulate.polygon.PolygonTriangulator | [] | [] |
org.locationtech.jtstest.testbuilder.SpatialFunctionPanel$4 | [] | [] |
org.locationtech.jts.noding.snap.SnappingIntersectionAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.noding.snap.SnappingPointIndex | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.NodingFunctions | [] | [] |
org.locationtech.jts.operation.overlay.ConsistentPolygonRingChecker | [] | [] |
org.locationtech.jts.operation.buffer.RightmostEdgeFinder | ['JtsFuzzer'] | [] |
org.locationtech.jts.algorithm.hull.ConcaveHullOfPolygons | [] | [] |
org.locationtech.jtstest.function.OverlayNGFunctions$1 | [] | [] |
org.jdom2.Comment | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.function.TriangleFunctions$4 | ['JtsFuzzer'] | [] |
org.locationtech.jts.io.twkb.TWKBHeader | [] | [] |
org.locationtech.jts.util.CollectionUtil | [] | [] |
org.locationtech.jts.index.hprtree.HPRtree | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder | [] | [] |
org.jdom2.xpath.jaxen.JaxenCompiled | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.LayerName | [] | [] |
org.locationtech.jts.noding.IntersectionFinderAdder | ['JtsFuzzer'] | [] |
org.locationtech.jts.operation.linemerge.LineMerger$1 | ['JtsFuzzer'] | [] |
org.locationtech.jtstest.testbuilder.model.ResultGeometryContainer | [] | [] |
org.locationtech.jts.triangulate.quadedge.QuadEdgeSubdivision$TriangleEdgesListVisitor | [] | [] |
org.locationtech.jtstest.testbuilder.controller.ResultController | [] | [] |
org.locationtech.jtstest.testbuilder.ResultValuePanel | [] | [] |
org.locationtech.jtslab.clean.SmallHoleRemover$IsSmall | ['JtsFuzzer'] | [] |
org.jdom2.xpath.jaxen.JDOMXPath | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$7 | [] | [] |
org.locationtech.jts.simplify.VWSimplifier | [] | [] |
org.locationtech.jtstest.testbuilder.ui.SwingWorker$1 | [] | [] |
org.locationtech.jts.algorithm.CGAlgorithmsDD | ['JtsFuzzer'] | [] |
org.locationtech.jts.triangulate.ConformingDelaunayTriangulationBuilder | [] | [] |
org.locationtech.jts.io.geojson.GeoJsonWriter | [] | [] |
org.locationtech.jtstest.testbuilder.GeometryViewStylePanel$1 | [] | [] |
org.jdom2.transform.JDOMSource | [] | [] |
org.locationtech.jtstest.function.OverlayFunctions | [] | [] |
org.locationtech.jtstest.cmd.FunctionInvoker | [] | [] |
org.locationtech.jts.operation.linemerge.LineMergeDirectedEdge | ['JtsFuzzer'] | [] |
Directory |
---|