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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:MapObjectInterfaceGets the Extent attribute of the MapObjectInterface object- Specified by:
getExtentin interfaceMapObjectInterface- Overrides:
getExtentin classMapObject- Returns:
- The Extent value
-
unload
public void unload()Description copied from interface:MapObjectInterfaceMethod to tell the Map Object to unload, because the map is done- Specified by:
unloadin interfaceMapObjectInterface- Specified by:
unloadin classMapObject
-
load
Description copied from interface:MapObjectInterfaceMethod to tell the Map Object to load its data into memory- Specified by:
loadin interfaceMapObjectInterface- Specified by:
loadin classMapObject- Throws:
IOException- Description of Exception
-
getElements
-
loadedStoreAsBin
public void loadedStoreAsBin()
-