|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.io.shpapi.SHP2WKB
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 |
public SHP2WKB()
Method Detail |
public byte[] transformPoint(SHPPoint shppoint_)
public byte[] transformMultiPoint(SHPMultiPoint shpmultipoint_)
public byte[] transformPolyLine(SHPPolyLine shppolyline)
public byte[] transformPolygon(SHPPolygon shppolygon_) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |