<ST_AdjCoordinate> (Adjustable Coordinate Methods)

This simple type is an adjustable coordinate is either an absolute coordinate position or a reference to a geometry guide.

This simple type is defined as a union of the following types:

  • TheST_Coordinate simple type (§5.1.12.16).

  • TheST_GeomGuideName simple type (§5.1.12.26).

Referenced By

<ahPolar@maxR>5.1.11.2); <ahPolar@minR>5.1.11.2); <ahXY@maxX>5.1.11.3); <ahXY@maxY>5.1.11.3); <ahXY@minX>5.1.11.3); <ahXY@minY>5.1.11.3); <arcTo@hR>5.1.11.4); <arcTo@wR>5.1.11.4); <pos@x>5.1.11.17); <pos@y>5.1.11.17); <pt@x>5.1.11.20); <pt@y>5.1.11.20); <rect@b>5.1.11.22); <rect@l>5.1.11.22); <rect@r>5.1.11.22); <rect@t>5.1.11.22)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_AdjCoordinate">
	<union memberTypes="ST_Coordinate ST_GeomGuideName"/>
</simpleType>