File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
geom/src/main/java/org/geolatte/geom/codec Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828import org .geolatte .geom .Position ;
2929
3030/**
31- * A WKBEncoder for the PostGIS EWKB dialect (for Postgis versions < 2.2.2).
31+ * A WKBEncoder for the PostGIS EWKB dialect (for Postgis versions < 2.2.2).
3232 *
3333 *<p>This {@code WKBEncoder} encodes empty points as empty GeometryCollections. This convention
3434 * was changed in Postgis version 2.2.2 to an encoding with NaN coordinates. For the later convention
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public enum Dialect {
5353 SFA_1_2_1 ,
5454
5555 /**
56- * the PostGIS EWKB dialect (version < 2.2.1).
56+ * the PostGIS EWKB dialect (version < 2.2.1).
5757 * This encodes an empty {@code Point} as an empty {@code GeometryCollection}
5858 */
5959 POSTGIS_EWKB_1 ,
Original file line number Diff line number Diff line change 3737 </organization >
3838
3939 <properties >
40- <revision >1.11-SNAPSHOT </revision >
40+ <revision >1.11</revision >
4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4343 <jts-core .version>1.19.0</jts-core .version>
You can’t perform that action at this time.
0 commit comments