org.deegree_impl.io.shpapi
Class SHPGeometry

java.lang.Object
  extended byorg.deegree_impl.io.shpapi.SHPGeometry
Direct Known Subclasses:
SHPMultiPoint, SHPNullShape, SHPPoint, SHPPolygon, SHPPolyLine

public class SHPGeometry
extends java.lang.Object

Class representing basic Geometry for geometries read from a shape-file.

Last changes:
12.01.2000 ap: constructor re-declared
13.01.2000 ap: all methods removed
13.01.2000 ap: all variables except reBuffer removed
16.08.2000 ap: field enevlope added
16.08.2000 ap: method getEnvelope() added

Version:
16.08.2000
Author:
Andreas Poth

Field Summary
protected  SHPEnvelope envelope
           
protected  byte[] recBuffer
           
 
Constructor Summary
SHPGeometry()
           
SHPGeometry(byte[] recBuf)
           
 
Method Summary
 SHPEnvelope getEnvelope()
          returns the minimum boundary rectangle of the geomertry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recBuffer

protected byte[] recBuffer

envelope

protected SHPEnvelope envelope
Constructor Detail

SHPGeometry

public SHPGeometry()

SHPGeometry

public SHPGeometry(byte[] recBuf)
Method Detail

getEnvelope

public SHPEnvelope getEnvelope()
returns the minimum boundary rectangle of the geomertry