We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173734c commit 497f222Copy full SHA for 497f222
src/main/groovy/geoscript/geom/io/TWkbReader.groovy
@@ -9,9 +9,9 @@ import org.locationtech.jts.io.WKBReader
9
* Read a {@link geoscript.geom.Geometry Geometry} from a TWKB hex String or byte array.
10
* <p><blockquote><pre>
11
* TWkbReader reader = new TWkbReader()
12
- * {@link geoscript.geom.Point Point} pt = reader.read("0000000001405BC00000000000C047800000000000")
+ * {@link geoscript.geom.Point Point} pt = reader.read("01000204")
13
*
14
- * POINT (111 -47)
+ * POINT (1 2)
15
* </pre></blockquote></p>
16
* @author Jared Erickson
17
*/
0 commit comments