public class RawAtlasCreator
extends org.openstreetmap.atlas.utilities.runtime.Command
AtlasGenerator conditions on a certain
shard. It is DynamicAtlas enabled, and will create sliced shards for expansion where
necessary.org.openstreetmap.atlas.utilities.runtime.Command.Flag, org.openstreetmap.atlas.utilities.runtime.Command.Optionality, org.openstreetmap.atlas.utilities.runtime.Command.Switch<T>, org.openstreetmap.atlas.utilities.runtime.Command.SwitchList| Modifier and Type | Field and Description |
|---|---|
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.generator.creator.RawAtlasCreator.RawAtlasFlavor> |
ATLAS_FLAVOR |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.geography.boundary.CountryBoundaryMap> |
BOUNDARIES |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> |
COUNTRY |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Boolean> |
FAIL_FAST_CACHE_MISS |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.streaming.resource.File> |
OUTPUT |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> |
PBF_PATH |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> |
PBF_SHARDING |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> |
SHARDING_TYPE |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> |
SLICED_CACHE_PATH |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.geography.sharding.Shard> |
TILE |
static org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Boolean> |
USE_JAVA_ATLAS |
| Constructor and Description |
|---|
RawAtlasCreator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
protected int |
onRun(org.openstreetmap.atlas.utilities.runtime.CommandMap command) |
protected org.openstreetmap.atlas.utilities.runtime.Command.SwitchList |
switches() |
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.geography.boundary.CountryBoundaryMap> BOUNDARIES
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> COUNTRY
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.streaming.resource.File> OUTPUT
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> PBF_PATH
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> SLICED_CACHE_PATH
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Boolean> FAIL_FAST_CACHE_MISS
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> PBF_SHARDING
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.String> SHARDING_TYPE
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.geography.sharding.Shard> TILE
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<org.openstreetmap.atlas.generator.creator.RawAtlasCreator.RawAtlasFlavor> ATLAS_FLAVOR
public static final org.openstreetmap.atlas.utilities.runtime.Command.Switch<java.lang.Boolean> USE_JAVA_ATLAS
public static void main(java.lang.String[] args)
protected int onRun(org.openstreetmap.atlas.utilities.runtime.CommandMap command)
onRun in class org.openstreetmap.atlas.utilities.runtime.Commandprotected org.openstreetmap.atlas.utilities.runtime.Command.SwitchList switches()
switches in class org.openstreetmap.atlas.utilities.runtime.Command