// -V, --version Print version information and exit.
// --output ./output.gml
@Command(name="region_chooser",mixinStandardHelpOptions=true,description="Extracts a region from one or more citygmls, or calculates the convex hull.",sortOptions=false,versionProvider=GetVersion.class)
// --wkt ./grombuhl.txt
@Command(name="region_chooser",mixinStandardHelpOptions=true,description="Extracts a region from one or more citygmls.",sortOptions=false,versionProvider=GetVersion.class)
classRegionChooserCLIimplementsCallable<Integer>
classRegionChooserCLIimplementsCallable<Integer>
{
{
@Spec
@Spec
...
@@ -53,8 +50,7 @@ class RegionChooserCLI implements Callable<Integer>
...
@@ -53,8 +50,7 @@ class RegionChooserCLI implements Callable<Integer>
"--input"},required=true,split=",",description="Citygml files to extract from",paramLabel="input.gml")
"--input"},required=true,split=",",description="Citygml files to extract from",paramLabel="input.gml")