public BenthicProfile BuildBenthicProfile() { var benthicProfile = new BenthicProfile(); benthicProfile.AddZones(Zones); return(benthicProfile); }
public ZonePoint(Terrain worldTerrain, BenthicProfile benthicProfile, ZoneProfile zoneProfile) { this.WorldTerrain = worldTerrain; this.BenthicProfile = benthicProfile; this.ZoneProfile = zoneProfile; }
public BenthicPoint(Terrain worldTerrain, BenthicProfile benthicProfile) { this.WorldTerrain = worldTerrain; this.BenthicProfile = benthicProfile; }