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

Packages that use SHPPolyLine
org.deegree_impl.io.shpapi   
 

Uses of SHPPolyLine in org.deegree_impl.io.shpapi
 

Fields in org.deegree_impl.io.shpapi declared as SHPPolyLine
 SHPPolyLine SHPPolygon.rings
           
 

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