Package org.gvsig.dwg.lib
Interface IDwg2FMap
- All Known Implementing Classes:
DwgArc,DwgCircle,DwgEllipse,DwgLine,DwgLwPolyline,DwgMeshPolyline,DwgMText,DwgPFacePolyline,DwgPoint,DwgPolyline2D,DwgPolyline3D,DwgSolid,DwgSpline,DwgText
public interface IDwg2FMap
All dwg objects that are drawing entities
and that can be converted to a fmap geometry
implements this interface.
-
Method Summary
Modifier and TypeMethodDescriptionintgetGeometrySubType(boolean is3DFile) intorg.gvsig.fmap.geom.GeometrytoFMapGeometry(boolean is3DFile) toFMapString(boolean is3DFile) toString()
-
Method Details
-
toFMapGeometry
org.gvsig.fmap.geom.Geometry toFMapGeometry(boolean is3DFile) throws org.gvsig.fmap.geom.exception.CreateGeometryException - Throws:
org.gvsig.fmap.geom.exception.CreateGeometryException
-
toFMapString
-
getGeometryType
int getGeometryType() -
getGeometrySubType
int getGeometrySubType(boolean is3DFile) -
toString
String toString()
-