Access to Geometry values in the SQL with Geometry Type case

Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. Table 3: Text metadata attributes FIELD DEFINITION COMMENT F_TABLE_CATALOG F_TABLE_SCHEMA F_TABLE_NAME Name of the table in which the text type values are stored. Databases have format for this based on SQL:1999. F_TEXT_COLUMN_NAME Name of the column in which the text type value are stored. Databases have format for this based on SQL:1999. This column in the feature table described above must be of type ANNOTATION_TEXT. A_TEXT_DEFAULT_MAP_BASE_SCALE The base map scale for which the text will be displayed A_TEXT_DEFAULT_EXPRESSION This column allows the actual text of a text object to come from data outside the text object VALUE field. Any valid database column expression resulting in a string is acceptable. The expression is evaluated for the each row. If this field is null, the individual text objects may have their own embedded text or nothing shall be displayed. Any embedded text shall override this expression value. During query to support display, client applications should add this expression to their select list so that any returned records will have the information needed to evaluate this expression without round tripping back to the database. . Note that this is the one case where the data critical to the display of text is stored outside the text object or metadata. It should be obvious to anyone changing the VALUE field that they are changing the text object. It may not be obvious to someone updating a column covered by the text expression that they are affecting the text object display. A_TEXT_DEFAULT_ATTRIBUTES As many text attributes may be common in one table, the database may store the common ones once here and allow for individual row record overrides. The Text Style, Layout and Leader Line Style described below may be stored in the metadata as well as the individual rows. Any values in the individual rows shall override the metadata values. The resulting attributes are an overlay of the metadata attributes and individual row attribute values.