Uses of Class
org.openstreetmap.josm.data.validation.tests.PowerLines.SegmentInfo
-
Packages that use PowerLines.SegmentInfo Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of PowerLines.SegmentInfo in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type PowerLines.SegmentInfo Modifier and Type Field Description private java.util.List<PowerLines.SegmentInfo>PowerLines.RefChecker. segmentsMethods in org.openstreetmap.josm.data.validation.tests that return PowerLines.SegmentInfo Modifier and Type Method Description (package private) PowerLines.SegmentInfoPowerLines.RefChecker. getLongestSegment()Calculates the longest segment.Methods in org.openstreetmap.josm.data.validation.tests that return types with arguments of type PowerLines.SegmentInfo Modifier and Type Method Description (package private) java.util.List<PowerLines.SegmentInfo>PowerLines.RefChecker. getSegments()Get the detected segmentsMethods in org.openstreetmap.josm.data.validation.tests with parameters of type PowerLines.SegmentInfo Modifier and Type Method Description private static booleanPowerLines. isSegmentAlign(PowerLines.SegmentInfo reference, PowerLines.SegmentInfo candidate)Checks if parameter segments align.
-