vector translate ================ **Name**: geoc vector translate **Description**: Translate or move Feature 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 translate -i points.properties -i points_transolate.shp -x 5 -y 10