Package hec.data

Interface ILocationAssociation

All Known Subinterfaces:
IEmbankment, ILocationChildAssociation, ILock, IOutlet, IPhysicalStructure, IProject, ITurbine, IWaterSupplyPump
All Known Implementing Classes:
JDomEmbankmentImpl, JDomLockImpl, JDomOutletImpl, JDomProjectImpl, JDomTurbineImpl, JDomWaterSupplyPump, PhysicalStructure

public interface ILocationAssociation
An interface for objects that are based around a location.
  • Method Details

    • getLocation

      Location getLocation()
    • setLocation

      void setLocation(Location location)