- AbbreviatedNameCheck - Class in org.openstreetmap.atlas.checks.validation.tag
-
Flags names that have abbreviations in them.
- AbbreviatedNameCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.tag.AbbreviatedNameCheck
-
Default constructor
- accept(Path) - Method in class org.openstreetmap.atlas.checks.atlas.AtlasFilePathFilter
-
- accept(Path) - Method in class org.openstreetmap.atlas.checks.atlas.CountrySpecificAtlasFilePathFilter
-
- accept(Path) - Method in class org.openstreetmap.atlas.checks.atlas.OsmPbfFilePathFilter
-
- accept(Path) - Method in class org.openstreetmap.atlas.checks.distributed.GeoJsonPathFilter
-
- accept(Path) - Method in class org.openstreetmap.atlas.checks.distributed.LogFilePathFilter
-
- acceptPier() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
If the check wants to accept piers as part of it's evaluation then it will need to override
this function and return true.
- actual(Atlas, BaseCheck<?>) - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Adds a test
Atlas and a
Check to verify
- actual(Atlas, BaseCheck) - Method in class org.openstreetmap.atlas.checks.validation.verifier.ExpectedCheckVerifier
-
Adds a test
Atlas and a
Check to verify
- addChanged(JsonObject) - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.JSONFlagDiff
-
- addDirectConnections(Set<Edge>) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- addInstruction(String) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Adds any instructions that may help communicate why the AtlasObject(s) were flagged
- addInstructions(Iterable<String>) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Adds a list of instructions that may help communicate why the AtlasObject(s) were
flagged.
- addMissing(JsonObject) - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.JSONFlagDiff
-
- addObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Adds an AtlasObject to flag
- addObject(AtlasObject, Location, String) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Flags an AtlasObject, highlighting a specific point Location and
instructions with more detail.
- addObject(AtlasObject, String) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Flags an AtlasObject with instructions.
- addObjects(Iterable<AtlasObject>) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Adds a list of AtlasObjects to flag
- addPoint(Location) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Flags a specific Location
- addPoint(Location, String) - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- addPoints(Iterable<Location>) - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Flags a list of point Locations
- AddressPointMatchCheck - Class in org.openstreetmap.atlas.checks.validation.points
-
This check identifies Point objects in OSM that have a specified street number (addr:housenumber)
but no specified street name (addr:street) and are not part of an associated street Relation.
- AddressPointMatchCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.points.AddressPointMatchCheck
-
- addTask(CheckFlag) - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- addTask(Challenge, Task) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteClient
-
- addTask(String, Challenge, Task) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteClient
-
Adds tasks for a particular challenge name to the internal batch
- addTask(String, Task) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteCommand
-
- addTask(Challenge, Task) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteCommand
-
- ARE_PARENTHESES_BALANCED_AND_CLOSED - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.ValuePredicates
-
Tests if the String contains '(' and ')' that are balanced and closed.
- AREA_TAG - Static variable in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- AreasWithHighwayTagCheck - Class in org.openstreetmap.atlas.checks.validation.areas
-
Flag the Areas that have a highway tag
- AreasWithHighwayTagCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.areas.AreasWithHighwayTagCheck
-
- AreasWithHighwayTagCheckWalker - Class in org.openstreetmap.atlas.checks.validation.areas
-
Simple walker to grab all connected edges which have a bad combination of area=yes and some
highway tag.
- AreasWithHighwayTagCheckWalker(Edge) - Constructor for class org.openstreetmap.atlas.checks.validation.areas.AreasWithHighwayTagCheckWalker
-
- asGeoJsonFeature() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- asGeoJsonFeature(String) - Method in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
A GeoJSON representation of the flagged object.
- asGeoJsonFeature(String) - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPoint
-
- asGeoJsonFeature(String) - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPolyline
-
- asLineDelimitedGeoJsonFeatures() - Method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
- asLineDelimitedGeoJsonFeatures(Consumer<JsonObject>) - Method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
- ATLAS_FOLDER - Static variable in class org.openstreetmap.atlas.checks.distributed.IntegrityCheckSparkJob
-
Deprecated.
- AtlasChecksCommand - Class in org.openstreetmap.atlas.checks.commands
-
Shell for running atlas-checks commands.
- AtlasChecksCommand(String...) - Constructor for class org.openstreetmap.atlas.checks.commands.AtlasChecksCommand
-
- AtlasChecksGeoJSONDiffSubCommand - Class in org.openstreetmap.atlas.checks.commands
-
Takes 2 sets of atlas-checks geoJSON flag files and reports the number of additions,
subtractions, and changed flags from source to target.
- AtlasChecksGeoJSONDiffSubCommand() - Constructor for class org.openstreetmap.atlas.checks.commands.AtlasChecksGeoJSONDiffSubCommand
-
- AtlasChecksLogDiffSubCommand - Class in org.openstreetmap.atlas.checks.commands
-
Takes 2 sets of atlas-checks log files and reports the number of additions, subtractions, and
changed flags from source to target.
- AtlasChecksLogDiffSubCommand() - Constructor for class org.openstreetmap.atlas.checks.commands.AtlasChecksLogDiffSubCommand
-
- AtlasDataSource - Class in org.openstreetmap.atlas.checks.distributed
-
Resolves Atlas data source(s) from an input location.
- AtlasDataSource(Map<String, String>, Configuration) - Constructor for class org.openstreetmap.atlas.checks.distributed.AtlasDataSource
-
- AtlasDataSource(Map<String, String>, Configuration, MultiPolygon) - Constructor for class org.openstreetmap.atlas.checks.distributed.AtlasDataSource
-
- AtlasDataSource(Map<String, String>, Configuration, Rectangle) - Constructor for class org.openstreetmap.atlas.checks.distributed.AtlasDataSource
-
- AtlasFilePathFilter - Class in org.openstreetmap.atlas.checks.atlas
-
Filters out Atlas files given a Hadoop file Path
- AtlasFilePathFilter() - Constructor for class org.openstreetmap.atlas.checks.atlas.AtlasFilePathFilter
-
- AtlasFilePathResolver - Class in org.openstreetmap.atlas.checks.distributed
-
This resolver obscures whether or not the basePath points to a path containing
Atlas files or country folders that contain the Atlas files.
- AtlasFilePathResolver(Configuration) - Constructor for class org.openstreetmap.atlas.checks.distributed.AtlasFilePathResolver
-
Default constructor
- Challenge - Class in org.openstreetmap.atlas.checks.maproulette.data
-
- Challenge(String, String, String, String, ChallengeDifficulty, String) - Constructor for class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- Challenge(String, String, String, String, ChallengeDifficulty, ChallengePriority, String, String, String, String) - Constructor for class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- ChallengeDeserializer - Class in org.openstreetmap.atlas.checks.maproulette.serializer
-
- ChallengeDeserializer() - Constructor for class org.openstreetmap.atlas.checks.maproulette.serializer.ChallengeDeserializer
-
- ChallengeDifficulty - Enum in org.openstreetmap.atlas.checks.maproulette.data
-
- ChallengeDifficultySerializer - Class in org.openstreetmap.atlas.checks.maproulette.serializer
-
- ChallengeDifficultySerializer() - Constructor for class org.openstreetmap.atlas.checks.maproulette.serializer.ChallengeDifficultySerializer
-
- ChallengePriority - Enum in org.openstreetmap.atlas.checks.maproulette.data
-
- check(AtlasObject) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- Check - Interface in org.openstreetmap.atlas.checks.base
-
The check interface has one method that will execute the check against an atlas entity and return
an Optional
CheckFlag.
- check(AtlasObject) - Method in interface org.openstreetmap.atlas.checks.base.Check
-
The check for the atlas object
- CheckFlag - Class in org.openstreetmap.atlas.checks.flag
-
A
CheckFlag is used to flag one or more
AtlasObjects found to violate some set of
rules.
- CheckFlag(String) - Constructor for class org.openstreetmap.atlas.checks.flag.CheckFlag
-
A basic constructor that simply flags some identifying value
- CheckFlag(String, Set<AtlasObject>, List<String>) - Constructor for class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Creates a
CheckFlag with a set of
AtlasObjects to flag, most commonly used
when all of the
AtlasObjects contribute to the rule violation
- CheckFlag(String, Set<AtlasObject>, List<String>, List<Location>) - Constructor for class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Creates a
CheckFlag with the addition of a list of
point Locations
that highlight specific points in the geometry that caused the rule violation
- CheckFlagEvent - Class in org.openstreetmap.atlas.checks.event
-
- CheckFlagEvent(String, CheckFlag) - Constructor for class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
- CheckFlagFileProcessor - Class in org.openstreetmap.atlas.checks.event
-
- CheckFlagFileProcessor(SparkFileHelper, String) - Constructor for class org.openstreetmap.atlas.checks.event.CheckFlagFileProcessor
-
Default constructor
- CheckFlagGeoJsonProcessor - Class in org.openstreetmap.atlas.checks.event
-
- CheckFlagGeoJsonProcessor(SparkFileHelper, String) - Constructor for class org.openstreetmap.atlas.checks.event.CheckFlagGeoJsonProcessor
-
Default constructor
- CheckFlagTippecanoeProcessor - Class in org.openstreetmap.atlas.checks.event
-
This class is similar to CheckFlagFileProcessor, except here we're making line-delimited GeoJSON
that plays well with tippecanoe.
- CheckFlagTippecanoeProcessor(SparkFileHelper, String) - Constructor for class org.openstreetmap.atlas.checks.event.CheckFlagTippecanoeProcessor
-
Default constructor
- checkIfEdgeHeadingDifferenceExceedsThreshold(Edge, Edge) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
Checks if the difference in heading between the incoming and outgoing Edges exceeds
the threshold
- checkObjectFilter() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- CheckResourceLoader - Class in org.openstreetmap.atlas.checks.base
-
Loads Checks found on the classpath.
- CheckResourceLoader(Configuration) - Constructor for class org.openstreetmap.atlas.checks.base.CheckResourceLoader
-
Default constructor
- checkUploadTasks(int) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteCommand
-
Function will check to see how many tasks are currently added in the batch, and if there are
more than the current threshold, then it will upload the current tasks otherwise it will do
nothing.
- clear() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
Clears all flagged feature identifiers for this check.
- clear() - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Cleanup check to remove any remaining artifacts from execution
- clearFlaggedIdentifiers() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- clearOneLayerRemovedConnections() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- close() - Method in class org.openstreetmap.atlas.checks.distributed.AtlasDataSource
-
- CLOSED_PARENTHESES_CHAR - Static variable in interface org.openstreetmap.atlas.checks.constants.CommonConstants
-
- COMMA - Static variable in interface org.openstreetmap.atlas.checks.constants.CommonConstants
-
- CommonConstants - Interface in org.openstreetmap.atlas.checks.constants
-
Holds commonly used constants throughout the checks codebase
- complete() - Method in class org.openstreetmap.atlas.checks.event.EventService
-
- computeBatchSize() - Method in class org.openstreetmap.atlas.checks.event.CheckFlagGeoJsonProcessor
-
Returns bucket size based on the number of Checks we have bucketed so far
- configurationKey(Class, String) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- configurationKey(String) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
Configuration Keys in the Integrity Framework are based on the check simple classname.
- ConfigurationResolver - Class in org.openstreetmap.atlas.checks.configuration
-
Resolves several different Configuration sources for runtime configuration
- configurationValue(Configuration, String, U) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- configurationValue(Configuration, String, U, Function<U, V>) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- ConflictingAreaTagCombination - Class in org.openstreetmap.atlas.checks.validation.tag
-
Flags Area Objects with conflicting tag combinations.
- ConflictingAreaTagCombination(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.tag.ConflictingAreaTagCombination
-
The default constructor that must be supplied.
- ConsumerBasedExpectedCheckVerifier - Class in org.openstreetmap.atlas.checks.validation.verifier
-
JUnit
Verifier to run verifier functions on the list of
CheckFlags generated by
the checks under test.
- ConsumerBasedExpectedCheckVerifier() - Constructor for class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Default constructor
- COUNTRY_MISSING - Static variable in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- CountrySpecificAtlasFilePathFilter - Class in org.openstreetmap.atlas.checks.atlas
-
Filters out country-specific Atlas files given a Hadoop file Path
- CountrySpecificAtlasFilePathFilter(String) - Constructor for class org.openstreetmap.atlas.checks.atlas.CountrySpecificAtlasFilePathFilter
-
Constructs a filter for given country
- create(String, String, String, JsonObject, String) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConnection
-
Will create a challenge if it has not already been created
- createChallenge(Project, Challenge) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConnection
-
- createChallenge(Project, Challenge) - Method in interface org.openstreetmap.atlas.checks.maproulette.TaskLoader
-
Creates a new challenge with the given
Challenge, if already exists then will attempt
to update
- createFlag(AtlasObject, String) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- createFlag(AtlasObject, String, List<Location>) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- createFlag(Set<AtlasObject>, String) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- createFlag(Set<AtlasObject>, String, List<Location>) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- createProject(Project) - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConnection
-
- createProject(Project) - Method in interface org.openstreetmap.atlas.checks.maproulette.TaskLoader
-
Creates a new project with the
Project, if already exists then will attempt to update
- FALLBACK_INSTRUCTIONS - Static variable in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutClosedLoopCheck
-
- FALLBACK_INSTRUCTIONS - Static variable in class org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck
-
- FEATURE - Static variable in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- FileProcessor<T extends Event> - Class in org.openstreetmap.atlas.checks.event
-
A useful base class to handle common functionality for file processors.
- FileProcessor(SparkFileHelper, String) - Constructor for class org.openstreetmap.atlas.checks.event.FileProcessor
-
Default constructor
- filterFalsePositives() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
We filter false positives for two cases.
- finder() - Method in interface org.openstreetmap.atlas.checks.base.Check
-
The finder returned will be used to collect the ComplexEntitys this check will be
applied to.
- findIntersectionPercentage(Polygon, Polygon) - Static method in class org.openstreetmap.atlas.checks.utility.IntersectionUtilities
-
Find the percentage of overlap for given Polygons.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.AreasWithHighwayTagCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.OverlappingAOIPolygonCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.PoolSizeCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.ShadowDetectionCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.SpikyBuildingCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.WaterbodyAndIslandSizeCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.BuildingRoadIntersectionCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.EdgeCrossingEdgeCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.SelfIntersectingPolylineCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.DuplicateWaysCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.FloatingEdgeCheck
-
The primary function that will check to see if the current edge is a floating edge
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.MalformedRoundaboutCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutClosedLoopCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutValenceCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SharpAngleCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SignPostCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SinkIslandCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.AddressPointMatchCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicateNodeCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicatePointCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.InvalidMiniRoundaboutCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.OrphanNodeCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.relations.InvalidTurnRestrictionCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.relations.OneMemberRelationCheck
-
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.AbbreviatedNameCheck
-
Flags AtlasObjects that has names with abbreviations.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.ConflictingAreaTagCombination
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidAccessTagCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidLanesTagCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.MixedCaseNameCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.StreetNameIntegersOnlyCheck
-
This is the actual function that will check to see whether the object needs to be flagged.
- flag(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck
-
Flag an Edge if it's LayerTag value is unusual
- FlaggedObject - Class in org.openstreetmap.atlas.checks.flag
-
Abstract base class for AtlasObjects flagged by the integrity framework
- FlaggedObject() - Constructor for class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- FlaggedPoint - Class in org.openstreetmap.atlas.checks.flag
-
A flag for a point Location P*
- FlaggedPoint(LocationItem) - Constructor for class org.openstreetmap.atlas.checks.flag.FlaggedPoint
-
Default constructor
- FlaggedPoint(Location) - Constructor for class org.openstreetmap.atlas.checks.flag.FlaggedPoint
-
- FlaggedPolyline - Class in org.openstreetmap.atlas.checks.flag
-
A flag for a PolyLine
- FlaggedPolyline(AtlasItem) - Constructor for class org.openstreetmap.atlas.checks.flag.FlaggedPolyline
-
Default constructor
- flags(Atlas) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- flags(Atlas) - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Compute and return all the
CheckFlags from this check, given
AtlasEntitys and
Relations.
- flagToFeature(CheckFlag, Map<String, String>) - Static method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
Converts give
CheckFlag to
GeoJsonObject with additional key-value parameters
- flagToJson(CheckFlag, Map<String, String>) - Static method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
Converts given
CheckFlag to
JsonObject with additional key-value parameters
- FloatingEdgeCheck - Class in org.openstreetmap.atlas.checks.validation.linear.edges
-
This check will look for any edges that do not contain any incoming or outgoing edges.
- FloatingEdgeCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.linear.edges.FloatingEdgeCheck
-
Default constructor defined by the
BaseCheck required to instantiate the Check within
the Atlas Checks framework
- fromResource(String) - Static method in class org.openstreetmap.atlas.checks.maproulette.data.Survey
-
Creates a Challenge based on a JSON resource file
- fromValue(int) - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengeDifficulty
-
- fromValue(int) - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengePriority
-
- generateTask(long) - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- generateTaskFeatures(Set<Task.PointInformation>, Optional<JsonArray>) - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- GEOJSON_FILE_EXTENSION - Static variable in interface org.openstreetmap.atlas.checks.constants.CommonConstants
-
- GeoJsonPathFilter - Class in org.openstreetmap.atlas.checks.distributed
-
A PathFilter to find GeoJson files
- GeoJsonPathFilter() - Constructor for class org.openstreetmap.atlas.checks.distributed.GeoJsonPathFilter
-
Default constructor
- GeoJsonPathFilter(boolean) - Constructor for class org.openstreetmap.atlas.checks.distributed.GeoJsonPathFilter
-
- GeometryValidator - Class in org.openstreetmap.atlas.checks.validation
-
Basic JTS verification for a PolyLine and Polygon
- get(String) - Static method in class org.openstreetmap.atlas.checks.event.EventService
-
- getAnswers() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Survey
-
- getApiKey() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConfiguration
-
- getAtlas() - Method in class org.openstreetmap.atlas.checks.distributed.AtlasDataSource
-
- getAtlasDataSource(Map<String, String>, Configuration, Rectangle) - Method in class org.openstreetmap.atlas.checks.distributed.IntegrityCheckSparkJob
-
- getBatchSize() - Method in class org.openstreetmap.atlas.checks.event.FileProcessor
-
- getBlacklistCountries() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getBlurb() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getChallenge() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getChallenge() - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Gets a challenge object for the specific check
- getChallengeName() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getChallengeName() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getChanged() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.JSONFlagDiff
-
- getCheck() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getCheckFlag() - Method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
- getCheckName() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getCheckName() - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Gets the name of this check
- getCheckName() - Method in class org.openstreetmap.atlas.checks.event.CheckFlagEvent
-
- getClient() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getClient() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteCommand
-
- getConfiguration() - Method in class org.openstreetmap.atlas.checks.base.CheckResourceLoader
-
- getConfigurationForCountry(String) - Method in class org.openstreetmap.atlas.checks.base.CheckResourceLoader
-
Get configuration for a specific country, overriding for country specific overrides and group
specific overrides
- getConnectedMasterEdgeOfTheSameWay(Edge) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
Returns all connected master, non-visited Edges that are a continuation of the same
OSM way
- getConnectionInfo() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConnection
-
- getConnectionInfo() - Method in interface org.openstreetmap.atlas.checks.maproulette.TaskLoader
-
Retrieve the connection info for this connection
- getCount() - Method in class org.openstreetmap.atlas.checks.event.FileProcessor
-
- getCountries() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
Gets the whitelisted countries for this check.
- getCountry() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getCountry() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- getCountry() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPolyline
-
- getCountryISO() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
Will return the first country ISO that it finds in the objects provided in the flag
- getCurrentBatchSize() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteClient
-
- getDefaultPriority() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getDescription() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getDescription() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getDescription() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Project
-
- getDiff(HashMap, HashMap, JSONFlagDiffSubCommand.DiffReturn) - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksGeoJSONDiffSubCommand
-
- getDiff(HashMap, HashMap, JSONFlagDiffSubCommand.DiffReturn) - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksLogDiffSubCommand
-
- getDiff(HashMap, HashMap, JSONFlagDiffSubCommand.DiffReturn) - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
Takes two HashMaps containing atlas-checks flags mapped by id.
- getDifficulty() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getDirectConnections() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- getDuration() - Method in class org.openstreetmap.atlas.checks.event.MetricEvent
-
- getEventService() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getExtension() - Method in class org.openstreetmap.atlas.checks.distributed.GeoJsonPathFilter
-
- getExtension() - Method in class org.openstreetmap.atlas.checks.distributed.LogFilePathFilter
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.AreasWithHighwayTagCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.OverlappingAOIPolygonCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.PoolSizeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.ShadowDetectionCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.SpikyBuildingCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.areas.WaterbodyAndIslandSizeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.intersections.BuildingRoadIntersectionCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.intersections.EdgeCrossingEdgeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.intersections.SelfIntersectingPolylineCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.DuplicateWaysCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.FloatingEdgeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.MalformedRoundaboutCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutClosedLoopCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutValenceCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SharpAngleCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SignPostCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SinkIslandCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.points.AddressPointMatchCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicateNodeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicatePointCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.points.InvalidMiniRoundaboutCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.points.OrphanNodeCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.relations.InvalidTurnRestrictionCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.relations.OneMemberRelationCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.AbbreviatedNameCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.ConflictingAreaTagCombination
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidAccessTagCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidLanesTagCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.MixedCaseNameCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.StreetNameIntegersOnlyCheck
-
- getFallbackInstructions() - Method in class org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck
-
- getFilename(String, int) - Method in class org.openstreetmap.atlas.checks.event.CheckFlagGeoJsonProcessor
-
- getFilename() - Method in class org.openstreetmap.atlas.checks.event.CheckFlagTippecanoeProcessor
-
- getFilename() - Method in class org.openstreetmap.atlas.checks.event.FileProcessor
-
- getFilename() - Method in class org.openstreetmap.atlas.checks.event.MetricFileGenerator
-
- getFlaggedIdentifiers() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getFlaggedObjects() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getGeoJson() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getGeometry() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- getGeometry() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPoint
-
- getGeometry() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPolyline
-
- getGreatestEncounteredValence() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- getGson() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getHighPriorityRule() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getId() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getId() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Project
-
- getIdentifier() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getInstruction() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getInstruction() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getInstructions() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getLocale() - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getLocalizedInstruction(int, Object...) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
Uses the default of configured locale to grab the localized instruction format from the
configuration.
- getLocationIterableProperties() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getLowPriorityRule() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getMapRouletteClient() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteCommand
-
- getMapRouletteTask() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getMediumPriorityRule() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getMissing() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.JSONFlagDiff
-
- getName() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getName() - Method in class org.openstreetmap.atlas.checks.distributed.IntegrityCheckSparkJob
-
- getName() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getName() - Method in class org.openstreetmap.atlas.checks.event.MetricEvent
-
- getName() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getName() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Project
-
- getObjects() - Method in class org.openstreetmap.atlas.checks.distributed.RunnableCheckBase
-
- getOneLayerRemovedConnections() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- getParentIdentifier() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getPoints() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getPoints() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getPolyLines() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getPort() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConfiguration
-
- getProjectName() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getProjectName() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConfiguration
-
- getProperties() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- getProperties() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPoint
-
- getProperties() - Method in class org.openstreetmap.atlas.checks.flag.FlaggedPolyline
-
- getResourceAsStream(URI) - Static method in class org.openstreetmap.atlas.checks.configuration.ConfigurationResolver
-
Helper method that returns an InputStream to a JSON configuration referenced by URI
- getResourceAsStream(String) - Static method in class org.openstreetmap.atlas.checks.configuration.ConfigurationResolver
-
Helper method that returns an InputStream to a JSON configuration available on the
ClassPath
- getServer() - Method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteConfiguration
-
- getShapes() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- getSource() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getSourceSize() - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksLogDiffSubCommand
-
- getSourceSize() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getSupportedCommands() - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksCommand
-
- getTags() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- getTarget() - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
- getTaskIdentifier(AtlasObject) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getTaskIdentifier(Set<AtlasObject>) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
The task identifier is ordered to maintain identifier uniqueness.
- getTaskIdentifier() - Method in class org.openstreetmap.atlas.checks.maproulette.data.Task
-
- getTimestamp() - Method in class org.openstreetmap.atlas.checks.event.Event
-
- getUniqueObjectIdentifier(AtlasObject) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- getUniqueOSMIdentifier(AtlasObject) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
Generates a unique identifier given an AtlasObject.
- getVisitedEdges() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- globallyVerify(Consumer<List<CheckFlag>>) - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Registers a custom function to verify all of the resulting flags when the
Check is
run over the test
Atlas
- GOES_UNDERGROUND - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject goes underground
- GOES_UNDERWATER - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject goes underwater
- identicalFeatureIds(JsonArray, JsonArray) - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksGeoJSONDiffSubCommand
-
- identicalFeatureIds(JsonArray, JsonArray) - Method in class org.openstreetmap.atlas.checks.commands.AtlasChecksLogDiffSubCommand
-
- identicalFeatureIds(JsonArray, JsonArray) - Method in class org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand
-
Helper function for getMissingAndChanged to check for changes in Atlas ids.
- inlineConfiguration(String) - Static method in class org.openstreetmap.atlas.checks.configuration.ConfigurationResolver
-
Creates a Configuration defined inline
- instance(MapRouletteConfiguration) - Static method in class org.openstreetmap.atlas.checks.maproulette.MapRouletteClient
-
- IntegrityCheckSparkJob - Class in org.openstreetmap.atlas.checks.distributed
-
Executes integrity checks as a SparkJob.
- IntegrityCheckSparkJob() - Constructor for class org.openstreetmap.atlas.checks.distributed.IntegrityCheckSparkJob
-
- IntersectingBuildingsCheck - Class in org.openstreetmap.atlas.checks.validation.intersections
-
Flags the buildings that intersect/overlap with other buildings.
- IntersectingBuildingsCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck
-
Default constructor
- IntersectingBuildingsCheck.IntersectionType - Enum in org.openstreetmap.atlas.checks.validation.intersections
-
Differentiate intersection and overlap and create separate descriptions for MapRoulette
challenges.
- IntersectionUtilities - Class in org.openstreetmap.atlas.checks.utility
-
A set of utilities that are common among intersection checks.
- intValue() - Method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengeDifficulty
-
- intValue() - Method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengePriority
-
- INVALID_LAYER_INSTRUCTION - Static variable in class org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck
-
- InvalidAccessTagCheck - Class in org.openstreetmap.atlas.checks.validation.tag
-
This check flags Edges and Lines that include an access tag with a value of no,
and does not have any supporting tags.
- InvalidAccessTagCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.tag.InvalidAccessTagCheck
-
The default constructor that must be supplied.
- InvalidLanesTagCheck - Class in org.openstreetmap.atlas.checks.validation.tag
-
Flags Edges that have the highway tag and a lanes tag with an invalid
value.
- InvalidLanesTagCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.tag.InvalidLanesTagCheck
-
The default constructor that must be supplied.
- InvalidMiniRoundaboutCheck - Class in org.openstreetmap.atlas.checks.validation.points
-
Flags any Nodes tagged as highway=MINI_ROUNDABOUT that do not have very many incoming/outgoing
Edges as potentially tagged incorrectly.
- InvalidMiniRoundaboutCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.points.InvalidMiniRoundaboutCheck
-
Construct an InvalidMiniRoundaboutCheck with the given configuration values.
- InvalidTurnRestrictionCheck - Class in org.openstreetmap.atlas.checks.validation.relations
-
Check for invalid turn restrictions
- InvalidTurnRestrictionCheck(Configuration) - Constructor for class org.openstreetmap.atlas.checks.validation.relations.InvalidTurnRestrictionCheck
-
Default constructor
- IS_AREA - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject has area tag equal to yes
- IS_AREA - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TypePredicates
-
Tests if the AtlasObject is tagged as an Area
- IS_BRIDGE - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is a bridge
- IS_BUILDING - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject has a building tag
- IS_CROSSING_HIGHWAY - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject has highway tag equal to crossing
- IS_EDGE - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TypePredicates
-
Tests if the AtlasObject is an Edge
- IS_EMBANKMENT - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is an embankment
- IS_HIGHWAY_AREA - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject has a highway tag and an area tag that equals to yes
- IS_HIGHWAY_FOR_PEDESTRIANS - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is has highway=pedestrian or highway=footway
- IS_PIER - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is a pier
- IS_POWER_LINE - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is a power line
- IS_ROOF - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject has a building tag equal to roof
- IS_WATER_BODY - Static variable in interface org.openstreetmap.atlas.checks.atlas.predicates.TagPredicates
-
Tests if the AtlasObject is a water body
- isFlagged(T) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
- isSnakeRoad() - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
- isValidPolygon(Polygon) - Static method in class org.openstreetmap.atlas.checks.validation.GeometryValidator
-
Tests that the Polygon's geometry is valid
- isValidPolyLine(PolyLine) - Static method in class org.openstreetmap.atlas.checks.validation.GeometryValidator
-
Tests that the PolyLine's geometry is valid
- ITEM_IDENTIFIER_TAG - Static variable in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- ITEM_TYPE_TAG - Static variable in class org.openstreetmap.atlas.checks.flag.FlaggedObject
-
- iterator() - Method in class org.openstreetmap.atlas.checks.flag.CheckFlag
-
- VALENCE_OF_ONE_INSTRUCTIONS - Static variable in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutValenceCheck
-
- validCheckForCountry(String) - Method in class org.openstreetmap.atlas.checks.base.BaseCheck
-
The country check will first check the country whitelist and if the country is contained in
the whitelist it is allowed, after that the country is checked it against blacklist and if
contained in the blacklist will not be allowed.
- validCheckForCountry(String) - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Checks to see whether the check is valid for the given country.
- validCheckForObject(AtlasObject) - Method in interface org.openstreetmap.atlas.checks.base.Check
-
Checks to see whether the supplied object class type is valid for this particular check
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.AreasWithHighwayTagCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.OverlappingAOIPolygonCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.PoolSizeCheck
-
This function will validate if the supplied atlas object is valid for the check
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.ShadowDetectionCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.SpikyBuildingCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.areas.WaterbodyAndIslandSizeCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.BuildingRoadIntersectionCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.EdgeCrossingEdgeCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.intersections.SelfIntersectingPolylineCheck
-
Checks to see whether the atlas object has the prerequisites to be evaluated.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.DuplicateWaysCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.FloatingEdgeCheck
-
Checks if the supplied object is of ItemType Edge and that it is the
MasterEdge and whether a car can navigate on the edge.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.MalformedRoundaboutCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutClosedLoopCheck
-
Validates if given AtlasObject is actually an Edge and is a roundabout and
also corresponding OSM identifier shouldn't be flagged before (this is for avoiding duplicate
flags)
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.RoundaboutValenceCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SharpAngleCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SignPostCheck
-
Validates if the supplied AtlasObject is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SinkIslandCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.AddressPointMatchCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicateNodeCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.DuplicatePointCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.InvalidMiniRoundaboutCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.points.OrphanNodeCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.relations.InvalidTurnRestrictionCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.relations.OneMemberRelationCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.AbbreviatedNameCheck
-
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.ConflictingAreaTagCombination
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidAccessTagCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.InvalidLanesTagCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.MixedCaseNameCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.StreetNameIntegersOnlyCheck
-
This function will validate if the supplied atlas object is valid for the check.
- validCheckForObject(AtlasObject) - Method in class org.openstreetmap.atlas.checks.validation.tag.UnusualLayerTagsCheck
-
Validate if given AtlasObject is actually an Edge and make sure the edge has
one of the following tags: tunnel, bridge, layer
- VALUE_RULE_FIELD - Static variable in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- VALUE_RULE_ID - Static variable in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- VALUE_RULE_OPERATOR - Static variable in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- VALUE_RULE_TYPE - Static variable in class org.openstreetmap.atlas.checks.maproulette.data.Challenge
-
- valueOf(String) - Static method in enum org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.DiffReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengeDifficulty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengePriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck.IntersectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openstreetmap.atlas.checks.validation.linear.edges.MalformedRoundaboutCheck.RoundaboutDirection
-
Returns the enum constant of this type with the specified name.
- ValuePredicates - Interface in org.openstreetmap.atlas.checks.atlas.predicates
-
Collection of value based predicates
- values() - Static method in enum org.openstreetmap.atlas.checks.commands.JSONFlagDiffSubCommand.DiffReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengeDifficulty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openstreetmap.atlas.checks.maproulette.data.ChallengePriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openstreetmap.atlas.checks.validation.intersections.IntersectingBuildingsCheck.IntersectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openstreetmap.atlas.checks.validation.linear.edges.MalformedRoundaboutCheck.RoundaboutDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(Consumer<CheckFlag>) - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Registers a custom function to verify each resulting
CheckFlag individually
- verify() - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
- verify() - Method in class org.openstreetmap.atlas.checks.validation.verifier.ExpectedCheckVerifier
-
- verifyEmpty() - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Verifies that no
CheckFlags were returned when the
Check is run over the test
Atlas
- verifyExpectedSize(int) - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Verifies that a specific number of
CheckFlags were returned when the
Check is
run over the test
Atlas
- verifyNotEmpty() - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Verifies that at least one
CheckFlag was returned when the
Check is run over
the test
Atlas
- verifyNotNull() - Method in class org.openstreetmap.atlas.checks.validation.verifier.ConsumerBasedExpectedCheckVerifier
-
Checks for null values returned by the
Check
- visitEdge(Edge, Edge) - Method in class org.openstreetmap.atlas.checks.validation.linear.edges.SnakeRoadNetworkWalk
-
Adds the given Edge to the visited set and updates the greatest valence value