getCentroid

Description

This operation returns the coordinates of the centroid of a geometry object as follows:
  • Points—Returns coordinates of the point.
  • Lines—Returns the representative point if available, otherwise returns the centroid.
  • Polygons—Returns the representative point if available, otherwise returns the centroid.

Messages

The following table lists the request and response messages for the getCentroid operation.

Click on a message name for more information about the message.

Message Description
GetCentroidRequest The request message for the getCentroid operation.
GetCentroidResponse The response message for the getCentroid operation.