Package hec.map.dxf

Class DxfMap

All Implemented Interfaces:
MapObjectInterface, Serializable

public class DxfMap extends MapObject implements MapObjectInterface
AutoCadd DXF graphic file format map.
See Also:
  • Constructor Details

    • DxfMap

      public DxfMap(String path)
    • DxfMap

      public DxfMap(MapIdentifier id)
    • DxfMap

      public DxfMap()
  • Method Details

    • getEntityVector

      public Vector getEntityVector()
    • load

      public void load() throws IOException
      reads ascii file describing geo-limits and image url, then loads image
      Specified by:
      load in interface MapObjectInterface
      Specified by:
      load in class MapObject
      Throws:
      IOException - Description of Exception
    • unload

      public void unload()
      Decrement the refernce counter. If the number of references goes below 1, unload the data for the Image.
      Specified by:
      unload in interface MapObjectInterface
      Specified by:
      unload in class MapObject