Package hec.map.dxf
Class DxfMap
java.lang.Object
hec.map.MapObject
hec.map.dxf.DxfMap
- All Implemented Interfaces:
MapObjectInterface,Serializable
AutoCadd DXF graphic file format map.
- See Also:
-
Field Summary
Fields inherited from class hec.map.MapObject
_debug, _extent, _fileOpener, _loaded, _mapId, mCoordinateReferencySystem -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.map.MapObject
equals, getCoordinateInfo, getCoordinateReferenceSystem, getExtent, getFilenames, getFileOpener, getMapIdentifier, getName, mapIdentifierEquals, newFile, newThenOpenFile, openFile, readProjection, setExtent, setFileOpener, setMapIdentifier, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hec.map.MapObjectInterface
getCoordinateReferenceSystem, getExtent, getMapIdentifier, getName, setExtent, setMapIdentifier
-
Constructor Details
-
DxfMap
-
DxfMap
-
DxfMap
public DxfMap()
-
-
Method Details
-
getEntityVector
-
load
reads ascii file describing geo-limits and image url, then loads image- Specified by:
loadin interfaceMapObjectInterface- Specified by:
loadin classMapObject- 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:
unloadin interfaceMapObjectInterface- Specified by:
unloadin classMapObject
-