1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
<root>
<key>VectorDataTransform</key>
<exec>otbcli_VectorDataTransform</exec>
<longname>Vector Data Transformation</longname>
<group>Vector Data Manipulation</group>
<description>Apply a transform to each vertex of the input VectorData</description>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
<key>vd</key>
<name>Input Vector data</name>
<description>Input vector data to transform</description>
<shapetype />
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type>
<key>out</key>
<name>Output Vector data</name>
<description>Output transformed vector data</description>
<hidden />
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
<key>in</key>
<name>Support image</name>
<description>Image needed as a support to the vector data</description>
<optional>False</optional>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.tx</key>
<name>Translation X</name>
<description>Translation in the X direction (in pixels)</description>
<minValue />
<maxValue />
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.ty</key>
<name>Translation Y</name>
<description>Translation in the Y direction (in pixels)</description>
<minValue />
<maxValue />
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.ro</key>
<name>Rotation Angle</name>
<description>Angle of the rotation to apply in degrees</description>
<minValue />
<maxValue />
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.centerx</key>
<name>Center X</name>
<description>X coordinate of the rotation center (in physical units)</description>
<minValue />
<maxValue />
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.centery</key>
<name>Center Y</name>
<description>Y coordinate of the rotation center (in physical units)</description>
<minValue />
<maxValue />
<default>0</default>
</parameter>
<parameter>
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
<key>transform.scale</key>
<name>Scale</name>
<description>The scale to apply</description>
<minValue />
<maxValue />
<default>1</default>
</parameter>
</root>
|