vector reflect ============== **Name**: geoc vector reflect **Description**: Reflect Features in a Layer **Arguments**: * -x --x1-distance: The x1 distance * -y --y1-distance: The y1 distance * -c --x2-distance: The x2 distance * -d --y2-distance: The y2 distance * -o --output-workspace: The output workspace * -r --output-layer: The output layer * -i --input-workspace: The input workspace * -l --input-layer: The input layer * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc vector reflect -i polys.properties -o reflected_polys.shp -x 5 -y 5