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

Javadoc

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