Package org.oscim.utils.wkb
Class WKBReader
java.lang.Object
org.oscim.utils.wkb.WKBReader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]Converting a string of hex character to bytesvoidparse(byte[] value) Parse a binary encoded geometry.voidParse a hex encoded geometry.void
-
Constructor Details
-
WKBReader
public WKBReader(org.oscim.core.GeometryBuffer geom, boolean flipY)
-
-
Method Details
-
setCallback
-
parse
public void parse(byte[] value) Parse a binary encoded geometry. -
parse
Parse a hex encoded geometry. -
hexStringToByteArray
Converting a string of hex character to bytes from http://stackoverflow.com/questions/140131/convert-a-string- representation-of-a-hex-dump-to-a-byte-array-using-java
-