Uses of Class
org.openstreetmap.josm.data.validation.tests.PowerLines.NumberingDirection
-
Packages that use PowerLines.NumberingDirection Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of PowerLines.NumberingDirection in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests declared as PowerLines.NumberingDirection Modifier and Type Field Description private PowerLines.NumberingDirectionPowerLines.RefChecker. directionprivate PowerLines.NumberingDirectionPowerLines.SegmentInfo. directionSegment directionMethods in org.openstreetmap.josm.data.validation.tests that return PowerLines.NumberingDirection Modifier and Type Method Description private static PowerLines.NumberingDirectionPowerLines.RefChecker. detectDirection(int ref, int previousRef)Detects numbering direction.static PowerLines.NumberingDirectionPowerLines.NumberingDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PowerLines.NumberingDirection[]PowerLines.NumberingDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.data.validation.tests with parameters of type PowerLines.NumberingDirection Constructor Description SegmentInfo(int startIndex, int length, int ref, PowerLines.NumberingDirection direction)
-