[Table of Contents] [docx version]

Error! No text of specified style in document.

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@maxR5.1.11.2); ahPolar@minR5.1.11.2); ahXY@maxX5.1.11.3); ahXY@maxY5.1.11.3); ahXY@minX5.1.11.3); ahXY@minY5.1.11.3); arcTo@hR5.1.11.4); arcTo@wR5.1.11.4); pos@x5.1.11.17); pos@y5.1.11.17); pt@x5.1.11.20); pt@y5.1.11.20); rect@b5.1.11.22); rect@l5.1.11.22); rect@r5.1.11.22); rect@t5.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>