Package hec.map.mrsid
Class MrSidMap
java.lang.Object
hec.map.MapObject
hec.map.image.ImageMap
hec.map.mrsid.MrSidMap
- All Implemented Interfaces:
MapObjectInterface,Serializable
- See Also:
-
Field Summary
Fields inherited from class hec.map.image.ImageMap
_imageID, _URLstringFields inherited from class hec.map.MapObject
_debug, _extent, _fileOpener, _loaded, _mapId, mCoordinateReferencySystem -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.map.image.ImageMap
getFilenames, getImage, getImageID, getRotation, getURLString, load, load, loadImage, readImg, setImageFilePath, setRotation, write, writeMethods inherited from class hec.map.MapObject
equals, getCoordinateInfo, getCoordinateReferenceSystem, getExtent, getFileOpener, getMapIdentifier, getName, mapIdentifierEquals, newFile, newThenOpenFile, openFile, readProjection, setExtent, setFileOpener, 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
-
Constructor Details
-
MrSidMap
public MrSidMap() -
MrSidMap
-
-
Method Details
-
setMapIdentifier
Description copied from interface:MapObjectInterfaceSets the MapIdentifier attribute of the MapObjectInterface object- Specified by:
setMapIdentifierin interfaceMapObjectInterface- Overrides:
setMapIdentifierin classMapObject- Parameters:
id- The new MapIdentifier value
-
load
Description copied from class:ImageMapreads ascii file describing geo-limits and image url, then loads image- Specified by:
loadin interfaceMapObjectInterface- Overrides:
loadin classImageMap- Throws:
IOException- Description of Exception
-
unload
public void unload()Description copied from class:ImageMapDecrement the refernce counter. If the number of references goes below 1, unload the data for the Image.- Specified by:
unloadin interfaceMapObjectInterface- Overrides:
unloadin classImageMap
-
getImage
-