Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


oracle.spatial.util
Class WKB.WKBInputStream

java.lang.Object
  extended by 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
           

 

Constructor Summary
WKB.WKBInputStream(byte[] wkb)
           

 

Method Summary
 ByteOrder readByteOrder()
           
 double readDouble(ByteOrder byteOrder)
           
 void readEndList()
           
 int readLabel(ByteOrder byteOrder, int outerLabel)
           
 void readSeparator()
           
 void readStartList()
           
 int readStartList(ByteOrder byteOrder)
           
protected  int readUInt32(ByteOrder byteOrder)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_is

protected final java.io.DataInputStream m_is

Constructor Detail

WKB.WKBInputStream

public WKB.WKBInputStream(byte[] wkb)

Method Detail

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

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-02


Copyright © 2006, Oracle. All Rights Reserved.