Package org.gvsig.dxf.px.dxf
Class DxfLwPolyline
java.lang.Object
org.gvsig.dxf.px.PxObj
org.gvsig.dxf.px.dxf.DxfEntity
org.gvsig.dxf.px.dxf.DxfPolyline
org.gvsig.dxf.px.dxf.DxfLwPolyline
- All Implemented Interfaces:
Projected,Extent.Has
Entidad LWPOLYLINE de un fichero DXF.
- Author:
- "Luis W. Sevilla" invalid input: '<'sevilla_lui@gva.es>, jmorell
-
Field Summary
Fields inherited from class org.gvsig.dxf.px.PxObj
extent, requestExtent, stroke -
Constructor Summary
ConstructorsConstructorDescriptionDxfLwPolyline(org.gvsig.crs.projection.lib.Projection proj, DxfLayer layer) Constructor de DxfLwPolyline. -
Method Summary
Modifier and TypeMethodDescription050302, jmorell: Si el 90 no está antes que el 70, Autocad 2004 no cierra las polilíneas.Methods inherited from class org.gvsig.dxf.px.dxf.DxfPolyline
add, addBulge, addFace, c, c, createArc, getBulges, getElevation, getFlags, getPts, getSubclassMarker, reProject, setBulges, setElevation, setPts, setSubclassMarkerMethods inherited from class org.gvsig.dxf.px.dxf.DxfEntity
getColor, getHandle, getLayer, getLayerName, getProjection, setHandle, setProjection
-
Constructor Details
-
DxfLwPolyline
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
050302, jmorell: Si el 90 no está antes que el 70, Autocad 2004 no cierra las polilíneas.- Overrides:
toDxfStringin classDxfPolyline- Returns:
- String, la cadena que se escribir� en el fichero con la informaci�n del DxfPolyline.
-