'MULTILINESTRING'.</para>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
row in the geometry_columns table.</para>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
<refsection>
<title>Description</title>
- <para>>Creates a 2d,3dz or 4d point geometry (geometry with measure). ST_MakePoint while not being
+ <para>Creates a 2d,3dz or 4d point geometry (geometry with measure). ST_MakePoint while not being
OGC compliant is generally faster and more precise than ST_GeomFromText and ST_PointFromText. It is also easier
to use if you have raw coordinates rather than WKT.</para>
- <para><note>Note x is longitude and y is latitude</note></para>
+ <note><para>Note x is longitude and y is latitude</para></note>
</refsection>
<refsection>
<title>Description</title>
<para>Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. </para>
- <para><note>spatial_ref_sys
+ <para><note><para>spatial_ref_sys
table is a table that catalogs all spatial reference systems known to PostGIS and is used for transformations from one spatial
- reference system to another. So verifying you have the right spatial reference system identifier is important if you plan to ever transform your geometries.</note></para>
+ reference system to another. So verifying you have the right spatial reference system identifier is important if you plan to ever transform your geometries.</para></note></para>
<para><inlinemediaobject>
<imageobject>
<imagedata fileref="images/check.png" />
</note>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
<note>
<para>The WKT spec does not include the SRID. To get the OGC WKT format use ST_AsText</para>
</note>
- <para><inlinegraphic class="sfs_compliant" fileref="images/warning.png" />
+ <para><inlinegraphic fileref="images/warning.png" />
WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.
</para>
<note>
<para>The WKT spec does not include the SRID. To get the SRID as part of the data, use the non-standard
PostGIS <xref linkend="ST_AsEWKT" /></para>
</note>
- <para><inlinegraphic class="sfs_compliant" fileref="images/warning.png" />
+ <para><inlinegraphic fileref="images/warning.png" />
WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.
</para>
<note>
<sect1>
<title>Operators</title>
+ <para> </para>
</sect1>
<important>
<para>Do not call with a <varname>GEOMETRYCOLLECTION</varname> as an argument</para>
</important>
- </refsection>
<note>
<para>This function call will automatically include a bounding box
</note>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL: 1.1: s2.1.13.3</ulink>
</para>
<para>
- <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the SQL/MM specification: SQL-MM 3: 5.1.29
</para>
-
+ </refsection>
+
<refsection>
<title>Examples</title>
boolean, not an integer.</para>
</note>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OGC SPEC s2.1.1.2 //s2.1.13.3 - a.Relate(b,
'FF*FF****')</ulink>
projected units.</para>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
</para>
<para>
- <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the SQL/MM specification: SQL-MM 3: 5.1.23
</para>
</refsection>
</note>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL.</ulink>
</important>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL OGC SPEC s2.1.1.2</ulink>
boolean, not an integer.</para>
</note>
<para>
- <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the
<ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
Features Implementation Specification for SQL</ulink>
</para>
<para>
- <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
OGC SPEC s2.1.1.2 //s2.1.13.3 - ST_Intersects(g1, g2 ) -->
Not (ST_Disjoint(g1, g2 ))
</para>
</note>
<para>
- <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the SQL/MM specification: SQL-MM 3: 5.1.43
</para>
<para>OGC SPEC s2.1.1.2 // s2.1.13.3</para>
<para>
- <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
+ <inlinegraphic fileref="images/check.png" />
This method implements the SQL/MM specification: SQL-MM 3: 5.1.32
</para>
<sect1>
<title>Linear Referencing</title>
+ <para> </para>
</sect1>
<sect1>
<title>Long Transactions Support</title>
+ <para> </para>
</sect1>
<sect1>
<title>Misc</title>
+ <para> </para>
</sect1>
-</chapter>
\ No newline at end of file
+</chapter>