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 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

      String toFMapString(boolean is3DFile)
    • getGeometryType

      int getGeometryType()
    • getGeometrySubType

      int getGeometrySubType(boolean is3DFile)
    • toString

      String toString()
      Overrides:
      toString in class Object