vector shear ============ **Name**: geoc vector shear **Description**: Shear Features in a Layer **Arguments**: * -x --x-distance: The x distance * -y --y-distance: The y 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 shear -i points.properties -o points_sheared.shp -x 5 -y 10