oracle.spatial.util
Class WKB.WKBInputStream
java.lang.Object
oracle.spatial.util.WKB.WKBInputStream
- All Implemented Interfaces:
- WKInputStream
- Enclosing class:
- WKB
-
protected class WKB.WKBInputStream
- extends java.lang.Object
- implements WKInputStream
Field Summary |
protected java.io.DataInputStream |
m_is
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_is
protected final java.io.DataInputStream m_is
WKB.WKBInputStream
public WKB.WKBInputStream(byte[] wkb)
readDouble
public double readDouble(ByteOrder byteOrder)
-
- Specified by:
readDouble
in interface WKInputStream
readUInt32
protected int readUInt32(ByteOrder byteOrder)
readStartList
public void readStartList()
-
- Specified by:
readStartList
in interface WKInputStream
readStartList
public int readStartList(ByteOrder byteOrder)
-
- Specified by:
readStartList
in interface WKInputStream
readEndList
public void readEndList()
-
- Specified by:
readEndList
in interface WKInputStream
readSeparator
public void readSeparator()
-
- Specified by:
readSeparator
in interface WKInputStream
readLabel
public int readLabel(ByteOrder byteOrder,
int outerLabel)
-
- Specified by:
readLabel
in interface WKInputStream
readByteOrder
public ByteOrder readByteOrder()
throws GeometryExceptionWithContext
-
- Specified by:
readByteOrder
in interface WKInputStream
-
- Throws:
GeometryExceptionWithContext
Copyright © 2006, Oracle. All Rights Reserved.