org.deegree_impl.io.shpapi
Class SHP2WKB

java.lang.Object
  extended byorg.deegree_impl.io.shpapi.SHP2WKB

public class SHP2WKB
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Andreas Poth

Constructor Summary
SHP2WKB()
          constructor:
 
Method Summary
 byte[] transformMultiPoint(SHPMultiPoint shpmultipoint_)
          method: byte[] transformMultiPoint(CS_CoordinateSystem srs,
SHPMultiPoint shpmultipoint))
transforms a SHPMultiPoint into a byte array using sf-WKB specifications
gets a multipoint that should be transformed to a WKBGeometry
 byte[] transformPoint(SHPPoint shppoint_)
          method: byte[] transformPoint(CS_CoordinateSystem srs,
SHPPoint shppoint))
transforms a SHPPoint into a byte array using sf-WKB specifications
gets a point that should be transformed to a WKBGeometry
 byte[] transformPolygon(SHPPolygon shppolygon_)
          method: byte[] transformPolygon(CS_CoordinateSystem srs,
SHPPolygon shppolygon))
transforms the SHPPolygon into a byte array using sf-WKB specifications
gets the polygon that should be transformed to a WKSGeometry
 byte[] transformPolyLine(SHPPolyLine shppolyline)
          method: byte[] transformPolyLine(CS_CoordinateSystem srs,
SHPPolyLine shppolyline))
transforms a SHPPolyLine into a byte array using sf-WKB specifications
gets a multipoint that should be transformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHP2WKB

public SHP2WKB()
constructor:

Method Detail

transformPoint

public byte[] transformPoint(SHPPoint shppoint_)
method: byte[] transformPoint(CS_CoordinateSystem srs,
SHPPoint shppoint))
transforms a SHPPoint into a byte array using sf-WKB specifications
gets a point that should be transformed to a WKBGeometry


transformMultiPoint

public byte[] transformMultiPoint(SHPMultiPoint shpmultipoint_)
method: byte[] transformMultiPoint(CS_CoordinateSystem srs,
SHPMultiPoint shpmultipoint))
transforms a SHPMultiPoint into a byte array using sf-WKB specifications
gets a multipoint that should be transformed to a WKBGeometry


transformPolyLine

public byte[] transformPolyLine(SHPPolyLine shppolyline)
method: byte[] transformPolyLine(CS_CoordinateSystem srs,
SHPPolyLine shppolyline))
transforms a SHPPolyLine into a byte array using sf-WKB specifications
gets a multipoint that should be transformed


transformPolygon

public byte[] transformPolygon(SHPPolygon shppolygon_)
                        throws java.lang.Exception
method: byte[] transformPolygon(CS_CoordinateSystem srs,
SHPPolygon shppolygon))
transforms the SHPPolygon into a byte array using sf-WKB specifications
gets the polygon that should be transformed to a WKSGeometry

Throws:
java.lang.Exception