提交 68cb892e authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Javadoc

上级 d1674eb2
......@@ -29,10 +29,11 @@ import org.h2.util.geometry.GeometryUtils.Target;
* EWKB format support for GEOMETRY data type.
*
* <p>
* This class provides limited support of Well-known Binary Representation from
* OGC 06-103r4 plus PostGIS extensions for SRID support. This class can read
* dimension system marks in both OGC WKB and EWKB formats, but always writes
* them in EWKB format. As an addition POINT EMPTY is stored with NaN values as
* This class provides limited support of EWKB. EWKB is based on Well-known
* Binary Representation (WKB) from OGC 06-103r4 and includes additional PostGIS
* extensions. This class can read dimension system marks in both OGC WKB and
* EWKB formats, but always writes them in EWKB format. SRID support from EWKB
* is implemented. As an addition POINT EMPTY is stored with NaN values as
* specified in <a href="http://www.geopackage.org/spec/">OGC 12-128r15</a>.
* </p>
*/
......
......@@ -32,10 +32,10 @@ import org.h2.util.geometry.GeometryUtils.Target;
* EWKT format support for GEOMETRY data type.
*
* <p>
* This class provides limited support of Well-known Text Representation from
* OGC 06-103r4 plus <a href=
* This class provides limited support of EWKT. EWKT is based on Well-known Text
* Representation (WKT) from OGC 06-103r4 and includes additional <a href=
* "https://postgis.net/docs/using_postgis_dbmanagement.html#EWKB_EWKT">PostGIS
* extension</a> for SRID support.
* extensions</a>. SRID support from EWKT is implemented.
* </p>
*/
public final class EWKTUtils {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论