Package org.gvsig.dxf.px.dxf
Class DxfAttrib
java.lang.Object
org.gvsig.dxf.px.PxObj
org.gvsig.dxf.px.dxf.DxfEntity
org.gvsig.dxf.px.dxf.DxfAttrib
- All Implemented Interfaces:
Projected,Extent.Has
Entidad ATTRIB de un fichero DXF.
- Author:
- jmorell
-
Field Summary
Fields inherited from class org.gvsig.dxf.px.PxObj
extent, requestExtent, stroke -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.dxf.px.dxf.DxfEntity
getColor, getHandle, getLayer, getLayerName, getProjection, setHandle, setProjection
-
Constructor Details
-
DxfAttrib
Constructor de DxfAttrib.- Parameters:
proj- , proyección cartográfica en la que se encuentra el DxfAttrib.layer- , capa del DXF en la que se encuentra el DxfAttrib.
-
-
Method Details
-
setPt
Establece el punto de inserción del DxfAttrib.- Parameters:
pt- , punto de inserción.
-
reProject
public void reProject(org.gvsig.crs.projection.lib.CoordinateTransformation rp) Permite reproyectar un DxfAttrib dado un conjunto de coordenadas de transformación. -
toDxfString
050406, jmorell: Implementación parcial. Está para DxfPoint. Falta hacerlo para un DxfAttrib ...- Specified by:
toDxfStringin classDxfEntity- Returns:
- String, la cadena que se escribirá en el fichero con la información de la correspondiente entidad.
-
getPt
- Returns:
- Returns the pt.
-