Class IncompleteSharding
- java.lang.Object
-
- org.openstreetmap.atlas.checks.utility.IncompleteSharding
-
- All Implemented Interfaces:
java.io.Serializable,org.openstreetmap.atlas.geography.geojson.GeoJson,org.openstreetmap.atlas.geography.sharding.Sharding
public class IncompleteSharding extends java.lang.Object implements org.openstreetmap.atlas.geography.sharding.ShardingA sharding interface with just the shards that are available for a certain run.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompleteSharding(java.lang.Iterable<? extends org.openstreetmap.atlas.geography.sharding.Shard> shards)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard>neighbors(org.openstreetmap.atlas.geography.sharding.Shard shard)org.openstreetmap.atlas.geography.sharding.ShardshardForName(java.lang.String name)java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard>shards(org.openstreetmap.atlas.geography.GeometricSurface surface)java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard>shardsCovering(org.openstreetmap.atlas.geography.Location location)java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard>shardsIntersecting(org.openstreetmap.atlas.geography.PolyLine polyLine)
-
-
-
Method Detail
-
neighbors
public java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard> neighbors(org.openstreetmap.atlas.geography.sharding.Shard shard)
- Specified by:
neighborsin interfaceorg.openstreetmap.atlas.geography.sharding.Sharding
-
shardForName
public org.openstreetmap.atlas.geography.sharding.Shard shardForName(java.lang.String name)
- Specified by:
shardForNamein interfaceorg.openstreetmap.atlas.geography.sharding.Sharding
-
shards
public java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard> shards(org.openstreetmap.atlas.geography.GeometricSurface surface)
- Specified by:
shardsin interfaceorg.openstreetmap.atlas.geography.sharding.Sharding
-
shardsCovering
public java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard> shardsCovering(org.openstreetmap.atlas.geography.Location location)
- Specified by:
shardsCoveringin interfaceorg.openstreetmap.atlas.geography.sharding.Sharding
-
shardsIntersecting
public java.lang.Iterable<org.openstreetmap.atlas.geography.sharding.Shard> shardsIntersecting(org.openstreetmap.atlas.geography.PolyLine polyLine)
- Specified by:
shardsIntersectingin interfaceorg.openstreetmap.atlas.geography.sharding.Sharding
-
-