arc === **Name**: geom arc **Description**: geom Creates an arc linestring from a start angle and an angle extent. **Arguments**: * -a --startAngle: The start angle (in radians) * -e --angleExtent: The size of angle (in radians) * -d -degrees: The flag for whether given angle measures are in degrees (true) or radians (false) * -w --width: The width * -h --height: The height * -p --numberOfPoints: The number of points * -r --rotation: The rotation * -c --center: The flag to use center (true) or the base (false) * -g --geometry: The input geometry * --help: Print help message * --web-help: Open help in a web browser **Example**:: geom arc -g "POINT (100 100)" -d -a 45 -e 90 -w 50 -h 50 -p 10 .. image:: arc.png