Class DxfLwPolyline

All Implemented Interfaces:
Projected, Extent.Has

public class DxfLwPolyline extends DxfPolyline
Entidad LWPOLYLINE de un fichero DXF.
Author:
"Luis W. Sevilla" invalid input: '<'sevilla_lui@gva.es>, jmorell
  • Constructor Details

    • DxfLwPolyline

      public DxfLwPolyline(org.gvsig.crs.projection.lib.Projection proj, DxfLayer layer)
      Constructor de DxfLwPolyline.
      Parameters:
      proj - , proyección cartográfica en la que se encuentra la DxfLwPolyline.
      layer - , capa del DXF en la que se encuentra la DxfLwPolyline.
  • Method Details

    • toDxfString

      public String toDxfString()
      050302, jmorell: Si el 90 no está antes que el 70, Autocad 2004 no cierra las polilíneas.
      Overrides:
      toDxfString in class DxfPolyline
      Returns:
      String, la cadena que se escribir� en el fichero con la informaci�n del DxfPolyline.