@Parameter(names={"-b","--bbox"},description="bounding box to cut out; list of 4 coordinate endpoints: min-lon, min-lat, max-lon, max-lat",required=true,order=3)
@Parameter(names={"-b","--bbox"},
description="bounding box to cut out; list of 4 coordinate endpoints: "
@Parameter(names={"-f","--filter"},description="filter to check against every osh entity. N.B. geometry-based filters will not have an effect on the output.",required=false,order=4)
@Parameter(names={"-f","--filter"},
description="filter to check against every osh entity. N.B. geometry-based filters"
+"will not have an effect on the output.",required=false,order=4)
publicStringfilter;
@Parameter(names={"-o","--output"},description="Path to output H2 file",required=true,order=5)
@Parameter(names={"-o","--output"},
description="Path to output H2 file",required=true,order=5)
@Parameter(names={"-s","--skip-large-relations"},description="skip non-intersecting relations; useful for small extracts where large relations are not needed; recommended option",required=false)
@Parameter(names={"-s","--skip-large-relations"},
description="skip non-intersecting relations; useful for small extracts where "
+"large relations are not needed; recommended option",required=false)
publicbooleanskipLargeRelations=false;
@Parameter(names={"--skip-bbox-check"},description="skip check that tests whether the requested bounding box lies fully in the input data set; use this option with care",required=false)
@Parameter(names={"--skip-bbox-check"},
description="skip check that tests whether the requested bounding box lies "
+"fully in the input data set; use this option with care",required=false)