Uses of Class
org.deegree_impl.io.shpapi.SHPMultiPoint

Packages that use SHPMultiPoint
org.deegree_impl.io.shpapi   
 

Uses of SHPMultiPoint in org.deegree_impl.io.shpapi
 

Methods in org.deegree_impl.io.shpapi with parameters of type SHPMultiPoint
 GM_Point[] SHP2WKS.transformMultiPoint(CS_CoordinateSystem srs, SHPMultiPoint shpmultipoint)
          method: GM_Point[] transformMultiPoint(CS_CoordinateSystem srs,
SHPMultiPoint shpmultipoint))
transforms a SHPMultiPoint to a WKSGeometry
gets a multipoint that should be transformed
 byte[] SHP2WKB.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