Module that helps to convert coordinates from one format to another.
- Convert a single coordinate or a full polygon of coordinates from one format to another.
- Select the desired input and output coordinate format.
- Generate a BBOX from a point
- Scale a polygon by a certain percentage.
- Calculate the surface area of a polygon.
When only converting 1 coordinate you can use the CoordinateConverter
NPE object together with the Java action. Simply create an object of CoordinateConverter and fill in the initial x and y coordinates, then run the java action, this will populate the x and y attributes with the converted coordinates. See ACT_CoordinateConverter_Example
for an example.
When converting a polygon you have to supply a valid string of coordinates in the input, then the java action will return a string of converted coordinates.