Package hec.map.tin
Class TinMap
java.lang.Object
hec.map.MapObject
hec.map.tin.TinMap
- All Implemented Interfaces:
MapObjectInterface
,Serializable
Triangular Irregular Network map for representing surfaces composed
of linear triangles.
- 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, getFilenames, getFileOpener, getMapIdentifier, getName, mapIdentifierEquals, newFile, newThenOpenFile, openFile, readProjection, setExtent, setFileOpener, setMapIdentifier, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hec.map.MapObjectInterface
getCoordinateReferenceSystem, getMapIdentifier, getName, setExtent, setMapIdentifier
-
Constructor Details
-
TinMap
-
TinMap
-
TinMap
public TinMap()
-
-
Method Details
-
getNodeCount
public int getNodeCount() -
getNode
-
getTriCount
public int getTriCount() -
getExtent
Description copied from interface:MapObjectInterface
Gets the Extent attribute of the MapObjectInterface object- Specified by:
getExtent
in interfaceMapObjectInterface
- Overrides:
getExtent
in classMapObject
- Returns:
- The Extent value
-
unload
public void unload()Description copied from interface:MapObjectInterface
Method to tell the Map Object to unload, because the map is done- Specified by:
unload
in interfaceMapObjectInterface
- Specified by:
unload
in classMapObject
-
load
Description copied from interface:MapObjectInterface
Method to tell the Map Object to load its data into memory- Specified by:
load
in interfaceMapObjectInterface
- Specified by:
load
in classMapObject
- Throws:
IOException
- Description of Exception
-
getElements
-
loadedStoreAsBin
public void loadedStoreAsBin()
-