================ Create Centroids ================ Creates a new node in the centroid of a face and adds a link to the newly generated nodes pointing to the originating face. Parameter --------- +-------------------+------------------------+-----------------------------------------------------------------------+ | Name | Type | Description | +===================+========================+=======================================================================+ |leading_view | STRING | source faces | +-------------------+------------------------+-----------------------------------------------------------------------+ |centroid_view | STRING | name of centroid view | +-------------------+------------------------+-----------------------------------------------------------------------+ Data-stream ----------- +---------------------+--------------------------+-----------------------------+-------+------------------------------------------+ | View | Attribute | Type |Access | Description | +=====================+==========================+=============================+=======+==========================================+ | leading_view | | FACE | read | | +---------------------+--------------------------+-----------------------------+-------+------------------------------------------+ | | | | | | +---------------------+--------------------------+-----------------------------+-------+------------------------------------------+ | centroid_view | | NODE | write | | +---------------------+--------------------------+-----------------------------+-------+------------------------------------------+ | | leading_view_id | LINK |write | link to originating face | +---------------------+--------------------------+-----------------------------+-------+------------------------------------------+ Module Name ----------- :index:`GDALCreateCentroids `