Esempio n. 1
0
        public BenthicProfile BuildBenthicProfile()
        {
            var benthicProfile = new BenthicProfile();

            benthicProfile.AddZones(Zones);

            return(benthicProfile);
        }
Esempio n. 2
0
 public ZonePoint(Terrain worldTerrain, BenthicProfile benthicProfile, ZoneProfile zoneProfile)
 {
     this.WorldTerrain   = worldTerrain;
     this.BenthicProfile = benthicProfile;
     this.ZoneProfile    = zoneProfile;
 }
Esempio n. 3
0
 public BenthicPoint(Terrain worldTerrain, BenthicProfile benthicProfile)
 {
     this.WorldTerrain   = worldTerrain;
     this.BenthicProfile = benthicProfile;
 }